Avoid future namespace pollution on glibc systems.
[gnulib.git] / ChangeLog
1 2009-12-24  Bruno Haible  <bruno@clisp.org>
2
3         Avoid future namespace pollution on glibc systems.
4         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
7         glibc systems.
8
9 2009-12-24  Bruno Haible  <bruno@clisp.org>
10
11         Refactor common macros used in tests.
12         * tests/macros.h: New file.
13         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
14         and/or <stdlib.h>, if appropriate.
15         (ASSERT, SIZEOF): Remove macros.
16         * tests/test-areadlink-with-size.c: Likewise.
17         * tests/test-areadlinkat.c: Likewise.
18         * tests/test-areadlinkat-with-size.c: Likewise.
19         * tests/test-argmatch.c: Likewise.
20         * tests/test-argv-iter.c: Likewise.
21         * tests/test-array-mergesort.c: Likewise.
22         * tests/test-array_list.c: Likewise.
23         * tests/test-array_oset.c: Likewise.
24         * tests/test-avltree_list.c: Likewise.
25         * tests/test-avltree_oset.c: Likewise.
26         * tests/test-avltreehash_list.c: Likewise.
27         * tests/test-base64.c: Likewise.
28         * tests/test-binary-io.c: Likewise.
29         * tests/test-bitrotate.c: Likewise.
30         * tests/test-btowc.c: Likewise.
31         * tests/test-byteswap.c: Likewise.
32         * tests/test-c-ctype.c: Likewise.
33         * tests/test-c-stack.c: Likewise.
34         * tests/test-c-strcasecmp.c: Likewise.
35         * tests/test-c-strcasestr.c: Likewise.
36         * tests/test-c-strncasecmp.c: Likewise.
37         * tests/test-c-strstr.c: Likewise.
38         * tests/test-canonicalize-lgpl.c: Likewise.
39         * tests/test-canonicalize.c: Likewise.
40         * tests/test-carray_list.c: Likewise.
41         * tests/test-ceilf1.c: Likewise.
42         * tests/test-ceilf2.c: Likewise.
43         * tests/test-ceill.c: Likewise.
44         * tests/test-chown.c: Likewise.
45         * tests/test-cloexec.c: Likewise.
46         * tests/test-copy-acl.c: Likewise.
47         * tests/test-copy-file.c: Likewise.
48         * tests/test-count-one-bits.c: Likewise.
49         * tests/test-dprintf-posix.c: Likewise.
50         * tests/test-dup2.c: Likewise.
51         * tests/test-dup3.c: Likewise.
52         * tests/test-duplocale.c: Likewise.
53         * tests/test-fbufmode.c: Likewise.
54         * tests/test-fchdir.c: Likewise.
55         * tests/test-fchownat.c: Likewise.
56         * tests/test-fcntl-safer.c: Likewise.
57         * tests/test-fcntl.c: Likewise.
58         * tests/test-fdopendir.c: Likewise.
59         * tests/test-fdutimensat.c: Likewise.
60         * tests/test-fflush2.c: Likewise.
61         * tests/test-file-has-acl.c: Likewise.
62         * tests/test-filevercmp.c: Likewise.
63         * tests/test-flock.c: Likewise.
64         * tests/test-floorf1.c: Likewise.
65         * tests/test-floorf2.c: Likewise.
66         * tests/test-floorl.c: Likewise.
67         * tests/test-fnmatch.c: Likewise.
68         * tests/test-fopen.h: Likewise.
69         * tests/test-fpending.c: Likewise.
70         * tests/test-fprintf-posix.c: Likewise.
71         * tests/test-fpurge.c: Likewise.
72         * tests/test-freadable.c: Likewise.
73         * tests/test-freadahead.c: Likewise.
74         * tests/test-freading.c: Likewise.
75         * tests/test-freadptr.c: Likewise.
76         * tests/test-freadptr2.c: Likewise.
77         * tests/test-freadseek.c: Likewise.
78         * tests/test-freopen.c: Likewise.
79         * tests/test-frexp.c: Likewise.
80         * tests/test-frexpl.c: Likewise.
81         * tests/test-fseek.c: Likewise.
82         * tests/test-fseeko.c: Likewise.
83         * tests/test-fstatat.c: Likewise.
84         * tests/test-fstrcmp.c: Likewise.
85         * tests/test-fsync.c: Likewise.
86         * tests/test-ftell.c: Likewise.
87         * tests/test-ftello.c: Likewise.
88         * tests/test-func.c: Likewise.
89         * tests/test-futimens.c: Likewise.
90         * tests/test-fwritable.c: Likewise.
91         * tests/test-fwriting.c: Likewise.
92         * tests/test-getcwd.c: Likewise.
93         * tests/test-getdate.c: Likewise.
94         * tests/test-getdelim.c: Likewise.
95         * tests/test-getdtablesize.c: Likewise.
96         * tests/test-getgroups.c: Likewise.
97         * tests/test-getline.c: Likewise.
98         * tests/test-getndelim2.c: Likewise.
99         * tests/test-glob.c: Likewise.
100         * tests/test-hash.c: Likewise.
101         * tests/test-i-ring.c: Likewise.
102         * tests/test-iconv-utf.c: Likewise.
103         * tests/test-iconv.c: Likewise.
104         * tests/test-idpriv-drop.c: Likewise.
105         * tests/test-idpriv-droptemp.c: Likewise.
106         * tests/test-inet_ntop.c: Likewise.
107         * tests/test-inet_pton.c: Likewise.
108         * tests/test-isblank.c: Likewise.
109         * tests/test-isfinite.c: Likewise.
110         * tests/test-isinf.c: Likewise.
111         * tests/test-isnan.c: Likewise.
112         * tests/test-isnand.h: Likewise.
113         * tests/test-isnanf.h: Likewise.
114         * tests/test-isnanl.h: Likewise.
115         * tests/test-lchown.c: Likewise.
116         * tests/test-ldexpl.c: Likewise.
117         * tests/test-link.c: Likewise.
118         * tests/test-linkat.c: Likewise.
119         * tests/test-linked_list.c: Likewise.
120         * tests/test-linkedhash_list.c: Likewise.
121         * tests/test-localename.c: Likewise.
122         * tests/test-lseek.c: Likewise.
123         * tests/test-lstat.c: Likewise.
124         * tests/test-mbmemcasecmp.c: Likewise.
125         * tests/test-mbmemcasecoll.c: Likewise.
126         * tests/test-mbrtowc.c: Likewise.
127         * tests/test-mbscasecmp.c: Likewise.
128         * tests/test-mbscasestr1.c: Likewise.
129         * tests/test-mbscasestr2.c: Likewise.
130         * tests/test-mbscasestr3.c: Likewise.
131         * tests/test-mbscasestr4.c: Likewise.
132         * tests/test-mbschr.c: Likewise.
133         * tests/test-mbscspn.c: Likewise.
134         * tests/test-mbsinit.c: Likewise.
135         * tests/test-mbsncasecmp.c: Likewise.
136         * tests/test-mbsnrtowcs.c: Likewise.
137         * tests/test-mbspbrk.c: Likewise.
138         * tests/test-mbspcasecmp.c: Likewise.
139         * tests/test-mbsrchr.c: Likewise.
140         * tests/test-mbsrtowcs.c: Likewise.
141         * tests/test-mbsspn.c: Likewise.
142         * tests/test-mbsstr1.c: Likewise.
143         * tests/test-mbsstr2.c: Likewise.
144         * tests/test-mbsstr3.c: Likewise.
145         * tests/test-memchr.c: Likewise.
146         * tests/test-memchr2.c: Likewise.
147         * tests/test-memcmp.c: Likewise.
148         * tests/test-memmem.c: Likewise.
149         * tests/test-memrchr.c: Likewise.
150         * tests/test-mkdir.c: Likewise.
151         * tests/test-mkdirat.c: Likewise.
152         * tests/test-mkfifo.c: Likewise.
153         * tests/test-mkfifoat.c: Likewise.
154         * tests/test-mknod.c: Likewise.
155         * tests/test-nanosleep.c: Likewise.
156         * tests/test-nl_langinfo.c: Likewise.
157         * tests/test-obstack-printf.c: Likewise.
158         * tests/test-open.c: Likewise.
159         * tests/test-openat.c: Likewise.
160         * tests/test-pipe-filter-gi1.c: Likewise.
161         * tests/test-pipe-filter-gi2-main.c: Likewise.
162         * tests/test-pipe-filter-ii1.c: Likewise.
163         * tests/test-pipe-filter-ii2-main.c: Likewise.
164         * tests/test-pipe2.c: Likewise.
165         * tests/test-popen.h: Likewise.
166         * tests/test-posixtm.c: Likewise.
167         * tests/test-pread.c: Likewise.
168         * tests/test-printf-frexp.c: Likewise.
169         * tests/test-printf-frexpl.c: Likewise.
170         * tests/test-printf-posix.c: Likewise.
171         * tests/test-priv-set.c: Likewise.
172         * tests/test-quotearg.c: Likewise.
173         * tests/test-random_r.c: Likewise.
174         * tests/test-rawmemchr.c: Likewise.
175         * tests/test-rbtree_list.c: Likewise.
176         * tests/test-rbtree_oset.c: Likewise.
177         * tests/test-rbtreehash_list.c: Likewise.
178         * tests/test-readlink.c: Likewise.
179         * tests/test-remove.c: Likewise.
180         * tests/test-rename.c: Likewise.
181         * tests/test-renameat.c: Likewise.
182         * tests/test-rmdir.c: Likewise.
183         * tests/test-round1.c: Likewise.
184         * tests/test-roundf1.c: Likewise.
185         * tests/test-roundl.c: Likewise.
186         * tests/test-safe-alloc.c: Likewise.
187         * tests/test-sameacls.c: Likewise.
188         * tests/test-set-mode-acl.c: Likewise.
189         * tests/test-setenv.c: Likewise.
190         * tests/test-sigaction.c: Likewise.
191         * tests/test-signbit.c: Likewise.
192         * tests/test-sleep.c: Likewise.
193         * tests/test-snprintf-posix.c: Likewise.
194         * tests/test-snprintf.c: Likewise.
195         * tests/test-sprintf-posix.c: Likewise.
196         * tests/test-stat-time.c: Likewise.
197         * tests/test-stat.c: Likewise.
198         * tests/test-strcasestr.c: Likewise.
199         * tests/test-strchrnul.c: Likewise.
200         * tests/test-strerror.c: Likewise.
201         * tests/test-striconv.c: Likewise.
202         * tests/test-striconveh.c: Likewise.
203         * tests/test-striconveha.c: Likewise.
204         * tests/test-strsignal.c: Likewise.
205         * tests/test-strstr.c: Likewise.
206         * tests/test-strtod.c: Likewise.
207         * tests/test-strverscmp.c: Likewise.
208         * tests/test-symlink.c: Likewise.
209         * tests/test-symlinkat.c: Likewise.
210         * tests/test-trunc1.c: Likewise.
211         * tests/test-trunc2.c: Likewise.
212         * tests/test-truncf1.c: Likewise.
213         * tests/test-truncf2.c: Likewise.
214         * tests/test-truncl.c: Likewise.
215         * tests/test-uname.c: Likewise.
216         * tests/test-unlink.c: Likewise.
217         * tests/test-unlinkat.c: Likewise.
218         * tests/test-unsetenv.c: Likewise.
219         * tests/test-usleep.c: Likewise.
220         * tests/test-utimens.c: Likewise.
221         * tests/test-utimensat.c: Likewise.
222         * tests/test-vasnprintf-posix.c: Likewise.
223         * tests/test-vasnprintf-posix2.c: Likewise.
224         * tests/test-vasnprintf.c: Likewise.
225         * tests/test-vasprintf-posix.c: Likewise.
226         * tests/test-vasprintf.c: Likewise.
227         * tests/test-vdprintf-posix.c: Likewise.
228         * tests/test-vfprintf-posix.c: Likewise.
229         * tests/test-vprintf-posix.c: Likewise.
230         * tests/test-vsnprintf-posix.c: Likewise.
231         * tests/test-vsnprintf.c: Likewise.
232         * tests/test-vsprintf-posix.c: Likewise.
233         * tests/test-wcrtomb.c: Likewise.
234         * tests/test-wcsnrtombs.c: Likewise.
235         * tests/test-wcsrtombs.c: Likewise.
236         * tests/test-wctype.c: Likewise.
237         * tests/test-wcwidth.c: Likewise.
238         * tests/test-xfprintf-posix.c: Likewise.
239         * tests/test-xmemdup0.c: Likewise.
240         * tests/test-xprintf-posix.c: Likewise.
241         * tests/test-xvasprintf.c: Likewise.
242         * tests/unicase/test-locale-language.c: Likewise.
243         * tests/unicase/test-mapping-part1.h: Likewise.
244         * tests/unicase/test-predicate-part1.h: Likewise.
245         * tests/unicase/test-u8-casecmp.c: Likewise.
246         * tests/unicase/test-u8-casecoll.c: Likewise.
247         * tests/unicase/test-u8-casefold.c: Likewise.
248         * tests/unicase/test-u8-is-cased.c: Likewise.
249         * tests/unicase/test-u8-is-casefolded.c: Likewise.
250         * tests/unicase/test-u8-is-lowercase.c: Likewise.
251         * tests/unicase/test-u8-is-titlecase.c: Likewise.
252         * tests/unicase/test-u8-is-uppercase.c: Likewise.
253         * tests/unicase/test-u8-tolower.c: Likewise.
254         * tests/unicase/test-u8-totitle.c: Likewise.
255         * tests/unicase/test-u8-toupper.c: Likewise.
256         * tests/unicase/test-u16-casecmp.c: Likewise.
257         * tests/unicase/test-u16-casecoll.c: Likewise.
258         * tests/unicase/test-u16-casefold.c: Likewise.
259         * tests/unicase/test-u16-is-cased.c: Likewise.
260         * tests/unicase/test-u16-is-casefolded.c: Likewise.
261         * tests/unicase/test-u16-is-lowercase.c: Likewise.
262         * tests/unicase/test-u16-is-titlecase.c: Likewise.
263         * tests/unicase/test-u16-is-uppercase.c: Likewise.
264         * tests/unicase/test-u16-tolower.c: Likewise.
265         * tests/unicase/test-u16-totitle.c: Likewise.
266         * tests/unicase/test-u16-toupper.c: Likewise.
267         * tests/unicase/test-u32-casecmp.c: Likewise.
268         * tests/unicase/test-u32-casecoll.c: Likewise.
269         * tests/unicase/test-u32-casefold.c: Likewise.
270         * tests/unicase/test-u32-is-cased.c: Likewise.
271         * tests/unicase/test-u32-is-casefolded.c: Likewise.
272         * tests/unicase/test-u32-is-lowercase.c: Likewise.
273         * tests/unicase/test-u32-is-titlecase.c: Likewise.
274         * tests/unicase/test-u32-is-uppercase.c: Likewise.
275         * tests/unicase/test-u32-tolower.c: Likewise.
276         * tests/unicase/test-u32-totitle.c: Likewise.
277         * tests/unicase/test-u32-toupper.c: Likewise.
278         * tests/unicase/test-ulc-casecmp.c: Likewise.
279         * tests/unicase/test-ulc-casecoll.c: Likewise.
280         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
281         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
282         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
283         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
284         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
285         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
286         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
287         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
288         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
289         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
290         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
291         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
292         * tests/unictype/test-bidi_byname.c: Likewise.
293         * tests/unictype/test-bidi_name.c: Likewise.
294         * tests/unictype/test-bidi_of.c: Likewise.
295         * tests/unictype/test-bidi_test.c: Likewise.
296         * tests/unictype/test-block_list.c: Likewise.
297         * tests/unictype/test-block_of.c: Likewise.
298         * tests/unictype/test-block_test.c: Likewise.
299         * tests/unictype/test-categ_and.c: Likewise.
300         * tests/unictype/test-categ_and_not.c: Likewise.
301         * tests/unictype/test-categ_byname.c: Likewise.
302         * tests/unictype/test-categ_name.c: Likewise.
303         * tests/unictype/test-categ_none.c: Likewise.
304         * tests/unictype/test-categ_of.c: Likewise.
305         * tests/unictype/test-categ_or.c: Likewise.
306         * tests/unictype/test-categ_test_withtable.c: Likewise.
307         * tests/unictype/test-combining.c: Likewise.
308         * tests/unictype/test-decdigit.c: Likewise.
309         * tests/unictype/test-digit.c: Likewise.
310         * tests/unictype/test-mirror.c: Likewise.
311         * tests/unictype/test-numeric.c: Likewise.
312         * tests/unictype/test-pr_byname.c: Likewise.
313         * tests/unictype/test-pr_test.c: Likewise.
314         * tests/unictype/test-predicate-part1.h: Likewise.
315         * tests/unictype/test-scripts.c: Likewise.
316         * tests/unictype/test-sy_c_ident.c: Likewise.
317         * tests/unictype/test-sy_java_ident.c: Likewise.
318         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
319         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
320         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
321         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
322         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
323         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
324         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
325         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
326         * tests/uninorm/test-canonical-decomposition.c: Likewise.
327         * tests/uninorm/test-compat-decomposition.c: Likewise.
328         * tests/uninorm/test-composition.c: Likewise.
329         * tests/uninorm/test-decomposing-form.c: Likewise.
330         * tests/uninorm/test-decomposition.c: Likewise.
331         * tests/uninorm/test-u8-nfc.c: Likewise.
332         * tests/uninorm/test-u8-nfd.c: Likewise.
333         * tests/uninorm/test-u8-nfkc.c: Likewise.
334         * tests/uninorm/test-u8-nfkd.c: Likewise.
335         * tests/uninorm/test-u8-normcmp.c: Likewise.
336         * tests/uninorm/test-u8-normcoll.c: Likewise.
337         * tests/uninorm/test-u16-nfc.c: Likewise.
338         * tests/uninorm/test-u16-nfd.c: Likewise.
339         * tests/uninorm/test-u16-nfkc.c: Likewise.
340         * tests/uninorm/test-u16-nfkd.c: Likewise.
341         * tests/uninorm/test-u16-normcmp.c: Likewise.
342         * tests/uninorm/test-u16-normcoll.c: Likewise.
343         * tests/uninorm/test-u32-nfc.c: Likewise.
344         * tests/uninorm/test-u32-nfd.c: Likewise.
345         * tests/uninorm/test-u32-nfkc.c: Likewise.
346         * tests/uninorm/test-u32-nfkd.c: Likewise.
347         * tests/uninorm/test-u32-normalize-big.c: Likewise.
348         * tests/uninorm/test-u32-normcmp.c: Likewise.
349         * tests/uninorm/test-u32-normcoll.c: Likewise.
350         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
351         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
352         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
353         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
354         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
355         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
356         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
357         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
358         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
359         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
360         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
361         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
362         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
363         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
364         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
365         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
366         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
367         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
368         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
369         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
370         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
371         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
372         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
373         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
374         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
375         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
376         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
377         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
378         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
379         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
380         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
381         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
382         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
383         * tests/uniwidth/test-u8-strwidth.c: Likewise.
384         * tests/uniwidth/test-u8-width.c: Likewise.
385         * tests/uniwidth/test-u16-strwidth.c: Likewise.
386         * tests/uniwidth/test-u16-width.c: Likewise.
387         * tests/uniwidth/test-u32-strwidth.c: Likewise.
388         * tests/uniwidth/test-u32-width.c: Likewise.
389         * tests/uniwidth/test-uc_width.c: Likewise.
390         * tests/uniwidth/test-uc_width2.c: Likewise.
391         * modules/acl-tests (Files): Add tests/macros.h.
392         * modules/areadlink-tests (Files): Likewise.
393         * modules/areadlink-with-size-tests (Files): Likewise.
394         * modules/areadlinkat-tests (Files): Likewise.
395         * modules/areadlinkat-with-size-tests (Files): Likewise.
396         * modules/argmatch-tests (Files): Likewise.
397         * modules/argv-iter-tests (Files): Likewise.
398         * modules/array-list-tests (Files): Likewise.
399         * modules/array-mergesort-tests (Files): Likewise.
400         * modules/array-oset-tests (Files): Likewise.
401         * modules/avltree-list-tests (Files): Likewise.
402         * modules/avltree-oset-tests (Files): Likewise.
403         * modules/avltreehash-list-tests (Files): Likewise.
404         * modules/base64-tests (Files): Likewise.
405         * modules/binary-io-tests (Files): Likewise.
406         * modules/bitrotate-tests (Files): Likewise.
407         * modules/btowc-tests (Files): Likewise.
408         * modules/byteswap-tests (Files): Likewise.
409         * modules/c-ctype-tests (Files): Likewise.
410         * modules/c-stack-tests (Files): Likewise.
411         * modules/c-strcase-tests (Files): Likewise.
412         * modules/c-strcasestr-tests (Files): Likewise.
413         * modules/c-strstr-tests (Files): Likewise.
414         * modules/canonicalize-lgpl-tests (Files): Likewise.
415         * modules/canonicalize-tests (Files): Likewise.
416         * modules/carray-list-tests (Files): Likewise.
417         * modules/ceilf-tests (Files): Likewise.
418         * modules/ceill-tests (Files): Likewise.
419         * modules/chown-tests (Files): Likewise.
420         * modules/cloexec-tests (Files): Likewise.
421         * modules/copy-file-tests (Files): Likewise.
422         * modules/count-one-bits-tests (Files): Likewise.
423         * modules/dprintf-posix-tests (Files): Likewise.
424         * modules/dup2-tests (Files): Likewise.
425         * modules/dup3-tests (Files): Likewise.
426         * modules/duplocale-tests (Files): Likewise.
427         * modules/fbufmode-tests (Files): Likewise.
428         * modules/fchdir-tests (Files): Likewise.
429         * modules/fcntl-safer-tests (Files): Likewise.
430         * modules/fcntl-tests (Files): Likewise.
431         * modules/fdopendir-tests (Files): Likewise.
432         * modules/fdutimensat-tests (Files): Likewise.
433         * modules/fflush-tests (Files): Likewise.
434         * modules/filevercmp-tests (Files): Likewise.
435         * modules/flock-tests (Files): Likewise.
436         * modules/floorf-tests (Files): Likewise.
437         * modules/floorl-tests (Files): Likewise.
438         * modules/fnmatch-tests (Files): Likewise.
439         * modules/fopen-safer-tests (Files): Likewise.
440         * modules/fopen-tests (Files): Likewise.
441         * modules/fpending-tests (Files): Likewise.
442         * modules/fprintf-posix-tests (Files): Likewise.
443         * modules/fpurge-tests (Files): Likewise.
444         * modules/freadable-tests (Files): Likewise.
445         * modules/freadahead-tests (Files): Likewise.
446         * modules/freading-tests (Files): Likewise.
447         * modules/freadptr-tests (Files): Likewise.
448         * modules/freadseek-tests (Files): Likewise.
449         * modules/freopen-tests (Files): Likewise.
450         * modules/frexp-nolibm-tests (Files): Likewise.
451         * modules/frexp-tests (Files): Likewise.
452         * modules/frexpl-nolibm-tests (Files): Likewise.
453         * modules/frexpl-tests (Files): Likewise.
454         * modules/fseek-tests (Files): Likewise.
455         * modules/fseeko-tests (Files): Likewise.
456         * modules/fstrcmp-tests (Files): Likewise.
457         * modules/fsync-tests (Files): Likewise.
458         * modules/ftell-tests (Files): Likewise.
459         * modules/ftello-tests (Files): Likewise.
460         * modules/func-tests (Files): Likewise.
461         * modules/futimens-tests (Files): Likewise.
462         * modules/fwritable-tests (Files): Likewise.
463         * modules/fwriting-tests (Files): Likewise.
464         * modules/getcwd-tests (Files): Likewise.
465         * modules/getdate-tests (Files): Likewise.
466         * modules/getdelim-tests (Files): Likewise.
467         * modules/getdtablesize-tests (Files): Likewise.
468         * modules/getgroups-tests (Files): Likewise.
469         * modules/getline-tests (Files): Likewise.
470         * modules/getndelim2-tests (Files): Likewise.
471         * modules/glob-tests (Files): Likewise.
472         * modules/hash-tests (Files): Likewise.
473         * modules/i-ring-tests (Files): Likewise.
474         * modules/iconv-tests (Files): Likewise.
475         * modules/iconv_open-utf-tests (Files): Likewise.
476         * modules/idpriv-drop-tests (Files): Likewise.
477         * modules/idpriv-droptemp-tests (Files): Likewise.
478         * modules/inet_ntop-tests (Files): Likewise.
479         * modules/inet_pton-tests (Files): Likewise.
480         * modules/isblank-tests (Files): Likewise.
481         * modules/isfinite-tests (Files): Likewise.
482         * modules/isinf-tests (Files): Likewise.
483         * modules/isnan-tests (Files): Likewise.
484         * modules/isnand-nolibm-tests (Files): Likewise.
485         * modules/isnand-tests (Files): Likewise.
486         * modules/isnanf-nolibm-tests (Files): Likewise.
487         * modules/isnanf-tests (Files): Likewise.
488         * modules/isnanl-nolibm-tests (Files): Likewise.
489         * modules/isnanl-tests (Files): Likewise.
490         * modules/lchown-tests (Files): Likewise.
491         * modules/ldexpl-tests (Files): Likewise.
492         * modules/link-tests (Files): Likewise.
493         * modules/linkat-tests (Files): Likewise.
494         * modules/linked-list-tests (Files): Likewise.
495         * modules/linkedhash-list-tests (Files): Likewise.
496         * modules/localename-tests (Files): Likewise.
497         * modules/lseek-tests (Files): Likewise.
498         * modules/lstat-tests (Files): Likewise.
499         * modules/mbmemcasecmp-tests (Files): Likewise.
500         * modules/mbmemcasecoll-tests (Files): Likewise.
501         * modules/mbrtowc-tests (Files): Likewise.
502         * modules/mbscasecmp-tests (Files): Likewise.
503         * modules/mbscasestr-tests (Files): Likewise.
504         * modules/mbschr-tests (Files): Likewise.
505         * modules/mbscspn-tests (Files): Likewise.
506         * modules/mbsinit-tests (Files): Likewise.
507         * modules/mbsncasecmp-tests (Files): Likewise.
508         * modules/mbsnrtowcs-tests (Files): Likewise.
509         * modules/mbspbrk-tests (Files): Likewise.
510         * modules/mbspcasecmp-tests (Files): Likewise.
511         * modules/mbsrchr-tests (Files): Likewise.
512         * modules/mbsrtowcs-tests (Files): Likewise.
513         * modules/mbsspn-tests (Files): Likewise.
514         * modules/mbsstr-tests (Files): Likewise.
515         * modules/memchr-tests (Files): Likewise.
516         * modules/memchr2-tests (Files): Likewise.
517         * modules/memcmp-tests (Files): Likewise.
518         * modules/memmem-tests (Files): Likewise.
519         * modules/memrchr-tests (Files): Likewise.
520         * modules/mkdir-tests (Files): Likewise.
521         * modules/mkfifo-tests (Files): Likewise.
522         * modules/mkfifoat-tests (Files): Likewise.
523         * modules/mknod-tests (Files): Likewise.
524         * modules/nanosleep-tests (Files): Likewise.
525         * modules/nl_langinfo-tests (Files): Likewise.
526         * modules/obstack-printf-tests (Files): Likewise.
527         * modules/open-tests (Files): Likewise.
528         * modules/openat-tests (Files): Likewise.
529         * modules/pipe-filter-gi-tests (Files): Likewise.
530         * modules/pipe-filter-ii-tests (Files): Likewise.
531         * modules/pipe2-tests (Files): Likewise.
532         * modules/popen-safer-tests (Files): Likewise.
533         * modules/popen-tests (Files): Likewise.
534         * modules/posixtm-tests (Files): Likewise.
535         * modules/pread-tests (Files): Likewise.
536         * modules/printf-frexp-tests (Files): Likewise.
537         * modules/printf-frexpl-tests (Files): Likewise.
538         * modules/printf-posix-tests (Files): Likewise.
539         * modules/priv-set-tests (Files): Likewise.
540         * modules/quotearg-tests (Files): Likewise.
541         * modules/random_r-tests (Files): Likewise.
542         * modules/rawmemchr-tests (Files): Likewise.
543         * modules/rbtree-list-tests (Files): Likewise.
544         * modules/rbtree-oset-tests (Files): Likewise.
545         * modules/rbtreehash-list-tests (Files): Likewise.
546         * modules/readlink-tests (Files): Likewise.
547         * modules/remove-tests (Files): Likewise.
548         * modules/rename-tests (Files): Likewise.
549         * modules/renameat-tests (Files): Likewise.
550         * modules/rmdir-tests (Files): Likewise.
551         * modules/round-tests (Files): Likewise.
552         * modules/roundf-tests (Files): Likewise.
553         * modules/roundl-tests (Files): Likewise.
554         * modules/safe-alloc-tests (Files): Likewise.
555         * modules/setenv-tests (Files): Likewise.
556         * modules/sigaction-tests (Files): Likewise.
557         * modules/signbit-tests (Files): Likewise.
558         * modules/sleep-tests (Files): Likewise.
559         * modules/snprintf-posix-tests (Files): Likewise.
560         * modules/snprintf-tests (Files): Likewise.
561         * modules/sprintf-posix-tests (Files): Likewise.
562         * modules/stat-tests (Files): Likewise.
563         * modules/stat-time-tests (Files): Likewise.
564         * modules/strcasestr-tests (Files): Likewise.
565         * modules/strchrnul-tests (Files): Likewise.
566         * modules/strerror-tests (Files): Likewise.
567         * modules/striconv-tests (Files): Likewise.
568         * modules/striconveh-tests (Files): Likewise.
569         * modules/striconveha-tests (Files): Likewise.
570         * modules/strsignal-tests (Files): Likewise.
571         * modules/strstr-tests (Files): Likewise.
572         * modules/strtod-tests (Files): Likewise.
573         * modules/strverscmp-tests (Files): Likewise.
574         * modules/symlink-tests (Files): Likewise.
575         * modules/symlinkat-tests (Files): Likewise.
576         * modules/trunc-tests (Files): Likewise.
577         * modules/truncf-tests (Files): Likewise.
578         * modules/truncl-tests (Files): Likewise.
579         * modules/uname-tests (Files): Likewise.
580         * modules/unicase/cased-tests (Files): Likewise.
581         * modules/unicase/ignorable-tests (Files): Likewise.
582         * modules/unicase/locale-language-tests (Files): Likewise.
583         * modules/unicase/tolower-tests (Files): Likewise.
584         * modules/unicase/totitle-tests (Files): Likewise.
585         * modules/unicase/toupper-tests (Files): Likewise.
586         * modules/unicase/u8-casecmp-tests (Files): Likewise.
587         * modules/unicase/u8-casecoll-tests (Files): Likewise.
588         * modules/unicase/u8-casefold-tests (Files): Likewise.
589         * modules/unicase/u8-is-cased-tests (Files): Likewise.
590         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
591         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
592         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
593         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
594         * modules/unicase/u8-tolower-tests (Files): Likewise.
595         * modules/unicase/u8-totitle-tests (Files): Likewise.
596         * modules/unicase/u8-toupper-tests (Files): Likewise.
597         * modules/unicase/u16-casecmp-tests (Files): Likewise.
598         * modules/unicase/u16-casecoll-tests (Files): Likewise.
599         * modules/unicase/u16-casefold-tests (Files): Likewise.
600         * modules/unicase/u16-is-cased-tests (Files): Likewise.
601         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
602         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
603         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
604         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
605         * modules/unicase/u16-tolower-tests (Files): Likewise.
606         * modules/unicase/u16-totitle-tests (Files): Likewise.
607         * modules/unicase/u16-toupper-tests (Files): Likewise.
608         * modules/unicase/u32-casecmp-tests (Files): Likewise.
609         * modules/unicase/u32-casecoll-tests (Files): Likewise.
610         * modules/unicase/u32-casefold-tests (Files): Likewise.
611         * modules/unicase/u32-is-cased-tests (Files): Likewise.
612         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
613         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
614         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
615         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
616         * modules/unicase/u32-tolower-tests (Files): Likewise.
617         * modules/unicase/u32-totitle-tests (Files): Likewise.
618         * modules/unicase/u32-toupper-tests (Files): Likewise.
619         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
620         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
621         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
622         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
623         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
624         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
625         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
626         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
627         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
628         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
629         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
630         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
631         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
632         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
633         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
634         * modules/unictype/bidicategory-name-tests (Files): Likewise.
635         * modules/unictype/bidicategory-of-tests (Files): Likewise.
636         * modules/unictype/bidicategory-test-tests (Files): Likewise.
637         * modules/unictype/block-list-tests (Files): Likewise.
638         * modules/unictype/block-of-tests (Files): Likewise.
639         * modules/unictype/block-test-tests (Files): Likewise.
640         * modules/unictype/category-C-tests (Files): Likewise.
641         * modules/unictype/category-Cc-tests (Files): Likewise.
642         * modules/unictype/category-Cf-tests (Files): Likewise.
643         * modules/unictype/category-Cn-tests (Files): Likewise.
644         * modules/unictype/category-Co-tests (Files): Likewise.
645         * modules/unictype/category-Cs-tests (Files): Likewise.
646         * modules/unictype/category-L-tests (Files): Likewise.
647         * modules/unictype/category-Ll-tests (Files): Likewise.
648         * modules/unictype/category-Lm-tests (Files): Likewise.
649         * modules/unictype/category-Lo-tests (Files): Likewise.
650         * modules/unictype/category-Lt-tests (Files): Likewise.
651         * modules/unictype/category-Lu-tests (Files): Likewise.
652         * modules/unictype/category-M-tests (Files): Likewise.
653         * modules/unictype/category-Mc-tests (Files): Likewise.
654         * modules/unictype/category-Me-tests (Files): Likewise.
655         * modules/unictype/category-Mn-tests (Files): Likewise.
656         * modules/unictype/category-N-tests (Files): Likewise.
657         * modules/unictype/category-Nd-tests (Files): Likewise.
658         * modules/unictype/category-Nl-tests (Files): Likewise.
659         * modules/unictype/category-No-tests (Files): Likewise.
660         * modules/unictype/category-P-tests (Files): Likewise.
661         * modules/unictype/category-Pc-tests (Files): Likewise.
662         * modules/unictype/category-Pd-tests (Files): Likewise.
663         * modules/unictype/category-Pe-tests (Files): Likewise.
664         * modules/unictype/category-Pf-tests (Files): Likewise.
665         * modules/unictype/category-Pi-tests (Files): Likewise.
666         * modules/unictype/category-Po-tests (Files): Likewise.
667         * modules/unictype/category-Ps-tests (Files): Likewise.
668         * modules/unictype/category-S-tests (Files): Likewise.
669         * modules/unictype/category-Sc-tests (Files): Likewise.
670         * modules/unictype/category-Sk-tests (Files): Likewise.
671         * modules/unictype/category-Sm-tests (Files): Likewise.
672         * modules/unictype/category-So-tests (Files): Likewise.
673         * modules/unictype/category-Z-tests (Files): Likewise.
674         * modules/unictype/category-Zl-tests (Files): Likewise.
675         * modules/unictype/category-Zp-tests (Files): Likewise.
676         * modules/unictype/category-Zs-tests (Files): Likewise.
677         * modules/unictype/category-and-not-tests (Files): Likewise.
678         * modules/unictype/category-and-tests (Files): Likewise.
679         * modules/unictype/category-byname-tests (Files): Likewise.
680         * modules/unictype/category-name-tests (Files): Likewise.
681         * modules/unictype/category-none-tests (Files): Likewise.
682         * modules/unictype/category-of-tests (Files): Likewise.
683         * modules/unictype/category-or-tests (Files): Likewise.
684         * modules/unictype/category-test-withtable-tests (Files): Likewise.
685         * modules/unictype/combining-class-tests (Files): Likewise.
686         * modules/unictype/ctype-alnum-tests (Files): Likewise.
687         * modules/unictype/ctype-alpha-tests (Files): Likewise.
688         * modules/unictype/ctype-blank-tests (Files): Likewise.
689         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
690         * modules/unictype/ctype-digit-tests (Files): Likewise.
691         * modules/unictype/ctype-graph-tests (Files): Likewise.
692         * modules/unictype/ctype-lower-tests (Files): Likewise.
693         * modules/unictype/ctype-print-tests (Files): Likewise.
694         * modules/unictype/ctype-punct-tests (Files): Likewise.
695         * modules/unictype/ctype-space-tests (Files): Likewise.
696         * modules/unictype/ctype-upper-tests (Files): Likewise.
697         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
698         * modules/unictype/decimal-digit-tests (Files): Likewise.
699         * modules/unictype/digit-tests (Files): Likewise.
700         * modules/unictype/mirror-tests (Files): Likewise.
701         * modules/unictype/numeric-tests (Files): Likewise.
702         * modules/unictype/property-alphabetic-tests (Files): Likewise.
703         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
704         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
705         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
706         Likewise.
707         * modules/unictype/property-bidi-block-separator-tests (Files):
708         Likewise.
709         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
710         Likewise.
711         * modules/unictype/property-bidi-common-separator-tests (Files):
712         Likewise.
713         * modules/unictype/property-bidi-control-tests (Files): Likewise.
714         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
715         Likewise.
716         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
717         Likewise.
718         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
719         Likewise.
720         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
721         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
722         Likewise.
723         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
724         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
725         Likewise.
726         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
727         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
728         * modules/unictype/property-bidi-segment-separator-tests (Files):
729         Likewise.
730         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
731         * modules/unictype/property-byname-tests (Files): Likewise.
732         * modules/unictype/property-combining-tests (Files): Likewise.
733         * modules/unictype/property-composite-tests (Files): Likewise.
734         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
735         * modules/unictype/property-dash-tests (Files): Likewise.
736         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
737         * modules/unictype/property-default-ignorable-code-point-tests (Files):
738         Likewise.
739         * modules/unictype/property-deprecated-tests (Files): Likewise.
740         * modules/unictype/property-diacritic-tests (Files): Likewise.
741         * modules/unictype/property-extender-tests (Files): Likewise.
742         * modules/unictype/property-format-control-tests (Files): Likewise.
743         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
744         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
745         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
746         * modules/unictype/property-hex-digit-tests (Files): Likewise.
747         * modules/unictype/property-hyphen-tests (Files): Likewise.
748         * modules/unictype/property-id-continue-tests (Files): Likewise.
749         * modules/unictype/property-id-start-tests (Files): Likewise.
750         * modules/unictype/property-ideographic-tests (Files): Likewise.
751         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
752         * modules/unictype/property-ids-trinary-operator-tests (Files):
753         Likewise.
754         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
755         * modules/unictype/property-iso-control-tests (Files): Likewise.
756         * modules/unictype/property-join-control-tests (Files): Likewise.
757         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
758         * modules/unictype/property-line-separator-tests (Files): Likewise.
759         * modules/unictype/property-logical-order-exception-tests (Files):
760         Likewise.
761         * modules/unictype/property-lowercase-tests (Files): Likewise.
762         * modules/unictype/property-math-tests (Files): Likewise.
763         * modules/unictype/property-non-break-tests (Files): Likewise.
764         * modules/unictype/property-not-a-character-tests (Files): Likewise.
765         * modules/unictype/property-numeric-tests (Files): Likewise.
766         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
767         * modules/unictype/property-other-default-ignorable-code-point-tests
768         (Files): Likewise.
769         * modules/unictype/property-other-grapheme-extend-tests (Files):
770         Likewise.
771         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
772         * modules/unictype/property-other-id-start-tests (Files): Likewise.
773         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
774         * modules/unictype/property-other-math-tests (Files): Likewise.
775         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
776         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
777         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
778         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
779         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
780         * modules/unictype/property-private-use-tests (Files): Likewise.
781         * modules/unictype/property-punctuation-tests (Files): Likewise.
782         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
783         * modules/unictype/property-radical-tests (Files): Likewise.
784         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
785         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
786         * modules/unictype/property-space-tests (Files): Likewise.
787         * modules/unictype/property-terminal-punctuation-tests (Files):
788         Likewise.
789         * modules/unictype/property-test-tests (Files): Likewise.
790         * modules/unictype/property-titlecase-tests (Files): Likewise.
791         * modules/unictype/property-unassigned-code-value-tests (Files):
792         Likewise.
793         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
794         * modules/unictype/property-uppercase-tests (Files): Likewise.
795         * modules/unictype/property-variation-selector-tests (Files): Likewise.
796         * modules/unictype/property-white-space-tests (Files): Likewise.
797         * modules/unictype/property-xid-continue-tests (Files): Likewise.
798         * modules/unictype/property-xid-start-tests (Files): Likewise.
799         * modules/unictype/property-zero-width-tests (Files): Likewise.
800         * modules/unictype/scripts-tests (Files): Likewise.
801         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
802         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
803         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
804         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
805         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
806         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
807         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
808         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
809         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
810         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
811         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
812         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
813         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
814         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
815         * modules/uninorm/composition-tests (Files): Likewise.
816         * modules/uninorm/decomposing-form-tests (Files): Likewise.
817         * modules/uninorm/decomposition-tests (Files): Likewise.
818         * modules/uninorm/filter-tests (Files): Likewise.
819         * modules/uninorm/nfc-tests (Files): Likewise.
820         * modules/uninorm/nfd-tests (Files): Likewise.
821         * modules/uninorm/nfkc-tests (Files): Likewise.
822         * modules/uninorm/nfkd-tests (Files): Likewise.
823         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
824         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
825         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
826         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
827         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
828         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
829         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
830         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
831         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
832         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
833         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
834         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
835         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
836         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
837         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
838         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
839         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
840         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
841         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
842         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
843         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
844         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
845         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
846         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
847         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
848         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
849         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
850         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
851         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
852         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
853         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
854         * modules/uniwidth/u8-width-tests (Files): Likewise.
855         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
856         * modules/uniwidth/u16-width-tests (Files): Likewise.
857         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
858         * modules/uniwidth/u32-width-tests (Files): Likewise.
859         * modules/uniwidth/width-tests (Files): Likewise.
860         * modules/unlink-tests (Files): Likewise.
861         * modules/unsetenv-tests (Files): Likewise.
862         * modules/usleep-tests (Files): Likewise.
863         * modules/utimens-tests (Files): Likewise.
864         * modules/utimensat-tests (Files): Likewise.
865         * modules/vasnprintf-posix-tests (Files): Likewise.
866         * modules/vasnprintf-tests (Files): Likewise.
867         * modules/vasprintf-posix-tests (Files): Likewise.
868         * modules/vasprintf-tests (Files): Likewise.
869         * modules/vdprintf-posix-tests (Files): Likewise.
870         * modules/vfprintf-posix-tests (Files): Likewise.
871         * modules/vprintf-posix-tests (Files): Likewise.
872         * modules/vsnprintf-posix-tests (Files): Likewise.
873         * modules/vsnprintf-tests (Files): Likewise.
874         * modules/vsprintf-posix-tests (Files): Likewise.
875         * modules/wcrtomb-tests (Files): Likewise.
876         * modules/wcsnrtombs-tests (Files): Likewise.
877         * modules/wcsrtombs-tests (Files): Likewise.
878         * modules/wctype-tests (Files): Likewise.
879         * modules/wcwidth-tests (Files): Likewise.
880         * modules/xmemdup0-tests (Files): Likewise.
881         * modules/xprintf-posix-tests (Files): Likewise.
882         * modules/xvasprintf-tests (Files): Likewise.
883
884 2009-12-24  Eric Blake  <ebb9@byu.net>
885
886         test-nanosleep: fix typo
887         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
888         patch.
889         Reported by Bruno Haible.
890
891 2009-12-24  Bruno Haible  <bruno@clisp.org>
892
893         Reduce namespace pollution on glibc systems.
894         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
895         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
896         systems.
897         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
898         <getopt.h> on glibc systems.
899         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
900         systems.
901         * lib/fcntl.c: Include <unistd.h> here instead.
902
903 2009-12-24  Bruno Haible  <bruno@clisp.org>
904
905         * lib/stdlib.in.h (includes): Fix typo in today's commit.
906
907 2009-12-24  Eric Blake  <ebb9@byu.net>
908
909         tests: add signature checks
910         * tests/signature.h (SIGNATURE_CHECK): New file.
911         * modules/atexit-tests (Files): Use it.
912         * modules/btowc-tests (Files): Likewise.
913         * modules/canonicalize-lgpl-tests (Files): Likewise.
914         * modules/ceilf-tests (Files): Likewise.
915         * modules/ceill-tests (Files): Likewise.
916         * modules/chown-tests (Files): Likewise.
917         * modules/dprintf-posix-tests (Files): Likewise.
918         * modules/dup2-tests (Files): Likewise.
919         * modules/dup3-tests (Files): Likewise.
920         * modules/duplocale-tests (Files): Likewise.
921         * modules/fchdir-tests (Files): Likewise.
922         * modules/fcntl-tests (Files): Likewise.
923         * modules/fdopendir-tests (Files): Likewise.
924         * modules/fflush-tests (Files): Likewise.
925         * modules/flock-tests (Files): Likewise.
926         * modules/floorf-tests (Files): Likewise.
927         * modules/floorl-tests (Files): Likewise.
928         * modules/fnmatch-tests (Files): Likewise.
929         * modules/fopen-tests (Files): Likewise.
930         * modules/fprintf-posix-tests (Files): Likewise.
931         * modules/freopen-tests (Files): Likewise.
932         * modules/frexp-nolibm-tests (Files): Likewise.
933         * modules/frexp-tests (Files): Likewise.
934         * modules/frexpl-nolibm-tests (Files): Likewise.
935         * modules/frexpl-tests (Files): Likewise.
936         * modules/fseek-tests (Files): Likewise.
937         * modules/fseeko-tests (Files): Likewise.
938         * modules/fsync-tests (Files): Likewise.
939         * modules/ftell-tests (Files): Likewise.
940         * modules/ftello-tests (Files): Likewise.
941         * modules/futimens-tests (Files): Likewise.
942         * modules/getaddrinfo-tests (Files): Likewise.
943         * modules/getcwd-tests (Files): Likewise.
944         * modules/getdelim-tests (Files): Likewise.
945         * modules/getdtablesize-tests (Files): Likewise.
946         * modules/getgroups-tests (Files): Likewise.
947         * modules/gethostname-tests (Files): Likewise.
948         * modules/getline-tests (Files): Likewise.
949         * modules/getopt-posix-tests (Files): Likewise.
950         * modules/gettimeofday-tests (Files): Likewise.
951         * modules/glob-tests (Files): Likewise.
952         * modules/iconv-tests (Files): Likewise.
953         * modules/inet_ntop-tests (Files): Likewise.
954         * modules/inet_pton-tests (Files): Likewise.
955         * modules/isblank-tests (Files): Likewise.
956         * modules/lchown-tests (Files): Likewise.
957         * modules/ldexpl-tests (Files): Likewise.
958         * modules/link-tests (Files): Likewise.
959         * modules/linkat-tests (Files): Likewise.
960         * modules/lseek-tests (Files): Likewise.
961         * modules/lstat-tests (Files): Likewise.
962         * modules/mbrtowc-tests (Files): Likewise.
963         * modules/mbsinit-tests (Files): Likewise.
964         * modules/mbsnrtowcs-tests (Files): Likewise.
965         * modules/mbsrtowcs-tests (Files): Likewise.
966         * modules/memchr-tests (Files): Likewise.
967         * modules/memcmp-tests (Files): Likewise.
968         * modules/memmem-tests (Files): Likewise.
969         * modules/memrchr-tests (Files): Likewise.
970         * modules/mkdir-tests (Files): Likewise.
971         * modules/mkfifo-tests (Files): Likewise.
972         * modules/mkfifoat-tests (Files): Likewise.
973         * modules/mknod-tests (Files): Likewise.
974         * modules/nanosleep-tests (Files): Likewise.
975         * modules/nl_langinfo-tests (Files): Likewise.
976         * modules/obstack-printf-tests (Files): Likewise.
977         * modules/open-tests (Files): Likewise.
978         * modules/openat-tests (Files): Likewise.
979         * modules/perror-tests (Files): Likewise.
980         * modules/pipe2-tests (Files): Likewise.
981         * modules/poll-tests (Files): Likewise.
982         * modules/popen-tests (Files): Likewise.
983         * modules/posix_spawn-tests (Files): Likewise.
984         * modules/posix_spawnp-tests (Files): Likewise.
985         * modules/pread-tests (Files): Likewise.
986         * modules/printf-posix-tests (Files): Likewise.
987         * modules/pty-tests (Files): Likewise.
988         * modules/random_r-tests (Files): Likewise.
989         * modules/rawmemchr-tests (Files): Likewise.
990         * modules/readlink-tests (Files): Likewise.
991         * modules/remove-tests (Files): Likewise.
992         * modules/rename-tests (Files): Likewise.
993         * modules/renameat-tests (Files): Likewise.
994         * modules/rmdir-tests (Files): Likewise.
995         * modules/round-tests (Files): Likewise.
996         * modules/roundf-tests (Files): Likewise.
997         * modules/roundl-tests (Files): Likewise.
998         * modules/select-tests (Files): Likewise.
999         * modules/setenv-tests (Files): Likewise.
1000         * modules/sigaction-tests (Files): Likewise.
1001         * modules/sleep-tests (Files): Likewise.
1002         * modules/snprintf-posix-tests (Files): Likewise.
1003         * modules/snprintf-tests (Files): Likewise.
1004         * modules/sprintf-posix-tests (Files): Likewise.
1005         * modules/stat-tests (Files): Likewise.
1006         * modules/strcasestr-tests (Files): Likewise.
1007         * modules/strchrnul-tests (Files): Likewise.
1008         * modules/strerror-tests (Files): Likewise.
1009         * modules/strsignal-tests (Files): Likewise.
1010         * modules/strstr-tests (Files): Likewise.
1011         * modules/strtod-tests (Files): Likewise.
1012         * modules/strverscmp-tests (Files): Likewise.
1013         * modules/symlink-tests (Files): Likewise.
1014         * modules/symlinkat-tests (Files): Likewise.
1015         * modules/times-tests (Files): Likewise.
1016         * modules/trunc-tests (Files): Likewise.
1017         * modules/truncf-tests (Files): Likewise.
1018         * modules/truncl-tests (Files): Likewise.
1019         * modules/tsearch-tests (Files): Likewise.
1020         * modules/uname-tests (Files): Likewise.
1021         * modules/unlink-tests (Files): Likewise.
1022         * modules/unsetenv-tests (Files): Likewise.
1023         * modules/usleep-tests (Files): Likewise.
1024         * modules/utimensat-tests (Files): Likewise.
1025         * modules/vasprintf-tests (Files): Likewise.
1026         * modules/vdprintf-posix-tests (Files): Likewise.
1027         * modules/vfprintf-posix-tests (Files): Likewise.
1028         * modules/vprintf-posix-tests (Files): Likewise.
1029         * modules/vsnprintf-posix-tests (Files): Likewise.
1030         * modules/vsnprintf-tests (Files): Likewise.
1031         * modules/vsprintf-posix-tests (Files): Likewise.
1032         * modules/wcrtomb-tests (Files): Likewise.
1033         * modules/wcsnrtombs-tests (Files): Likewise.
1034         * modules/wcsrtombs-tests (Files): Likewise.
1035         * modules/wcwidth-tests (Files): Likewise.
1036         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
1037         * tests/test-isinf.c (isinf): Likewise.
1038         * tests/test-isnan.c (isnan): Likewise.
1039         * tests/test-signbit.c (signbit): Likewise.
1040         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
1041         declaration, either as macro or with correct signature.
1042         (select): Ensure function under test is declared with correct
1043         signature in correct header.
1044         * tests/test-atexit.c (atexit): Likewise.
1045         * tests/test-btowc.c (btowc): Likewise.
1046         * tests/test-canonicalize-lgpl.c (realpath)
1047         (canonicalize_file_name): Likewise.
1048         * tests/test-ceilf1.c (ceilf): Likewise.
1049         * tests/test-ceill.c (ceill): Likewise.
1050         * tests/test-chown.c (chown): Likewise.
1051         * tests/test-dprintf-posix.c (dprintf): Likewise.
1052         * tests/test-dup2.c (dup2): Likewise.
1053         * tests/test-dup3.c (dup3): Likewise.
1054         * tests/test-duplocale.c (duplocale): Likewise.
1055         * tests/test-fchdir.c (fchdir): Likewise.
1056         * tests/test-fchownat.c (fchownat): Likewise.
1057         * tests/test-fcntl.c (fcntl): Likewise.
1058         * tests/test-fdopendir.c (fdopendir): Likewise.
1059         * tests/test-fflush.c (fflush): Likewise.
1060         * tests/test-flock.c (flock): Likewise.
1061         * tests/test-floorf1.c (floorf): Likewise.
1062         * tests/test-floorl.c (floorl): Likewise.
1063         * tests/test-fnmatch.c (fnmatch): Likewise.
1064         * tests/test-fopen.c (fopen): Likewise.
1065         * tests/test-fprintf-posix.c (fprintf): Likewise.
1066         * tests/test-freopen.c (freopen): Likewise.
1067         * tests/test-frexp.c (frexp): Likewise.
1068         * tests/test-frexpl.c (frexpl): Likewise.
1069         * tests/test-fseek.c (fseek): Likewise.
1070         * tests/test-fseeko.c (fseeko): Likewise.
1071         * tests/test-fstatat.c (fstatat): Likewise.
1072         * tests/test-fsync.c (fsync): Likewise.
1073         * tests/test-ftell.c (ftell): Likewise.
1074         * tests/test-ftello.c (ftello): Likewise.
1075         * tests/test-futimens.c (futimens): Likewise.
1076         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
1077         (gai_strerror): Likewise.
1078         * tests/test-getcwd.c (getcwd): Likewise.
1079         * tests/test-getdelim.c (getdelim): Likewise.
1080         * tests/test-getdtablesize.c (getdtablesize): Likewise.
1081         * tests/test-getgroups.c (getgroups): Likewise.
1082         * tests/test-gethostname.c (gethostname): Likewise.
1083         * tests/test-getline.c (getline): Likewise.
1084         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
1085         Likewise.
1086         * tests/test-gettimeofday.c (gettimeofday): Likewise.
1087         * tests/test-glob.c (glob, globfree): Likewise.
1088         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
1089         * tests/test-inet_ntop.c (inet_ntop): Likewise.
1090         * tests/test-inet_pton.c (inet_pton): Likewise.
1091         * tests/test-isblank.c (isblank): Likewise.
1092         * tests/test-lchown.c (lchown): Likewise.
1093         * tests/test-ldexpl.c (ldexpl): Likewise.
1094         * tests/test-link.c (link): Likewise.
1095         * tests/test-linkat.c (linkat): Likewise.
1096         * tests/test-lseek.c (lseek): Likewise.
1097         * tests/test-lstat.c (lstat): Likewise.
1098         * tests/test-mbrtowc.c (mbrtowc): Likewise.
1099         * tests/test-mbsinit.c (mbsinit): Likewise.
1100         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
1101         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
1102         * tests/test-memchr.c (memchr): Likewise.
1103         * tests/test-memcmp.c (memcmp): Likewise.
1104         * tests/test-memmem.c (memmem): Likewise.
1105         * tests/test-memrchr.c (memrchr): Likewise.
1106         * tests/test-mkdir.c (mkdir): Likewise.
1107         * tests/test-mkdirat.c (mkdirat): Likewise.
1108         * tests/test-mkfifo.c (mkfifo): Likewise.
1109         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
1110         * tests/test-mknod.c (mknod): Likewise.
1111         * tests/test-nanosleep.c (nanosleep): Likewise.
1112         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
1113         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
1114         Likewise.
1115         * tests/test-open.c (open): Likewise.
1116         * tests/test-openat.c (openat): Likewise.
1117         * tests/test-perror.c (perror): Likewise.
1118         * tests/test-pipe2.c (pipe2): Likewise.
1119         * tests/test-poll.c (poll): Likewise.
1120         * tests/test-popen.c (popen, pclose): Likewise.
1121         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
1122         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
1123         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
1124         (posix_spawn_file_actions_destroy)
1125         (posix_spawn_file_actions_addclose)
1126         (posix_spawn_file_actions_addopen)
1127         (posix_spawn_file_actions_adddup2): Likewise.
1128         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
1129         * tests/test-pread.c (pread): Likewise.
1130         * tests/test-printf-posix.c (printf): Likewise.
1131         * tests/test-pty.c (openpty, forkpty): Likewise.
1132         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
1133         (random_r): Likewise.
1134         * tests/test-rawmemchr.c (rawmemchr): Likewise.
1135         * tests/test-readlink.c (readlink): Likewise.
1136         * tests/test-remove.c (remove): Likewise.
1137         * tests/test-rename.c (rename): Likewise.
1138         * tests/test-renameat.c (renameat): Likewise.
1139         * tests/test-rmdir.c (rmdir): Likewise.
1140         * tests/test-round1.c (round): Likewise.
1141         * tests/test-roundf1.c (roundf): Likewise.
1142         * tests/test-roundl.c (roundl): Likewise.
1143         * tests/test-setenv.c (setenv): Likewise.
1144         * tests/test-sigaction.c (sigaction): Likewise.
1145         * tests/test-sleep.c (sleep): Likewise.
1146         * tests/test-snprintf.c (snprintf): Likewise.
1147         * tests/test-sprintf-posix.c (sprintf): Likewise.
1148         * tests/test-stat.c (stat): Likewise.
1149         * tests/test-stpncpy.c (stpncpy): Likewise.
1150         * tests/test-strcasestr.c (strcasestr): Likewise.
1151         * tests/test-strchrnul.c (strchrnul): Likewise.
1152         * tests/test-strerror.c (strerror): Likewise.
1153         * tests/test-strsignal.c (strsignal): Likewise.
1154         * tests/test-strstr.c (strstr): Likewise.
1155         * tests/test-strtod.c (strtod): Likewise.
1156         * tests/test-strverscmp.c (strverscmp): Likewise.
1157         * tests/test-symlink.c (symlink): Likewise.
1158         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
1159         * tests/test-times.c (times): Likewise.
1160         * tests/test-trunc1.c (trunc): Likewise.
1161         * tests/test-truncf1.c (truncf): Likewise.
1162         * tests/test-truncl.c (truncl): Likewise.
1163         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
1164         Likewise.
1165         * tests/test-uname.c (uname): Likewise.
1166         * tests/test-unlink.c (unlink): Likewise.
1167         * tests/test-unlinkat.c (unlinkat): Likewise.
1168         * tests/test-unsetenv.c (unsetenv): Likewise.
1169         * tests/test-usleep.c (usleep): Likewise.
1170         * tests/test-utimensat.c (utimensat): Likewise.
1171         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
1172         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
1173         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
1174         * tests/test-vprintf-posix.c (vprintf): Likewise.
1175         * tests/test-vsnprintf.c (vsnprintf): Likewise.
1176         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
1177         * tests/test-wcrtomb.c (wcrtomb): Likewise.
1178         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
1179         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
1180         * tests/test-wcwidth.c (wcwidth): Likewise.
1181
1182         build: pull in conditional headers during GNULIB_POSIXCHECK
1183         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
1184         definitions from any conditionally-included headers.
1185         * lib/stdlib.in.h (includes): Likewise.
1186         * lib/unistd.in.h (includes): Likewise.
1187
1188 2009-12-24  Bruno Haible  <bruno@clisp.org>
1189
1190         * tests/test-argv-iter.c: Include header file being tested immediately
1191         after config.h.
1192         * tests/test-base64.c: Likewise.
1193         * tests/test-flock.c: Likewise.
1194         * tests/test-fsync.c: Likewise.
1195         * tests/test-getdate.c: Likewise.
1196         * tests/test-getndelim2.c: Likewise.
1197         * tests/test-isfinite.c: Likewise.
1198         * tests/test-isinf.c: Likewise.
1199         * tests/test-strerror.c: Likewise.
1200         * tests/test-strsignal.c: Likewise.
1201
1202 2009-12-23  Eric Blake  <ebb9@byu.net>
1203
1204         unistd: work around cygwin bug
1205         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
1206         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
1207         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
1208
1209 2009-12-23  Bruno Haible  <bruno@clisp.org>
1210
1211         localename: More tests.
1212         * tests/test-localename.c (SIZEOF): New macro.
1213         (categories): New variable.
1214         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
1215         test_locale_name_default): Add test w.r.t. thread locale.
1216         (test_locale_name_thread): New function.
1217         (main): Invoke it.
1218
1219         localename: Make aware of thread locale.
1220         * lib/localename.h (gl_locale_name_thread): New declaration.
1221         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
1222         behaviour with respect to thread locale.
1223         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
1224         <langinfo.h>, glthread/lock.h.
1225         (SIZE_BITS): New macro.
1226         (string_hash): New function.
1227         (struct hash_node): New type.
1228         (HASH_TABLE_SIZE): New macro.
1229         (struniq_hash_table, struniq_lock): New variables.
1230         (struniq): New function.
1231         (gl_locale_name_thread): New function.
1232         (gl_locale_name): Invoke it.
1233         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
1234         * modules/localename (Depends-on): Add lock.
1235         Reported by Mike Gran <spk121@yahoo.com>.
1236
1237 2009-12-23  Eric Blake  <ebb9@byu.net>
1238
1239         va-args: new module
1240         * modules/va-args: New file.
1241         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
1242         * MODULES.html.sh (Core language properties): Mention it.
1243
1244         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
1245         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
1246         named alias for __attribute__((__unused__)).
1247         * lib/chown.c: Update client.
1248         * lib/fchmodat.c: Likewise.
1249         * lib/fts.c: Likewise.
1250         * lib/getdate.y: Likewise.
1251         * lib/getgroups.c: Likewise.
1252         * lib/getopt.c: Likewise.
1253         * lib/getugroups.c: Likewise.
1254         * lib/mkdir.c: Likewise.
1255         * lib/mkfifo.c: Likewise.
1256         * lib/mkfifoat.c: Likewise.
1257         * lib/mknod.c: Likewise.
1258         * lib/mknodat.c: Likewise.
1259         * lib/readlink.c: Likewise.
1260         * lib/se-context.in.h: Likewise.
1261         * lib/se-selinux.in.h: Likewise.
1262         * lib/sockets.c: Likewise.
1263         * lib/symlink.c: Likewise.
1264         * lib/symlinkat.c: Likewise.
1265         * lib/unicodeio.c: Likewise.
1266         * lib/unistr.h: Likewise.
1267         * tests/test-areadlink.c: Likewise.
1268         * tests/test-areadlinkat.c: Likewise.
1269         * tests/test-filenamecat.c: Likewise.
1270         * tests/test-fseeko.c: Likewise.
1271         * tests/test-ftello.c: Likewise.
1272         * tests/test-getdate.c: Likewise.
1273         * tests/test-getgroups.c: Likewise.
1274         * tests/test-gethostname.c: Likewise.
1275         * tests/test-quotearg.c: Likewise.
1276         * tests/test-version-etc.c: Likewise.
1277         * tests/test-xalloc-die.c: Likewise.
1278         * tests/test-xfprintf-posix.c: Likewise.
1279         * tests/test-xprintf-posix.c: Likewise.
1280         * tests/test-xvasprintf.c: Likewise.
1281
1282         tests: avoid compiler warnings
1283         * tests/test-fcntl.c (main): Delete unused parameters.
1284         * tests/test-freopen-safer.c (main): Likewise.
1285         * tests/test-xalloc-die.c (main): Mark unused parameters.
1286         * tests/test-fseeko.c (main): Likewise.
1287         * tests/test-ftello.c (main): Likewise.
1288         * tests/test-nanosleep.c (main): Avoid declaration warning.
1289         * tests/test-sleep.c (main): Likewise.
1290         * tests/test-unsetenv.c (main): Silence warning about string
1291         literal.
1292         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
1293
1294 2009-12-23  Bruno Haible  <bruno@clisp.org>
1295
1296         * tests/test-localename.c (test_locale_name): New function, extracted
1297         from main. Also test mixed situations.
1298         (test_locale_name_posix, test_locale_name_environ,
1299         test_locale_name_default): New functions.
1300         (main): Invoke them all.
1301         * modules/localename-tests (configure.ac): Test for newlocale.
1302
1303 2009-12-23  Bruno Haible  <bruno@clisp.org>
1304
1305         unistd: Ensure getcwd gets declared before being overridden.
1306         * lib/unistd.in.h: Conditionally include <io.h>.
1307
1308 2009-12-22  Bruno Haible  <bruno@clisp.org>
1309
1310         wchar: Diagnose broken combination of glibc and gcc versions and flags.
1311         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
1312         (gl_WCHAR_H): Invoke it.
1313         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
1314         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
1315         Reported by Karl Berry <karl@freefriends.org>.
1316
1317 2009-12-22  Eric Blake  <ebb9@byu.net>
1318
1319         math, unistd: avoid redundant includes
1320         * lib/math.in.h (isnan): No need to re-include <math.h>.
1321         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
1322
1323         getsubopt: work around cygwin bug
1324         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
1325         avoid conflicting with system getsubopt.
1326         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
1327         bug.
1328
1329         getopt: synchronize from glibc
1330         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
1331         parameter order.  Adjust all callers.
1332         (_getopt_internal_r, main): Adjust quoting in error messages.
1333         Drop considerations for outdated POSIX 1003.2 error message.
1334         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
1335         callers.
1336         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
1337
1338         test-getopt: test stderr behavior
1339         * modules/getopt-posix-tests (Depends-on): Add dup2.
1340         * tests/test-getopt.c (ASSERT): Avoid stderr.
1341         (main): Move stderr to a temporary file.
1342         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
1343         Instead, add parameter to inform caller if output occurred.
1344         (test_getopt): Adjust all existing tests to expect silence, and
1345         add new tests of leading ":".
1346         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
1347         glibc shortcomings with leading "-:" or "+:" in optstring.
1348         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
1349         Likewise.
1350         * doc/posix-functions/getopt.texi (getopt): Likewise.
1351
1352         test-getopt: enhance test
1353         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
1354         supports optind=0.
1355         * tests/test-getopt.c (OPTIND_MIN): Move...
1356         * tests/test-getopt.h (OPTIND_MIN): ...here.
1357         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
1358         Require that optind=0 works, since modern BSD supports it in
1359         addition to optreset, and since coreutils expects it.
1360         (test_getopt_long_only): New test.
1361         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
1362         glibc shortcomings with 'W;', and enforcement of optind=0.
1363         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
1364         Likewise.
1365
1366 2009-12-21  Bruno Haible  <bruno@clisp.org>
1367
1368         localename: Improvements for MacOS X and Cygwin.
1369         * lib/localename.h (gl_locale_name_environ): New declaration.
1370         * lib/localename.c (gl_locale_name_environ): New function, extracted from
1371         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
1372         (gl_locale_name_posix): Invoke it.
1373         (gl_locale_name_default): Add comments. Use Windows native API also on
1374         Cygwin.
1375
1376 2009-12-21  Bruno Haible  <bruno@clisp.org>
1377
1378         Update list of Win32 locale ids.
1379         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
1380         (LANG_SAMI): Renamed from LANG_SAAMI.
1381         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
1382         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
1383         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
1384         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
1385         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
1386         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
1387         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
1388         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
1389         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
1390         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
1391         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
1392         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
1393         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
1394         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
1395         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
1396         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
1397         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
1398         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
1399         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
1400         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
1401         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
1402         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
1403         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
1404         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
1405         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
1406         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
1407         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
1408         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
1409         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
1410         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
1411         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
1412         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
1413         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
1414         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
1415         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
1416         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
1417         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
1418         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
1419         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
1420         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
1421         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
1422         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
1423         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
1424         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
1425         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
1426         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
1427         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
1428         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
1429         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
1430         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
1431         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
1432         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
1433         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
1434         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
1435         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
1436         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
1437         Add more languages and countries for Sami, Sorbian. Add more countries
1438         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
1439         for Pashto. Change country for Syriac, Tswana.
1440
1441 2009-12-21  Eric Blake  <ebb9@byu.net>
1442
1443         test-utimens: avoid spurious failure
1444         * tests/test-chown.h (nap): Factor...
1445         * tests/nap.h: ...into new file.
1446         * tests/test-lchown.h (nap): Avoid duplication.
1447         * tests/test-utimens-common.h (nap): Use shared implementation,
1448         necessary on file systems with 1-second resolution.
1449         * modules/chown-tests (Files): Include new file.
1450         * modules/fdutimensat-tests (Files): Likewise.
1451         * modules/futimens-tests (Files): Likewise.
1452         * modules/lchown-tests (Files): Likewise.
1453         * modules/openat-tests (Files): Likewise.
1454         * modules/utimens-tests (Files): Likewise.
1455         * modules/utimensat-tests (Files): Likewise.
1456
1457 2009-12-19  Eric Blake  <ebb9@byu.net>
1458
1459         futimens, utimensat: work around Linux bug
1460         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
1461         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
1462         * lib/utimensat.c (rpl_utimensat): Work around it.
1463         * lib/futimens.c (rpl_futimens): Adjust comment.
1464
1465         utimens: work around Linux ctime bug
1466         * lib/utimens.c (detect_ctime_bug): New helper function.
1467         (update_timespec): Differentiate between workaround needed for
1468         this bug vs. what is needed for systems that lack utimensat.
1469         (fdutimens, lutimens): Work around bug.
1470
1471         utimens: check for ctime update
1472         * tests/test-utimens-common.h (check_ctime): Define.
1473         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
1474         * tests/test-futimens.h (test_futimens): Likewise.
1475         * tests/test-lutimens.h (test_lutimens): Likewise.
1476         * doc/posix-functions/futimens.texi (futimens): Document the bug.
1477         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
1478
1479 2009-12-19  Bruno Haible  <bruno@clisp.org>
1480
1481         dprintf-posix: Check against memory leak fixed on 2009-12-15.
1482         * tests/test-dprintf-posix2.sh: New file.
1483         * tests/test-dprintf-posix2.c: New file.
1484         * modules/dprintf-posix-tests (Files): Add them.
1485         (configure.ac): Check for getrlimit and setrlimit.
1486         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
1487
1488 2009-12-19  Bruno Haible  <bruno@clisp.org>
1489
1490         fprintf-posix: Check against memory leak fixed on 2009-12-15.
1491         * tests/test-fprintf-posix3.sh: New file.
1492         * tests/test-fprintf-posix3.c: New file.
1493         * modules/fprintf-posix-tests (Files): Add them.
1494         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
1495
1496 2009-12-19  Eric Blake  <ebb9@byu.net>
1497
1498         dirfd: fix prototype
1499         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
1500         * lib/dirfd.c (dirfd): Likewise.
1501
1502         canonicalize: reduce memory usage
1503         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
1504         allocation to size.
1505         Reported by Solar Designer <solar@openwall.com>.
1506
1507 2009-12-19  Bruno Haible  <bruno@clisp.org>
1508
1509         New module attribute 'Applicability'.
1510         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
1511         * gnulib-tool: New option --extract-applicability.
1512         (func_usage): Document it.
1513         (sed_extract_prog): Recognize it.
1514         (func_get_applicability): New function.
1515         (func_import): Generalize handling of 'link-warning' module.
1516         * modules/link-warning (Applicability): New section.
1517         * modules/arg-nonnull (Applicability): New section.
1518         Repoted by Simon Josefsson <simon@josefsson.org>.
1519
1520 2009-12-19  Bruno Haible  <bruno@clisp.org>
1521
1522         fflush: tweak
1523         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
1524         * lib/fseeko.c (rpl_fseeko): Likewise.
1525
1526 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
1527
1528         * lib/gl_list.h: Fix typo in comment.
1529
1530 2009-12-16  Eric Blake  <ebb9@byu.net>
1531
1532         fcntl: use to simplify other modules
1533         * modules/cloexec (Depends-on): Add fcntl.
1534         * modules/fchdir (Depends-on): Likewise.
1535         * modules/fd-safer-flag (Depends-on): Likewise.
1536         * modules/unistd-safer (Depends-on): Likewise.
1537         * modules/dup3 (configure.ac): Set module indicator.
1538         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
1539         missing.
1540         * lib/fchdir.c (_gl_register_dup): Fix comment.
1541         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
1542         * lib/dup-safer.c (dup_safer): Likewise.
1543         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
1544         * lib/dup3.c (dup3): Likewise.
1545         * tests/test-fchdir.c (main): Enhance test.
1546         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
1547
1548         fcntl: port portions of fcntl to mingw
1549         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
1550         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
1551         replacement for mingw.
1552         * modules/fcntl (Description): Update.
1553         (Depends-on): Add dup2.
1554         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
1555         * modules/fcntl-h (Makefile.am): Substitute it.
1556         * lib/fcntl.in.h (fcntl): Update declaration.
1557         (F_DUPFD, F_GETFD): New macros, when needed.
1558         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
1559         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
1560         * tests/test-fcntl.c (check_flags, main): Enhance test for items
1561         we now guarantee.
1562
1563         fcntl: work around cygwin bug in F_DUPFD
1564         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
1565         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
1566         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
1567         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
1568         * doc/posix-functions/fcntl.texi (fcntl): Document it.
1569
1570         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
1571         * modules/fcntl (Files): List new files.
1572         (configure.ac): Run a test.
1573         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
1574         * lib/fcntl.c (rpl_fcntl): Likewise.
1575         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
1576         (gl_FCNTL_H): Always replace fcntl.h.
1577         * modules/fcntl-h (Makefile.am): Substitute witnesses.
1578         * lib/fcntl.in.h (fcntl): Declare replacement.
1579         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
1580         needed, plus a witness.
1581         * doc/posix-functions/fcntl.texi (fcntl): Document this.
1582         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
1583         * tests/test-fcntl.c: New file.
1584         * modules/fcntl-tests: Likewise.
1585
1586         binary-io: avoid potential compilation warning
1587         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
1588         directives.
1589
1590         fflush: avoid compilation error on NetBSD
1591         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
1592         between off_t and fpos_t, since the latter is sometimes a struct.
1593         * lib/fseeko.c (rpl_fseeko): Likewise.
1594         Reported by Alexander Nasonov <alnsn@yandex.ru>.
1595
1596 2009-12-15  Eric Blake  <ebb9@byu.net>
1597
1598         fcntl-h, stdio, sys_ioctl: fix declarations
1599         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
1600         function must not take arguments.
1601         * lib/sys_ioctl.in.h (ioctl): Likewise.
1602         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
1603         (open): Add a link warning.
1604
1605 2009-12-15  Jim Meyering  <meyering@redhat.com>
1606
1607         areadlink, areadlink-with-size: relax license to LGPLv2+
1608         * modules/areadlink (License): Relax to LGPLv2+.
1609         * modules/areadlink-with-size (License): Likewise.
1610
1611 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
1612             Bruno Haible  <bruno@clisp.org>
1613
1614         *printf: Fix memory leak.
1615         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
1616         * lib/vfprintf.c (vfprintf): Likewise.
1617         * lib/dprintf.c (dprintf): Likewise.
1618         * lib/vdprintf.c (vdprintf): Likewise.
1619
1620 2009-12-14  Eric Blake  <ebb9@byu.net>
1621
1622         accept4: adjust module dependencies
1623         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
1624
1625         utimens: one more try at avoiding compiler warning
1626         * lib/utimens.c (lutimens): Lower scope of result.
1627
1628 2009-12-13  Bruno Haible  <bruno@clisp.org>
1629
1630         Move the malloc checking from module 'list' to new module 'xlist'.
1631         * modules/xlist: New file.
1632         * lib/gl_xlist.h: New file.
1633         * lib/gl_xlist.c: New file.
1634         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
1635         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
1636         gl_list_add_last, gl_list_add_before, gl_list_add_after,
1637         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
1638         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
1639         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
1640         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
1641         gl_sortedlist_nx_add): New declarations.
1642         (struct gl_list_implementation): Rename and change methods accordingly.
1643         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
1644         (gl_list_nx_create): Renamed from gl_list_create.
1645         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
1646         (gl_list_nx_set_at): Renamed from gl_list_set_at.
1647         (gl_list_nx_add_first): Renamed from gl_list_add_first.
1648         (gl_list_nx_add_last): Renamed from gl_list_add_last.
1649         (gl_list_nx_add_before): Renamed from gl_list_add_before.
1650         (gl_list_nx_add_after): Renamed from gl_list_add_after.
1651         (gl_list_nx_add_at): Renamed from gl_list_add_at.
1652         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
1653         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
1654         gl_list_create_empty.
1655         (gl_list_nx_create): Renamed from gl_list_create.
1656         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
1657         (gl_list_nx_set_at): Renamed from gl_list_set_at.
1658         (gl_list_nx_add_first): Renamed from gl_list_add_first.
1659         (gl_list_nx_add_last): Renamed from gl_list_add_last.
1660         (gl_list_nx_add_before): Renamed from gl_list_add_before.
1661         (gl_list_nx_add_after): Renamed from gl_list_add_after.
1662         (gl_list_nx_add_at): Renamed from gl_list_add_at.
1663         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
1664         * lib/gl_array_list.c: Don't include xalloc.h.
1665         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
1666         NULL upon out-of-memory.
1667         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
1668         out-of-memory.
1669         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
1670         Change return type to 'int'.
1671         (gl_array_nx_set_at): Renamed from gl_array_set_at.
1672         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
1673         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
1674         upon out-of-memory.
1675         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
1676         upon out-of-memory.
1677         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
1678         upon out-of-memory.
1679         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
1680         upon out-of-memory.
1681         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
1682         out-of-memory.
1683         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
1684         Update.
1685         (gl_array_list_implementation): Update.
1686         * lib/gl_carray_list.c: Don't include xalloc.h.
1687         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
1688         Return NULL upon out-of-memory.
1689         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
1690         out-of-memory.
1691         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
1692         Change return type to 'int'.
1693         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
1694         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
1695         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
1696         upon out-of-memory.
1697         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
1698         upon out-of-memory.
1699         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
1700         out-of-memory.
1701         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
1702         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
1703         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
1704         Update.
1705         (gl_carray_list_implementation): Update.
1706         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
1707         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
1708         gl_linked_create_empty. Return NULL upon out-of-memory.
1709         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
1710         out-of-memory.
1711         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
1712         Change return type to 'int'. Return -1 upon out-of-memory.
1713         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
1714         out-of-memory.
1715         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
1716         upon out-of-memory.
1717         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
1718         upon out-of-memory.
1719         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
1720         NULL upon out-of-memory.
1721         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
1722         upon out-of-memory.
1723         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
1724         out-of-memory.
1725         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
1726         Update.
1727         * lib/gl_linked_list.c: Don't include xalloc.h.
1728         (gl_linked_list_implementation): Update.
1729         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
1730         (add_to_bucket): Change return type to 'int'.
1731         (gl_linkedhash_list_implementation): Update.
1732         * lib/gl_anytree_list1.h (free_subtree): New function.
1733         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
1734         gl_tree_create_empty. Return NULL upon out-of-memory.
1735         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
1736         Change return type to 'int'. Return -1 upon out-of-memory.
1737         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
1738         out-of-memory.
1739         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
1740         (gl_tree_remove_node): New function, moved here from
1741         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
1742         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
1743         Update.
1744         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
1745         malloc, not xmalloc. Return NULL upon out-of-memory.
1746         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
1747         out-of-memory.
1748         (gl_tree_remove_node_from_tree): New function, extracted from
1749         gl_tree_remove_node.
1750         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
1751         upon out-of-memory.
1752         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
1753         out-of-memory.
1754         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
1755         upon out-of-memory.
1756         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
1757         upon out-of-memory.
1758         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
1759         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
1760         not xmalloc. Return NULL upon out-of-memory.
1761         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
1762         out-of-memory.
1763         (gl_tree_remove_node_from_tree): New function, extracted from
1764         gl_tree_remove_node.
1765         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
1766         upon out-of-memory.
1767         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
1768         out-of-memory.
1769         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
1770         upon out-of-memory.
1771         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
1772         upon out-of-memory.
1773         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
1774         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
1775         gl_anytree_list1.h before gl_anyavltree_list2.h.
1776         (gl_avltree_list_implementation): Update.
1777         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
1778         gl_anytree_list1.h before gl_anyavltree_list2.h.
1779         (gl_rbtree_list_implementation): Update.
1780         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
1781         Change return type to 'int'. Return -1 upon out-of-memory. Use
1782         __builtin_expect.
1783         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
1784         (gl_avltreehash_list_implementation): Update.
1785         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
1786         (gl_rbtreehash_list_implementation): Update.
1787         * modules/array-list (Depends-on): Remove xalloc.
1788         * modules/carray-list (Depends-on): Likewise.
1789         * modules/linked-list (Depends-on): Likewise.
1790         * modules/linkedhash-list (Depends-on): Likewise.
1791         * modules/avltree-list (Depends-on): Likewise.
1792         * modules/rbtree-list (Depends-on): Likewise.
1793         * modules/avltreehash-list (Depends-on): Likewise.
1794         * modules/rbtreehash-list (Depends-on): Likewise.
1795
1796         * modules/xsublist: New file.
1797         * lib/gl_xsublist.h: New file.
1798         * lib/gl_xsublist.c: New file.
1799         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
1800         (gl_sublist_nx_create): New declaration.
1801         * lib/gl_sublist.c: Don't include xalloc.h.
1802         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
1803         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
1804         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
1805         Change return type to 'int'. Return -1 upon out-of-memory.
1806         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
1807         upon out-of-memory.
1808         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
1809         NULL upon out-of-memory.
1810         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
1811         upon out-of-memory.
1812         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
1813         NULL upon out-of-memory.
1814         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
1815         NULL upon out-of-memory.
1816         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
1817         upon out-of-memory.
1818         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
1819         (gl_sublist_list_implementation): Update.
1820         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
1821         upon out-of-memory.
1822         * modules/sublist (Depends-on): Remove xalloc.
1823
1824         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
1825         * tests/test-carray_list.c: Likewise.
1826         * tests/test-linked_list.c: Likewise.
1827         * tests/test-linkedhash_list.c: Likewise.
1828         * tests/test-avltree_list.c: Likewise.
1829         * tests/test-rbtree_list.c: Likewise.
1830         * tests/test-avltreehash_list.c: Likewise.
1831         * tests/test-rbtreehash_list.c: Likewise.
1832         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
1833         * modules/carray-list-tests (Makefile.am): Likewise.
1834         * modules/linked-list-tests (Makefile.am): Likewise.
1835         * modules/linkedhash-list-tests (Makefile.am): Likewise.
1836         * modules/avltree-list-tests (Makefile.am): Likewise.
1837         * modules/rbtree-list-tests (Makefile.am): Likewise.
1838         * modules/avltreehash-list-tests (Makefile.am): Likewise.
1839         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
1840
1841         * NEWS: Mention the changes.
1842
1843         * lib/clean-temp.c: Include gl_xlist.h.
1844         * modules/clean-temp (Depends-on): Add xlist.
1845
1846         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
1847         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
1848
1849         * tests/test-array_oset.c: Include gl_xlist.h.
1850         * modules/array-oset-tests (Depends-on): Add xlist.
1851
1852         Reported by José E. Marchesi <jemarch@gnu.org>.
1853
1854 2009-12-13  Bruno Haible  <bruno@clisp.org>
1855
1856         Move the malloc checking from module 'oset' to new module 'xoset'.
1857         * modules/xoset: New file.
1858         * lib/gl_xoset.h: New file.
1859         * lib/gl_xoset.c: New file.
1860         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
1861         declarations.
1862         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
1863         (struct gl_oset_implementation): Rename and change methods accordingly.
1864         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
1865         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
1866         'int'. Mark as __warn_unused_result__.
1867         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
1868         gl_oset_create_empty.
1869         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
1870         'int'.
1871         * lib/gl_array_oset.c: Don't include xalloc.h.
1872         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
1873         malloc, not xmalloc.
1874         (grow): Change return type to 'int'. Don't call xalloc_die.
1875         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
1876         to 'int'.
1877         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
1878         'int'.
1879         (gl_array_oset_implementation): Update.
1880         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
1881         gl_tree_create_empty.
1882         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
1883         'int'.
1884         * lib/gl_avltree_oset.c: Don't include xalloc.h.
1885         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
1886         xmalloc.
1887         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
1888         not xmalloc.
1889         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
1890         xmalloc.
1891         (gl_avltree_oset_implementation): Update.
1892         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
1893         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
1894         xmalloc.
1895         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
1896         not xmalloc.
1897         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
1898         xmalloc.
1899         (gl_rbtree_oset_implementation): Update.
1900         * modules/array-oset (Depends-on): Remove xalloc.
1901         * modules/avltree-oset (Depends-on): Likewise.
1902         * modules/rbtree-oset (Depends-on): Likewise.
1903         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
1904         * tests/test-avltree_oset.c: Likewise.
1905         * tests/test-rbtree_oset.c: Likewise.
1906         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1907         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
1908         * modules/rbtree-oset-tests (Makefile.am): Likewise.
1909         * NEWS: Mention the change.
1910
1911 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
1912
1913         maint.mk: allow a project to override release-prep commands
1914         * top/maint.mk (alpha, beta, stable): Move release-preparatory
1915         commands into a new rule.
1916         (release-prep): New rule.
1917         (release-prep-hook): New overridable variable.
1918
1919 2009-12-13  Bruno Haible  <bruno@clisp.org>
1920
1921         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
1922
1923 2009-12-13  Jim Meyering  <meyering@redhat.com>
1924
1925         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
1926         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
1927
1928 2009-12-12  Bruno Haible  <bruno@clisp.org>
1929
1930         duplocale: Tweak.
1931         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
1932
1933 2009-12-12  Karl Berry  <karl@gnu.org>
1934
1935         * config/srclist.txt (strtoll.c): tab changes, no more sync.
1936
1937 2009-12-12  Bruno Haible  <bruno@clisp.org>
1938
1939         * m4/po.m4: Undo incorrect untabification.
1940
1941 2009-12-12  Bruno Haible  <bruno@clisp.org>
1942
1943         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
1944         * modules/c-strtod (Depends-on): Add locale.
1945         * modules/c-strtold (Depends-on): Likewise.
1946
1947 2009-12-12  Bruno Haible  <bruno@clisp.org>
1948
1949         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
1950
1951 2009-12-11  Eric Blake  <ebb9@byu.net>
1952
1953         setenv: relax requirement in light of POSIX ruling
1954         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
1955         not NULL.
1956         * tests/test-setenv.c (main): Relax test.
1957         * tests/test-unsetenv.c (main): Likewise.
1958         * doc/posix-functions/setenv.texi (setenv): Document this.
1959         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
1960
1961 2009-12-11  Bruno Haible  <bruno@clisp.org>
1962
1963         New module 'fd-safer-flag'.
1964         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
1965         * lib/dup-safer.c (dup_safer_flag): Remove function.
1966         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
1967         * lib/fd-safer.c (fd_safer_flag): Remove function.
1968         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
1969         * modules/cloexec (configure.ac): Drop indicator macro.
1970         * modules/fd-safer-flag: New file.
1971         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
1972         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
1973         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
1974
1975 2009-12-11  Bruno Haible  <bruno@clisp.org>
1976
1977         Tests for module 'nl_langinfo'.
1978         * modules/nl_langinfo-tests: New file.
1979         * tests/test-nl_langinfo.sh: New file.
1980         * tests/test-nl_langinfo.c: New file.
1981
1982         New module 'nl_langinfo'.
1983         * lib/nl_langinfo.c: New file.
1984         * m4/nl_langinfo.m4: New file.
1985         * modules/nl_langinfo: New file.
1986         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
1987
1988 2009-12-11  Bruno Haible  <bruno@clisp.org>
1989
1990         Tests for module 'langinfo'.
1991         * modules/langinfo-tests: New file.
1992         * tests/test-langinfo.c: New file.
1993
1994         New module 'langinfo'.
1995         * lib/langinfo.in.h: New file.
1996         * m4/langinfo_h.m4: New file.
1997         * modules/langinfo: New file.
1998         * doc/posix-headers/langinfo.texi: Mention the new module.
1999
2000 2009-12-11  Bruno Haible  <bruno@clisp.org>
2001
2002         * lib/config.charset: Untabify.
2003
2004 2009-12-11  Bruno Haible  <bruno@clisp.org>
2005
2006         * modules/unistd-safer (configure.ac): Drop indicator macro.
2007
2008 2009-12-11  Bruno Haible  <bruno@clisp.org>
2009
2010         Move pipe2-safer code to its own file.
2011         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
2012         * lib/pipe-safer.c (pipe2_safer): Remove function.
2013         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
2014         (Makefile.am): Add it to lib_SOURCES.
2015
2016 2009-12-10  Bruno Haible  <bruno@clisp.org>
2017
2018         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
2019
2020 2009-12-10  Bruno Haible  <bruno@clisp.org>
2021
2022         Declare which arguments expect non-NULL values, for GCC and clang.
2023         * build-aux/arg-nonnull.h: New file.
2024         * modules/arg-nonnull: New file.
2025         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
2026         (inet_ntop, inet_pton): Use it.
2027         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
2028         (closedir, dirfd, opendir, scandir, alphasort): Use it.
2029         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
2030         (open, openat): Use it.
2031         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
2032         (fnmatch): Use it.
2033         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
2034         (getopt, getopt_long, getopt_long_only): Use it.
2035         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
2036         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
2037         Use it.
2038         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
2039         (iconv_open): Use it.
2040         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
2041         (strtoimax, strtoumax): Use it.
2042         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
2043         (duplocale): Use it.
2044         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
2045         (frexp, frexpl): Use it.
2046         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
2047         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
2048         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
2049         (tsearch, tfind, tdelete, twalk): Use it.
2050         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
2051         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2052         sigpending): Use it.
2053         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
2054         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2055         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2056         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2057         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2058         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2059         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2060         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2061         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2062         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2063         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2064         Use it.
2065         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
2066         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
2067         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
2068         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
2069         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
2070         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
2071         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
2072         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
2073         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
2074         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
2075         strtoull, unsetenv): Use it.
2076         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
2077         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2078         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2079         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
2080         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
2081         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
2082         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
2083         (strcasecmp, strncasecmp): Use it.
2084         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
2085         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
2086         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
2087         rpl_setsockopt): Use it.
2088         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
2089         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
2090         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
2091         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
2092         (gettimeofday): Use it.
2093         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
2094         (times): Use it.
2095         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
2096         (uname): Use it.
2097         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
2098         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
2099         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
2100         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
2101         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
2102         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
2103         unlinkat, write): Use it.
2104         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
2105         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
2106         * lib/argv-iter.h: Include arg-nonnull.h.
2107         (_ATTRIBUTE_NONNULL_): Remove macro.
2108         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
2109         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
2110         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
2111         optimization.
2112         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
2113         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
2114         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
2115         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
2116         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
2117         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
2118         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
2119         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
2120         * modules/arpa_inet (Depends-on): Add arg-nonnull.
2121         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
2122         * modules/dirent (Depends-on): Add arg-nonnull.
2123         (Makefile.am): Insert arg-nonnull.h into dirent.h.
2124         * modules/fcntl-h (Depends-on): Add arg-nonnull.
2125         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
2126         * modules/fnmatch (Depends-on): Add arg-nonnull.
2127         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
2128         * modules/getopt-posix (Depends-on): Add arg-nonnull.
2129         (Makefile.am): Insert arg-nonnull.h into getopt.h.
2130         * modules/glob (Depends-on): Add arg-nonnull.
2131         (Makefile.am): Insert arg-nonnull.h into glob.h.
2132         * modules/iconv_open (Depends-on): Add arg-nonnull.
2133         (Makefile.am): Insert arg-nonnull.h into iconv.h.
2134         * modules/inttypes (Depends-on): Add arg-nonnull.
2135         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
2136         * modules/locale (Depends-on): Add arg-nonnull.
2137         (Makefile.am): Insert arg-nonnull.h into locale.h.
2138         * modules/math (Depends-on): Add arg-nonnull.
2139         (Makefile.am): Insert arg-nonnull.h into math.h.
2140         * modules/netdb (Depends-on): Add arg-nonnull.
2141         (Makefile.am): Insert arg-nonnull.h into netdb.h.
2142         * modules/search (Depends-on): Add arg-nonnull.
2143         (Makefile.am): Insert arg-nonnull.h into search.h.
2144         * modules/signal (Depends-on): Add arg-nonnull.
2145         (Makefile.am): Insert arg-nonnull.h into signal.h.
2146         * modules/spawn (Depends-on): Add arg-nonnull.
2147         (Makefile.am): Insert arg-nonnull.h into spawn.h.
2148         * modules/stdio (Depends-on): Add arg-nonnull.
2149         (Makefile.am): Insert arg-nonnull.h into stdio.h.
2150         * modules/stdlib (Depends-on): Add arg-nonnull.
2151         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
2152         * modules/string (Depends-on): Add arg-nonnull.
2153         (Makefile.am): Insert arg-nonnull.h into string.h.
2154         * modules/strings (Depends-on): Add arg-nonnull.
2155         (Makefile.am): Insert arg-nonnull.h into strings.h.
2156         * modules/sys_socket (Depends-on): Add arg-nonnull.
2157         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
2158         * modules/sys_stat (Depends-on): Add arg-nonnull.
2159         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
2160         * modules/sys_time (Depends-on): Add arg-nonnull.
2161         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
2162         * modules/sys_times (Depends-on): Add arg-nonnull.
2163         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
2164         * modules/sys_utsname (Depends-on): Add arg-nonnull.
2165         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
2166         * modules/time (Depends-on): Add arg-nonnull.
2167         (Makefile.am): Insert arg-nonnull.h into time.h.
2168         * modules/unistd (Depends-on): Add arg-nonnull.
2169         (Makefile.am): Insert arg-nonnull.h into unistd.h.
2170         * modules/wchar (Depends-on): Add arg-nonnull.
2171         (Makefile.am): Insert arg-nonnull.h into wchar.h.
2172         * modules/argv-iter (Depends-on): Add arg-nonnull.
2173         * tests/test-canonicalize.c (null_ptr): New function.
2174         (main): Use it.
2175         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
2176         (main): Use it.
2177         * tests/test-memmem.c (null_ptr): New function.
2178         (main): Use it.
2179         Reported by Jim Meyering.
2180
2181 2009-12-10  Bruno Haible  <bruno@clisp.org>
2182
2183         Use spaces for indentation, not tabs.
2184         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
2185         * m4/*.m4: Untabify.
2186         * build-aux/*.h: Untabify.
2187         * tests/**/*.[hc]: Untabify.
2188         * README: New section "Indent with spaces, not TABs", based on
2189         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
2190         * NEWS: Mention the change.
2191
2192 2009-12-10  Bruno Haible  <bruno@clisp.org>
2193
2194         pty test: Fix link error.
2195         * modules/pty-tests (Makefile.am): Add the default LDADD value to
2196         test_pty_LDADD.
2197
2198 2009-12-07  Simon Josefsson  <simon@josefsson.org>
2199
2200         * modules/pty: New file.
2201         * modules/pty-tests: New file.
2202         * m4/pty.m4: New file.
2203         * tests/test-pty.c: New file.
2204         * doc/glibc-headers/pty.texi: Modified.
2205         * doc/glibc-functions/forkpty.texi: Modified.
2206         * doc/glibc-functions/openpty.texi: Modified.
2207
2208 2009-12-10  Bruno Haible  <bruno@clisp.org>
2209
2210         Avoid syntax error in C++ mode.
2211         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
2212
2213 2009-12-10  Bruno Haible  <bruno@clisp.org>
2214
2215         Use sed with option -e.
2216         * gnulib-tool (func_version, func_emit_copyright_notice,
2217         func_emit_initmacro_end, func_import, func_create_testdir): Pass
2218         option -e to sed.
2219         * modules/link-warning (Makefile.am): Likewise.
2220
2221 2009-12-10  Jim Meyering  <meyering@redhat.com>
2222
2223         mgetgroups: do not write bytes beyond end of malloc'd buffer
2224         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
2225         username, we call getgroups with a one-element-shorter buffer,
2226         but still told it the length was original, max_n_groups.
2227
2228 2009-12-09  Eric Blake  <ebb9@byu.net>
2229
2230         cloexec: relax license
2231         * modules/cloexec (Maintainer): Add myself.
2232         (License): Use LGPL, not GPL.
2233
2234         link-warning: optimize generation
2235         * modules/link-warning (Makefile.am): Reduce process usage.
2236
2237 2009-12-09  Bruno Haible  <bruno@clisp.org>
2238
2239         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
2240         workaround was added on 2009-11-17.
2241
2242 2009-12-09  Jim Meyering  <meyering@redhat.com>
2243             Bruno Haible  <bruno@clisp.org>
2244
2245         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
2246         * modules/link-warning (Makefile.am): Make the comment-removing sed
2247         command more robust in the face of bootstrap-prepended comment lines.
2248
2249 2009-12-09  Bruno Haible  <bruno@clisp.org>
2250
2251         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
2252         most one group.
2253
2254 2009-12-09  Simon Josefsson <simon@josefsson.org>
2255             Bruno Haible  <bruno@clisp.org>
2256
2257         * build-aux/link-warning.h: Add copyright notice.
2258         * modules/link-warning (Makefile.am): Generate link-warning.h from
2259         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
2260         * NEWS: Mention change in link-warning module.
2261         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
2262         * modules/dirent (Makefile.am): Add dependency to dirent.h.
2263         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
2264         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
2265         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
2266         * modules/math (Makefile.am): Add dependency to math.h.
2267         * modules/search (Makefile.am): Add dependency to search.h.
2268         * modules/signal (Makefile.am): Add dependency to signal.h.
2269         * modules/spawn (Makefile.am): Add dependency to spawn.h.
2270         * modules/stdio (Makefile.am): Add dependency to stdio.h.
2271         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
2272         * modules/string (Makefile.am): Add dependency to string.h.
2273         * modules/strings (Makefile.am): Add dependency to strings.h.
2274         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
2275         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
2276         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
2277         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
2278         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
2279         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
2280         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
2281         * modules/unistd (Makefile.am): Add dependency to unistd.h.
2282         * modules/wchar (Makefile.am): Add dependency to wchar.h.
2283
2284 2009-12-09  Bruno Haible  <bruno@clisp.org>
2285
2286         fchdir: Optimize away rpl_fstat when possible.
2287         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
2288         REPLACE_OPEN_DIRECTORY.
2289         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
2290
2291 2009-12-09  Bruno Haible  <bruno@clisp.org>
2292
2293         * lib/fchdir.c: Update comment.
2294
2295 2009-12-09  Bruno Haible  <bruno@clisp.org>
2296
2297         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
2298
2299 2009-12-08  Eric Blake  <ebb9@byu.net>
2300
2301         fchdir: avoid memory leak on re-registration.
2302         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
2303
2304 2009-12-08  Jim Meyering  <meyering@redhat.com>
2305
2306         init.sh: avoid Solaris 10 /bin/sh portability problem
2307         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
2308         sourced script:
2309           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
2310           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
2311           bar
2312         tests/init.sh relied on that, accepting a --set-path=DIR argument,
2313         and two tests used that idiom.
2314         * tests/init.sh: Update suggested usage comments.
2315         (path_prepend_): New function, to be used in place
2316         of the --src-path=DIR option.
2317         (setup_): Move PATH-prepending code into path_prepend_.
2318         * tests/test-pread.sh: Adapt to new usage.
2319         * tests/test-xalloc-die.sh: Likewise.
2320
2321 2009-12-08  Simon Josefsson  <simon@josefsson.org>
2322
2323         * doc/gnulib.texi (Glibc pty.h): Add.
2324         * doc/glibc-functions/forkpty.texi: Add.
2325         * doc/glibc-functions/openpty.texi: Add.
2326         Suggested by Bruno Haible.
2327
2328 2009-12-08  Eric Blake  <ebb9@byu.net>
2329
2330         fchdir: fix logic bugs
2331         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
2332         * tests/test-fchdir.c (main): Enhance test.
2333         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
2334         is in use.
2335
2336         dup2: fix logic bugs
2337         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
2338         REPLACE_DUP2 to decide when rpl_dup2 is needed.
2339         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
2340         exists.
2341         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
2342
2343 2009-12-07  Eric Blake  <ebb9@byu.net>
2344
2345         unlink: fix m4 detection
2346         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
2347
2348         unistd-safer: add unit test
2349         * modules/unistd-safer-tests: New file.
2350         * tests/test-dup-safer.c: Likewise.
2351         * tests/test-cloexec.c (setmode): Avoid compiler warning.
2352         * tests/test-dup2.c (setmode): Likewise.
2353         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
2354
2355         cloexec: preserve text vs. binary across dup_cloexec
2356         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
2357         mode.
2358         * modules/dup2-tests (Depends-on): Add binary-io.
2359         * modules/cloexec-tests (Depends-on): Likewise.
2360         * tests/test-dup2.c (setmode, is_mode): New helpers.
2361         (main): Add tests that translation mode is preserved.
2362         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
2363         Reported by Bruno Haible.
2364
2365         mgetgroups: reduce duplicate listings
2366         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
2367         resulting array.
2368         * tests/test-chown.h (test_chown): Simplify client.
2369         * tests/test-lchown.h (test_lchown): Likewise.
2370
2371 2009-12-06  Bruno Haible  <bruno@clisp.org>
2372
2373         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
2374         value.
2375
2376 2009-12-06  Bruno Haible  <bruno@clisp.org>
2377
2378         * lib/progname.c: Include stdio.h, stdlib.h.
2379         (set_program_name): Reject a NULL argument.
2380
2381 2009-12-05  Eric Blake  <ebb9@byu.net>
2382
2383         pipe2-safer: new module
2384         * modules/pipe2-safer: New file.
2385         * lib/unistd-safer.h (pipe2_safer): New prototype.
2386         * lib/unistd--.h (pipe2): New wrapper.
2387         * lib/pipe-safer.c (pipe2_safer): New function.
2388         * modules/pipe (Depends-on): Add pipe2-safer.
2389         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
2390
2391         stdlib-safer: preserve cloexec flag for mkostemp[s]
2392         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
2393         fd_safer_flag.
2394
2395         unistd-safer: allow preservation of cloexec status via flag
2396         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
2397         prototypes.
2398         * lib/dup-safer.c (dup_safer_flag): New function.
2399         * lib/fd-safer.c (fd_safer_flag): Likewise.
2400         * modules/cloexec (configure.ac): Set witness.
2401
2402         test-dup2: enhance test
2403         * modules/dup2-tests (Depends-on): Add cloexec.
2404         * tests/test-dup2.c (main): Enhance test.
2405
2406         cloexec: add dup_cloexec
2407         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
2408         header and comments.
2409         * lib/cloexec.c (set_cloexec_flag): Add comments.
2410         (dup_cloexec): New function, with mingw implementation borrowed
2411         from...
2412         * lib/w32spawn.h (dup_noinherit): ...here.
2413         * modules/execute (Depends-on): Add cloexec.
2414         * modules/pipe (Depends-on): Likewise.
2415         * modules/cloexec (Depends-on): Add dup2.
2416         * modules/cloexec-tests (Files): New file.
2417         * tests/test-cloexec.c: Likewise.
2418
2419         test-xalloc-die: fix test for mingw
2420         * modules/xalloc-die-tests (Files): Add tests/init.sh.
2421         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
2422         directory and .exe suffix off argv[0] output.
2423
2424         test-fseeko: fix test for mingw
2425         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
2426         than undefining fseek, so test will pass on mingw.
2427
2428 2009-12-05  Bruno Haible  <bruno@clisp.org>
2429
2430         * lib/progname.h (set_program_name): Clarify specification.
2431         * lib/progname.c (set_program_name): Likewise.
2432         Reported by Jim Meyering.
2433
2434 2009-12-05  Jim Meyering  <meyering@redhat.com>
2435
2436         maint.mk: backslash-escape parens in default regexp
2437         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
2438         backslash-escape the literal parentheses.
2439
2440         maint.mk: news-date-check: use grep -E
2441         * top/maint.mk (today): Define a Make variable, not a...
2442         (news-date-check): ...shell variable.
2443         (news-date-regexp): Use the Make variable.
2444         Use grep's -E option.  Change the failing diagnostic to mention
2445         the variable, $(news-date-regexp).
2446
2447 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
2448
2449         maintainer-makefile: allow customization of NEWS entry format
2450         * top/maint.mk (news-date-regexp): New overridable variable.
2451         (news-date-check): Use it.
2452
2453 2009-12-04  Eric Blake  <ebb9@byu.net>
2454
2455         mgetgroups: add xgetgroups, and avoid ENOSYS failures
2456         * lib/mgetgroups.h (xgetgroups): New prototype.
2457         * lib/mgetgroups.c (xgetgroups): New wrapper.
2458         (mgetgroups): Handle ENOSYS.
2459         * modules/mgetgroups (Depends-on): Add realloc.
2460         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
2461
2462         mgetgroups: avoid argument promotion issues with -1
2463         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
2464         for invalid gid_t.
2465         * tests/test-chown.h (getegid, test_chown): Likewise.
2466         * tests/test-lchown.h (getegid, test_lchown): Likewise.
2467
2468 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
2469
2470         exclude: Fix header file problems.
2471         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
2472
2473 2009-12-01  Jim Meyering  <meyering@redhat.com>
2474
2475         fts: fts_open: do not let an empty string cause immediate failure
2476         This is required in support of GNU rm, for which the command
2477         "rm A '' B" must process and remove both A and B, in spite of
2478         the empty string argument.
2479         * lib/fts.c (fts_open): Do not let the presence of an empty string
2480         cause fts_open to fail immediately.  Most fts-using tools must be
2481         able to process all arguments, in order, and can be expected to
2482         diagnose such arguments themselves.
2483
2484 2009-11-30  Eric Blake  <ebb9@byu.net>
2485
2486         utimens: fix compilation error
2487         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
2488         Declare variable at right scope.
2489
2490 2009-11-29  Jim Meyering  <meyering@redhat.com>
2491
2492         bootstrap: handle perl-5.11's changed --version output
2493         * build-aux/bootstrap (get_version): Handle perl separately,
2494         since perl-5.11's --version output is different.
2495
2496 2009-11-28  Jim Meyering  <meyering@redhat.com>
2497
2498         userspec: depend on the inttostr module, too
2499         * modules/userspec (Depends-on): Add inttostr.
2500
2501         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
2502         * lib/userspec.c (parse_with_separator): Do not accept a user ID
2503         number of MAXUID when it evaluates to (uid_t) -1.
2504         Likewise for group ID.  Reported by Matt McCutchen in
2505         <http://savannah.gnu.org/bugs/?28113>
2506
2507         userspec: reformat to use spaces, not TABs
2508         * lib/userspec.c: Expand TABs to spaces.
2509         Add Emacs' "indent-tabs-mode: nil" hint.
2510
2511 2009-11-27  Eric Blake  <ebb9@byu.net>
2512
2513         getopt-gnu: flush out another BSD bug
2514         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
2515         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
2516         flush out BSD bug.
2517         * tests/test-getopt.h (test_getopt): End lists with NULL.
2518         * tests/test-getopt_long.h (test_getopt_long): Likewise.
2519         (test_getopt_long_posix): Enhance test.
2520         * modules/getopt-posix-tests (Depends-on): Add stdbool.
2521         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
2522         getopt-gnu.
2523         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2524         Likewise.
2525
2526 2009-11-27  Simon Josefsson  <simon@josefsson.org>
2527
2528         * modules/idpriv-droptemp-tests (Notice): Fix text.
2529
2530 2009-11-27  Jim Meyering  <meyering@redhat.com>
2531
2532         test-xalloc-die: avoid spurious failure due to libtool argv difference
2533         In a libtool-enabled project, this test would fail due to a difference
2534         in the emitted program name, e.g.,
2535         -test-xalloc-die: memory exhausted
2536         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
2537         Use program to avoid that.
2538         * modules/xalloc-die-tests (Depends-on): Add progname.
2539         * tests/test-xalloc-die.c: Include progname.h".
2540         (program_name): Remove decl.
2541         (main): Call set_program_name.
2542         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
2543
2544 2009-11-26  Richard Jones  <rjones@redhat.com>
2545
2546         w32sock: leave win32 error in place.
2547         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
2548
2549 2009-11-26  Eric Blake  <ebb9@byu.net>
2550
2551         init.sh: suggest to use skip_ and fail_ functions in comments
2552         * tests/init.sh: Add a sentence.
2553
2554 2009-11-25  Bruno Haible  <bruno@clisp.org>
2555
2556         init.sh: add documentation in comments
2557         * tests/init.sh: Add some developer and user documentation.
2558
2559 2009-11-26  Jim Meyering  <meyering@redhat.com>
2560
2561         init.sh: accommodate even those who specify bogus srcdir manually
2562         * tests/init.sh: Normally, srcdir is guaranteed by automake and
2563         configure-time tests to be sanitized, so that there is no need to
2564         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
2565         (with no double quotes) suffices.  However, since tests may be
2566         invoked manually, and since you may explicitly set srcdir to the
2567         name of a directory containing spaces, do quote its uses here.
2568         * tests/test-pread.sh: Likewise.
2569         Suggested by Bruno Haible.
2570
2571         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
2572         * tests/test-pread.sh: Write no data into the pipe, because
2573         test-pread actually reads none.  This avoids a diagnostic,
2574         "bash: echo: write error: Broken pipe", that arises in the unusual
2575         event something is ignoring SIGPIPE, and might be interpreted
2576         as some sort of failure.  Reported by Bruno Haible.
2577
2578 2009-11-25  Jim Meyering  <meyering@redhat.com>
2579
2580         test-pread: cover failure with ESPIPE and EINVAL
2581         * tests/test-pread.c (main): Test for failure, too.
2582         * tests/test-pread.sh: Invoke with stdin on a pipe.
2583         Suggested by Eric Blake.
2584
2585         pread: improvement and fix
2586         * modules/pread (Depends-on): Depend on lseek, for portability to
2587         e.g., mingw.  Suggested by Eric Blake.
2588         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
2589
2590         unistd.in.h: correct declaration of pread
2591         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
2592         Reported by Richard W.M. Jones.
2593
2594         test-pread.sh: distribute the test script
2595         * modules/pread-tests (Files): Include test-pread.sh.
2596
2597         test-pread.sh: clean up
2598         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
2599         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
2600         That is unnecessary, since it's always ".".
2601         Suggestion from Eric Blake.
2602
2603         test-pread.sh: make executable
2604         * tests/test-pread.sh: Set executable bit.
2605         Reported by Eric Blake.
2606
2607         correct typo in test-pread.sh
2608         * tests/test-pread.sh: Add #! line.
2609
2610         test pread
2611         * tests/test-pread.c: New file.
2612         * tests/test-pread.sh: Likewise.
2613         * modules/pread-tests: Likewise.
2614
2615         pread: new module
2616         * modules/pread: New file.
2617         * lib/unistd.in.h (pread): Define/declare.
2618         * lib/pread.c (pread): New file.
2619         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
2620         * modules/unistd (Makefile.am): Substitute witnesses.
2621         * doc/posix-functions/pread.texi (pread): Update.
2622         * MODULES.html.sh: Add pread.
2623
2624 2009-11-25  Jim Meyering  <meyering@redhat.com>
2625
2626         tests/init.sh: new file to be used via most *.sh tests
2627         * tests/init.sh: New file.
2628
2629 2009-11-25  Eric Blake  <ebb9@byu.net>
2630
2631         utimens: work around older Linux failure with symlinks
2632         * lib/utimens.c (lutimensat_works_really): New variable.
2633         (fdutimens, lutimens): Use it to manage kernels that support
2634         nanosecond times on files, but not on symlinks.
2635         Reported by OndÅ™ej Vašík.
2636
2637         utimes: fix configure grammar
2638         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
2639
2640 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
2641
2642         regex: Fix fastmap for multibyte character ranges.
2643         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
2644         characters when a multibyte character range is included.
2645
2646 2009-11-22  Andy Wingo  <wingo@pobox.com>
2647
2648         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
2649         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
2650
2651 2009-11-24  Bruno Haible  <bruno@clisp.org>
2652
2653         doc: Most *_l functions exist in MacOS X 10.5.
2654         * doc/posix-functions/duplocale.texi: Update platforms list.
2655         * doc/posix-functions/freelocale.texi: Likewise.
2656         * doc/posix-functions/newlocale.texi: Likewise.
2657         * doc/posix-functions/uselocale.texi: Likewise.
2658         * doc/posix-functions/isalnum_l.texi: Likewise.
2659         * doc/posix-functions/isalpha_l.texi: Likewise.
2660         * doc/posix-functions/isblank_l.texi: Likewise.
2661         * doc/posix-functions/iscntrl_l.texi: Likewise.
2662         * doc/posix-functions/isdigit_l.texi: Likewise.
2663         * doc/posix-functions/isgraph_l.texi: Likewise.
2664         * doc/posix-functions/islower_l.texi: Likewise.
2665         * doc/posix-functions/isprint_l.texi: Likewise.
2666         * doc/posix-functions/ispunct_l.texi: Likewise.
2667         * doc/posix-functions/isspace_l.texi: Likewise.
2668         * doc/posix-functions/isupper_l.texi: Likewise.
2669         * doc/posix-functions/iswalnum_l.texi: Likewise.
2670         * doc/posix-functions/iswalpha_l.texi: Likewise.
2671         * doc/posix-functions/iswblank_l.texi: Likewise.
2672         * doc/posix-functions/iswcntrl_l.texi: Likewise.
2673         * doc/posix-functions/iswctype_l.texi: Likewise.
2674         * doc/posix-functions/iswdigit_l.texi: Likewise.
2675         * doc/posix-functions/iswgraph_l.texi: Likewise.
2676         * doc/posix-functions/iswlower_l.texi: Likewise.
2677         * doc/posix-functions/iswprint_l.texi: Likewise.
2678         * doc/posix-functions/iswpunct_l.texi: Likewise.
2679         * doc/posix-functions/iswspace_l.texi: Likewise.
2680         * doc/posix-functions/iswupper_l.texi: Likewise.
2681         * doc/posix-functions/iswxdigit_l.texi: Likewise.
2682         * doc/posix-functions/isxdigit_l.texi: Likewise.
2683         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
2684         * doc/posix-functions/strcasecmp_l.texi: Likewise.
2685         * doc/posix-functions/strcoll_l.texi: Likewise.
2686         * doc/posix-functions/strfmon_l.texi: Likewise.
2687         * doc/posix-functions/strftime_l.texi: Likewise.
2688         * doc/posix-functions/strncasecmp_l.texi: Likewise.
2689         * doc/posix-functions/strxfrm_l.texi: Likewise.
2690         * doc/posix-functions/tolower_l.texi: Likewise.
2691         * doc/posix-functions/toupper_l.texi: Likewise.
2692         * doc/posix-functions/towctrans_l.texi: Likewise.
2693         * doc/posix-functions/towlower_l.texi: Likewise.
2694         * doc/posix-functions/towupper_l.texi: Likewise.
2695         * doc/posix-functions/wcscoll_l.texi: Likewise.
2696         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
2697         * doc/posix-functions/wctrans_l.texi: Likewise.
2698         * doc/posix-functions/wctype_l.texi: Likewise.
2699         * doc/glibc-functions/strptime_l.texi: Likewise.
2700         * doc/glibc-functions/strtod_l.texi: Likewise.
2701         * doc/glibc-functions/strtof_l.texi: Likewise.
2702         * doc/glibc-functions/strtol_l.texi: Likewise.
2703         * doc/glibc-functions/strtold_l.texi: Likewise.
2704         * doc/glibc-functions/strtoll_l.texi: Likewise.
2705         * doc/glibc-functions/strtoul_l.texi: Likewise.
2706         * doc/glibc-functions/strtoull_l.texi: Likewise.
2707         * doc/glibc-functions/wcsftime_l.texi: Likewise.
2708         * doc/glibc-functions/wcstod_l.texi: Likewise.
2709         * doc/glibc-functions/wcstof_l.texi: Likewise.
2710         * doc/glibc-functions/wcstol_l.texi: Likewise.
2711         * doc/glibc-functions/wcstold_l.texi: Likewise.
2712         * doc/glibc-functions/wcstoll_l.texi: Likewise.
2713         * doc/glibc-functions/wcstoul_l.texi: Likewise.
2714         * doc/glibc-functions/wcstoull_l.texi: Likewise.
2715
2716 2009-11-24  Bruno Haible  <bruno@clisp.org>
2717
2718         duplocale: Fix logic bug.
2719         * lib/duplocale.c: Don't include <langinfo.h>.
2720         (_NL_LOCALE_NAME): Remove macro.
2721         (rpl_duplocale): Use setlocale instead of nl_langinfo.
2722         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
2723
2724 2009-11-23  Jim Meyering  <meyering@redhat.com>
2725
2726         test-update-copyright: don't hard-code /usr/bin/perl
2727         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
2728         perl to print the current year.  Gilles Espinasse reported that
2729         the replaced use of perl was hard-coded as /usr/bin/perl.
2730
2731 2009-11-23  Bruno Haible  <bruno@clisp.org>
2732
2733         duplocale: Add support for glibc 2.3.x.
2734         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
2735
2736 2009-11-22  Bruno Haible  <bruno@clisp.org>
2737
2738         vasnprintf: Tiny optimization.
2739         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
2740         MacOS X.
2741
2742 2009-11-22  Bruno Haible  <bruno@clisp.org>
2743
2744         Tests for module 'duplocale'.
2745         * modules/duplocale-tests: New file.
2746         * tests/test-duplocale.c: New file.
2747
2748         New module 'duplocale'.
2749         * m4/duplocale.m4: New file.
2750         * lib/locale.in.h (duplocale): New declaration.
2751         * lib/duplocale.c: New file.
2752         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
2753         gl_LOCALE_H_DEFAULTS): New macros.
2754         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
2755         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
2756         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
2757         REPLACE_DUPLOCALE.
2758         * modules/duplocale: New file.
2759         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
2760
2761 2009-11-22  Bruno Haible  <bruno@clisp.org>
2762
2763         * modules/locale-tests (configure.ac): Test for newlocale function.
2764         * tests/test-locale.c: When the system has extended locale functions,
2765         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
2766
2767         locale: Make locale_t available when possible.
2768         * lib/locale.in.h: Include <xlocale.h> when it exists.
2769         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
2770         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
2771         * modules/locale (Depends-on): Add extensions.
2772         (Makefile.am): Also substitute HAVE_XLOCALE_H.
2773         * doc/posix-headers/locale.texi: Document the problem with locale_t.
2774
2775 2009-11-22  Bruno Haible  <bruno@clisp.org>
2776
2777         Add comments.
2778         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
2779         invocation.
2780         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
2781         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
2782         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2783
2784 2009-11-22  Bruno Haible  <bruno@clisp.org>
2785
2786         error: account for the possibility of freopen (stdout).
2787         * lib/error.c: Include <unistd.h>.
2788         (flush_stdout): New function, extracted from error and error_at_line.
2789         Determine stdout's fd dynamically.
2790         (error, error_at_line): Invoke flush_stdout.
2791         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
2792         * modules/error (Depends-on): Add unistd.
2793
2794 2009-11-22  Bruno Haible  <bruno@clisp.org>
2795
2796         diffseq: Add comment.
2797         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
2798
2799 2009-11-22  Jim Meyering  <meyering@redhat.com>
2800
2801         c-stack: avoid defining an unused static function
2802         * lib/c-stack.c (find_stack_direction): Do not define this function
2803         when it will not be used.
2804
2805         diffseq: avoid spurious gcc warnings
2806         * lib/diffseq.h (IF_LINT2): Define.
2807         (compareseq): Use it to initialize two members of "part".
2808         This avoids two used-uninitialized warnings.
2809
2810 2009-11-21  Jim Meyering  <meyering@redhat.com>
2811
2812         c-stack: avoid "ignoring return value of `write'" warning
2813         * lib/c-stack.c: Include "ignore-value.h".
2814         (die): Explicitly ignore each write return value.
2815         * modules/c-stack (Depends-on): Add ignore-value.
2816
2817 2009-11-21  Bruno Haible  <bruno@clisp.org>
2818
2819         diffseq: reduce scope of variable 'best'.
2820         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
2821         variable, earlier used for two different purposes.
2822
2823 2009-11-21  Jim Meyering  <meyering@redhat.com>
2824
2825         diffseq: remove useless assignment to "best"
2826         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
2827         assignment.  At that point "best" is already guaranteed to be zero.
2828
2829 2009-11-20  Eric Blake  <ebb9@byu.net>
2830
2831         build: mention ftp redirector in release announcements
2832         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
2833         values that used to come from cfg.mk; mention FTP redirect URL.
2834         * build-aux/announce-gen: Mention the mirror list.
2835         Suggested by Karl Berry.
2836
2837         nanosleep: improve port to mingw
2838         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
2839         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
2840         LIB_NANOSLEEP, but only when needed.
2841         * modules/select (Link): Document LIBSOCKET.
2842         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
2843         enough.
2844
2845         nanosleep: work around cygwin bug
2846         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
2847         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
2848         bug.
2849         (getnow): Delete, not needed.
2850         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
2851         LIB_CLOCK_GETTIME.
2852         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
2853         clock-time, gettime.
2854         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
2855         bug.
2856         * modules/nanosleep-tests: New test.
2857         * tests/test-nanosleep.c: New file.
2858
2859         sleep: work around cygwin bug
2860         * lib/sleep.c (rpl_sleep): Work around the bug.
2861         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
2862         (gl_PREREQ_SLEEP): Delete unused macro.
2863         * modules/sleep (Depends-on): Add verify.
2864         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
2865         * modules/unistd (Makefile.am): Substitute witness.
2866         * lib/unistd.in.h (sleep): Update prototype.
2867         * doc/posix-functions/sleep.texi (sleep): Document the bug.
2868         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
2869         * modules/sleep-tests (Depends-on): Check for alarm.
2870
2871 2009-11-20  Jim Meyering  <meyering@redhat.com>
2872
2873         maint.mk: improve sc_prohibit_magic_number_exit
2874         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
2875         so it does not match uses like System.exit(1).
2876         Add comments showing how to correct all offenders.
2877
2878 2009-11-19  Eric Blake  <ebb9@byu.net>
2879
2880         xalloc-die-tests: add missing library
2881         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
2882
2883         test-xvasprintf: silence compiler warnings
2884         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
2885         empty string from gcc.
2886
2887 2009-11-19  Jim Meyering  <meyering@redhat.com>
2888
2889         xfreopen: new module, from coreutils
2890         * modules/xfreopen: New module.
2891         * lib/xfreopen.c: New file.
2892         * lib/xfreopen.h: New file.
2893         * MODULES.html.sh (File stream based Input/Output"): Add it.
2894
2895 2009-11-19  Eric Blake  <ebb9@byu.net>
2896
2897         manywarnings: depend on warnings
2898         * modules/manywarnings (Depends-on): Add warnings.
2899
2900         build: avoid compiler warnings
2901         * lib/select.c (rpl_select): Delete unused variable.
2902         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
2903
2904 2009-11-18  Eric Blake  <ebb9@byu.net>
2905
2906         tests: avoid false negative with --with-packager
2907         * tests/test-version-etc.sh: Discard packager information.
2908         * tests/test-argp-version-etc-1.sh: Likewise.
2909         Reported by Mike Frysinger.
2910
2911         utimens: fix regression on Solaris
2912         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
2913         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
2914         can only change fd timestamps via futimesat.  Instead, use an
2915         additional witness macro to avoid BSD bug.
2916         Reported by Jim Meyering.
2917
2918 2009-11-17  Eric Blake  <ebb9@byu.net>
2919
2920         usleep: use it to simplify tests
2921         * modules/stat-time-tests (Depends-on): Add usleep.
2922         (configure.ac): Drop usleep check.
2923         * modules/chown-tests (Depends-on, configure.ac): Likewise.
2924         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
2925         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
2926         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
2927         * modules/openat-tests (Depends-on, configure.ac): Likewise.
2928         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
2929         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
2930         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
2931         Likewise.
2932         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
2933         * tests/test-lchown.h (nap): Likewise.
2934         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
2935         * tests/test-stat-time.c (nap): Likewise.
2936         * tests/test-utimens-common.h (nap): Update comments.
2937
2938         usleep: new module
2939         * modules/usleep: New file.
2940         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
2941         * lib/usleep.c (usleep): Likewise.
2942         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
2943         * modules/unistd (Makefile.am): Substitute witnesses.
2944         * lib/unistd.in.h (usleep): Add declaration.
2945         * doc/pastposix-functions/usleep.texi (usleep): Document this.
2946         * MODULES.html.sh (Date and time): Likewise.
2947         * modules/usleep-tests (Depends-on): New test.
2948         * tests/test-usleep.c: New file.
2949
2950         chown: work around OpenBSD bug
2951         * lib/chown.c (rpl_chown): Work around the bug.
2952         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
2953         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
2954         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
2955         * modules/chown (Depends-on): Add stdbool.
2956         * modules/lchown (Depends-on): Likewise.
2957         * doc/posix-functions/chown.texi (chown): Document the bug.
2958         * doc/posix-functions/lchown.texi (lchown): Likewise.
2959         * tests/test-lchown.h (test_chown): Relax test.
2960
2961         mkstemp: avoid conflict with C++ keyword template
2962         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
2963         * lib/mkostemp.c (mkostemp): Likewise.
2964         * lib/mkostemps.c (mkostemps): Likewise.
2965         * lib/mkstemp.c (mkstemp): Likewise.
2966         * lib/mkstemps.c (mkstemps): Likewise.
2967
2968         xalloc-die-tests: optimize
2969         * tests/test-xalloc-die.sh: Reduce number of processes.
2970
2971 2009-11-17  Simon Josefsson  <simon@josefsson.org>
2972
2973         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
2974         patch from ludo@gnu.org (Ludovic Courtès).
2975
2976 2009-11-17  Jim Meyering  <meyering@redhat.com>
2977
2978         version-etc: use proper license string
2979         * modules/version-etc (License): Use LGPL, not LGPLv3+.
2980         * modules/version-etc-fsf: Likewise.
2981
2982 2009-11-17  Simon Josefsson  <simon@josefsson.org>
2983
2984         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
2985         printed to stdout.  Deal with EOL differences.
2986
2987 2009-11-17  Eric Blake  <ebb9@byu.net>
2988
2989         unsetenv: work around Solaris bug
2990         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
2991         * lib/unsetenv.c (rpl_unsetenv): Work around it.
2992         Reported by Jim Meyering.
2993
2994         vasnprintf: avoid compiler warnings
2995         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
2996         variables.
2997         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
2998
2999 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3000
3001         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
3002         settings since xalloc-die is no longer the self test,
3003         xalloc-die.sh is.
3004
3005 2009-11-17  Jim Meyering  <meyering@redhat.com>
3006
3007         test-xalloc-die.sh: make the code agree with the commit log
3008         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
3009         at the end, just in case you happen to have a test-xalloc-die
3010         program in some other PATH directory.
3011
3012         test-xalloc-die.sh: fix a portability bug
3013         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
3014         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
3015         Otherwise, argv[0] (as often seen in diagnostics) would be too
3016         system-dependent, sometimes with, and sometimes without the leading "./".
3017
3018         version-etc-fsf: relax license to LGPLv3+
3019         * modules/version-etc-fsf (License): Relax license.
3020
3021 2009-11-16  Eric Blake  <ebb9@byu.net>
3022
3023         xalloc-die-tests: avoid printing null pointer
3024         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
3025         shell script.
3026         * tests/test-xalloc-die.c (program_name): Declare.
3027         * tests/test-xalloc-die.sh (tmpfiles): New file.
3028
3029         setenv, unsetenv: work around various bugs
3030         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
3031         (setenv) [HAVE_SETENV]: Work around bugs.
3032         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
3033         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
3034         for bugs.
3035         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
3036         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
3037         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
3038         * modules/stdlib (Makefile.am): Update substitutions.
3039         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
3040         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
3041         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3042         * modules/setenv-tests: New test.
3043         * modules/unsetenv-tests: Likewise.
3044         * tests/test-setenv.c: New file.
3045         * tests/test-unsetenv.c: Likewise.
3046
3047 2009-11-16  Jim Meyering  <meyering@redhat.com>
3048
3049         version-etc: relax license to LGPLv3+
3050         * modules/version-etc (License): Relax license.
3051
3052         better AC_REQUIRE expanded-before-required-warning avoidance
3053         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
3054         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
3055         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
3056         which is no longer needed.
3057
3058 2009-11-16  Eric Blake  <ebb9@byu.net>
3059
3060         test-freading: clean up temporary file
3061         * tests/test-freading.c (main): Remove file on success, and use
3062         ASSERT more liberally.
3063         Reported by Jim Meyering.
3064
3065 2009-11-16  Jim Meyering  <meyering@redhat.com>
3066
3067         avoid new AC_REQUIRE expanded-before-required warnings
3068         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
3069         merely using it.
3070         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
3071         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
3072
3073 2009-11-15  Simon Josefsson  <simon@josefsson.org>
3074
3075         * tests/test-xalloc-die.c: New file.
3076         * modules/xalloc-die-tests: New file.
3077         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
3078         XFAIL_TESTS so it can be appended by modules.
3079
3080 2009-11-15  Simon Josefsson  <simon@josefsson.org>
3081
3082         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
3083         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
3084
3085 2009-11-14  Eric Blake  <ebb9@byu.net>
3086
3087         fnmatch: avoid compiler warning
3088         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
3089         to silence compiler warning about mismatch signedness in ?:.
3090         Reported by Robert Millan.
3091
3092         intprops: add double-inclusion guard
3093         * lib/intprops.h: Allow idempotent includes.
3094         Suggested by Bruce Korb.
3095
3096         openat: detect Solaris fchownat bug
3097         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
3098         penalizing glibc chownat when only lchownat is broken.
3099         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
3100         trailing slash bugs.
3101         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
3102         * modules/openat-tests (Files): Include more files.
3103         (Depends-on): Add mgetgroups, sleep, stat-time.
3104         (configure.ac): Add additional checks.
3105         (Makefile.am): Build new test.
3106         * tests/test-fchownat.c: New file.
3107
3108         lchown: detect Solaris and FreeBSD bug
3109         * lib/lchown.c (rpl_lchown): Work around bug.
3110         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
3111         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3112         * modules/unistd (Makefile.am): Populate it.
3113         * lib/unistd.in.h (lchown): Update declaration.
3114         * doc/posix-functions/lchown.texi (lchown): Document the bug.
3115         * modules/lchown-tests: New file.
3116         * tests/test-lchown.h (test_lchown): Likewise.
3117         * tests/test-lchown.c (main): Likewise.
3118
3119         chown: detect Solaris and FreeBSD bug
3120         * lib/chown.c (rpl_chown): Work around bug.
3121         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
3122         (gl_PREREQ_CHOWN): Delete.
3123         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3124         * modules/unistd (Makefile.am): Populate it.
3125         * lib/unistd.in.h (chown): Update declaration.
3126         * lib/lchown.c (chown): Update client.
3127         * modules/lchown (Depends-on): Add lstat.
3128         * doc/posix-functions/chown.texi (chown): Document the bug.
3129         * doc/posix-functions/getgroups.texi (getgroups): Document
3130         getgroups pitfall.
3131         * modules/chown-tests: New file.
3132         * tests/test-chown.h (test_chown): Likewise.
3133         * tests/test-chown.c (main): Likewise.
3134
3135 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
3136
3137         gnulib-tool: correctly detect absence of m4 directories
3138         * gnulib-tool: Avoid extra newline on data passed to wc -l.
3139
3140 2009-11-14  Jim Meyering  <meyering@redhat.com>
3141
3142         maint.mk: Prohibit inclusion of "xalloc.h" without use.
3143         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
3144
3145 2009-11-14  John W. Eaton  <jwe@gnu.org>
3146
3147         strftime.h: wrap funtion declaration in extern "C" block
3148         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
3149
3150 2009-11-13  Eric Blake  <ebb9@byu.net>
3151
3152         getgroups: avoid compiler warning
3153         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
3154
3155         getgroups: work around FreeBSD bug
3156         * lib/getgroups.c (rpl_getgroups): Work around the bug.
3157         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
3158         * doc/posix-functions/getgroups.texi (getgroups): Document it.
3159         * tests/test-getgroups.c (main): Fix buffer overrun.
3160
3161         getgroups: avoid compilation failure
3162         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
3163         * modules/getgroups (Depends-on): Add stdint.
3164
3165 2009-11-13  Jim Meyering  <meyering@redhat.com>
3166
3167         test-getgroups: avoid compilation failure
3168         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
3169
3170 2009-11-13  Eric Blake  <ebb9@byu.net>
3171
3172         mgetgroups: new module, taken from coreutils
3173         * modules/mgetgroups: New file.
3174         * lib/mgetgroups.h: Likewise.
3175         * lib/mgetgroups.c (mgetgroups): Likewise.
3176         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
3177         * MODULES.html.sh (Users and groups): Mention it.
3178
3179         getgroups: don't expose GETGROUPS_T to user
3180         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
3181         an element at a time if GETGROUPS_T is wrong size.
3182         * lib/getugroups.h (getugroups): Change signature.
3183         * lib/unistd.in.h (getgroups): Likewise.
3184         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
3185         signature needs fixing.
3186         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
3187         AC_TYPE_GETGROUPS.
3188         * modules/group-member (Depends-on): Add getgroups.
3189         * lib/group-member.c (group_info, get_group_info): Use gid_t.
3190         (group_member): Rely on getgroups replacement.
3191         * lib/getugroups.c (getugroups): Use gid_t.
3192         * tests/test-getgroups.c (main): Likewise.
3193         * NEWS: Mention the signature change.
3194         * doc/posix-functions/getgroups.texi (getgroups): Mention the
3195         problem with signature.
3196         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
3197         GETGROUPS_T is still useful for setgroups.
3198
3199         getgroups, getugroups: provide stubs for mingw
3200         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
3201         * lib/getugroups.c (getugroups): Likewise.
3202         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
3203         function.  Modernize replacement scheme.
3204         (gl_PREREQ_GETGROUPS): Delete.
3205         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
3206         * modules/getgroups (configure.ac): Declare witness.
3207         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
3208         * modules/unistd (Depends-on): Substitute witness.
3209         * lib/unistd.in.h (getgroups): Declare replacement.
3210
3211         getgroups: avoid calling exit
3212         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
3213         drop xalloc.
3214         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
3215         dependencies.
3216         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
3217         exiting, in the rare case of malloc failure.
3218
3219         getgroups: fix logic error
3220         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
3221         has more than 20 groups.
3222         * modules/getgroups-tests: New test.
3223         * tests/test-getgroups.c: New file.
3224
3225 2009-11-13  Simon Josefsson  <simon@josefsson.org>
3226
3227         * tests/test-base64.c: Improve.
3228
3229 2009-11-13  Simon Josefsson  <simon@josefsson.org>
3230
3231         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
3232         Blake <ebb9@byu.net>.
3233
3234 2009-11-13  Simon Josefsson  <simon@josefsson.org>
3235
3236         * tests/test-xvasprintf.c: Add %s%s related checks.
3237
3238 2009-11-12  Eric Blake  <ebb9@byu.net>
3239
3240         version-etc: match standards.texi style
3241         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
3242         and use <> only for URLs.
3243
3244 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
3245
3246         fts: do not fail on a submount during traversal
3247         * lib/fts.c (fts_build): Read the stat info again after opening
3248         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
3249         Original report at http://bugzilla.redhat.com/501848.
3250
3251 2009-11-12  Jim Meyering  <meyering@redhat.com>
3252
3253         bootstrap: sync from coreutils
3254         * build-aux/bootstrap (bootstrap_epilogue): New function.
3255         Use git_modules_config in one more place.  This make bootstrap's
3256         --gnulib-srcdir option more useful for testing.
3257
3258         bootstrap: generalize autoheader check
3259         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
3260         AC_CONFIG_HEADERS.
3261
3262 2009-11-11  Eric Blake  <ebb9@byu.net>
3263
3264         mkfifoat: use new modules for Solaris and BSD bugs
3265         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
3266         * lib/mkfifoat.c (mknodat): Split...
3267         * lib/mknodat.c (mknodat): ...into new file.
3268         * modules/mkfifoat (Files): Ship new file.
3269         (Depends-on): Add mkfifo, mknod.
3270         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
3271         (Depends-on): Add symlink.
3272         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
3273         redundant with test_mkfifo.h.
3274         (do_mkfifoat, do_mknodat): New helpers.
3275
3276         mknod: new module
3277         * modules/mknod: New file.
3278         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
3279         * lib/mknod.c (mknod): Likewise.
3280         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
3281         defaults.
3282         * modules/sys_stat (Makefile.am): Substitute them.
3283         * lib/sys_stat.in.h (mknod): Declare replacement.
3284         * MODULES.html.sh (Support for systems lacking POSIX:2008):
3285         Document it.
3286         * doc/posix-functions/mknod.texi (mknod): Likewise.
3287         * modules/mknod-tests: New test.
3288         * tests/test-mknod.c: Likewise.
3289
3290         mkfifo: new module
3291         * modules/mkfifo: New file.
3292         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
3293         * lib/mkfifo.c (mkfifo): Likewise.
3294         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
3295         defaults.
3296         * modules/sys_stat (Makefile.am): Substitute them.
3297         * lib/sys_stat.in.h (mkfifo): Declare replacement.
3298         * MODULES.html.sh (Support for systems lacking POSIX:2008):
3299         Document it.
3300         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
3301         * modules/mkfifo-tests: New test.
3302         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
3303         from test-mkfifoat.c.
3304         * tests/test-mkfifo.c: New file.
3305
3306         readlink: detect FreeBSD bug
3307         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
3308         slash on symlink.
3309         * doc/posix-functions/readlink.texi (readlink): Document the bug.
3310         * tests/test-readlink.h (test_readlink): Enhance test.
3311
3312         symlink: detect FreeBSD bug
3313         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
3314         slash on symlink.
3315         * doc/posix-functions/symlink.texi (symlink): Document the bug.
3316         * tests/test-symlink.h (test_symlink): Enhance test.
3317
3318 2009-11-10  Eric Blake  <ebb9@byu.net>
3319
3320         link: detect FreeBSD bug
3321         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
3322         symlink.
3323         * doc/posix-functions/link.texi (link): Document the bug.
3324         * tests/test-link.h (test_link): Enhance test.
3325         * tests/test-linkat.c (main): Update caller.
3326
3327         unlink, remove: detect FreeBSD bug
3328         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
3329         slash on symlink.
3330         * doc/posix-functions/unlink.texi (unlink): Document the bug.
3331         * doc/posix-functions/remove.texi (remove): Likewise.
3332         * tests/test-unlink.h (test_unlink): Enhance test.
3333         * tests/test-remove.c (main): Likewise.
3334
3335 2009-11-09  Eric Blake  <ebb9@byu.net>
3336
3337         rename: detect FreeBSD bug
3338         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
3339         slash on symlink.
3340         * modules/renameat-tests (Depends-on): Add filenamecat.
3341         * tests/test-rename.h (test_rename): Allow one more errno.
3342         * tests/test-renameat.c (main): Likewise.
3343         * doc/posix-functions/rename.texi (rename): Document the bug.
3344
3345         open: detect FreeBSD bug
3346         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
3347         symlink.
3348         * doc/posix-functions/open.texi (open): Document the bug.
3349         * doc/posix-functions/utimes.texi (utimes): Likewise.
3350         * tests/test-open.h (test_open): Add parameters, and test symlink
3351         handling.
3352         * tests/test-open.c (main): Adjust caller.
3353         * tests/test-fcntl-safer.c (main): Likewise.
3354         * modules/open-tests (Depends-on): Add stdbool, symlink.
3355         * modules/fcntl-safer-tests (Depends-on): Likewise.
3356         * tests/test-openat.c (main): Add test-open tests.
3357
3358         stat: detect FreeBSD bug
3359         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
3360         symlink.
3361         * doc/posix-functions/stat.texi (stat): Document the bug.
3362         * tests/test-stat.h (test_stat_func): Add argument.
3363         * tests/test-stat.c (main): Adjust caller.
3364         * tests/test-fstatat.c (main): Likewise.
3365         * modules/stat-tests (Depends-on): Add stdbool, symlink.
3366         Reported by Jim Meyering.
3367
3368 2009-11-09  James Youngman  <jay@gnu.org>
3369
3370         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
3371         * lib/strftime.c: Correct placement of #include "ignore-value.h".
3372
3373 2009-11-08  Jim Meyering  <meyering@redhat.com>
3374
3375         utimens: remove invalid futimesat call
3376         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
3377         It used the file descriptor of the target file as the DIR_FD
3378         parameter and NULL as the file name.  That caused failure with
3379         errno == EFAULT on FreeBSD-8.0-rc2
3380
3381 2009-11-07  Eric Blake  <ebb9@byu.net>
3382
3383         fflush, freadseek: use fseeko, not fseek
3384         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
3385         (clear_ungetc_buffer): Avoid potential problems on large files.
3386         * lib/freadseek.c (freadseek): Likewise.
3387         * modules/freadseek (Depends-on): Add fseeko.
3388         * modules/fseek (configure.ac): Set a witness.
3389         * tests/test-fflush.c (main): Use fseeko.
3390         * tests/test-fpurge.c (fseek): Disable link warning.
3391         * tests/test-freadable.c (fseek): Likewise.
3392         * tests/test-freading.c (fseek): Likewise.
3393         * tests/test-fseeko.c (fseek): Likewise.
3394         * tests/test-ftell.c (fseek): Likewise.
3395         * tests/test-ftello.c (fseek): Likewise.
3396         * tests/test-fwritable.c (fseek): Likewise.
3397         * tests/test-fwriting.c (fseek): Likewise.
3398
3399 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3400
3401         * modules/memchr (Depends-on): Drop getpagesize dependency.
3402
3403 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3404
3405         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
3406         Reported by Ludovic Courtès.
3407         * build-aux/pmccabe2html: Improve example usage.
3408         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
3409
3410 2009-11-06  Jim Meyering  <meyering@redhat.com>
3411
3412         do-release-commit-and-tag: New module.
3413         Automate the release-commit and tag process.
3414         * build-aux/do-release-commit-and-tag: New script, from coreutils.
3415         * modules/do-release-commit-and-tag: New file.
3416         * MODULES.html.sh (Support for maintaining and releasing): Add it.
3417
3418 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3419
3420         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
3421         because test-select.c uses inet_pton.
3422
3423 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3424
3425         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
3426         GETADDRINFO_LIB.  Bump serial number.
3427         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
3428         Suggested by Eric Blake <ebb9@byu.net>.
3429
3430 2009-11-05  Eric Blake  <ebb9@byu.net>
3431
3432         strtod: detect darwin bug
3433         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
3434         Reported by Leo Davis.
3435
3436         freopen-safer: new module
3437         * modules/freopen-safer: New module.
3438         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
3439         * lib/freopen-safer.c (freopen_safer): New file.
3440         * lib/stdio-safer.h (freopen_safer): New declaration.
3441         * lib/stdio--.h (freopen): New override.
3442         * MODULES.html.sh (File stream based Input/Output): Mention it.
3443         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
3444         freopen-safer module.
3445         * doc/posix-functions/stderr.texi (stderr): Likewise.
3446         * doc/posix-functions/stdin.texi (stdin): Likewise.
3447         * doc/posix-functions/stdout.texi (stdout): Likewise.
3448         * modules/freopen-safer-tests: New test.
3449         * tests/test-reopen-safer.c: New file.
3450
3451 2009-11-05  Jim Meyering  <meyering@redhat.com>
3452
3453         maint.mk: Prohibit inclusion of "close-stream.h" without use.
3454         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
3455
3456 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3457
3458         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
3459
3460 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3461
3462         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
3463
3464 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3465
3466         Fix link error.
3467         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
3468         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3469
3470 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3471
3472         * tests/test-func.c: Also test value of __func__.
3473
3474 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3475
3476         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
3477         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
3478
3479 2009-11-05  Bruno Haible  <bruno@clisp.org>
3480
3481         Fix link error.
3482         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
3483         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3484         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
3485
3486 2009-11-05  Bruno Haible  <bruno@clisp.org>
3487
3488         Tests for module 'inet_pton'.
3489         * modules/inet_pton-tests: New file.
3490         * tests/test-inet_pton.c: New file.
3491
3492 2009-11-05  Bruno Haible  <bruno@clisp.org>
3493
3494         Tests for module 'inet_ntop'.
3495         * modules/inet_ntop-tests: New file.
3496         * tests/test-inet_ntop.c: New file.
3497
3498 2009-11-04  Eric Blake  <ebb9@byu.net>
3499
3500         stdlib-safer: wrap all mkstemp variants
3501         * modules/mkostemp (configure.ac): Set witness.
3502         * modules/mkostemps (configure.ac): Likewise.
3503         * modules/mkstemps (configure.ac): Likewise.
3504         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
3505         (mkstemps_safer): Wrap more functions.
3506         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
3507         wrapping.
3508         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
3509         (mkstemps_safer): Implement the wrappers.
3510
3511         mkstemps, mkostemps: new modules
3512         * modules/mkostemps: New module.
3513         * modules/mkstemps: Likewise.
3514         * lib/mkostemps.c (mkostemps): New file.
3515         * lib/mkstemps.c (mkstemps): Likewise.
3516         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
3517         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
3518         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
3519         * modules/stdlib (Makefile.am): Substitute them.
3520         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
3521         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
3522         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
3523         * doc/gnulib.texi (Glibc stdlib.h): Include them.
3524         * MODULES.html.sh (File system functions): Mention them.
3525
3526         tempname: resync from glibc
3527         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
3528         same values for __GT_FILE as glibc.  Abort even when assertions
3529         are disabled.
3530         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
3531         match its value otherwise.  Allow idempotent inclusion.
3532         * lib/mkdtemp.c (mkdtemp): Adjust caller.
3533         * lib/mkostemp.c (mkostemp): Likewise.
3534         * lib/mkstemp.c (mkstemp): Likewise.
3535         * lib/tmpfile.c (tmpfile): Likewise.
3536         * NEWS: Document this.
3537
3538         utimens: fix use of futimens on older Linux
3539         * lib/utimens.c (fdutimens): Use updated, rather than original,
3540         timespec to avoid bug in older Linux kernel.
3541         Reported by Simon Josefsson.
3542
3543 2009-11-04  Bruno Haible  <bruno@clisp.org>
3544
3545         Make num_processors more flexible and consistent.
3546         * lib/nproc.h (enum nproc_query): New type.
3547         (num_processors): Add a 'query' argument.
3548         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
3549         (num_processors): Add a 'query' argument. Test the value of the
3550         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
3551         mingw, count the number of CPUs available for the current process.
3552         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
3553         Check for sched_getaffinity and sched_getaffinity_np.
3554         * modules/nproc (Depends-on): Add c-ctype, extensions.
3555         * NEWS: Mention the change.
3556
3557 2009-11-03  Bruno Haible  <bruno@clisp.org>
3558
3559         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
3560
3561 2009-11-03  Jim Meyering  <meyering@redhat.com>
3562
3563         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
3564         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
3565         if it is defined.
3566
3567 2009-11-02  Eric Blake  <ebb9@byu.net>
3568
3569         mktime, timegm: share common declaration
3570         * lib/mktime-internal.h: New file.
3571         * lib/mktime.c: Use it rather than open-coding a declaration.
3572         * lib/timegm.c: Likewise.
3573         * modules/mktime (Files): Ship it.
3574         * modules/timegm (Files): Likewise.
3575         Suggested by Bruno Haible.
3576
3577         test-update-copyright: update test to match script changes
3578         * tests/test-update-copyright.sh: Avoid hard-coding perl
3579         location.  Don't update *.bak created by earlier runs.
3580
3581 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
3582             Simon Josefsson  <simon@josefsson.org>
3583             Bruno Haible  <bruno@clisp.org>
3584
3585         Fix link error on Solaris 8.
3586         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
3587         also in libnsl. Define also INET_PTON_LIB.
3588         * modules/inet_pton (Link): New section.
3589
3590 2009-11-02  Simon Josefsson  <simon@josefsson.org>
3591             Bruno Haible  <bruno@clisp.org>
3592
3593         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
3594         * modules/inet_ntop (Link): New section.
3595         Reported by Boyan Kasarov <bkasarov@gmail.com>.
3596
3597 2009-11-02  Eric Blake  <ebb9@byu.net>
3598
3599         maint: avoid compiler warnings in m4 macros
3600         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
3601         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
3602
3603 2009-11-02  Simon Josefsson  <simon@josefsson.org>
3604
3605         * m4/pmccabe2html.m4: Remove file.
3606         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
3607         function.  Change maintainer.
3608         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
3609         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
3610         Courtès).
3611
3612 2009-10-31  Eric Blake  <ebb9@byu.net>
3613
3614         fseeko: fix m4 regression
3615         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
3616         regression from 2009-10-27.
3617         Reported by Ralf Wildenhues.
3618
3619 2009-10-31  Jim Meyering  <meyering@redhat.com>
3620
3621         inttostr: aesthetics and improved (compile-time) safety
3622         Define inttype_is_signed rather than inttype_is_unsigned,
3623         since the sole use is via "#if inttype_is_signed".
3624         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
3625         inttype_is_unsigned.
3626         * lib/offtostr.c (inttype_is_signed): Likewise.
3627         * lib/uinttostr.c (inttype_is_signed): Likewise.
3628         * lib/umaxtostr.c (inttype_is_signed): Likewise.
3629         * lib/inttostr.c (inttostr): Use verify to cross-check the
3630         inttype_is_signed value and the signedness of the actual type.
3631         * modules/inttostr (Depends-on): Add verify.
3632
3633 2009-10-30  Eric Blake  <ebb9@byu.net>
3634
3635         build: avoid compiler warnings
3636         * lib/fchmodat.c (lchmod): Mark unused variables.
3637         * lib/getopt.c (_getopt_initialize): Likewise.
3638         * lib/mktime.c (__mktime_internal): Provide prototype.
3639         * lib/inttostr.c (inttostr): Avoid compiler warning even with
3640         older gcc that do not understand #pragma GCC diagnostic.
3641         * lib/uinttostr.c (inttype_is_unsigned): Define.
3642         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
3643
3644 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
3645
3646         stat: fix compilation on AIX
3647         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
3648         only see struct stat64.
3649
3650 2009-10-30  Eric Blake  <ebb9@byu.net>
3651
3652         exclude: make more robust
3653         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
3654         rather than masking a coding bug.
3655         Suggested by Bruno Haible.
3656
3657 2009-10-30  Jim Meyering  <meyering@redhat.com>
3658
3659         perl scripts: remove #!/usr/bin/perl in favor of more portable...
3660         Rather than putting #!/usr/bin/perl on the first line,
3661         start with a variant of what's recommended by "man perlrun" that
3662         invokes the first "perl" program from your shell's search path.
3663         * build-aux/gitlog-to-changelog: Replace #!... as above.
3664         Add a "Local Variables" perl mode setting.
3665         Prompted by a patch from Ludovic Courtès.
3666         Improved by Eric Blake.
3667         * build-aux/useless-if-before-free: Likewise.
3668         * build-aux/announce-gen: Likewise.
3669         * build-aux/update-copyright: Likewise.
3670
3671 2009-10-29  Eric Blake  <ebb9@byu.net>
3672
3673         filenamecat-lgpl: adjust clients
3674         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
3675         filenamecat.
3676         * modules/renameat (Depends-on): Likewise.
3677
3678         filenamecat: split into filenamecat-lgpl
3679         * modules/filenamecat-lgpl: New module.
3680         * modules/filenamecat (Files): Move library-safe files into
3681         filenamecat-lgpl.
3682         (Depends-on): Add filenamecat-lgpl.
3683         (configure.ac): Declare witness.
3684         * lib/filenamecat.h (file_name_concat): Only declare when using
3685         GPL module.
3686         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
3687         Move...
3688         * lib/filenamecat-lgpl.c: ...into new file.
3689         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
3690         (gl_FILE_NAME_CONCAT): Use it.
3691         * MODULES.html.sh (File system functions): Mention new module.
3692
3693         argp: avoid memory leak
3694         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
3695         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
3696         base_name, since the latter malloc()s and can call exit().
3697         Leak introduced 2006-07-03.
3698
3699         dirname-lgpl: adjust clients that don't need full dirname
3700         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
3701         * modules/filenamecat (Depends-on): Likewise.
3702         * modules/linkat (Depends-on): Likewise.
3703         * modules/mkancesdirs (Depends-on): Likewise.
3704         * modules/mkdir (Depends-on): Likewise.
3705         * modules/openat (Depends-on): Likewise.
3706         * modules/savewd (Depends-on): Likewise.
3707         * modules/rename (Depends-on): Likewise.
3708         (License): Relax license.
3709         * modules/mkdir-tests (Depends-on): Drop progname.
3710         (Makefile.am): Delete unneeded LDADD.
3711         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
3712
3713         dirname: split into dirname-lgpl
3714         * modules/dirname-lgpl: New module.
3715         * modules/dirname (Files): Move library-safe files into
3716         dirname-lgpl.
3717         (Depends-on): Add dirname-lgpl.
3718         (configure.ac): Declare witness.
3719         * modules/double-slash-root (License): Relax license.
3720         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
3721         module.
3722         * lib/dirname.c (dir_len, mdir_name): Move...
3723         * lib/dirname-lgpl.c: ...into new file.
3724         * lib/basename.c (last_component, base_len): Move...
3725         * lib/basename-lgpl.c: ...into new file.
3726         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
3727         (gl_DIRNAME): Use it.
3728         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
3729         Mention new module.
3730         * modules/dirname-tests (Depends-on): Add progname.
3731         * tests/test-dirname.c (program_name): Delete.
3732
3733         mkdir: make safe for libraries
3734         * modules/mkdir (Depends-on): Drop xalloc.
3735         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
3736         exit.
3737
3738         tests: avoid some compiler warnings
3739         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
3740         literals.
3741         * tests/test-memchr.c (main): Avoid type mismatch.
3742         * tests/test-arpa_inet.c (main): Avoid unused parameters.
3743         * tests/test-base64.c (main): Likewise.
3744         * tests/test-getdelim.c (main): Likewise.
3745         * tests/test-gethostname.c (main): Likewise.
3746         * tests/test-getline.c (main): Likewise.
3747         * tests/test-netinet_in.c (main): Likewise.
3748         * tests/test-select.c (open_server_socket, main): Likewise.
3749         * tests/test-select-stdin.c (main): Likewise.
3750         * tests/test-sockets.c (main): Likewise.
3751         * tests/test-strsignal.c (main): Likewise.
3752         * tests/test-sys_select.c (main): Likewise.
3753         * tests/test-sys_socket.c (main): Likewise.
3754         * tests/test-u64.c (main): Likewise.
3755         * tests/test-xfprintf-posix.c (main): Likewise.
3756         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
3757
3758         sockets: avoid compiler warning
3759         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
3760
3761         maint: detect usage(1) and other suspicious exits
3762         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
3763
3764 2009-10-29  Jim Meyering  <meyering@redhat.com>
3765
3766         timespec: long-to-int truncation could make timespec_cmp malfunction
3767         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
3768         a multiple of 2^32 nanoseconds as no difference.
3769
3770 2009-10-28  Jim Meyering  <meyering@redhat.com>
3771
3772         fprintftime: wrap macro code argument in "do {...} while(0)"
3773         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
3774         cpy macro must be a statement that can be followed by a semicolon.
3775         Now that the else clause contains a comment and is hence longer
3776         than one line, I require curly braces.  That in turn requires
3777         that we wrap this code block in the standard do...while(0).
3778
3779         fprintftime: remove stray semicolon from previous change
3780         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
3781
3782         fprintftime: avoid a warning about ignored fwrite return value
3783         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
3784         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
3785         that is unsafe.
3786         * modules/fprintftime (Depends-on): Add ignore-value.
3787
3788         exclude: avoid an unwarranted warning
3789         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
3790
3791 2009-10-27  Eric Blake  <ebb9@byu.net>
3792
3793         fseek: avoid compilation failure when fflush is replaced
3794         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
3795         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
3796         module is in use.
3797         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
3798         module is not in use; since REPLACE_FSEEK worked otherwise.
3799         (GNULIB_FTELLO): Likewise for ftell.
3800         Reported by Ian Beckwith and others.
3801
3802 2009-10-27  Bruno Haible  <bruno@clisp.org>
3803
3804         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
3805         Reported by Jim Meyering.
3806
3807 2009-10-27  Jim Meyering  <jim@meyering.net>
3808             Bruno Haible  <bruno@clisp.org>
3809
3810         Avoid warning despite dropping the return value of fwrite.
3811         * lib/unicodeio.c: Include ignore-value.h.
3812         (fwrite_success_callback): Explicitly ignore fwrite's return value.
3813         * modules/unicodeio (Depends-on): Add ignore-value.
3814
3815 2009-10-26  Eric Blake  <ebb9@byu.net>
3816
3817         areadlinkat: fix fallback path
3818         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
3819         pointer and zero.
3820
3821 2009-10-22  Pádraig Brady  <P@draigBrady.com>
3822
3823         Use a better IO block size for modern systems
3824         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
3825         * lib/md2.c: Likewise.
3826         * lib/md4.c: Likewise.
3827         * lib/md5.c: Likewise.
3828         * lib/sha1.c: Likewise.
3829         * lib/sha256.c: Likewise.
3830         * lib/sha512.c: Likewise.
3831
3832 2009-10-22  Eric Blake  <ebb9@byu.net>
3833
3834         tests: avoid several compiler warnings
3835         * tests/test-getcwd.c (main): Avoid buffer underflow.
3836         * tests/test-getdate.c (main): String literals are not safe with
3837         putenv, so use setenv.  Declare unused argument.
3838         * modules/getdate-tests (Depends-on): Add setenv.
3839         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
3840         problems with string literals in char *.
3841         * tests/test-hash.c (main): Avoid shadowing declaration.
3842         (insert_new): Treat string literals as char const *.
3843         * tests/test-getopt.h (test_getopt): Likewise.
3844         (getopt_loop): Alter types to minimize casting elsewhere.
3845         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
3846         (test_getopt_long_posix): Likewise.
3847         (do_getopt_long): Add wrapper to minimize casting.
3848         * tests/test-atexit.c (clear_temp_file): Use void.
3849         * tests/test-areadlink-with-size.c (main): Declare unused
3850         arguments.
3851         * tests/test-areadlink.c (main): Likewise.
3852         * tests/test-areadlinkat-with-size.c (main): Likewise.
3853         * tests/test-areadlinkat.c (main): Likewise.
3854         * tests/test-canonicalize-lgpl.c (main): Likewise.
3855         * tests/test-canonicalize.c (main): Likewise.
3856         * tests/test-dirent-safer.c (main): Likewise.
3857         * tests/test-dirname.c (main): Likewise.
3858         * tests/test-dup2.c (main): Likewise.
3859         * tests/test-fchdir.c (main): Likewise.
3860         * tests/test-fcntl-h.c (main): Likewise.
3861         * tests/test-fcntl-safer.c (main): Likewise.
3862         * tests/test-fdopendir.c (main): Likewise.
3863         * tests/test-fdutimensat.c (main): Likewise.
3864         * tests/test-fflush.c (main): Likewise.
3865         * tests/test-filenamecat.c (main): Likewise.
3866         * tests/test-filevercmp.c (main): Likewise.
3867         * tests/test-fopen-safer.c (main): Likewise.
3868         * tests/test-fopen.c (main): Likewise.
3869         * tests/test-fpending.c (main): Likewise.
3870         * tests/test-fpurge.c (main): Likewise.
3871         * tests/test-freading.c (main): Likewise.
3872         * tests/test-fstatat.c (main): Likewise.
3873         * tests/test-fsync.c (main): Likewise.
3874         * tests/test-futimens.c (main): Likewise.
3875         * tests/test-getndelim2.c (main): Likewise.
3876         * tests/test-gettimeofday.c (main): Likewise.
3877         * tests/test-getopt.c (main): Likewise.
3878         * tests/test-i-ring.c (main): Likewise.
3879         * tests/test-inttypes.c (main): Likewise.
3880         * tests/test-link.c (main): Likewise.
3881         * tests/test-lstat.c (main): Likewise.
3882         * tests/test-math.c (main): Likewise.
3883         * tests/test-md5.c (main): Likewise.
3884         * tests/test-memchr2.c (main): Likewise.
3885         * tests/test-memrchr.c (main): Likewise.
3886         * tests/test-mkdir.c (main): Likewise.
3887         * tests/test-mkdirat.c (main): Likewise.
3888         * tests/test-mkfifoat.c (main): Likewise.
3889         * tests/test-open.c (main): Likewise.
3890         * tests/test-openat-safer.c (main): Likewise.
3891         * tests/test-openat.c (main): Likewise.
3892         * tests/test-quotearg.c (main): Likewise.
3893         * tests/test-rawmemchr.c (main): Likewise.
3894         * tests/test-readlink.c (main): Likewise.
3895         * tests/test-remove.c (main): Likewise.
3896         * tests/test-rename.c (main): Likewise.
3897         * tests/test-renameat.c (main): Likewise.
3898         * tests/test-rmdir.c (main): Likewise.
3899         * tests/test-sha1.c (main): Likewise.
3900         * tests/test-signal.c (main): Likewise.
3901         * tests/test-sigaction.c (main): Likewise.
3902         * tests/test-stat.c (main): Likewise.
3903         * tests/test-stat-time.c (main): Likewise.
3904         * tests/test-stddef.c (main): Likewise.
3905         * tests/test-stdint.c (main): Likewise.
3906         * tests/test-stdio.c (main): Likewise.
3907         * tests/test-stdlib.c (main): Likewise.
3908         * tests/test-strchrnul.c (main): Likewise.
3909         * tests/test-strerror.c (main): Likewise.
3910         * tests/test-string.c (main): Likewise.
3911         * tests/test-strtod.c (main): Likewise.
3912         * tests/test-strverscmp.c (main): Likewise.
3913         * tests/test-symlink.c (main): Likewise.
3914         * tests/test-symlinkat.c (main): Likewise.
3915         * tests/test-sys_stat.c (main): Likewise.
3916         * tests/test-sys_time.c (main): Likewise.
3917         * tests/test-time.c (main): Likewise.
3918         * tests/test-unistd.c (main): Likewise.
3919         * tests/test-unlink.c (main): Likewise.
3920         * tests/test-unlinkat.c (main): Likewise.
3921         * tests/test-utimens.c (main): Likewise.
3922         * tests/test-utimensat.c (main): Likewise.
3923         * tests/test-version-etc.c (main): Likewise.
3924         * tests/test-wchar.c (main): Likewise.
3925         * tests/test-wctype.c (main): Likewise.
3926         * tests/test-xprintf-posix.c (main): Likewise.
3927         * tests/test-posixtm.c (main): Likewise.
3928         (STREQ): Delete unused macro.
3929         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
3930         shadowed variables.
3931         * tests/test-memchr.c (main): Likewise.
3932
3933 2009-10-21  Eric Blake  <ebb9@byu.net>
3934
3935         areadlinkat: avoid failure on older glibc
3936         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
3937         rather than mis-comparing 0 against FUNC_RESULT of char*.
3938
3939 2009-10-21  Bruno Haible  <bruno@clisp.org>
3940
3941         * modules/stpncpy (License): Relicense under LGPLv2+.
3942         Reported by David Lutterkort <lutter@redhat.com>.
3943
3944 2009-10-20  Eric Blake  <ebb9@byu.net>
3945
3946         utimensat: work around Solaris 9 bug
3947         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
3948         has trailing slash bugs.
3949         * tests/test-lutimens.h (test_lutimens): Enhance test.
3950         * tests/test-utimens.h (test_utimens): Likewise.
3951         * doc/posix-functions/utime.texi (utime): Enhance documentation.
3952         * doc/posix-functions/utimes.texi (utimes): Likewise.
3953         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
3954         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
3955         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
3956         * doc/posix-functions/futimens.texi (futimens): Likewise.
3957
3958         fdutimensat: new module
3959         * modules/fdutimensat: New file.
3960         * lib/fdutimensat.c (fdutimensat): Likewise.
3961         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
3962         * MODULES.html.sh (File system functions): Mention module.
3963         * modules/fdutimensat-tests: New test.
3964         * tests/test-fdutimensat.c: Likewise.
3965
3966         doc: regenerate INSTALL
3967         * doc/INSTALL: Reflect recent autoconf update.
3968         * doc/INSTALL.ISO: Likewise.
3969         * doc/INSTALL.UTF-8: Likewise.
3970
3971 2009-10-20  Pádraig Brady  <P@draigBrady.com>
3972
3973         acl: warn if ACL support is not detected
3974         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
3975
3976 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
3977
3978         * lib/nproc.h: Add extern "C" block for C++.
3979
3980 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
3981             Bruno Haible  <bruno@clisp.org>
3982
3983         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
3984         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
3985         * doc/posix-functions/isalpha.texi: Likewise.
3986         * doc/posix-functions/isblank.texi: Likewise.
3987         * doc/posix-functions/iscntrl.texi: Likewise.
3988         * doc/posix-functions/isdigit.texi: Likewise.
3989         * doc/posix-functions/isgraph.texi: Likewise.
3990         * doc/posix-functions/islower.texi: Likewise.
3991         * doc/posix-functions/isprint.texi: Likewise.
3992         * doc/posix-functions/ispunct.texi: Likewise.
3993         * doc/posix-functions/isspace.texi: Likewise.
3994         * doc/posix-functions/isupper.texi: Likewise.
3995         * doc/posix-functions/isxdigit.texi: Likewise.
3996
3997 2009-10-18  Bruno Haible  <bruno@clisp.org>
3998
3999         Tests for module 'isblank'.
4000         * modules/isblank-tests: New file.
4001         * tests/test-isblank.c: New file.
4002
4003         New module 'isblank'.
4004         * lib/isblank.c: New file.
4005         * m4/isblank.m4: New file.
4006         * modules/isblank: New file.
4007         * doc/posix-functions/isblank.texi: Mention the new module.
4008
4009 2009-10-18  Bruno Haible  <bruno@clisp.org>
4010
4011         New module 'ctype'.
4012         * lib/ctype.in.h: New file.
4013         * m4/ctype.m4: New file.
4014         * modules/ctype: New file.
4015         * doc/posix-headers/ctype.texi: Mention the new module.
4016
4017 2009-10-18  Jim Meyering  <meyering@redhat.com>
4018
4019         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
4020         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
4021         right after its initialization, rather than farther down.
4022         Keeping these in close proximity makes it easier to ensure
4023         that each such variable is initialized.  E.g.,
4024
4025             LIB_CLOCK_GETTIME=
4026             AC_SUBST([LIB_CLOCK_GETTIME])
4027
4028         This change also increments these serial numbers.
4029         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
4030         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4031         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4032
4033 2009-10-18  Bruno Haible  <bruno@clisp.org>
4034
4035         Don't let environment variables perturb build.
4036         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
4037         (gl_PREREQ_GETHRXTIME): ... not here.
4038
4039 2009-10-18  Bruno Haible  <bruno@clisp.org>
4040
4041         Avoid symlink attack in localcharset module.
4042         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
4043         (O_NOFOLLOW): Define fallback.
4044         (get_charset_aliases): Don't open the file if it is a symbolic link.
4045         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
4046         gl_FCNTL_H.
4047         (gl_FCNTL_H): Require it.
4048         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
4049         * modules/localcharset (Files): Add m4/fcntl_h.m4.
4050         Reported by Fergal Glynn <fglynn@veracode.com>.
4051
4052 2009-10-18  Bruno Haible  <bruno@clisp.org>
4053
4054         Implement nproc for mingw.
4055         * lib/nproc.c: Include <windows.h>
4056         (num_processors): On native Windows platforms, try GetSystemInfo.
4057
4058 2009-10-18  Bruno Haible  <bruno@clisp.org>
4059
4060         Implement nproc for IRIX.
4061         * lib/nproc.c: Include <sys/sysmp.h>.
4062         (num_processors): On IRIX systems, try sysmp.
4063         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
4064
4065 2009-10-18  Bruno Haible  <bruno@clisp.org>
4066
4067         Implement nproc for HP-UX.
4068         * lib/nproc.c: Include <sys/pstat.h>
4069         (num_processors): On HP-UX systems, try pstat_getdynamic.
4070         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
4071         pstat_getdynamic.
4072
4073 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
4074             Bruno Haible  <bruno@clisp.org>
4075
4076         Implement nproc for NetBSD, OpenBSD.
4077         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
4078         (ARRAY_SIZE): New macro.
4079         (num_processors): On BSD systems, try sysctl of HW_NCPU.
4080         * m4/nproc.m4: New file.
4081         * modules/nproc (Files): Add m4/nproc.m4.
4082         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
4083         (Makefile.am): Instead, augment lib_SOURCES.
4084
4085 2009-10-18  Bruno Haible  <bruno@clisp.org>
4086
4087         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
4088         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
4089         sys/param.h.
4090
4091 2009-10-16  Eric Blake  <ebb9@byu.net>
4092
4093         utimensat: new module
4094         * modules/utimensat: New file.
4095         * lib/utimensat.c (utimensat): Likewise.
4096         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4097         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
4098         so we can work around Linux bugs.
4099         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4100         * modules/sys_stat (Makefile.am): Substitute them.
4101         * lib/sys_stat.in.h (utimensat): Declare it.
4102         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4103         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4104         * modules/utimensat-tests: New test.
4105         * tests/test-utimensat.c: Likewise.
4106
4107         utimens: let lutimens work on non-symlinks
4108         * lib/utimens.c (lutimens): Fall back to utimens rather than
4109         failing with ENOSYS, when file is not a symlink.
4110         (utimens): Reduce redirection.
4111         * tests/test-lutimens.h (test_lutimens): Update test to cover
4112         non-symlinks.
4113         * tests/test-utimens.h (test_utimens): Update test to cover
4114         symlinks.
4115         * tests/test-utimens.c (main): Update caller.
4116
4117         utimens: cache whether utimensat syscall works
4118         * lib/utimens.c (utimensat_works_really): New cache variable.
4119         (fdutimens, lutimens): Use it to avoid failing syscall.
4120
4121         test-stat-time, test-utimens: improve portability
4122         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
4123         ext4 on alpha, and for cygwin.
4124         * tests/test-utimens-common.h: New file.
4125         (nap): Factor delays into single function.
4126         * tests/test-lutimens.h (test_lutimens): Use new header.
4127         * tests/test-futimens.h (test_futimens): Likewise.
4128         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
4129         timestamps to occur from same machine, as was done previously for
4130         test_utimens.
4131         * modules/utimens-tests (Files): Ship new file.
4132         * modules/futimens-tests (Files): Likewise.
4133         Reported in part by Jim Meyering.
4134
4135         sys_stat: sort replacement declarations
4136         * lib/sys_stat.in.h: Sort declarations.
4137         * lib/futimens.c (futimens): Fix typo.
4138
4139 2009-10-15  Jim Meyering  <meyering@redhat.com>
4140
4141         don't let environment settings perturb build
4142         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
4143         could cause a configure-time and/or build-time malfunction.
4144         Typically, a configure-time function-in-library test is performed
4145         via code like this:
4146
4147           LIB_VAR=
4148           AC_SUBST([LIB_VAR])
4149           prefix_saved_LIBS=$LIBS
4150             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
4151                        [test "$ac_cv_search_FUNC" = "none required" ||
4152                         LIB_VAR=$ac_cv_search_FUNC])
4153           LIBS=$prefix_saved_LIBS
4154
4155         However, in each of the files affected by this change, the LIB_VAR=
4156         initialization was omitted.  Thus, when set in the environment, its
4157         value would propagate into generated Makefiles when FUNC is not found
4158         in LIB_NAME.
4159         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
4160         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4161         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4162
4163 2009-10-14  Eric Blake  <ebb9@byu.net>
4164
4165         fchdir: avoid infinite recursion in mingw
4166         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
4167         recursing.
4168
4169         test-stat-time: port to mingw
4170         * tests/test-stat-time.c (force_unlink): Return a value.
4171         (test_ctime) [W32]: Fix compilation error.
4172         (nap): Don't call usleep with too large an argument.  Use
4173         force_unlink.
4174         * doc/pastposix-functions/usleep.texi (usleep): Document the
4175         portability issue.
4176
4177 2009-10-13  Jim Meyering  <meyering@redhat.com>
4178
4179         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
4180         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
4181         * modules/pipe-filter-ii: Likewise.
4182         * modules/sys_socket-tests: Likewise.
4183         * modules/tsearch-tests: Likewise.
4184         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
4185         (check): Depend on it.
4186
4187 2009-10-12  Eric Blake  <ebb9@byu.net>
4188
4189         utimens-tests: port to NFS file systems
4190         * tests/test-utimens.h (test_utimens): Refactor utimecmp
4191         comparisons to avoid spurious failures from timestamp drift
4192         between NFS machines.
4193
4194 2009-10-12  Eric Blake  <ebb9@byu.net>
4195
4196         stat-time-tests: minor cleanups
4197         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
4198         * tests/test-stat-time.c (nap): Separate assignment from call.
4199         Suggested by Paolo Bonzini and Bruno Haible.
4200
4201         sys_stat: guarantee struct timespec
4202         * lib/sys_stat.in.h (includes): Always include <time.h>
4203         * modules/sys_stat (Depends-on): Add time.
4204         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
4205         mode_t permission values.
4206         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
4207         get at subsecond timestamps.
4208
4209 2009-10-10  Eric Blake  <ebb9@byu.net>
4210
4211         futimens: new module
4212         * modules/futimens: New file.
4213         * lib/futimens.c (futimens): Likewise.
4214         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
4215         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
4216         we can work around Linux bugs.
4217         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4218         * modules/sys_stat (Makefile.am): Substitute them.
4219         * lib/sys_stat.in.h (futimens): Declare it.
4220         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4221         * doc/posix-functions/futimens.texi (futimens): Likewise.
4222         * modules/futimens-tests: New test.
4223         * tests/test-futimens.c: Likewise.
4224
4225         utimens: introduce fdutimens
4226         * lib/utimens.h (fdutimens): New prototype.
4227         * lib/utimens.c (gl_futimens): Move guts...
4228         (fdutimens): ...to new interface.
4229         * tests/test-utimens.c (do_fdutimens): Use it.
4230
4231         utimens: add UTIME_NOW and UTIME_OMIT support
4232         * lib/utimens.c (validate_timespec, update_timespec): New helper
4233         functions.
4234         (gl_futimens, lutimens): Use them.
4235         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
4236         stdbool, sys_stat.
4237         (Link): Mention resulting library dependency.
4238         * modules/utimecmp (Link): Likewise.
4239         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
4240         (Makefile.am): Pick up library dependency.
4241         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
4242         definition.
4243         * tests/test-sys_stat.c: Test the definitions.
4244         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
4245         * NEWS: Document library dependency.
4246
4247         utimecmp: support symlink timestamps
4248         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
4249         hashing when possible.  Use pathconf when available.
4250         (SYSCALL_RESOLUTION): Recognize tighter resolution.
4251         * modules/utimecmp (Depends-on): Add lstat.
4252
4253         utimens: add lutimens interface
4254         * lib/utimens.c (lutimens): New function.
4255         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
4256         * lib/utimens.h (lutimens): Declare new interface.
4257         * tests/test-utimens.c (main): Enhance test.
4258         * tests/test-lutimens.h (test_lutimens): New file.
4259         * modules/utimens-tests (Files): Distribute it.
4260         (Depends-on): Add symlink.
4261         (configure.ac): Check for usleep.
4262
4263         utimens: validate futimens usage
4264         * lib/utimens.c (gl_futimens): Require valid fd up front, using
4265         fewer syscalls on failure later on.  Avoid compiler warning on
4266         mingw.
4267         * modules/utimens (Depends-on): Add dup2.
4268
4269         utimens: add test
4270         * modules/utimens-tests: New test.
4271         * tests/test-utimens.h: New file.
4272         * tests/test-futimens.h: Likewise.
4273         * tests/test-utimens.c: Likewise.
4274
4275         doc: mention timestamp portability issues
4276         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
4277         instead.
4278         * doc/posix-functions/utime.texi (utime): Likewise.
4279         * doc/posix-functions/utimes.texi (utimes): Likewise.
4280         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
4281         instead.
4282         * doc/posix-functions/futimens.texi (futimens): Mention utimens
4283         module.
4284         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4285         Mention weakness with symlink timestamps.
4286         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
4287         to utimensat/futimens instead.
4288         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
4289
4290         test-dup2: enhance test
4291         * tests/test-dup2.c (main): Also check AT_FDCWD.
4292
4293         test-stat-time: avoid more spurious failures
4294         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
4295         xfs; and avoid race if the two timestamps cross quantization edge.
4296
4297         relocatable: prefer 'file system' over 'filesystem'
4298         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
4299         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
4300         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
4301         * doc/relocatable.texi (Enabling Relocatability): Likewise.
4302         * lib/relocatable.c (compute_curr_prefix): Likewise.
4303
4304 2009-10-10  Jim Meyering  <meyering@redhat.com>
4305
4306         stat-time-tests: check for the usleep function
4307         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
4308
4309 2009-10-10  Bruno Haible  <bruno@clisp.org>
4310
4311         * modules/xnanosleep: Put the Link section after the Include section.
4312
4313 2009-10-09  Eric Blake  <ebb9@byu.net>
4314
4315         dup2: work around FreeBSD 6.1 bug
4316         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
4317         * doc/posix-functions/dup2.texi (dup2): Document it.
4318         Reported by Nelson H. F. Beebe and Jim Meyering.
4319
4320         test-stat-time: port to buggy NFS clients
4321         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
4322         (test_ctime): Also skip test if mtime and ctime are skewed.
4323
4324         maint: prefer 'file system' over 'filesystem'
4325         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
4326         * doc/posix-functions/lstat.texi (lstat): Likewise.
4327         * lib/file-has-acl.c (file_has_acl): Likewise.
4328         * lib/fwriteerror.c [TEST]: Likewise.
4329         * tests/test-areadlink.h (test_areadlink): Likewise.
4330         * tests/test-areadlinkat-with-size.c (main): Likewise.
4331         * tests/test-areadlinkat.c (main): Likewise.
4332         * tests/test-canonicalize-lgpl.c (main): Likewise.
4333         * tests/test-canonicalize.c (main): Likewise.
4334         * tests/test-fstatat.c (main): Likewise.
4335         * tests/test-linkat.c (main): Likewise.
4336         * tests/test-lstat.h (test_lstat_func): Likewise.
4337         * tests/test-mkdir.h (test_mkdir): Likewise.
4338         * tests/test-readlink.h (test_readlink): Likewise.
4339         * tests/test-remove.c (main): Likewise.
4340         * tests/test-rename.h (test_rename): Likewise.
4341         * tests/test-renameat.c (main): Likewise.
4342         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4343         * tests/test-symlink.h (test_symlink): Likewise.
4344         * tests/test-symlinkat.c (main): Likewise.
4345         * tests/test-unlink.h (test_unlink_func): Likewise.
4346         * tests/test-unlinkat.c (main): Likewise.
4347
4348         maint: make realtime library usage explicit
4349         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
4350         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
4351         * modules/settime (Link): Likewise.
4352         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
4353
4354         test-stat-time: speed up execution
4355         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
4356         warning on mingw.
4357         (nap): New helper function.
4358         (prepare_test): Use it to reduce sleep time.
4359         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
4360         execution.
4361         * modules/stat-time-tests (configure.ac): Check for usleep.
4362
4363 2009-10-09  Jim Meyering  <meyering@redhat.com>
4364
4365         selinux-h: always use getfilecon wrappers
4366         * lib/getfilecon.c: New file.
4367         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
4368         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
4369         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
4370         (fgetfilecon): Provide a stub.
4371         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
4372         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
4373         file unconditionally.
4374         When <selinux/selinux.h> is found, arrange to use wrappers.
4375         * modules/selinux-h (Files): Add getfilecon.c.
4376         (Makefile.am): Substitute include-next-related bits
4377         into the now-always-generated selinux/selinux.h file.
4378         * doc/glibc-functions/lgetfilecon.texi: New file.
4379         * doc/glibc-functions/fgetfilecon.texi: New file.
4380         * doc/glibc-functions/getfilecon.texi: New file.
4381         * doc/glibc-functions/getfilecon-desc.texi: New file.
4382         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
4383         which to pull in the new files.
4384         * MODULES.html.sh (Misc): Add selinux-h.
4385
4386 2009-10-08  Jim Meyering  <meyering@redhat.com>
4387
4388         unistd: fix comment typo
4389         * lib/unistd.in.h (euidaccess): Fix a comment typo.
4390
4391 2009-10-08  Eric Blake  <ebb9@byu.net>
4392
4393         areadlink: use SIZE_MAX consistently
4394         * modules/areadlink (Depends-on): Add stdint.
4395         * modules/areadlink-with-size (Depends-on): Likewise.
4396         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
4397         gives NULL; drop sys/types, since unistd gives size_t; and add
4398         stdint for SIZE_MAX.
4399         (SIZE_MAX): Rely on headers.
4400         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
4401         and add stdint.
4402         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
4403         (SIZE_MAX): Likewise.
4404         (INITIAL_BUF_SIZE): Turn into enum.
4405         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
4406
4407 2009-10-08  Jim Meyering  <meyering@redhat.com>
4408
4409         areadlinkat: avoid compilation failure
4410         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
4411         Fix typo in comment.
4412
4413 2009-10-07  Eric Blake  <ebb9@byu.net>
4414
4415         areadlinkat-with-size: new module
4416         * modules/areadlinkat-with-size: New module.
4417         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
4418         * lib/areadlink.h (areadlinkat): Declare it.
4419         * MODULES.html.sh (File system functions): Mention it.
4420         * modules/areadlinkat-with-size-tests: New test.
4421         * tests/test-areadlinkat-with-size.c: New file.
4422
4423         xreadlinkat: new module
4424         * modules/xreadlinkat: New module.
4425         * lib/xreadlinkat.c (xreadlinkat): New file.
4426         * lib/xreadlink.h (xreadlinkat): Declare it.
4427         * MODULES.html.sh (File system functions): Mention it.
4428
4429         areadlinkat: new module
4430         * lib/at-func.c (FUNC_FAIL): New define.
4431         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
4432         * modules/areadlinkat: New module.
4433         * lib/linkat.c (areadlinkat): Move...
4434         * lib/areadlinkat.c (areadlinkat): ...to new file.
4435         * lib/areadlink.h (areadlinkat): Declare it.
4436         * modules/linkat (Depends-on): Add areadlinkat.
4437         * MODULES.html.sh (File system functions): Mention it.
4438         * modules/areadlinkat-tests: New test.
4439         * tests/test-areadlinkat.c: New file.
4440
4441         areadlink, areadlink-with-size: add tests
4442         * modules/areadlink-tests: New test.
4443         * modules/areadlink-with-size-tests: Likewise.
4444         * tests/test-areadlink.h: New file.
4445         * tests/test-areadlink.c: Likewise.
4446         * tests/test-areadlink-with-size.c: Likewise.
4447
4448         maint: minor cleanups
4449         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
4450         _UNUSED_PARAMETER_ instead.
4451         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
4452         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
4453         * modules/linkat-tests (Files): Distribute test-link.h.
4454
4455         openat, utimens: whitespace cleanup
4456         * lib/openat.c: Prefer space throughout, rather than mix of 8
4457         spaces vs. tabs.
4458         * lib/at-func.c: Likewise.
4459         * lib/utimens.c: Likewise.
4460
4461         openat: avoid using wrong fd
4462         * lib/openat.c (openat_permissive): Reject user's fd if saving the
4463         working directory chooses same fd.
4464         * lib/at-func.c (AT_FUNC_NAME): Likewise.
4465
4466         mkdir, mkdirat: fix cygwin 1.5.x bug
4467         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
4468         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
4469         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
4470         bug.
4471         (gl_PREREQ_MKDIR): Delete unused macro.
4472         * modules/mkdir (Files): Track file rename.
4473         (configure.ac): Update macro name.
4474         * modules/openat (Depends-on): Add mkdir.
4475         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
4476
4477         mkdir, mkdirat: add tests
4478         * modules/mkdir-tests: New test.
4479         * tests/test-mkdir.h: New file.
4480         * tests/test-mkdir.c: Likewise.
4481         * tests/test-mkdirat.c: Likewise.
4482         * modules/openat-tests (Files): Add new files.
4483         (Makefile.am): Run new test.
4484
4485 2009-10-06  Eric Blake  <ebb9@byu.net>
4486
4487         doc: tweak *at function documentation
4488         * doc/posix-functions/faccessat.texi (faccessat): Mention
4489         known issue with replacement.
4490         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
4491         * doc/posix-functions/linkat.texi (linkat): Likewise.
4492         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
4493         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
4494         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
4495         * doc/posix-functions/renameat.texi (renameat): Likewise.
4496         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4497
4498         openat: fix GNU/Hurd bug in unlinkat
4499         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
4500         broken.
4501         * doc/posix-functions/unlink.texi (unlink): Document this.
4502         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
4503
4504         fdopendir: fix GNU/Hurd bug
4505         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
4506         allowing non-directory fds.
4507         * lib/fdopendir.c (rpl_fdopendir): Work around it.
4508         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
4509         * modules/dirent (Makefile.am): Substitute it.
4510         * lib/dirent.in.h (fdopendir): Declare replacement.
4511         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
4512         * tests/test-fdopendir.c (main): Test something other than
4513         /dev/null, since on Hurd that behaves like a directory.
4514
4515         test-symlink: port to GNU/Hurd
4516         * tests/test-symlink.h (test_symlink): Relax expected errno.
4517
4518         doc: tweak more cygwin information
4519         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
4520         now compatible with glibc.
4521         * doc/posix-functions/getopt.texi (getopt): Likewise.
4522
4523         getopt-gnu: add another test
4524         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
4525         guarantee behavior relied on by m4.
4526         * tests/test-getopt.c (main): Use it.
4527         * modules/getopt-posix-tests (Depends-on): Add setenv.
4528         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
4529
4530         getopt: fix compilation on darwin
4531         * lib/getopt.in.h (includes): Leave breadcrumbs during system
4532         include.
4533         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
4534         Reported by Ludovic Courtès.
4535
4536 2009-10-06  Bruno Haible  <bruno@clisp.org>
4537
4538         * modules/size_max (Description): Discourage its use.
4539         Reported by Simon Josefsson.
4540
4541 2009-10-06  Jim Meyering  <meyering@redhat.com>
4542
4543         linkat: avoid compilation failure
4544         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
4545
4546 2009-10-05  Eric Blake  <ebb9@byu.net>
4547
4548         linkat: support Linux 2.6.17
4549         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
4550         linkat on Linux, but allow cache variable override.
4551         * lib/linkat.c (rpl_linkat): Define override.
4552         * modules/linkat (Depends-on): Add symlinkat.
4553         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
4554         * modules/unistd (Makefile.am): Substitute it.
4555         * lib/unistd.in.h (linkat): Declare replacement.
4556         Reported by Pádraig Brady.
4557
4558         quotearg: port test to systems with C.UTF-8 locale
4559         * tests/test-quotearg.c (struct result_strings): Add another
4560         member, differentiating between C.ASCII and C.UTF-8 handling.
4561         (compare_strings): Add parameter.
4562         (main): Adjust all callers.
4563
4564         getopt: avoid clash with FreeBSD _getopt_internal
4565         * lib/getopt.in.h (_getopt_internal): Override the name.
4566         * lib/getopt_int.h (includes): Pick up any overrides.
4567         Reported by Reuben Thomas.
4568
4569         hash: allow C89 compilation
4570         * lib/hash.c (check_tuning): Move declaration before statement.
4571         Reported by Reuben Thomas.
4572
4573 2009-10-05  Karl Berry  <karl@gnu.org>
4574
4575         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
4576
4577 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
4578             Bruno Haible  <bruno@clisp.org>
4579
4580         * lib/uname.c (uname): Use a table-driven algorithm to compute
4581         Windows NT versions.
4582
4583 2009-10-04  Bruno Haible  <bruno@clisp.org>
4584
4585         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
4586         program_invocation_short_name.
4587         * modules/progname (configure.ac): Test for presence of
4588         program_invocation_short_name.
4589         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
4590
4591 2009-10-04  Bruno Haible  <bruno@clisp.org>
4592
4593         * lib/progname.c (set_program_name): Fix comment.
4594         Reported by Jim Meyering.
4595
4596 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
4597             Bruno Haible  <bruno@clisp.org>
4598
4599         * lib/uname.c: Include <string.h>.
4600         (uname): Do only one call to GetVersionEx in the common case.
4601
4602 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
4603             Bruno Haible  <bruno@clisp.org>
4604
4605         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
4606         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
4607         (uname): Add support for Windows CE and various non-x86 CPU types.
4608
4609 2009-10-03  Bruno Haible  <bruno@clisp.org>
4610
4611         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
4612         invocation to tests/configure.ac.
4613         Reported by Ian Beckwith <ianb@erislabs.net>.
4614
4615 2009-10-02  Eric Blake  <ebb9@byu.net>
4616
4617         fchdir: avoid compiler warning
4618         * lib/fchdir.c (canonicalize_file_name)
4619         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
4620
4621         test-open: support mingw errno values
4622         * tests/test-open.h (test_open): Relax test.
4623         * tests/test-fopen.h (test_fopen): Likewise.
4624         * tests/test-openat-safer.c (main): Likewise.
4625
4626         open: fix opening directory on mingw
4627         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
4628
4629         test-open: on GNU/Hurd, /dev/null is a directory
4630         * tests/test-fopen.h (main): Rename...
4631         (test_fopen): ...to this.  Use a guaranteed non-directory when
4632         confirming open behavior on trailing slash.
4633         * tests/test-openat-safer.c (main): Likewise.
4634         * tests/test-open.h (main): Likewise....
4635         (test_open): ...to this.
4636         * tests/test-fopen.c (main): Adjust caller.
4637         * tests/test-fopen-safer.c (main): Likewise.
4638         * tests/test-open.c (main): Likewise.
4639         * tests/test-fcntl-safer.c (main): Likewise.
4640         Reported by Samuel Thibault.
4641
4642         rename, fchdir: don't ignore chdir failure
4643         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
4644         * lib/rename.c (rpl_rename) [W32]: Likewise.
4645         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
4646         an empty destination directory if source cannot be renamed,
4647         although there is still possibility for failure.
4648         * doc/posix-functions/rename.texi (rename): Document the race.
4649         Reported by Jim Meyering.
4650
4651         maint: cleanup whitespace in recent commits
4652         * lib/rename.c (rpl_rename): Remove tabs.
4653         * tests/test-link.h (test_link): Likewise.
4654         * lib/fchdir.c (get_name): Likewise.
4655         Reported by Jim Meyering.
4656
4657 2009-10-02  Ben Pfaff  <blp@gnu.org>
4658
4659         relocatable-prog-wrapper: Add missing dependency on
4660         double-slash-root.
4661         * modules/relocatable-prog-wrapper: Add dependency.
4662         Reported by Ian Beckwith <ianb@erislabs.net>.
4663
4664 2009-10-02  Eric Blake  <ebb9@byu.net>
4665
4666         renameat: fix Solaris bugs
4667         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
4668         needed fixing.
4669         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
4670         * modules/stdio (Makefile.am): Substitute it.
4671         * lib/stdio.in.h (renameat): Declare replacement.
4672         * lib/renameat.c (rpl_renameat): Implement fix.
4673
4674         renameat: new module
4675         * modules/renameat: New file.
4676         * lib/renameat.c (renameat): Likewise.
4677         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
4678         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
4679         * modules/stdio (Makefile.am): Substitute them.
4680         * lib/stdio.in.h (renameat): Declare it.
4681         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4682         * doc/posix-functions/renameat.texi (renameat): Likewise.
4683         * modules/renameat-tests: New test.
4684         * tests/test-renameat.c: Likewise.
4685
4686         rename: fix mingw bugs
4687         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
4688         directory overwrite bugs.
4689
4690         rename: fix another cygwin 1.5 bug
4691         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
4692         checks.
4693         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
4694         unnecessary cygwin workarounds.  Also work around bug with moving
4695         full directory onto an empty one.
4696         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
4697
4698         rename-dest-slash: merge into rename module
4699         * modules/rename-dest-slash (Status): Mark obsolete.
4700         (Depends-on): Add rename.
4701         (Files): Let rename do it all.
4702         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
4703         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
4704         * m4/rename-dest-slash.m4: ...so this file can be deleted.
4705         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
4706         * lib/rename.c (rpl_rename): Update comments.
4707
4708         rename: fix cygwin 1.5.x bugs
4709         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
4710         * lib/rename.c (rpl_rename): Work around them.
4711         * modules/rename (Depends-on): Add same-inode.
4712
4713         rename: fix Solaris 10 bug
4714         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
4715         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
4716         was the only bug.
4717
4718         rename: fix Solaris 9 bug
4719         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
4720         on non-directory.  Avoid calling exit.
4721         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
4722         strdup.
4723         * modules/rename-tests (Depends-on): Drop lstat.
4724         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
4725         (gl_PREREQ_RENAME): Delete unused macro.
4726
4727         rename-dest-slash: fix NetBSD bug
4728         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
4729         links.
4730         * modules/rename-dest-slash (Depends-on): Add same-inode.
4731
4732         rename-tests: new test, exposes several platform bugs
4733         * modules/rename-tests: New file.
4734         * tests/test-rename.h: Likewise.
4735         * tests/test-rename.c: Likewise.
4736         * doc/posix-functions/rename.texi (rename): Improve documentation,
4737         including bugs that will eventually be fixed in gnulib.
4738
4739 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
4740
4741         * lib/uname.c: Include <stdlib.h>
4742         (uname): Assume version info is available.
4743
4744 2009-10-02  Jim Meyering  <meyering@redhat.com>
4745
4746         gnu-web-doc-update: correct --help output
4747         * build-aux/gnu-web-doc-update: Make --help output relevant.
4748
4749         gnu-web-doc-update: add standard options
4750         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
4751
4752         gnu-web-doc-update: New module.
4753         Use this script to automatically update the on-line web documentation
4754         for your GNU project at http://www.gnu.org/software/$pkg/manual/
4755         * modules/gnu-web-doc-update: New file, from coreutils.
4756         * build-aux/gnu-web-doc-update: New script.
4757
4758 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
4759
4760         link: LoadLibrary is not needed.
4761         * lib/link.c: Use GetModuleHandle.
4762
4763 2009-10-01  Eric Blake  <ebb9@byu.net>
4764
4765         getopt: bump serial number
4766         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
4767         change.
4768
4769         tests: tighten link, rmdir, and remove tests
4770         * tests/test-link.h (includes): No need to use <config.h> here.
4771         Clean up if directory hard link was created, otherwise test for
4772         trailing '.'.
4773         * tests/test-linkat.c (main): Simplify.
4774         * tests/test-remove.c (main): Enhance test for trailing '.'.
4775         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4776
4777 2009-10-01  Jim Meyering  <meyering@redhat.com>
4778
4779         maint.mk: requiring "make major" was annoying, for a "minor" release.
4780         What is intended is "stable", to contrast with alpha and beta,
4781         so require "make stable", not "make major".
4782         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
4783         (get_tool_versions): Likewise.
4784         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
4785
4786 2009-09-30  Ben Pfaff  <blp@gnu.org>
4787
4788         Fix broken build of replacement for Windows tmpfile().
4789         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
4790         flags argument added along with the 'mkostemp' module.
4791
4792 2009-09-28  Bruno Haible  <bruno@clisp.org>
4793
4794         Avoid identifier clash with POSIX function 'remove' defined as a macro.
4795         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
4796         to 'remove_elt'.
4797         (gl_list_remove): Update.
4798         * lib/gl_list.c (gl_list_remove): Update.
4799         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
4800         to 'remove_elt'.
4801         (gl_oset_remove): Update.
4802         * lib/gl_list.c (gl_oset_remove): Update.
4803         Reported by Eric Blake.
4804
4805 2009-09-28  Eric Blake  <ebb9@byu.net>
4806
4807         doc: mention yet more cygwin 1.7 status
4808         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
4809         cygwin.
4810         * doc/glibc-functions/execvpe.texi (execvpe): New file.
4811         * doc/gnulib.texi (Glibc unistd.h): Mention it.
4812
4813         argp: fix test failure
4814         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
4815         that are not upper-case.  Pass correct range to tolower.
4816
4817 2009-09-27  Jim Meyering  <meyering@redhat.com>
4818
4819         test-yesno: work around sparc-dash here-document infelicity
4820         Without this change, the literal \177 byte in a here document
4821         would make dash 0.5.5.1-3 access uninitialized memory.
4822         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
4823         Instead, use a marker, "@", and filter through tr to create the desired
4824         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
4825
4826 2009-09-27  Bruno Haible  <bruno@clisp.org>
4827
4828         Disable untested support for new flavours of ACLs on AIX.
4829         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
4830         progress.
4831         * lib/set-mode-acl.c (qset_acl): Likewise.
4832
4833 2008-12-07  Bruno Haible  <bruno@clisp.org>
4834
4835         Add support for new flavours of ACLs on AIX. (Untested.)
4836         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
4837         (file_has_acl): Add support for newer AIX.
4838         * lib/set-mode-acl.c (qset_acl): Likewise.
4839         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
4840         Rainer Tammer <tammer@tammer.net>.
4841
4842 2009-09-26  Eric Blake  <ebb9@byu.net>
4843
4844         argp: fix compilation of getopt
4845         * lib/getopt.in.h (includes): Use different guard than glibc.
4846         Reported by Sergey Poznyakoff.
4847
4848         doc: mention more cygwin 1.7 status
4849         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
4850         bug.
4851         * doc/posix-functions/execl.texi (execl): Likewise.
4852         * doc/posix-functions/execle.texi (execle): Likewise.
4853         * doc/posix-functions/execlp.texi (execlp): Likewise.
4854         * doc/posix-functions/execv.texi (execv): Likewise.
4855         * doc/posix-functions/execve.texi (execve): Likewise.
4856         * doc/posix-functions/execvp.texi (execvp): Likewise.
4857         * doc/glibc-functions/canonicalize_file_name.texi
4858         (canonicalize_file_name): Cygwin 1.7 now provides this.
4859         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
4860         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
4861         on AT_SYMLINK_NOFOLLOW.
4862
4863 2009-09-24  Eric Blake  <ebb9@byu.net>
4864
4865         test-linkat: make test more robust
4866         * tests/test-linkat.c (main): Avoid collision with EEXIST.
4867
4868         getopt: fix inclusion guards for cygwin
4869         * modules/getopt-posix (Depends-on): Add include-next.
4870         (Makefile.am): Substitute more items in replacement header.
4871         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
4872         <getopt.h>.
4873         * lib/getopt.in.h (includes): Use split inclusion guard, and
4874         prefer <getopt.h> over include <unistd.h> when one is present.
4875         (option): Also override name of 'struct option'.
4876
4877         same-inode: revert prior change; it is not yet ready
4878         * NEWS: Undo mention of this change.
4879         * lib/same-inode.h (same-inode.h): Undo tri-state change.
4880         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
4881         * lib/cycle-check.c (cycle_check): Likewise.
4882         * lib/same.c (same_name): Likewise.
4883         * lib/at-func2.c (at_func2): Likewise.
4884
4885 2009-09-23  Eric Blake  <ebb9@byu.net>
4886
4887         linkat: new module
4888         * modules/linkat: New file.
4889         * lib/at-func2.c (at_func2): Likewise.
4890         * lib/linkat.c (linkat): Likewise.
4891         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
4892         * lib/openat-priv.h (at_func2): Add declaration.
4893         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
4894         * modules/unistd (Makefile.am): Substitute them.
4895         * lib/unistd.in.h (linkat): Declare it.
4896         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4897         * doc/posix-functions/linkat.texi (linkat): Likewise.
4898         * doc/posix-functions/link.texi (link): Tweak wording.
4899         * tests/test-link.c (main): Move guts...
4900         * tests/test-link.h (test_link): ...into new file.
4901         * modules/linkat-tests: New test.
4902         * tests/test-linkat.c: Likewise.
4903         * modules/link-tests (Files): Ship new file.
4904         (Depends-on): Add stdbool.
4905
4906         dirname: add library-safe mdir_name
4907         * lib/dirname.h (mdir_name): New prototype.
4908         * lib/dirname.c (dir_name): Move guts...
4909         (mdir_name): ...to new function that avoids xalloc_die.
4910
4911         fchdir: another mingw fix
4912         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
4913         * lib/fchdir.c (get_name): New helper method; skips canonicalize
4914         on mingw (where it has not yet been ported), and make it optional
4915         elsewhere.
4916         (_gl_register_fd): Use it.
4917
4918         same-inode: make SAME_INODE tri-state, to port to mingw
4919         * NEWS: Mention this change.
4920         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
4921         st_ino always being 0.
4922         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
4923         * lib/cycle-check.c (cycle_check): Likewise.
4924         * lib/same.c (same_name): Likewise.
4925
4926         lstat: avoid mingw compilation error
4927         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
4928         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
4929         lstat ourselves.
4930         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
4931         was adequate.
4932         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
4933         the checks for lstat.
4934         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
4935
4936         link: fix test failure on Solaris 9
4937         * lib/link.c (rpl_link): Don't assume link will catch bogus
4938         trailing slash on source.
4939
4940         test-symlinkat: enhance test
4941         * tests/test-readlink.c (main): Move guts...
4942         * tests/test-readlink.h (test_readlink): ...into new file.
4943         * tests/test-symlink.c (main): Move guts...
4944         * tests/test-symlink.h (test_symlink): ...into new file.
4945         * tests/test-symlinkat.c (main): Use new files for further
4946         coverage.
4947         (do_symlink, do_readlink): New helper functions.
4948         * modules/symlink-tests (Files): Ship new file.
4949         (Depends-on): Add stdbool.
4950         * modules/readlink-tests (Files): Ship new file.
4951         (Depends-on): Add stdbool.
4952         * modules/symlinkat-tests (Files): Use new files.
4953
4954 2009-09-23  Eric Blake  <ebb9@byu.net>
4955
4956         readlink: document portability issue with symlink length
4957         * doc/posix-functions/lstat.texi (lstat): Mention that some file
4958         systems have bogus st_size on symlinks, and mention the
4959         areadlink-with-size module.
4960         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
4961         * doc/posix-functions/readlink.texi (readlink): Mention the
4962         areadlink module, and ERANGE failure.
4963         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
4964         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
4965
4966         readlink: fix Solaris 9 bug with trailing slash
4967         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
4968         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
4969         * doc/posix-functions/readlink.texi (readlink): Document this.
4970         * modules/readlink-tests: New test.
4971         * tests/test-readlink.c: Likewise.
4972
4973         readlink: fix cygwin 1.5.x bug with return type
4974         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
4975         * lib/unistd.in.h (readlink): Use ssize_t.
4976         * lib/readlink.c (readlink): Likewise.
4977         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4978         * modules/unistd (Makefile.am): Substitute it.
4979         * lib/unistd.in.h (readlink): Declare replacement.
4980         * doc/posix-functions/readlink.texi (readlink): Document this.
4981
4982         symlink: use throughout gnulib
4983         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
4984         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
4985         symlink is not used.
4986         * modules/symlinkat (Depends-on): Add symlink.
4987         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
4988         * modules/canonicalize-tests (Depends-on): Likewise.
4989         * modules/lstat-tests (Depends-on): Likewise.
4990         * modules/openat-tests (Depends-on): Likewise.
4991         * modules/remove-tests (Depends-on): Likewise.
4992         * modules/rmdir-tests (Depends-on): Likewise.
4993         * modules/unlink-tests (Depends-on): Likewise.
4994         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
4995         * tests/test-canonicalize.c (symlink): Likewise.
4996         * tests/test-fstatat.c (symlink): Likewise.
4997         * tests/test-lstat.c (symlink): Likewise.
4998         * tests/test-remove.c (symlink): Likewise.
4999         * tests/test-rmdir.c (symlink): Likewise.
5000         * tests/test-unlink.c (symlink): Likewise.
5001         * tests/test-unlinkat.c (symlink): Likewise.
5002
5003         symlink: new module, for Solaris 9 bug
5004         * modules/symlink: New file.
5005         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
5006         * lib/symlink.c: Likewise.
5007         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
5008         * modules/unistd (Makefile.am): Substitute them.
5009         * lib/unistd.in.h (symlink): Declare replacement.
5010         * MODULES.html.sh (File system functions): Mention it.
5011         * doc/posix-functions/symlink.texi (symlink): Likewise.
5012         * modules/symlink-tests: New test.
5013         * tests/test-symlink.c: Likewise.
5014
5015 2009-09-23  Bruno Haible  <bruno@clisp.org>
5016
5017         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
5018         when needed.
5019         Test case: gnulib-tool --import --with-tests atexit inttypes.
5020         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
5021
5022 2009-09-23  Bruno Haible  <bruno@clisp.org>
5023
5024         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
5025         subcommand, not in a subshell.
5026
5027 2009-09-22  Eric Blake  <ebb9@byu.net>
5028
5029         unistd: sort replacement declarations
5030         * lib/unistd.in.h: Sort declarations.
5031
5032         open, openat: minor optimization
5033         * lib/open.c (open): If open succeeded, len is non-zero.
5034         * lib/openat.c (rpl_openat): Likewise.
5035
5036         link-follow: ensure correct result
5037         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
5038         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
5039         distinguish between possible failures.
5040
5041 2009-09-21  Eric Blake  <ebb9@byu.net>
5042
5043         fts: avoid compiler warning
5044         * lib/fts.c (dirent_inode_sort_may_be_useful)
5045         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
5046
5047 2009-09-19  Bruno Haible  <bruno@clisp.org>
5048
5049         * lib/progreloc.c (canonicalize_file_name): New declaration.
5050
5051 2009-09-19  Eric Blake  <ebb9@byu.net>
5052
5053         link: fix quoting
5054         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
5055
5056         openat: fix openat bugs on Solaris 9
5057         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
5058         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
5059         * modules/openat (Depends-on): Add open.
5060         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
5061         * modules/fcntl-h (Makefile.am): Substitute it.
5062         * lib/fcntl.in.h (openat): Declare replacement.
5063         * doc/posix-functions/openat.texi (openat): Document this.
5064
5065         openat: move fstatat and unlinkat into correct files
5066         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
5067         compiled.
5068         * lib/openat.c (fstatat, unlinkat): Move...
5069         * lib/fstatat.c (fstatat): ...into correct files.
5070         * lib/unlinkat.c (unlinkat): Likewise.
5071
5072         openat: fix unlinkat bugs on Solaris 9
5073         * lib/unlinkat.c (unlinkat): New file.
5074         * modules/openat (Depends-on): Add unlink.
5075         (Files): Distribute it.
5076         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
5077         trailing slash behavior is broken.
5078         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5079         * modules/unistd (Makefile.am): Substitute it.
5080         * lib/unistd.in.h (unlinkat): Declare replacement.
5081         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
5082
5083         openat: fix fstatat bugs on Solaris 9
5084         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
5085         stat.
5086         * doc/posix-functions/fstatat.texi (fstatat): Document this.
5087
5088         test-unlinkat: enhance test, to expose Solaris 9 bug
5089         * tests/test-unlink.c (main): Factor guts...
5090         * tests/test-unlink.h (test_rmdir_func): ...into new file.
5091         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
5092         * tests/test-rmdir.c (main): Adjust caller.
5093         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
5094         (unlinker): New helper function.
5095         (rmdirat): Enhance check.
5096         * modules/rmdir-tests (Depends-on): Add stdbool.
5097         * modules/unlink-tests (Depends-on): Likewise.
5098         (Files): Add test-unlink.h.
5099         * modules/openat-tests (Files): Likewise.
5100         (Depends-on): Add unlinkdir.
5101
5102         test-fstatat: new test, to expose Solaris 9 bugs
5103         * tests/test-stat.c (main): Factor guts...
5104         * tests/test-stat.h (test_stat_func): ...into new file.
5105         * tests/test-lstat.c (main): Factor guts...
5106         * tests/test-lstat.h (test_lstat_func): ...into new file.
5107         * tests/test-fstatat.c: New file.
5108         * modules/stat-tests (Files): Add test-stat.h.
5109         * modules/lstat-tests (Files): Add test-lstat.h.
5110         (Depends-on): Add stdbool.
5111         * modules/openat-tests (Depends-on): Add pathmax.
5112         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
5113         (Makefile.am): Run new test.
5114
5115         remove: new module, for mingw and Solaris 9 bugs
5116         * modules/remove: New file.
5117         * lib/remove.c: Likewise.
5118         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
5119         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5120         * modules/stdio (Makefile.am): Use them.
5121         * lib/stdio.in.h (remove): Declare replacement.
5122         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5123         * doc/posix-functions/remove.texi (remove): Likewise.
5124         * modules/remove-tests: New test.
5125         * tests/test-remove.c: Likewise.
5126
5127         unlink: new module, for Solaris 9 bug
5128         * modules/unlink: New file.
5129         * lib/unlink.c: Likewise.
5130         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
5131         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5132         * modules/unistd (Makefile.am): Use them.
5133         * lib/unistd.in.h (stat): Declare replacement.
5134         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5135         * doc/posix-functions/unlink.texi (unlink): Likewise.
5136         * modules/unlink-tests: New test.
5137         * tests/test-unlink.c: Likewise.
5138
5139         lstat: fix Solaris 9 bug
5140         * lib/lstat.c (lstat): Also check for trailing slash on
5141         non-symlink, non-directories.  Use stat module to simplify logic.
5142         * doc/posix-functions/lstat.texi (lstat): Document it.
5143         * modules/lstat-tests (Depends-on): Add errno, same-inode.
5144         (configure.ac): Check for symlink.
5145         * tests/test-lstat.c (main): Add more tests.
5146
5147         stat: add as dependency to other modules
5148         * modules/chown (Depends-on): Add stat.
5149         * modules/euidaccess (Depends-on): Likewise.
5150         * modules/fchdir (Depends-on): Likewise.
5151         * modules/isdir (Depends-on): Likewise.
5152         * modules/link (Depends-on): Likewise.
5153         * modules/lstat (Depends-on): Likewise.
5154         * modules/mkdir-p (Depends-on): Likewise.
5155         * modules/modechange (Depends-on): Likewise.
5156         * modules/open (Depends-on): Likewise.
5157         * modules/readlink (Depends-on): Likewise.
5158         * modules/same (Depends-on): Likewise.
5159
5160         stat: fix Solaris 9 bug
5161         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
5162         slash.
5163         * lib/stat.c (rpl_stat): Work around it.
5164         * doc/posix-functions/stat.texi (stat): Update documentation.
5165
5166         stat: new module, for mingw bug
5167         * modules/stat: New file.
5168         * lib/stat.c: Likewise.
5169         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5170         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5171         * modules/sys_stat (Makefile.am): Use them.
5172         * lib/sys_stat.in.h (stat): Declare replacement.
5173         * lib/openat.c (fstatat): Deal with lstat and stat being function
5174         macros.
5175         * modules/openat (Depends-on): Add inline.
5176         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5177         * doc/posix-functions/stat.texi (stat): Likewise.
5178         * modules/stat-tests: New test.
5179         * tests/test-stat.c: Likewise.
5180
5181 2009-09-19  Jim Meyering  <meyering@redhat.com>
5182
5183         syntax-check: detect unnecessary inclusion of canonicalize.h
5184         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
5185
5186 2009-09-19  Eric Blake  <ebb9@byu.net>
5187
5188         canonicalize-lgpl: adjust clients to use correct header
5189         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
5190         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
5191         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
5192         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
5193         * lib/progreloc.c (includes): Likewise.
5194
5195 2009-09-19  Jim Meyering  <meyering@redhat.com>
5196
5197         test-posixtm.c: correct a comment
5198         * tests/test-posixtm.c: Correct first-line comment.
5199         Spotted by Eric Blake.
5200
5201 2009-09-16  Jim Meyering  <meyering@redhat.com>
5202
5203         posixtm-tests: make T const-correct; add a test case
5204         * tests/test-posixtm.c (T): Declare const.
5205         Add a test for -(2^31+1).
5206         Remove useless can-succeed-only-in-2002 test.
5207
5208         posixtm-tests: adjust the sole failing test
5209         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
5210         expected output matches what mktime now produces.  Cross-checked via
5211         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
5212
5213         posixtm: move #ifdef'd tests into a new module
5214         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
5215         * tests/test-posixtm.c: ... this new file.
5216         * modules/posixtm-tests: New module.
5217
5218 2009-09-19  Eric Blake  <ebb9@byu.net>
5219
5220         openat: simplify use of at-func.c
5221         * lib/at-func.c (includes): Include prerequisites here, to
5222         simplify requirements on client files.
5223         * lib/openat-priv.h: Add double-inclusion guard.
5224         * lib/faccessat.c (includes): Simplify.
5225         * lib/fchmodat.c (includes): Likewise.
5226         * lib/fchownat.c (includes): Likewise.
5227         * lib/mkdirat.c (includes): Likewise.
5228         * lib/mkfifoat.c (includes): Likewise.
5229         * lib/symlinkat.c (includes): Likewise.
5230
5231         openat: allow return of fd 0
5232         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
5233         * modules/save-cwd (Depends-on): Replace fcntl-safer with
5234         unistd-safer.
5235         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
5236         <fcntl.h>; this module does not leak fds.
5237         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
5238         must be allowed to return 0, leaving openat_safer to add the
5239         safety.
5240         (openat_permissive): Avoid writing to just-opened fd 2 if
5241         restoring the current directory fails.
5242         * lib/openat-die.c (openat_restore_fail): Add comment.
5243         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
5244         (save_cwd): Guarantee safe fd, but without use of open_safer.
5245         * tests/test-openat.c: New test.
5246         * modules/openat-tests (Files, Makefile.am): Distribute and build
5247         new file.
5248
5249         relocatable-prog-wrapper: fix build
5250         * modules/relocatable-prog-wrapper (Files): Update name of
5251         canonicalize m4 file, broken on 2009-09-17.
5252         Reported by emad hajjar <aleppos@hotmail.com>.
5253
5254 2009-09-19  Bruno Haible  <bruno@clisp.org>
5255
5256         * lib/safe-alloc.h: Use the standard header with GPL copyright.
5257         * lib/safe-alloc.c: Likewise.
5258         Reported by Ian Beckwith <ianb@erislabs.net>.
5259
5260 2009-09-18  Bruno Haible  <bruno@clisp.org>
5261
5262         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
5263         Reported by <erobles@sensacd.com.mx>.
5264
5265 2009-09-17  Eric Blake  <ebb9@byu.net>
5266
5267         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
5268         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
5269         slashes when checking if last component is missing.
5270         * tests/test-canonicalize.c (main): Test this.
5271
5272         canonicalize, canonicalize-lgpl: honor // if distinct from /
5273         * modules/canonicalize (Files): Add double-slash-root.m4.
5274         * modules/canonicalize-lgpl (Files): Likewise.
5275         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
5276         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
5277         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
5278         fallback definition.
5279         (canonicalize_filename_mode): Use it to protect //.
5280         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
5281         (__realpath): Likewise.
5282         * tests/test-canonicalize.c (main): Test this.
5283         * tests/test-canonicalize-lgpl.c (main): Likewise.
5284         * modules/canonicalize-tests (Depends-on): Add same-inode.
5285         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
5286
5287         canonicalize-lgpl: fix glibc bug with trailing slash
5288         * m4/canonicalize-lgpl.m4: Move contents...
5289         * m4/canonicalize.m4: ...here.
5290         (gl_CANONICALIZE_LGPL): Factor realpath check...
5291         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
5292         glibc 2.3.5 bug, fixed 2005-04-27.
5293         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
5294         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
5295         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
5296         * modules/canonicalize-lgpl (Files): Manage file rename.
5297         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
5298         * modules/stdlib (Makefile.am): Substitute witness.
5299         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
5300         is needed.
5301         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
5302         replacement is required.
5303         * lib/canonicalize.c (canonicalize_file_name): Likewise.
5304         * doc/glibc-functions/canonicalize_file_name.texi
5305         (canonicalize_file_name): Document this.
5306         * doc/posix-functions/realpath.texi (realpath): Likewise.
5307
5308         canonicalize-lgpl: reject non-directory with trailing slash
5309         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
5310         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
5311         catches failures in glibc 2.3.5.
5312         * tests/test-canonicalize.c (main): Likewise.
5313
5314         canonicalize-lgpl: use native realpath if it works
5315         * lib/canonicalize-lgpl.c (realpath): Guard with
5316         FUNC_REALPATH_WORKS.
5317         * lib/stdlib.in.h (realpath): Make declaration optional based on
5318         HAVE_REALPATH.
5319         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
5320         native realpath works.
5321         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
5322         * modules/stdlib (Makefile.am): Substitute witness.
5323
5324         canonicalize, canonicalize-lgpl: use <stdlib.h>
5325         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
5326         (Include): Mention <stdlib.h>.
5327         (configure.ac): Mention functions we provide.
5328         * modules/canonicalize (configure.ac): Likewise.
5329         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
5330         realpath if canonicalize_file_name is missing.
5331         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
5332         * modules/stdlib (Makefile.am): Substitute witnesses.
5333         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
5334         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
5335         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
5336         * NEWS: Document this.
5337         * doc/glibc-functions/canonicalize_file_name.texi
5338         (canonicalize_file_name): Likewise.
5339         * doc/posix-functions/realpath.texi (realpath): Likewise.
5340         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
5341
5342         test-canonicalize: consolidate into single C program
5343         * tests/test-canonicalize.sh: Delete; move setup into...
5344         * tests/test-canonicalize.c (main): ...the program, making it
5345         easier to run in debugger.  Add some tests.
5346         * modules/canonicalize-tests (Files): Remove unused file.
5347         (Depends-on): Add progname.
5348         (configure.ac, Makefile.am): Simplify.
5349
5350         test-canonicalize-lgpl: consolidate into single C program
5351         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
5352         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
5353         easier to run in debugger.  Add some tests.
5354         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
5355         (configure.ac, Makefile.am): Simplify.
5356
5357         canonicalize: avoid resolvepath
5358         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
5359         unnecessary checks.
5360         * lib/canonicalize.c (includes): Simplify.
5361         (canonicalize_file_name): Drop resolvepath implementation.
5362         * modules/canonicalize (Depends-on): Drop filenamecat.
5363
5364         canonicalize: don't lose errno
5365         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
5366         over calls to free.
5367
5368         canonicalize: simplify errno handling
5369         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
5370         assignment.
5371
5372         canonicalize, canonicalize-lgpl: update module dependencies
5373         * modules/canonicalize (Depends-on): Add extensions, lstat,
5374         pathmax, stdlib.
5375         (Files): Drop pathmax.h.
5376         (configure.ac): Adjust macro name.
5377         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
5378         lstat, stdlib, sys_stat.
5379         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
5380         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
5381         extensions.
5382         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
5383         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
5384         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
5385         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
5386         declaration, if available.
5387         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
5388         we can rely on the readlink module.
5389         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
5390         (includes): Use <unistd.h> unconditionally.
5391
5392 2009-09-17  Eric Blake  <ebb9@byu.net>
5393
5394         maint: make Include sections of modules consistent
5395         * modules/alloca: Use only header name; no need to list #include.
5396         * modules/alloca-opt: Likewise.
5397         * modules/arpa_inet: Likewise.
5398         * modules/canon-host: Likewise.
5399         * modules/configmake: Likewise.
5400         * modules/dirent: Likewise.
5401         * modules/eealloc: Likewise.
5402         * modules/environ: Likewise.
5403         * modules/fchdir: Likewise.
5404         * modules/fcntl: Likewise.
5405         * modules/fcntl-h: Likewise.
5406         * modules/gethrxtime: Likewise.
5407         * modules/gettime: Likewise.
5408         * modules/ignore-value: Likewise.
5409         * modules/inet_ntop: Likewise.
5410         * modules/inet_pton: Likewise.
5411         * modules/inttypes: Likewise.
5412         * modules/isnand-nolibm: Likewise.
5413         * modules/isnanf-nolibm: Likewise.
5414         * modules/mbchar: Likewise.
5415         * modules/mbfile: Likewise.
5416         * modules/mbiter: Likewise.
5417         * modules/mbuiter: Likewise.
5418         * modules/netdb: Likewise.
5419         * modules/netinet_in: Likewise.
5420         * modules/nproc: Likewise.
5421         * modules/pagealign_alloc: Likewise.
5422         * modules/poll: Likewise.
5423         * modules/printf-frexp: Likewise.
5424         * modules/pthread: Likewise.
5425         * modules/putenv: Likewise.
5426         * modules/random_r: Likewise.
5427         * modules/relocatable-prog: Likewise.
5428         * modules/search: Likewise.
5429         * modules/select: Likewise.
5430         * modules/selinux-h: Likewise.
5431         * modules/settime: Likewise.
5432         * modules/signal: Likewise.
5433         * modules/size_max: Likewise.
5434         * modules/socklen: Likewise.
5435         * modules/ssize_t: Likewise.
5436         * modules/stdarg: Likewise.
5437         * modules/stdbool: Likewise.
5438         * modules/stddef: Likewise.
5439         * modules/stdint: Likewise.
5440         * modules/stdio: Likewise.
5441         * modules/stdlib: Likewise.
5442         * modules/string: Likewise.
5443         * modules/strings: Likewise.
5444         * modules/sys_file: Likewise.
5445         * modules/sys_ioctl: Likewise.
5446         * modules/sys_select: Likewise.
5447         * modules/sys_socket: Likewise.
5448         * modules/sys_stat: Likewise.
5449         * modules/sys_time: Likewise.
5450         * modules/sys_times: Likewise.
5451         * modules/sys_utsname: Likewise.
5452         * modules/sys_wait: Likewise.
5453         * modules/sysexits: Likewise.
5454         * modules/time: Likewise.
5455         * modules/times: Likewise.
5456         * modules/tmpfile: Likewise.
5457         * modules/trim: Likewise.
5458         * modules/unistd: Likewise.
5459         * modules/wchar: Likewise.
5460         * modules/wctype: Likewise.
5461
5462 2009-09-17  Bruno Haible  <bruno@clisp.org>
5463
5464         Make getdate.y compile on QNX and NetBSD 5 / i386.
5465         * m4/getdate.m4 (gl_GETDATE): Conditionally define
5466         TIME_T_FITS_IN_LONG_INT.
5467         * lib/getdate.y (long_time_t): New type.
5468         (relative_time): Change type of 'seconds' field to long_time_t.
5469         (get_date): Update types of local variables. Check against overflow
5470         during conversion from long_time_t to time_t.
5471         Reported by Matt Kraai <kraai@ftbfs.org>
5472         and Hasso Tepper <hasso@netbsd.org>.
5473
5474 2009-09-17  Bruno Haible  <bruno@clisp.org>
5475
5476         * modules/COPYING: Update copyright years.
5477         * modules/README: Likeiwse.
5478         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
5479         Reported by Ian Beckwith <ianb@erislabs.net>.
5480
5481 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
5482
5483         * users.txt: Update references for gnuit package.
5484
5485 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
5486
5487         * m4/getdelim.m4: Fix typo in copyright line.
5488
5489 2009-09-17  Bruno Haible  <bruno@clisp.org>
5490
5491         * lib/atoll.c: Use the standard header with GPL copyright.
5492         * lib/argz.in.h: Likewise.
5493         * lib/glob.c: Likewise.
5494         * lib/glob-libc.h: Likewise.
5495         * lib/random_r.c: Likewise.
5496         * lib/siglist.h: Likewise.
5497         * lib/strsignal.c: Likewise.
5498         Reported by Ian Beckwith <ianb@erislabs.net>.
5499
5500 2009-09-17  Eric Blake  <ebb9@byu.net>
5501
5502         rmdir: ensure correct dependency order
5503         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
5504
5505 2009-09-17  Bruno Haible  <bruno@clisp.org>
5506
5507         Disable assertion that fails on NetBSD 5 / i386.
5508         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
5509         Reported by Sam Steingold <sds@gnu.org>
5510         and Hasso Tepper <hasso@netbsd.org>.
5511
5512 2009-09-16  Eric Blake  <ebb9@byu.net>
5513
5514         unlinkdir: port to mingw
5515         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
5516         on which no one can unlink a directory.
5517
5518         stdlib: sort witness names
5519         * modules/stdlib (Makefile.am): Sort replacements.
5520         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
5521         * lib/stdlib.in.h: Likewise.
5522
5523         parse-duration-tests: avoid link failure
5524         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
5525         LIBINTL.
5526         Reported by Tom G. Christensen.
5527
5528         openat-tests: ensure unlinkat behaves like rmdir
5529         * tests/test-rmdir.c (main): Factor guts...
5530         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
5531         * modules/rmdir-tests (Files): Ship new file.
5532         * modules/openat-tests: New test.
5533         * tests/test-unlinkat.c: Likewise.
5534
5535         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
5536         * modules/rmdir-errno (Status, Notice): Now obsolete.
5537
5538         rmdir: work around cygwin 1.5.x and mingw bugs
5539         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
5540         * lib/rmdir.c (rmdir): Work around it.
5541         * modules/rmdir (Status, Notice): No longer obsolete.
5542         (Files): Add dos.m4.
5543         (Depends-on): Add unistd.
5544         (configure.ac): Set witnesses.
5545         (License): Relax to LGPLv2+.
5546         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
5547         * modules/unistd (Makefile.am): Substitute witnesses.
5548         * lib/unistd.in.h (rmdir): Declare replacement.
5549         * doc/posix-functions/rmdir.texi (rmdir): Document this.
5550         * modules/rmdir-tests: New tests.
5551         * tests/test-rmdir.c: Likewise.
5552
5553 2009-09-15  Eric Blake  <ebb9@byu.net>
5554
5555         fchdir: improve use of replacement functions
5556         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
5557         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
5558         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
5559         REPLACE_CLOSEDIR.
5560         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
5561         * modules/sys_stat (Makefile.am): Substitute correct witness.
5562         * modules/dirent (Makefile.am): Likewise.
5563         * modules/unistd (Makefile.am): Likewise.
5564         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
5565         * lib/unistd.in.h (dup): Likewise.
5566         * lib/sys_stat.in.h (fstat): Likewise.
5567
5568         maint: ignore gnulib-tool temp files
5569         * .gitignore: Ignore files created during gnulib-tool --test.
5570
5571 2009-09-13  Jim Meyering  <meyering@redhat.com>
5572
5573         posixtm: don't reject a time that specify "60" as the number of seconds
5574         * lib/posixtm.c (posixtime): The code to reject invalid dates
5575         would also reject a time specified with the .60 suffix.
5576         But POSIX allows that, in order to accommodate leap seconds.
5577         So don't reject it.
5578         (main): Adjust tests accordingly.
5579         * modules/posixtm (Depends-on): Add stpcpy.
5580
5581 2009-09-11  Jim Meyering  <meyering@redhat.com>
5582
5583         announce-gen: include [$release_type] in emitted Subject:
5584         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
5585         e.g., [stable] in the emitted Subject: line.
5586
5587 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5588
5589         Remove obsolete macros from several modules.
5590         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
5591         obsolete Autoconf macros with their modern counterparts.
5592         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
5593         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
5594         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
5595         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5596         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
5597         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
5598         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
5599         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
5600         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
5601         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
5602         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
5603         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
5604         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
5605         * m4/sockets.m4 (gl_SOCKETS): Likewise.
5606         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
5607         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
5608         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
5609         * m4/time_r.m4 (gl_TIME_R): Likewise.
5610         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
5611         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
5612         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5613
5614         Fix copyright header in build-aux scripts.
5615         * build-aux/git-version-gen: Fix copyright header to match GPLv3
5616         recommendation.
5617         * build-aux/ncftpput-ftp: Likewise.
5618         * build-aux/update-copyright: Likewise.
5619
5620 2009-09-09  Eric Blake  <ebb9@byu.net>
5621
5622         test-link: allow Linux choice of errno
5623         * tests/test-link.c (main): Relax test for alternate error.
5624
5625         strndup: fix improper m4 caching
5626         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
5627         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
5628         (gl_PREREQ_STRNDUP): Delete.
5629         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
5630         * modules/string (Makefile.am): Substitute it.
5631         * lib/string.in.h (strndup): Modernize prototype.
5632
5633         getcwd: port to mingw
5634         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
5635         different from the POSIX assumptions made throughout the getcwd
5636         module; fortunately, the mingw getcwd does not need replacement.
5637         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
5638         * modules/getcwd-tests: New test.
5639         * tests/test-getcwd.c: Likewise.
5640
5641         link: fix platform bugs
5642         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
5643         * lib/link.c (link): Work around them.  Fix related mingw bug.
5644         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
5645         * modules/unistd (Makefile.am): Substitute it.
5646         * lib/unistd.in.h (link): Declare replacement.
5647         * doc/posix-functions/link.texi (link): Document this.
5648         * modules/link (Depends-on): Add strdup-posix, sys_stat.
5649
5650         test-link: consolidate into single C program, test more cases
5651         * tests/test-link.sh: Delete.
5652         * tests/test-link.c: Test more error conditions.  Exposes bugs on
5653         at least Cygwin and Solaris.
5654         * modules/link-tests (Files): Remove unused file.
5655         (Depends-on): Add errno, sys_stat.
5656         (Makefile.am): Simplify.
5657
5658 2009-09-08  Bruno Haible  <bruno@clisp.org>
5659
5660         Work around towlower, towupper bug on mingw.
5661         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
5662         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
5663         * doc/posix-functions/towlower.texi: Mention the mingw bug.
5664         * doc/posix-functions/towupper.texi: Likewise.
5665         Reported by Eric Blake.
5666
5667 2009-09-08  Jim Meyering  <meyering@redhat.com>
5668
5669         build: don't try to run autoheader if we don't use it
5670         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
5671         is not used in configure.ac.
5672
5673 2009-09-08  Eric Blake  <ebb9@byu.net>
5674
5675         euidaccess: fix compilation error
5676         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
5677
5678         rawmemchr: relax license
5679         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
5680         okay.
5681         Reported by Jim Meyering.
5682
5683         mkfifoat: new module
5684         * modules/mkfifoat: New file.
5685         * lib/mkfifoat.c: Likewise.
5686         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
5687         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5688         * modules/sys_stat (Makefile.am): Use them.
5689         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
5690         * MODULES.html.sh (File system functions): Mention module.
5691         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
5692         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
5693         * modules/mkfifoat-tests: New test.
5694         * tests/test-mkfifoat.c: Likewise.
5695
5696         strchrnul: relax license
5697         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
5698         okay.
5699         Reported by Jim Meyering.
5700
5701 2009-09-08  Eric Blake  <ebb9@byu.net>
5702
5703         fstatat: fix compilation on Solaris
5704         * lib/fstatat.c (includes): Add fcntl.h.
5705         Reported by Pádraig Brady.
5706
5707 2009-09-07  Eric Blake  <ebb9@byu.net>
5708
5709         rename: modernize replacement
5710         * modules/rename (Depends-on): Add stdio.
5711         (configure.ac): Declare witness.
5712         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
5713         stdio take care of replacement.
5714         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
5715         * modules/stdio (Makefile.am): Substitute them.
5716         * lib/stdio.in.h (rename): Declare replacement.
5717         * lib/rename.c (includes): Allow cross-compilation to non-windows
5718         machines.
5719         * doc/posix-functions/rename.texi (rename): Improve
5720         documentation.
5721
5722         stdio: sort witness names
5723         * modules/stdio (Makefile.am): Sort replacements.
5724         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5725         * lib/stdio.in.h: Likewise.
5726
5727         getcwd: minor cleanups
5728         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
5729         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
5730
5731         openat: provide more convenience names
5732         * modules/faccessat (configure.ac): Add C witness.
5733         * lib/unistd.in.h (readlinkat): Fix typo.
5734         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
5735         convenience wrappers.
5736         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
5737         wrappers in syntax checks.
5738
5739 2009-09-06  Eric Blake  <ebb9@byu.net>
5740
5741         doc: fix comments in recent patches
5742         * lib/faccessat.c: Mention correct function.
5743         * lib/fchmodat.c: Likewise.
5744         * lib/fchownat.c: Likewise.
5745         * lib/symlinkat.c: Likewise.
5746         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
5747         constants.
5748
5749         faccessat, symlinkat: continue cleanup of previous patch
5750         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
5751         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
5752         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
5753         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
5754         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
5755         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
5756         set.
5757
5758 2009-09-06  Bruno Haible  <bruno@clisp.org>
5759
5760         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
5761         (fstatat): Declare if GNULIB_FSTATAT is set.
5762         (mkdirat): Declare if GNULIB_MKDIRAT is set.
5763         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
5764         (unlinkat): Declare if GNULIB_UNLINKAT is set.
5765         * modules/fcntl-h (Files): Remove m4/openat.m4.
5766         * modules/sys_stat (Files): Remove m4/openat.m4.
5767         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
5768         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
5769         * modules/unistd (Files): Remove m4/openat.m4.
5770         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
5771         GNULIB_OPENAT.
5772         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
5773         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
5774         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
5775         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
5776         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
5777         gl_OPENAT_DEFAULTS.
5778         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
5779         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
5780         Don't require gl_OPENAT_DEFAULTS.
5781         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
5782         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
5783         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
5784         (gl_OPENAT_DEFAULTS): Remove macro.
5785
5786 2009-09-06  Bruno Haible  <bruno@clisp.org>
5787
5788         * modules/openat (configure.ac): Remove unneeded witness.
5789
5790 2009-09-06  Bruno Haible  <bruno@clisp.org>
5791
5792         Set errno to ENOSYS when a function is entirely unsupported.
5793         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
5794         EOPNOTSUPP.
5795         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
5796         * modules/chown (Depends-on): Remove errno.
5797
5798 2009-09-06  Bruno Haible  <bruno@clisp.org>
5799
5800         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
5801
5802 2009-09-06  Bruno Haible  <bruno@clisp.org>
5803
5804         * lib/sys_stat.in.h: Fix preprocessor command indentation.
5805
5806 2009-09-06  Ben Pfaff  <blp@gnu.org>
5807             Bruno Haible  <bruno@clisp.org>
5808
5809         Work around a glibc bug in strtok_r.
5810         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
5811         Undefine if UNDEFINE_STRTOK_R is set.
5812         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
5813         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5814         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
5815         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
5816         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
5817         UNDEFINE_STRTOK_R.
5818         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
5819
5820 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
5821
5822         exclude: minor fix
5823         * lib/exclude.c: Include wctype.h
5824
5825 2009-09-06  Akim Demaille  <demaille@gostai.com>
5826
5827         bootstrap: improve error message
5828         * build-aux/bootstrap (find_tool): Upon failure, report the list
5829         of candidates.
5830         Honor the initial value of the envvar.
5831
5832 2009-09-05  Eric Blake  <ebb9@byu.net>
5833
5834         symlinkat: new module
5835         * modules/symlinkat: New file.
5836         * lib/symlinkat.c: Likewise.
5837         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
5838         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5839         * modules/unistd (Makefile.am): Use them.
5840         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
5841         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
5842         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
5843         * MODULES.html.sh (File system functions): Mention module.
5844         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5845         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5846         * modules/symlinkat-tests: New test.
5847         * tests/test-symlinkat.c: Likewise.
5848
5849         test-openat-safer: add more checks
5850         * tests/test-openat-safer.c (main): Check more code paths.
5851
5852 2009-09-05  Jim Meyering  <meyering@redhat.com>
5853
5854         syntax-check: detect unnecessary inclusion of openat.h
5855         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
5856
5857 2009-09-05  Bruno Haible  <bruno@clisp.org>
5858
5859         Support towlower, towupper.
5860         * doc/posix-functions/towlower.texi: Mention module wctype.
5861         * doc/posix-functions/towupper.texi: Likewise.
5862         * lib/wctype.in.h (towlower, towupper): New functions.
5863         * tests/test-wctype.c: Include stdio.h, stdlib.h.
5864         (ASSERT): New macro.
5865         (e): New variable.
5866         (main): Test also towlower, towupper. Test WEOF argument.
5867         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
5868
5869 2009-09-05  Bruno Haible  <bruno@clisp.org>
5870
5871         Fix conversion behaviour when the input is invalid.
5872         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
5873         mark occurring in first pass of indirect conversion.
5874         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
5875         input.
5876         Found by clang's static analyzer.
5877
5878 2009-09-05  Bruno Haible  <bruno@clisp.org>
5879
5880         * tests/test-striconveh.c (main): Test indirect conversion on platforms
5881         where direct conversion is possible.
5882
5883 2009-09-04  Eric Blake  <ebb9@byu.net>
5884
5885         openat: fail with ENOENT on empty name
5886         * lib/openat-proc.c (openat_proc_name): Special-case the empty
5887         buffer.
5888
5889         link-follow: fix logic bug in prior patch
5890         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
5891         reversed sense of yes and no in prior patch.  Avoid confusing
5892         compilation failure with desired semantics.
5893
5894         link-follow: accomodate mingw and cross-compilation
5895         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
5896         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
5897         cross-compilation results to -1, to make linkat easier to
5898         implement when cross-compiling.  Trivially support mingw.
5899         * modules/link-follow (configure.ac): Call new name.
5900         * NEWS: Mention this.
5901
5902 2009-09-03  Eric Blake  <ebb9@byu.net>
5903
5904         faccessat: compile replacement
5905         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
5906         needed.
5907
5908         fts: fix compilation error
5909         * lib/fts.c (includes): Re-add "openat.h", for
5910         openat_needs_fchdir.
5911
5912         faccessat: new module
5913         * modules/faccessat: New file.
5914         * lib/faccessat.c: Likewise.
5915         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
5916         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5917         * modules/unistd (Makefile.am): Use it.
5918         * lib/unistd.in.h (faccessat): Declare it.
5919         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
5920         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
5921         * MODULES.html.sh (File system functions): Mention it.
5922         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
5923         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
5924
5925         euidaccess: prefer POSIX over non-standard implementation
5926         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
5927         * lib/euidaccess.c (euidaccess): Use it if available.
5928
5929         openat: make template easier to use
5930         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
5931         AT_FUNC_F2 to be undefined.
5932         (VALIDATE_FLAG): New macro; use it to reject bad flags.
5933         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
5934         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
5935         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
5936         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
5937         Likewise.
5938         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
5939         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
5940         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
5941         Likewise.
5942
5943         openat: declare in POSIX headers
5944         * NEWS: Mention this.
5945         * modules/openat (configure.ac): Declare witnesses.
5946         (Depends-on): Add fcntl-h, sys_stat, unistd.
5947         (Include): Mention correct headers.
5948         * modules/fcntl-h (Depends-on): Add link-warning.
5949         (Files): Add openat.m4.
5950         (Makefile.am): Substitute witnesses.
5951         * modules/sys_stat (Files, Makefile.am): Likewise.
5952         * modules/unistd (Files, Makefile.am): Likewise.
5953         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
5954         (gl_OPENAT_DEFAULTS): New macro.
5955         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
5956         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
5957         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
5958         (SYS_STAT_H): Remove unused variable.
5959         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
5960         * lib/fcntl--.h (includes): Remove unneeded header.
5961         * lib/openat-safer.c (includes): Likewise.
5962         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
5963         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
5964         appropriate headers.
5965         (__OPENAT_PREFIX): Delete.
5966         * lib/fcntl.in.h (openat): Provide declaration.
5967         (AT_FDCWD): Fix Solaris bug.
5968         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
5969         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
5970         * lib/fchmodat.c (includes):  Adjust to find declaration.
5971         * lib/fchownat.c (includes): Likewise.
5972         * lib/mkdirat.c (includes): Likewise.
5973         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
5974         still visible.
5975
5976 2009-09-02  Eric Blake  <ebb9@byu.net>
5977
5978         errno: use consistently
5979         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
5980         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
5981         * lib/canonicalize.c (ELOOP): Likewise.
5982         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
5983         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
5984         * lib/lchown.c (EOPNOTSUPP): Likewise.
5985         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
5986         * lib/savewd.c (ESTALE): Likewise.
5987         * lib/settime.c (ENOSYS): Likewise.
5988         * lib/utimens.c (ENOSYS): Likewise.
5989         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
5990         * lib/chdir-safer.c (ELOOP): Likewise.
5991         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
5992         * modules/c-stack (Depends-on): Add errno.
5993         * modules/canonicalize (Depends-on): Likewise.
5994         * modules/chdir-safer (Depends-on): Likewise.
5995         * modules/fdopendir (Depends-on): Likewise.
5996         * modules/inet_ntop (Depends-on): Likewise.
5997         * modules/inet_pton (Depends-on): Likewise.
5998         * modules/lchown (Depends-on): Likewise.
5999         * modules/openat (Depends-on): Likewise.
6000         * modules/savewd (Depends-on): Likewise.
6001         * modules/settime (Depends-on): Likewise.
6002         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
6003
6004         fts: avoid leaking fds
6005         * modules/fts (Depends-on): Add cloexec.
6006         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
6007         flag.
6008
6009         fts: make directory fds more robust
6010         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
6011         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
6012
6013         backupfile, chdir-long, fts, savedir: make safer
6014         * lib/backupfile.c (includes): Use "dirent--.h", since
6015         numbered_backup can write to stderr during readdir.
6016         * lib/savedir.c (includes): Likewise.
6017         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
6018         emulation can write to stderr on failure.
6019         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
6020         * lib/getcwd.c: Document why opendir_safer is unused.
6021         * lib/glob.c: Likewise.
6022         * lib/scandir.c: Likewise.
6023         * lib/openat-proc.c: Likewise, for open_safer.
6024         * modules/backupfile (Depends-on): Add dirent-safer.
6025         * modules/savedir (Depends-on): Likewise.
6026         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
6027         * modules/chdir-long (Depends-on): Add openat-safer.
6028
6029         openat-safer: new module
6030         * modules/openat-safer: New file.
6031         * lib/openat-safer.c: Likewise.
6032         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
6033         * lib/fcntl-safer.h (openat_safer): Declare.
6034         * lib/fcntl--.h (openat): Override.
6035         * MODULES.html.sh (File descriptor based I/O): Mention it.
6036         * lib/openat.h: Add double-inclusion guards.
6037         * lib/openat.c (includes): Only include "fcntl-safer.h", not
6038         "fcntl--.h", so we can implement openat.
6039         * modules/openat-safer-tests: New test.
6040         * tests/test-openat-safer.c: New file.
6041
6042         dirent-safer: new module
6043         * modules/dirent-safer: New file.
6044         * lib/dirent--.h: Likewise.
6045         * lib/dirent-safer.h: Likewise.
6046         * lib/opendir-safer.c: Likewise.
6047         * m4/dirent-safer.m4: Likewise.
6048         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
6049         * modules/dirent-safer-tests: New test.
6050         * tests/test-dirent-safer.c: New file.
6051         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
6052
6053         fdopendir: optimize on mingw
6054         * lib/unistd.in.h (_gl_directory_name): New prototype.
6055         * lib/fchdir.c (_gl_directory_name): Implement it.
6056         (fchdir): Use it to simplify implementation.
6057         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
6058         fchdir, when available, to avoid calling [f]chdir().
6059
6060         fdopendir: split into its own module
6061         * lib/openat.c (fdopendir): Move...
6062         * lib/fdopendir.c: ...into new file.
6063         * modules/fdopendir: New module.
6064         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
6065         * modules/openat (Depends-on): Add fdopendir.
6066         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
6067         fdopendir here.
6068         * modules/savedir (Depends-on): Only need fdopendir, not full
6069         openat.
6070         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
6071         * lib/openat.h (fdopendir): Drop prototype.
6072         * lib/dirent.in.h (fdopendir): Provide prototype.
6073         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
6074         * modules/dirent (Makefile.am): Substitute them.
6075         * MODULES.html.sh (File system functions): Mention it.
6076         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
6077         * modules/fdopendir-tests: New file.
6078         * tests/test-fdopendir.c: Likewise.
6079
6080         fchdir: use more consistent macro convention
6081         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
6082         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
6083         REPLACE_FCHDIR, rather than relying on config.h macros.
6084         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
6085         inside a single make-time REPLACE_FCHDIR block, rather than using
6086         the config.h FCHDIR_REPLACEMENT.
6087         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
6088         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
6089         Manage fstat replacement.
6090         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
6091         REPLACE_FCHDIR.
6092         * modules/sys_stat (Files): Add m4/unistd_h.m4.
6093         (Makefile.am): Substitute REPLACE_FCHDIR.
6094         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
6095         FCHDIR_REPLACEMENT.
6096         * lib/dup-safer.c (dup_safer): Likewise.
6097         * lib/dup2.c (rpl_dup2): Likewise.
6098         * lib/dup3.c (rpl_dup3): Likewise.
6099         * lib/open.c (rpl_open): Likewise.
6100
6101         fchdir: simplify error handling, and support dup3
6102         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
6103         stdbool, malloc-posix, realloc-posix.
6104         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
6105         (ensure_dirs_slot): Return false on allocation failure.
6106         (rpl_dup2): Delete.
6107         (_gl_register_dup): New function.
6108         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
6109         (_gl_register_fd): Close fd on allocation failure.
6110         * lib/fcntl.in.h (_gl_register_fd): Update signature.
6111         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
6112         prototype.
6113         (rpl_dup2_fchdir): Delete prototype.
6114         * lib/open.c (open): Update caller.
6115         * lib/dup2.c (dup2): Track fchdir metadata.
6116         * lib/dup3.c (dup3): Likewise.
6117         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
6118         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
6119
6120 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6121
6122         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
6123         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
6124         don't pass arguments to AC_OUTPUT.
6125
6126 2009-09-02  Bruno Haible  <bruno@clisp.org>
6127
6128         * modules/mkdtemp (License): Relicense under LGPLv2+.
6129         Reported by Paolo Bonzini.
6130
6131 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6132
6133         Replace uses of obsolete autoconf macros in Jim's modules.
6134         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
6135         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
6136         can evoke a warning from autoconf when run with -Wobsolete
6137         enabled.  They were declared obsolete for good reasons (see
6138         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
6139         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
6140         should not continue using the deprecated macros.
6141         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
6142         obsolete Autoconf macros with modern counterparts.
6143         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6144         * m4/dos.m4 (gl_AC_DOS): Likewise.
6145         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
6146         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
6147         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
6148         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
6149         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
6150         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
6151         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
6152         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
6153         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6154         Likewise.
6155         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
6156         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6157         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
6158         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
6159         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6160         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6161
6162 2009-09-01  Eric Blake  <ebb9@byu.net>
6163
6164         fchdir: fix off-by-one bug in previous patch
6165         * lib/fchdir.c (rpl_fstat): Use correct bounds.
6166         (_gl_unregister_fd): Delete useless if.
6167
6168 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
6169
6170         maint.mk: sort the list of syntax-check rules
6171         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
6172         easier to get a sense of progress when the rules are run sequentially
6173         and take a long time.
6174
6175 2009-09-01  Simon Josefsson  <simon@josefsson.org>
6176
6177         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
6178         * modules/netinet_in: Likewise.
6179         * modules/sys_file: Likewise.
6180         * modules/sys_ioctl: Likewise.
6181         * modules/sys_select: Likewise.
6182         * modules/sys_socket: Likewise.
6183         * modules/sys_stat: Likewise.
6184         * modules/sys_time: Likewise.
6185         * modules/sys_times: Likewise.
6186         * modules/sys_utsname: Likewise.
6187         * modules/sys_wait: Likewise.
6188
6189 2009-09-01  Jim Meyering  <meyering@redhat.com>
6190
6191         fts: help ensure that return values are not ignored
6192         * lib/fts_.h (__GNUC_PREREQ): Define.
6193         (__attribute_warn_unused_result__): Define.
6194         (fts_children, fts_close, fts_open, fts_read): Declare with
6195         __attribute_warn_unused_result__.
6196
6197         fts: fts_close now fails also when closing a dir file descriptor fails
6198         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
6199         and propagate to caller, along with errno.
6200
6201         announce-gen: correct formatting in --help output
6202         * build-aux/announce-gen (usage): Move the one-line description in
6203         --help output "up", to where it belongs, just after Usage:.
6204
6205 2009-08-31  Eric Blake  <ebb9@byu.net>
6206
6207         fchdir: port to mingw
6208         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
6209         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
6210         opened, then use a substitute.
6211         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
6212         replacement.
6213         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
6214         (_gl_register_fd): No need to check stat if open already filters
6215         all directories.
6216         (fchdir): Fix error condition to match POSIX.
6217         * modules/fchdir (Depends-on): Add sys_stat.
6218         * doc/posix-functions/open.texi (open): Document the limitation.
6219         * modules/fchdir-tests: New file.
6220         * tests/test-fchdir.c: Likewise.
6221
6222         canonicalize: allow cross-testing from cygwin to mingw
6223         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
6224         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
6225         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
6226         Likewise.
6227         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
6228         target does not support symlinks.
6229         * tests/test-canonicalize-lgpl.sh: Likewise.
6230
6231         chown: avoid compilation warning on mingw
6232         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
6233         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
6234         mingw.
6235         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
6236         * modules/chown (Depends-on): Add errno.
6237
6238 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
6239
6240         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
6241         command.
6242
6243 2009-08-31  Jim Meyering  <meyering@redhat.com>
6244
6245         canonicalize: remove useless initialization
6246         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
6247         initialization of local, "end".
6248
6249 2009-08-30  Bruno Haible  <bruno@clisp.org>
6250
6251         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
6252         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
6253         ENOSYS.
6254
6255 2009-08-30  Bruno Haible  <bruno@clisp.org>
6256
6257         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
6258         /usr/xpg4/bin/tr when it exists.
6259         * tests/test-pipe-filter-gi1.sh: Likewise.
6260
6261 2009-08-30  Bruno Haible  <bruno@clisp.org>
6262
6263         Work around deficient /usr/bin/id program on Solaris.
6264         * tests/test-file-has-acl.sh (ID): New variable.
6265         * tests/test-set-mode-acl.sh (ID): Likewise.
6266         * tests/test-copy-acl.sh (ID): Likewise.
6267         * tests/test-copy-file.sh (ID): Likewise.
6268
6269 2009-08-30  Bruno Haible  <bruno@clisp.org>
6270
6271         New module 'xstriconveh'.
6272         * lib/xstriconveh.h: New file.
6273         * lib/xstriconveh.c: New file.
6274         * modules/xstriconveh: New file.
6275
6276 2009-08-30  Bruno Haible  <bruno@clisp.org>
6277
6278         Make it easier to use mem_cd_iconveh.
6279         * lib/striconveh.h (iconveh_t): New type.
6280         (iconveh_open, iconveh_close): New declarations.
6281         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
6282         with a single 'const iconveh_t *' argument.
6283         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
6284         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
6285         with a single 'const iconveh_t *' argument.
6286         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
6287         * tests/test-striconveh.c (main): Update.
6288         * NEWS: Mention the change.
6289
6290 2009-08-30  Bruno Haible  <bruno@clisp.org>
6291
6292         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
6293         problem.
6294
6295 2009-08-30  Bruno Haible  <bruno@clisp.org>
6296
6297         Work around iconv_open problem on Solaris.
6298         * lib/iconv_open-solaris.gperf: New file.
6299         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
6300         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
6301         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
6302         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
6303         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
6304         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
6305
6306 2009-08-29  Jim Meyering  <meyering@redhat.com>
6307
6308         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
6309         * top/maint.mk (cvs-check): Remove target; it was just an alias
6310         to the better-named vc-diff-check.
6311         (maintainer-distcheck): Remove rule.  It was used only from
6312         the (alpha/beta/major) target, and all of its commands but one
6313         were coreutils-specific.
6314         (vc-dist): Remove rule.
6315         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
6316         Run vc-diff-check, not vc-dist.
6317         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
6318
6319 2009-08-27  Bruno Haible  <bruno@clisp.org>
6320
6321         * tests/test-bitrotate.c (main): Remove test that uses a shift count
6322         of 0.
6323
6324 2009-08-27  Bruno Haible  <bruno@clisp.org>
6325
6326         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
6327         compilers.
6328         * doc/func.texi: Document the SunPRO C bug.
6329
6330 2009-08-27  Bruno Haible  <bruno@clisp.org>
6331
6332         Fix link error on Solaris.
6333         * tests/test-parse-duration.c (xstrdup): Remove function.
6334
6335 2009-08-26  Pádraig Brady  <P@draigbrady.com>
6336
6337         ignore-value: handle pointer types, too
6338         * lib/ignore-value.h (__attribute__): Remove definition.
6339         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
6340         of a more concise and more-often effective "(void) i" statement.
6341         (ignore_ptr): New function to suppress warnings from functions that
6342         return pointers, and to make it explicit that one function doesn't
6343         handle all cases.
6344
6345 2009-08-25  Bruno Haible  <bruno@clisp.org>
6346
6347         dup2: work around a Linux bug.
6348         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
6349         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
6350         * doc/posix-functions/dup2.texi: Mention the Linux bug.
6351         Reported by Simon Josefsson.
6352
6353 2009-08-25  Jim Meyering  <meyering@redhat.com>
6354
6355         libguestfs uses gnulib
6356         * users.txt: Add libguestfs.
6357
6358 2009-08-24  Eric Blake  <ebb9@byu.net>
6359
6360         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
6361         * lib/pipe2.c (includes): Add binary-io.h.
6362         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
6363
6364 2009-08-24  Bruno Haible  <bruno@clisp.org>
6365
6366         Tolerate declared but missing accept4 syscall.
6367         * lib/accept4.c (accept4): Invoke original accept4 function first, if
6368         available.
6369         * lib/sys_socket.in.h (accept4): If the function is already present,
6370         override it.
6371         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
6372         * modules/accept4 (Makefile.am): Compile accept4.c always.
6373         Reported by Paolo Bonzini and Eric Blake.
6374
6375 2009-08-23  Bruno Haible  <bruno@clisp.org>
6376
6377         New module 'accept4'.
6378         * lib/sys_socket.in.h (accept4): New declaration.
6379         * lib/accept4.c: New file.
6380         * m4/accept4.m4: New file.
6381         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
6382         GNULIB_ACCEPT4, HAVE_ACCEPT4.
6383         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
6384         HAVE_ACCEPT4.
6385         * modules/accept4: New file.
6386         * doc/glibc-functions/accept4.texi: Mention the new module.
6387
6388 2009-08-24  Jim Meyering  <meyering@redhat.com>
6389
6390         progname: also set global program_invocation_name, when possible
6391         Before this change, a libtool-enabled program that calls glibc's
6392         error function would report the program name as
6393         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
6394         * modules/progname (configure.ac): Check for a declaration of
6395         program_invocation_name.
6396         * lib/progname.c:  Include <errno.h>.
6397         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
6398         Set program_invocation_name.
6399
6400 2009-08-23  Bruno Haible  <bruno@clisp.org>
6401
6402         * lib/dup3.c: Include <string.h>.
6403
6404 2009-08-23  Bruno Haible  <bruno@clisp.org>
6405
6406         * lib/dup3.c (dup3): Test only once whether the system actually exists.
6407         * lib/pipe2.c (pipe2): Likewise.
6408         Suggested by Eric Blake.
6409
6410 2009-08-23  Bruno Haible  <bruno@clisp.org>
6411
6412         Tolerate declared but missing dup3 syscall.
6413         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
6414         * lib/unistd.in.h (dup3): If the function is already present,
6415         override it.
6416         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
6417         * modules/dup3 (Makefile.am): Compile dup3.c always.
6418         Reported by Paolo Bonzini.
6419
6420 2009-08-23  Bruno Haible  <bruno@clisp.org>
6421
6422         Tolerate declared but missing pipe2 syscall.
6423         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
6424         available.
6425         * lib/unistd.in.h (pipe2): If the function is already present,
6426         override it.
6427         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
6428         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
6429         Reported by Paolo Bonzini.
6430
6431 2009-08-23  Bruno Haible  <bruno@clisp.org>
6432
6433         * lib/pipe2.c (pipe2): Move #ifs inside function.
6434
6435 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
6436
6437         quotearg: document limitations of quote_these_too
6438         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
6439         those limitations are created.
6440         * lib/quotearg.h (set_char_quoting): Document that digits and
6441         letters that are special after backslash are not permitted.
6442         (quotearg_char): Cross-reference set_char_quoting documentation.
6443
6444 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
6445
6446         quotearg: implement custom_quoting_style
6447         * lib/quotearg.c: (struct quoting_options): Add left_quote and
6448         right_quote fields.
6449         (set_custom_quoting): New public function.
6450         (quotearg_buffer_restyled): Add left_quote and right_quote
6451         arguments, handle them very much like locale quoting, and update
6452         all uses.
6453         (quotearg_n_custom): New public function.
6454         (quotearg_n_custom_mem): New public function.
6455         (quotearg_custom): New public function.
6456         (quotearg_custom_mem): New public function.
6457         * lib/quotearg.h: Prototype and document new public functions.
6458         (enum quoting_style): For escape_quoting_style and
6459         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
6460         ignored even though they're otherwise like c_quoting_style.
6461         Add custom_quoting_style member and document with comparison to
6462         clocale_quoting_style.
6463         * tests/test-quotearg.c (custom_quotes): New array.
6464         (custom_results): New array.
6465         (main): Extend to test custom quoting.
6466
6467 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
6468
6469         quotearg: fix right quote escaping when it's in quote_these_too
6470         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
6471         quote, be sure to prepend only one backslash.
6472         * tests/test-quotearg.c (use_quote_double_quotes): New function.
6473         (main): Test it.
6474
6475 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
6476
6477         quotearg-tests: test escaping of embedded locale quotes
6478         * tests/test-quotearg.c (struct result_strings): Add member for
6479         new input.
6480         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
6481         (inputs): Add new input.
6482         (results_g): Add expected results.
6483         (flag_results): Likewise.
6484         (locale_results): Likewise.
6485         (compare_strings): Check those.
6486
6487 2009-08-23  Bruno Haible  <bruno@clisp.org>
6488
6489         Tests for module 'dup3'.
6490         * modules/dup3-tests: New file.
6491         * tests/test-dup3.c: New file.
6492
6493         New module 'dup3'.
6494         * lib/unistd.in.h (dup3): New declaration.
6495         * lib/dup3.c: New file.
6496         * m4/dup3.m4: New file.
6497         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
6498         HAVE_DUP3.
6499         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
6500         * modules/dup3: New file.
6501         * doc/glibc-functions/dup3.texi: Mention the new module.
6502
6503 2009-08-23  Bruno Haible  <bruno@clisp.org>
6504
6505         Tweak the dup2 test.
6506         * tests/test-dup2.c (main): Create the test file empty. Verify that an
6507         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
6508         the test file is still empty. Fix argument order of lseek.
6509
6510 2009-08-23  Bruno Haible  <bruno@clisp.org>
6511
6512         Avoid test link errors when the modules getopt-gnu, gettext are used.
6513         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
6514         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6515
6516 2009-08-23  Bruno Haible  <bruno@clisp.org>
6517
6518         Fix getdtablesize() on mingw.
6519         * lib/getdtablesize.c (getdtablesize): Implement differently.
6520         * lib/unistd.in.h (getdtablesize): Improve comment.
6521
6522 2009-08-23  Bruno Haible  <bruno@clisp.org>
6523
6524         New module 'mkostemp'.
6525         Based on Ulrich Drepper's 2007-08-10 change in glibc.
6526         * lib/stdlib.in.h (mksotemp): New declaration.
6527         * lib/mkostemp.c: New file, from glibc with modifications.
6528         * lib/tempname.h (GT_FILE): Remove outdated comment.
6529         (gen_tempname): Add flags argument.
6530         * lib/tempname.c (__GT_BIGFILE): Remove macro.
6531         (__GT_FILE): Map to 1.
6532         (small_open, large_open): Remove macros.
6533         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
6534         * lib/mkstemp.c (mkstemp): Update.
6535         * lib/mkdtemp.c (mkdtemp): Likewise.
6536         * m4/mkostemp.m4: New file.
6537         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
6538         HAVE_MKOSTEMP.
6539         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
6540         HAVE_MKOSTEMP.
6541         * modules/mkostemp: New file, based on modules/mkstemp.
6542         * doc/glibc-functions/mkostemp.texi: Mention the new module.
6543         * NEWS: Mention the change.
6544
6545 2009-08-23  Bruno Haible  <bruno@clisp.org>
6546
6547         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
6548         Reported by Eric Blake.
6549
6550 2009-08-23  Bruno Haible  <bruno@clisp.org>
6551
6552         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
6553         Reported by Eric Blake.
6554
6555 2009-08-23  Bruno Haible  <bruno@clisp.org>
6556
6557         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
6558         * modules/pipe2 (Depends-on): Likewise.
6559
6560 2009-08-23  Eric Blake  <ebb9@byu.net>
6561
6562         fcntl-h: add O_TTY_INIT support
6563         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
6564         * tests/test-fcntl-h.c (o): Test it.
6565         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6566
6567         fcntl-h: rename from fcntl, in preparation for fcntl(2)
6568         * modules/fcntl: Move <fcntl.h> header replacement...
6569         * modules/fcntl-h: ...to new name, so as not to collide with
6570         like-named function.
6571         * tests/test-fcntl.c: Rename...
6572         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
6573         * modules/fcntl-tests: Rename...
6574         * modules/fcntl-h-tests: ...to this.  Update test file name.
6575         * modules/chdir-long (Depends-on): Update clients.
6576         * modules/chdir-safer (Depends-on): Likewise.
6577         * modules/fcntl-safer (Depends-on): Likewise.
6578         * modules/fts (Depends-on): Likewise.
6579         * modules/mkancesdirs (Depends-on): Likewise.
6580         * modules/mkdir-p (Depends-on): Likewise.
6581         * modules/open (Depends-on): Likewise.
6582         * modules/savewd (Depends-on): Likewise.
6583         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
6584         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6585
6586 2009-08-22  Bruno Haible  <bruno@clisp.org>
6587
6588         * modules/binary-io (License): Relicense under LGPL.
6589         * modules/pipe2 (License): Likewise.
6590
6591 2009-08-22  Bruno Haible  <bruno@clisp.org>
6592
6593         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
6594         return value.
6595         * lib/pipe-filter-gi.c (filter_init): Likewise.
6596         Reported by Eric Blake.
6597
6598 2009-08-22  Bruno Haible  <bruno@clisp.org>
6599
6600         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
6601         * modules/pipe (Depends-on): Add pipe2.
6602
6603 2009-08-22  Bruno Haible  <bruno@clisp.org>
6604
6605         Tests for module 'pipe2'.
6606         * modules/pipe2-tests: New file.
6607         * tests/test-pipe2.c: New file.
6608
6609         New module 'pipe2'.
6610         * lib/unistd.in.h (pipe2): New declaration.
6611         * lib/pipe2.c: New file.
6612         * m4/pipe2.m4: New file.
6613         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
6614         HAVE_PIPE2.
6615         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
6616         * modules/pipe2: New file.
6617         * doc/glibc-functions/pipe2.texi: Mention the new module.
6618
6619 2009-08-22  Bruno Haible  <bruno@clisp.org>
6620
6621         Reference some new glibc functions.
6622         * doc/glibc-functions/accept4.texi: New file.
6623         * doc/glibc-functions/dup3.texi: New file.
6624         * doc/glibc-functions/mkostemp.texi: New file.
6625         * doc/glibc-functions/pipe2.texi: New file.
6626         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
6627         (Glibc sys/socket.h): Refer to accept4.
6628         (Glibc unistd.h): Refer to dup3, pipe2.
6629         Reported by Eric Blake.
6630
6631 2009-08-22  Jim Meyering  <meyering@redhat.com>
6632             Bruno Haible  <bruno@clisp.org>
6633
6634         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
6635         This makes it so packages using automake-1.11's silent-rules option
6636         can print e.g., a single "GEN    configmake.h" line, rather than
6637         the 30+ statements that perform the job.  If you want to see the
6638         actual commands, you can still run "make V=1".
6639         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
6640         so that make output is abbreviated when those variables are defined
6641         appropriately.
6642         * modules/argz: Likewise.
6643         * modules/arpa_inet: Likewise.
6644         * modules/byteswap: Likewise.
6645         * modules/configmake: Likewise.
6646         * modules/dirent: Likewise.
6647         * modules/errno: Likewise.
6648         * modules/fcntl: Likewise.
6649         * modules/float: Likewise.
6650         * modules/fnmatch: Likewise.
6651         * modules/getopt-posix: Likewise.
6652         * modules/glob: Likewise.
6653         * modules/iconv_open: Likewise.
6654         * modules/inttypes: Likewise.
6655         * modules/localcharset: Likewise.
6656         * modules/locale: Likewise.
6657         * modules/math: Likewise.
6658         * modules/netdb: Likewise.
6659         * modules/netinet_in: Likewise.
6660         * modules/poll: Likewise.
6661         * modules/posix_spawnp-tests: Likewise.
6662         * modules/sched: Likewise.
6663         * modules/search: Likewise.
6664         * modules/selinux-h: Likewise.
6665         * modules/signal: Likewise.
6666         * modules/spawn: Likewise.
6667         * modules/stdarg: Likewise.
6668         * modules/stdbool: Likewise.
6669         * modules/stddef: Likewise.
6670         * modules/stdint: Likewise.
6671         * modules/stdio: Likewise.
6672         * modules/stdlib: Likewise.
6673         * modules/string: Likewise.
6674         * modules/strings: Likewise.
6675         * modules/sys_file: Likewise.
6676         * modules/sys_ioctl: Likewise.
6677         * modules/sys_select: Likewise.
6678         * modules/sys_socket: Likewise.
6679         * modules/sys_stat: Likewise.
6680         * modules/sys_time: Likewise.
6681         * modules/sys_times: Likewise.
6682         * modules/sys_utsname: Likewise.
6683         * modules/sys_wait: Likewise.
6684         * modules/sysexits: Likewise.
6685         * modules/time: Likewise.
6686         * modules/unistd: Likewise.
6687         * modules/wchar: Likewise.
6688         * modules/wctype: Likewise.
6689
6690 2009-08-22  Jim Meyering  <meyering@redhat.com>
6691
6692         announce-gen: detect write failure
6693         * build-aux/announce-gen: Add Coda at end.
6694         Remove equivalent-but-more-verbose block at top.
6695
6696 2009-08-19  Akim Demaille  <demaille@gostai.com>
6697
6698         bootstrap: --help to stdout.
6699         * bootstrap (usage): Don't send --help to stderr.
6700         Use a here doc instead of a long string.
6701
6702 2009-08-21  Eric Blake  <ebb9@byu.net>
6703
6704         test-popen-safer: split from test-popen
6705         * tests/test-popen.c (main): Move...
6706         * tests/test-popen.h: ...into new file.
6707         * tests/test-popen-safer2.c: New file.
6708         * modules/popen-tests (Files): Add test-popen.h.
6709         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
6710         Suggested by Bruno Haible.
6711
6712         test-fcntl-safer: split from test-open
6713         * tests/test-open.c (main): Move...
6714         * tests/test-open.h: ...into new file.
6715         * tests/test-fcntl-safer.c: New file.
6716         * modules/open-tests (Files): Add test-open.h.
6717         * modules/fcntl-safer-tests: New file.
6718         Suggested by Bruno Haible.
6719
6720         test-fopen-safer: split from test-fopen
6721         * tests/test-fopen.c (main): Move...
6722         * tests/test-fopen.h: ...into new file.
6723         * tests/test-fopen-safer.c: New file.
6724         * modules/fopen-tests (Files): Add test-fopen.h.
6725         * modules/fopen-safer-tests: New file.
6726         Suggested by Bruno Haible.
6727
6728 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
6729
6730         popen-safer: test O_CLOEXEC at run-time.
6731         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
6732
6733 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
6734
6735         fcntl: move more flags to the header
6736         * lib/cloexec.c: Do not define FD_CLOEXEC here.
6737         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
6738         * lib/fcntl.in.h: Do both things here.
6739
6740 2009-08-21  Jim Meyering  <meyering@redhat.com>
6741
6742         consistently remove $@-t before redirecting to it
6743         * modules/argz: Remove $@-t and $@ before redirecting to the former.
6744         * modules/alloca-opt: Likewise.
6745         * modules/byteswap: Likewise.
6746         * modules/fnmatch: Likewise.
6747         * modules/getopt-posix: Likewise.
6748         * modules/glob: Likewise.
6749         * modules/poll: Likewise.
6750         * modules/posix_spawnp-tests: Likewise.
6751         * modules/sys_socket: Likewise.
6752         * modules/sysexits: Likewise.
6753
6754 2009-08-21  Eric Blake  <ebb9@byu.net>
6755
6756         popen: simplify access to original popen
6757         * lib/popen.c (rpl_popen): No need to worry about popen being a
6758         macro.
6759         Reported by Bruno Haible.
6760
6761 2009-08-20  Eric Blake  <ebb9@byu.net>
6762
6763         build: avoid some compiler warnings
6764         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
6765         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
6766         type.
6767         (new_exclude_segment, excluded_file_pattern_p)
6768         (excluded_file_name_p): Reduce scope.
6769         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
6770         old-style declaration.
6771
6772 2009-08-20  Simon Josefsson  <simon@josefsson.org>
6773
6774         * tests/test-exclude1.sh: Handle Windows EOL.
6775         * tests/test-exclude2.sh: Likewise.
6776         * tests/test-exclude3.sh: Likewise.
6777         * tests/test-exclude4.sh: Likewise.
6778         * tests/test-exclude5.sh: Likewise.
6779         * tests/test-exclude6.sh: Likewise.
6780         * tests/test-exclude7.sh: Likewise.
6781
6782 2009-08-19  Akim Demaille  <demaille@gostai.com>
6783
6784         bootstrap: find sha1sum when named gsha1sum.
6785         * bootstrap (find_tool): New.
6786         ($SHA1SUM): New.
6787         Use it.
6788
6789 2009-08-20  Jim Meyering  <meyering@redhat.com>
6790
6791         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
6792         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
6793         expression that converts "." in a file name to "\." in the resulting
6794         regexp.  Start with a dummy statement, so that prior shell variable
6795         definitions are expanded portably.  Reported by Simon Josefsson.
6796
6797 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
6798
6799         Fix polling for writeability of a screen buffer.
6800         * lib/poll.c: Distinguish input and screen buffers for the
6801         Win32 implementation.
6802         * lib/select.c: Likewise.
6803
6804 2009-08-19  Eric Blake  <ebb9@byu.net>
6805
6806         popen-safer: prevent popen from clobbering std descriptors
6807         * modules/popen-safer: New file.
6808         * lib/popen-safer.c: Likewise.
6809         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
6810         * lib/stdio--.h (popen): Provide override.
6811         * lib/stdio-safer.h (popen_safer): Provide declaration.
6812         * tests/test-popen.c (includes): Partially test this.
6813         * modules/popen-safer-tests: New file, for more tests.
6814         * tests/test-popen-safer.c: Likewise.
6815         * MODULES.html.sh (file stream based Input/Output): Mention it.
6816
6817         tests: test some of the *-safer modules
6818         * modules/fopen-safer (Depends-on): Add fopen.
6819         * modules/fcntl-safer (Depends-on): Add fcntl.
6820         * modules/stdlib-safer (Depends-on): Add stdlib.
6821         (configure.ac): Set indicator.
6822         * modules/unistd-safer (configure.ac): Likewise.
6823         * modules/tmpfile-safer (configure.ac): Likewise.
6824         (Depends-on): Add tmpfile.
6825         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
6826         active.
6827         * tests/test-fopen.c (includes): Test safer versions when they are
6828         in use.
6829         * tests/test-open.c (includes): Likewise.
6830
6831         popen: fix cygwin 1.5 bug when stdin closed
6832         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
6833         * modules/popen: New file.
6834         * modules/popen-tests: Likewise.
6835         * tests/test-popen.c: Likewise.
6836         * m4/popen.m4: Likewise.
6837         * lib/popen.c: Likewise.
6838         * lib/stdio.in.h (popen): New declaration.
6839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
6840         * modules/stdio (Makefile.am): Likewise.
6841         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
6842
6843 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
6844
6845         maint.mk: give full control over update-copyright exclusions
6846         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
6847         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
6848         (update-copyright): Don't force inclusion of top-level
6849         ChangeLog.  Don't force exclusion of all COPYING files, but make
6850         them the default exclusion instead.
6851
6852 2009-08-16  Bruno Haible  <bruno@clisp.org>
6853
6854         Fix test failures on Solaris 10.
6855         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
6856         tests when Solaris iconv() is used.
6857         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6858         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6859         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6860         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6861         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6862
6863 2009-08-16  Bruno Haible  <bruno@clisp.org>
6864
6865         Fix test failures on Solaris 10.
6866         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
6867         'tr' program and pass it as first argument.
6868         * tests/test-pipe-filter-gi1.sh: Likewise.
6869         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
6870         program as first argument.
6871         * tests/test-pipe-filter-gi1.c (main): Likewise.
6872
6873 2009-08-16  Eric Blake  <ebb9@byu.net>
6874
6875         fpurge: fix previous commits
6876         * modules/fpurge (Makefile.am): Make replacement conditional,
6877         partially reverting 2007-04-29 change; missed in previous
6878         attempt.
6879         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
6880         is missing.
6881
6882 2009-08-16  Bruno Haible  <bruno@clisp.org>
6883
6884         Clarify fpurge's effect on the file position.
6885         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
6886         * tests/test-fpurge.c (main): Make a second pass for checking the file
6887         position.
6888
6889 2009-08-16  Bruno Haible  <bruno@clisp.org>
6890
6891         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
6892         declaration of fpurge is missing.
6893         * tests/test-fpurge.c (main): Check that the file has not more contents
6894         than expected. Close the file before removing it.
6895
6896 2009-08-15  Eric Blake  <ebb9@byu.net>
6897
6898         fpurge: don't wrap working cygwin implementation
6899         * lib/fpurge.c (fpurge): Fix comment typo.
6900         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
6901         1.7 to avoid replacement.
6902         * tests/test-fpurge.c (main): Enhance test.
6903
6904 2009-08-15  Eric Blake  <ebb9@byu.net>
6905         and Jim Meyering  <meyering@redhat.com>
6906
6907         test-update-copyright: skip if perl is insufficient
6908         * tests/test-update-copyright.sh: Failure to run maintainer tool
6909         should not cause testsuite failure on cygwin 1.5.
6910
6911 2009-08-14  Eric Blake  <ebb9@byu.net>
6912
6913         doc: mention more functions added in cygwin 1.7.0
6914         * doc/posix-headers/limits.texi (limits.h): Update for recent
6915         cygwin additions.
6916         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
6917         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
6918         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
6919         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
6920         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
6921
6922 2009-08-14  Eric Blake  <ebb9@byu.net>
6923
6924         maint.mk: simplify update-copyright rule
6925         * top/maint.mk (update-copyright-local): Delete, and document how
6926         to do it in cfg.mk instead.
6927         (update-copyright-exclude-regexp): Delete, and document how to do
6928         it in .x-update-copyright instead.
6929         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
6930         exclude ChangeLog.
6931
6932 2009-08-14  Bruno Haible  <bruno@clisp.org>
6933
6934         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
6935
6936 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
6937
6938         maint.mk: support update-copyright-env
6939         * top/maint.mk (update-copyright-env): Define place-holder.
6940         (update-copyright): Expand $(update-copyright-env) before
6941         invoking update-copyright.
6942
6943 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
6944
6945         update-copyright: implement forced reformatting
6946         * build-aux/update-copyright: Implement and document
6947         UPDATE_COPYRIGHT_FORCE.
6948         * tests/test-update-copyright.sh: Test it.
6949
6950 2009-08-14  Eric Blake  <ebb9@byu.net>
6951         and Bruno Haible  <bruno@clisp.org>
6952
6953         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
6954         * tests/test-locale.c: Revert previous patch related to NULL.
6955         * tests/test-stdio.c: Likewise.
6956         * tests/test-stdlib.c: Likewise.
6957         * tests/test-string.c: Likewise.
6958         * tests/test-unistd.c: Likewise.
6959         * modules/time-tests (Depends-on): Add verify.
6960         * modules/wchar-tests (Depends-on): Likewise.
6961         * tests/test-time.c: Test for NULL compliance.
6962         * tests/test-wchar.c: Likewise.
6963         * modules/locale (Depends-on): Add stddef.
6964         * modules/stdio (Depends-on): Likewise.
6965         * modules/stdlib (Depends-on): Likewise.
6966         * modules/string (Depends-on): Likewise.
6967         * modules/time (Depends-on): Likewise.
6968         * modules/unistd (Depends-on): Likewise.
6969         * modules/wchar (Depends-on): Likewise.
6970         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
6971         * lib/stdlib.in.h (includes): Likewise.
6972         * lib/string.in.h (includes): Likewise.
6973         * lib/time.in.h (includes): Likewise.
6974         * lib/unistd.in.h (includes): Likewise.
6975         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
6976         replaced.
6977         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
6978         * m4/stddef_h.m4: New file.
6979         * modules/stddef: Likewise.
6980         * lib/stddef.in.h: Likewise.
6981         * modules/stddef-tests: Likewise.
6982         * tests/test-stddef.c: Likewise.
6983         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
6984         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
6985         * doc/posix-headers/locale.texi (locale.h): Likewise.
6986         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
6987         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
6988         * doc/posix-headers/string.texi (string.h): Likewise.
6989         * doc/posix-headers/time.texi (time.h): Likewise.
6990         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
6991         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
6992
6993 2009-08-14  Eric Blake  <ebb9@byu.net>
6994
6995         doc: improve git diff of texinfo files
6996         * .gitattributes: Add rule for *.texi files, with hint on how to
6997         use it.
6998         Copied from m4, and based on a report by Bruno Haible.
6999
7000 2009-08-14  Bruno Haible  <bruno@clisp.org>
7001
7002         Disable multithread support by default on Cygwin 1.5.x for real.
7003         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
7004
7005 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7006
7007         update-copyright: much ado about intervals
7008         * build-aux/update-copyright: Implement and document
7009         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
7010         of copyright year intervals.
7011         Also, document UPDATE_COPYRIGHT_YEAR.
7012         * tests/test-update-copyright.sh: Test it.
7013
7014         update-copyright: convert 2-digit to 4-digit years
7015         * build-aux/update-copyright: Implement and document.
7016         * tests/test-update-copyright.sh: Update.
7017
7018 2009-08-14  Jim Meyering  <meyering@redhat.com>
7019
7020         test-exclude: avoid coreutils "make check" failure
7021         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
7022         just as in test-argmatch.c.
7023
7024 2009-08-13  Eric Blake  <ebb9@byu.net>
7025
7026         test-dup2: fix bad assumption
7027         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
7028         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
7029
7030         test-version-etc: fix CRLF portability issue
7031         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
7032         recognize \r.
7033         * tests/test-argp-version-etc-1.sh: Likewise.
7034
7035         getopt: update client modules
7036         * modules/argp (Depends-on): Use getopt-gnu.
7037         * modules/git-merge-changelog (Depends-on): Likewise.
7038         * modules/long-options (Depends-on): Likewise.
7039         * modules/xstrtol (Depends-on): Likewise.
7040
7041 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7042
7043         * tests/test-version-etc.sh: Don't fail on different
7044         project/version.  Don't fail on CRLF differences.  Rewrite to use
7045         multiple -e instead of multiple sed forks, suggested by Eric Blake
7046         <ebb9@byu.net>.
7047         * tests/test-argp-version-etc-1.sh: Likewise.
7048
7049 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7050
7051         * tests/test-version-etc.sh: Don't fail on different
7052         project/version.
7053
7054 2009-08-12  Bruno Haible  <bruno@clisp.org>
7055
7056         Tests for modules 'getopt-posix', 'getopt-gnu'.
7057         * modules/getopt-posix-tests: New file.
7058         * tests/test-getopt.c: New file.
7059         * tests/test-getopt.h: New file.
7060         * tests/test-getopt_long.h: New file.
7061
7062         New modules 'getopt-posix', 'getopt-gnu'.
7063         * modules/getopt-gnu: New file, renamed from modules/getopt.
7064         * modules/getopt-posix: New file.
7065         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
7066         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
7067         (gl_GETOPT): Remove macro.
7068         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
7069         Disable the test against BSD systems that declare optreset. Test
7070         against mingw bug. Test against lack of support of optional arguments
7071         on many platforms.
7072         * doc/glibc-headers/getopt.texi: Update module name and list of
7073         relevant platforms.
7074         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
7075         'getopt-gnu' and more portability problems.
7076         * NEWS: Mention the changes.
7077
7078 2009-08-12  Bruno Haible  <bruno@clisp.org>
7079
7080         Ensure that optarg etc. get declared by <unistd.h>.
7081         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
7082         AC_USE_SYSTEM_EXTENSIONS.
7083         * modules/getopt (Depends-on): Add 'extensions'.
7084
7085 2009-08-12  Bruno Haible  <bruno@clisp.org>
7086
7087         Avoid test link errors.
7088         * modules/pipe-filter-ii-tests (Makefile.am): Define
7089         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
7090         * modules/pipe-filter-gi-tests (Makefile.am): Define
7091         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
7092         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7093
7094 2009-08-12  Bruno Haible  <bruno@clisp.org>
7095
7096         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
7097         gl_GETOPT_SUBSTITUTE before.
7098         (gl_GETOPT): Use it.
7099         * m4/argp.m4 (gl_ARGP): Update.
7100         Reported by Sergey Poznyakoff.
7101
7102         * m4/getopt.m4: Reorder macros.
7103         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
7104         (gl_GETOPT_SUBSTITUTE): Remove macro.
7105
7106 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7107
7108         Minor improvement in gitlog-to-changelog
7109
7110         * build-aux/gitlog-to-changelog: New option `--format' makes
7111         output format string configurable.
7112
7113 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7114
7115         Optimize exclude: use hash tables for non-wildcard patterns.
7116
7117         * lib/exclude.c: Include hash.h and mbuiter.h
7118         (struct exclude_pattern, exclude_segment): New data types.
7119         (struct exclude): Rewrite.
7120         (fnmatch_pattern_has_wildcards): New function.
7121         (new_exclude_segment, free_exclude_segment): New functions.
7122         (excluded_file_pattern_p, excluded_file_name_p): New functions.
7123         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
7124         * lib/exclude.h (is_fnmatch_pattern): New prototype.
7125         * modules/exclude: Depend on hash and mbuiter.
7126
7127         * modules/exclude-tests: New file.
7128         * tests/test-exclude.c: New file.
7129         * tests/test-exclude1.sh: New file.
7130         * tests/test-exclude2.sh: New file.
7131         * tests/test-exclude3.sh: New file.
7132         * tests/test-exclude4.sh: New file.
7133         * tests/test-exclude5.sh: New file.
7134         * tests/test-exclude6.sh: New file.
7135         * tests/test-exclude7.sh: New file.
7136
7137 2009-08-12  Bruno Haible  <bruno@clisp.org>
7138
7139         Ensure that getopt() gets declared by <unistd.h>.
7140         * lib/unistd.in.h: Conditionally include getopt.h.
7141         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
7142         Set GNULIB_UNISTD_H_GETOPT.
7143         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7144         GNULIB_UNISTD_H_GETOPT.
7145         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
7146
7147 2009-08-12  Bruno Haible  <bruno@clisp.org>
7148
7149         Clarify logic.
7150         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
7151         gl_replace_getopt instead of GETOPT_H.
7152
7153 2009-08-12  Bruno Haible  <bruno@clisp.org>
7154
7155         * m4/getopt.m4: Add comments.
7156
7157 2009-08-12  Bruno Haible  <bruno@clisp.org>
7158
7159         Disable multithread support by default on Cygwin 1.5.x.
7160         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
7161         set gl_use_threads=no if not specified otherwise.
7162
7163 2009-08-11  Bruno Haible  <bruno@clisp.org>
7164
7165         Avoid compilation error on NetBSD 5.0.
7166         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
7167         * tests/test-stdio.c: Likewise.
7168         * tests/test-stdlib.c: Likewise.
7169         * tests/test-string.c: Likewise.
7170         * tests/test-unistd.c: Likewise.
7171         Reported by Greg Troxel <gdt@ir.bbn.com>
7172         at <https://savannah.gnu.org/support/?106973>.
7173
7174 2009-08-11  Bruno Haible  <bruno@clisp.org>
7175
7176         * modules/dup2-tests (Depends-on): Remove close.
7177
7178         Undo 2009-07-19 commit.
7179         * modules/acl-tests (Depends-on): Remove close.
7180         * modules/binary-io-tests (Depends-on): Likewise.
7181         * modules/closein-tests (Depends-on): Likewise.
7182         * modules/flock-tests (Depends-on): Likewise.
7183         * modules/fsync-tests (Depends-on): Likewise.
7184         * modules/lseek-tests (Depends-on): Likewise.
7185         * modules/pipe-tests (Depends-on): Likewise.
7186         * modules/posix_spawn-tests (Depends-on): Likewise.
7187         * modules/posix_spawnp-tests (Depends-on): Likewise.
7188         * modules/stat-time-tests (Depends-on): Likewise.
7189         * modules/yesno-tests (Depends-on): Likewise.
7190
7191 2009-08-10  Bruno Haible  <bruno@clisp.org>
7192
7193         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
7194
7195 2009-08-10  Bruno Haible  <bruno@clisp.org>
7196
7197         Fix a gcc warning.
7198         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
7199
7200 2009-08-10  Bruno Haible  <bruno@clisp.org>
7201
7202         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
7203         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
7204         not only the first time.
7205         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
7206         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
7207         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
7208         is 1, not only the the first time.
7209
7210 2009-08-10  Bruno Haible  <bruno@clisp.org>
7211
7212         Make it possible to use module 'gethostname' without module 'close'.
7213         * lib/unistd.in.h (close): Evoke a link error only if
7214         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
7215         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7216         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7217         * modules/unistd (Makefile.am): Substitute
7218         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7219         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
7220         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
7221         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
7222         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7223         * modules/sys_ioctl (Makefile.am): Substitute
7224         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7225         * modules/socket (configure.ac): On native Windows, set
7226         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
7227         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7228         Reported by Sam Steingold <sds@gnu.org>.
7229
7230 2009-08-10  Bruno Haible  <bruno@clisp.org>
7231
7232         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
7233         * modules/ioctl (configure.ac): Likewise.
7234
7235 2009-08-10  Bruno Haible  <bruno@clisp.org>
7236
7237         Avoid collision between gnulib wrapper and libintl wrapper.
7238         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
7239         already defined in intl/printf.c.
7240         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
7241         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
7242
7243 2009-08-09  Bruno Haible  <bruno@clisp.org>
7244
7245         Make <sys/select.h> really self-contained, also on Solaris 10.
7246         * lib/sys_select.in.h: Include <string.h>.
7247         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
7248         Solaris 10 problem.
7249         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
7250         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
7251         Reported by Jim Meyering.
7252
7253 2009-08-09  Bruno Haible  <bruno@clisp.org>
7254
7255         Avoid warnings from 'aclocal' that are due to a use of macro name
7256         AM_XGETTEXT_OPTION that is not defined in automake.
7257         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
7258         automake.
7259         * modules/error (configure.ac): Likewise.
7260         * modules/propername (configure.ac): Likewise.
7261         * modules/vasprintf (configure.ac): Likewise.
7262         * modules/verror (configure.ac): Likewise.
7263         * modules/xprintf (configure.ac): Likewise.
7264         * modules/xvasprintf (configure.ac): Likewise.
7265
7266 2009-08-08  Bruno Haible  <bruno@clisp.org>
7267
7268         Avoid compilation error in C++ mode.
7269         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
7270         Reported by Sam Steingold <sds@gnu.org>.
7271
7272 2009-08-08  Bruno Haible  <bruno@clisp.org>
7273
7274         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
7275         for the various Unix platforms.
7276         * doc/posix-headers/limits.texi: Update platforms list regarding
7277         HOST_NAME_MAX.
7278         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7279
7280 2009-08-07  Jim Meyering  <meyering@redhat.com>
7281
7282         selinux-at: fix typo in a comment
7283         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
7284         Spotted by Paolo Bonzini.
7285
7286         selinux-at: remove redundant m4 code, add documentation
7287         * modules/selinux-at (configure.ac): Remove redundant code.
7288         LIB_SELINUX is already set via the dependent module, selinux-h.
7289         (Include): Add quotes around selinux-at.h.
7290         * lib/selinux-at.h: Add documentation.
7291         Reported by Bruno Haible in
7292         http://marc.info/?l=gnulib-bug&m=124958988300749
7293
7294 2009-08-07  Bruno Haible  <bruno@clisp.org>
7295
7296         Avoid link error on MacOS X 10.3 and 10.4.
7297         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
7298         on non-ELF systems.
7299         * lib/argp-pv.c (argp_program_version): Likewise.
7300         Reported by Simon Josefsson.
7301
7302 2009-08-07  Simon Josefsson  <simon@josefsson.org>
7303
7304         * tests/test-version-etc.sh: Use $EXEEXT.
7305
7306 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
7307
7308         update-copyright: update documentation to point to maint.mk
7309         * build-aux/update-copyright: Here.
7310
7311 2009-08-06  Jim Meyering  <meyering@redhat.com>
7312
7313         maint.mk: support update-copyright-local
7314         * top/maint.mk (update-copyright-local): Define place-holder.
7315         (update-copyright): Depend on $(update-copyright-local).
7316
7317 2009-08-06  Jim Meyering  <meyering@redhat.com>
7318
7319         selinux-at: new module
7320         Initially written for coreutils, this module will soon be
7321         used by findutils, too.
7322         * MODULES.html.sh [Misc]: Add selinux-at.
7323         * lib/selinux-at.h: New file, from coreutils.
7324         * lib/selinux-at.c: Likewise.
7325         * modules/selinux-at: Likewise.
7326         (License): Change from LGPL to GPL, since it depends
7327         on the GPL'd openat module.
7328
7329         doc: update README
7330         * README: Remove references to cogito.
7331         Remove cvs-repo-updating instructions from 2007.
7332         Don't imply that CVS is better if you have limited disk space.
7333
7334 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7335
7336         update-copyright: support C-style comments
7337         * build-aux/update-copyright: Implement and document.
7338         * tests/test-update-copyright.sh: Test.
7339
7340 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7341
7342         update-copyright: support omitted "(C)"
7343         * build-aux/update-copyright: Implement and document.  Also,
7344         allow variable whitespace before "(C)".
7345         * tests/test-update-copyright.sh: Test.
7346
7347 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7348
7349         update-copyright: don't trip on non-FSF copyright statements
7350         * build-aux/update-copyright: Fix so that the first correctly
7351         formatted FSF copyright statement is recognized no matter what
7352         appears before it.  Update documentation.
7353         * tests/test-update-copyright.sh: Test that.
7354
7355 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7356
7357         update-copyright: clean up code a little
7358         * build-aux/update-copyright: Append "_re" to the name of any
7359         variable holding a regular expression.
7360         Replace "old" and "new" with "stmt" in variable names.
7361         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
7362         handled correctly.
7363         Format code more consistently.
7364
7365 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7366
7367         update-copyright-tests: improve portability
7368         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
7369         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
7370
7371 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
7372
7373         update-copyright: support @copyright{} and &copy;
7374         * build-aux/update-copyright: Implement and document.
7375         * tests/test-update-copyright.sh: Test.
7376
7377 2009-08-04  Jim Meyering  <meyering@redhat.com>
7378
7379         update-copyright-tests: correctly test EOL=\r\n handling
7380         * tests/test-update-copyright.sh: Put \r at the end of some lines
7381         for the dos-eol tests.  Based on a patch by Joel E. Denny.
7382
7383         maint.mk: make update-copyright exclusion list more configurable
7384         * top/maint.mk (update-copyright): Default to excluding COPYING,
7385         but allow an override, in case someone does want to update that file.
7386
7387         maint.mk: don't update copyright date in COPYING
7388         * top/maint.mk (update-copyright): Exclude COPYING.
7389
7390         maint.mk: add a copyright-updating rule
7391         * top/maint.mk (update-copyright): New rule.
7392         Derived from coreutils/Makefile.am.
7393
7394         update-copyright: rename some variables
7395         * build-aux/update-copyright: Rename a few variables for clarity.
7396         Tweak syntax.  List Joel E. Denny as coauthor.
7397
7398 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
7399
7400         update-copyright: fix bug for 2-digit last year and add tests
7401         * build-aux/update-copyright: Fix bug.
7402         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
7403         specified.
7404         * modules/update-copyright-tests: New
7405         * tests/test-update-copyright.sh: New.
7406
7407 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
7408
7409         update-copyright: handle leading tabs in line prefix
7410         * build-aux/update-copyright: Count leading tabs as 8 spaces
7411         when computing margin.  This helps with the formatting of
7412         ChangeLogs, for example.
7413         Fix documentation a little.
7414
7415 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
7416
7417         update-copyright: support EOL=\r\n
7418         * build-aux/update-copyright: Implement that.
7419
7420 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
7421
7422         update-copyright: automatically format copyright statements
7423         * build-aux/update-copyright: Implement that.
7424         Also, be a little more predictable and safer by always failing
7425         when the full copyright format is not perfectly recognized as an
7426         unbroken whole.  Discussed at
7427         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
7428         Rewrite documentation.
7429
7430 2009-08-03  Bruno Haible  <bruno@clisp.org>
7431
7432         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
7433
7434 2009-08-02  Bruno Haible  <bruno@clisp.org>
7435
7436         Tests for module 'uname'.
7437         * modules/uname-tests: New file.
7438         * tests/test-uname.c: New file.
7439
7440         New module 'uname'.
7441         * lib/uname.c: New file.
7442         * m4/uname.m4: New file.
7443         * modules/uname: New file.
7444         * doc/posix-functions/uname.texi: Mention the new module.
7445
7446 2009-08-02  Bruno Haible  <bruno@clisp.org>
7447
7448         Tests for module 'sys_utsname'.
7449         * modules/sys_utsname-tests: New file.
7450         * tests/test-sys_utsname.c: New file.
7451
7452         New module 'sys_utsname'.
7453         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
7454         * m4/sys_utsname_h.m4: New file.
7455         * modules/sys_utsname: New file.
7456         * doc/posix-headers/sys_utsname.texi: Mention the new module.
7457
7458 2009-08-02  Bruno Haible  <bruno@clisp.org>
7459
7460         Implicitly initialize the sockets library.
7461         * lib/gethostname.c: Include sockets.h.
7462         (rpl_gethostname): Invoke gl_sockets_startup.
7463         * lib/socket.c: Include sockets.h.
7464         (rpl_socket): Invoke gl_sockets_startup.
7465         * modules/gethostname (Depends-on): Add sockets.
7466         * modules/socket (Depends-on): Likewise.
7467         * tests/test-poll.c: Don't include sockets.h.
7468         (main): Don't invoke gl_sockets_startup.
7469         * tests/test-select.c: Don't include sockets.h.
7470         (main): Don't invoke gl_sockets_startup.
7471
7472 2009-08-02  Bruno Haible  <bruno@clisp.org>
7473
7474         Allow multiple calls to gl_sockets_startup.
7475         * lib/sockets.c (initialized_sockets_version): New variable.
7476         (gl_sockets_startup): Do nothing if already called for this or a higher
7477         version.
7478         (gl_sockets_cleanup): Reset initialized_sockets_version.
7479
7480 2009-08-03  Simon Josefsson  <simon@josefsson.org>
7481
7482         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
7483         different project/version.
7484
7485 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
7486             Bruno Haible  <bruno@clisp.org>
7487
7488         Tests for module 'pipe-filter-gi'.
7489         * modules/pipe-filter-gi-tests: New file.
7490         * tests/test-pipe-filter-gi1.sh: New file.
7491         * tests/test-pipe-filter-gi1.c: New file.
7492         * tests/test-pipe-filter-gi2.sh: New file.
7493         * tests/test-pipe-filter-gi2-main.c: New file.
7494         * tests/test-pipe-filter-gi2-child.c: New file.
7495
7496         New module 'pipe-filter-gi'.
7497         * lib/pipe-filter-gi.c: New file.
7498         * modules/pipe-filter-gi: New file.
7499
7500 2009-08-02  Bruno Haible  <bruno@clisp.org>
7501             Paolo Bonzini  <bonzini@gnu.org>
7502
7503         Tests for module 'pipe-filter-ii'.
7504         * modules/pipe-filter-ii-tests: New file.
7505         * tests/test-pipe-filter-ii1.sh: New file.
7506         * tests/test-pipe-filter-ii1.c: New file.
7507         * tests/test-pipe-filter-ii2.sh: New file.
7508         * tests/test-pipe-filter-ii2-main.c: New file.
7509         * tests/test-pipe-filter-ii2-child.c: New file.
7510
7511         New module 'pipe-filter-ii'.
7512         * lib/pipe-filter.h: New file.
7513         * lib/pipe-filter-ii.c: New file.
7514         * lib/pipe-filter-aux.h: New file.
7515         * modules/pipe-filter-ii: New file.
7516
7517 2009-08-02  Simon Josefsson  <simon@josefsson.org>
7518
7519         * lib/gc-libgcrypt.c: Change copyright to FSF.
7520         * lib/gc-gnulib.c: Likewise.
7521
7522 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
7523
7524         * lib/gethostname.c: Include limits.h.
7525
7526 2009-08-02  Simon Josefsson  <simon@josefsson.org>
7527             Bruno Haible  <bruno@clisp.org>
7528
7529         Ensure HOST_NAME_MAX as part of the gethostname module.
7530         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
7531         define also HOST_NAME_MAX.
7532         * tests/test-gethostname.c: Include <limits.h>.
7533         (main): Check also HOST_NAME_MAX.
7534         * doc/posix-headers/limits.texi: Document the mingw problem.
7535
7536 2009-08-02  Bruno Haible  <bruno@clisp.org>
7537
7538         * lib/gethostname.c (gethostname): Fix handling of large len argument.
7539         Add comments.
7540
7541 2009-03-31  Simon Josefsson  <simon@josefsson.org>
7542
7543         * lib/gethostname.c: Add Windows wrapper.
7544         * m4/gethostname.m4: Look for gethostname in -lws2_32.
7545         * modules/gethostname: Depend on sys_socket & errno, for also
7546         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
7547         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
7548
7549 2009-07-31  Jim Meyering  <meyering@redhat.com>
7550
7551         getloadavg: fix symbol name in comment
7552         * lib/getloadavg.c: Correct a typo I introduced when adding
7553         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
7554         Matt Kraai spotted the problem.
7555
7556 2009-07-29  Matt Kraai  <mkraai@beckman.com>
7557
7558         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
7559         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
7560         code also if ! defined N_NAME_POINTER.
7561         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
7562         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
7563         but the n_name member is a 12-byte array.
7564
7565 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
7566
7567         update-copyright: generalize comment handling
7568         * build-aux/update-copyright: Handle copyright statements
7569         within more comment styles.
7570         Document usage.
7571         Report any file with an external copyright holder or parse failure.
7572
7573 2009-07-29  Jim Meyering  <meyering@redhat.com>
7574
7575         mktime: correct setting of REPLACE_MKTIME
7576         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
7577
7578         update-copyright: new module
7579         * modules/update-copyright: New file.
7580         * build-aux/update-copyright: New file.
7581         * MODULES.html.sh (maint+release support): Add update-copyright.
7582
7583 2009-07-27  Bruno Haible  <bruno@clisp.org>
7584
7585         Fix compilation error when <ctime> is used and mktime is replaced.
7586         * lib/time.in.h (mktime): New declaration.
7587         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
7588         REPLACE_MKTIME instead of defining mktime in config.h.
7589         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
7590         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
7591         Reported by Ross McFarland <rwmcfa1@neces.com>.
7592
7593 2009-07-27  Bruno Haible  <bruno@clisp.org>
7594
7595         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
7596         Reported by Matt Kraai <mkraai@beckman.com>.
7597
7598 2009-07-25  Jim Meyering  <meyering@redhat.com>
7599
7600         maint.mk: avoid warnings about missing files
7601         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
7602         diagnostic when .prev-version does not exist.
7603         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
7604         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
7605         nonexistent cfg.mk.
7606         Suggestions from Simon Josefsson.
7607
7608 2009-07-25  Bruno Haible  <bruno@clisp.org>
7609
7610         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
7611         defined as macros. Needed on QNX 6.4.1.
7612         Reported by Matt Kraai <mkraai@beckman.com>.
7613
7614 2009-07-23  Jim Meyering  <meyering@redhat.com>
7615
7616         maint.mk: invoke "make dist" with a working value of XZ_OPT
7617         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
7618
7619 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
7620
7621         Make fseeko.c compile on QNX.
7622         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
7623
7624 2009-07-22  Peter Simons  <simons@cryp.to>
7625
7626         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
7627         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
7628         * lib/md4.h: Likewise.
7629         * lib/md5.h: Likewise.
7630         * lib/sha1.h: Likewise.
7631         * lib/sha256.h: Likewise.
7632         * lib/sha512.h: Likewise.
7633
7634         tests-sha1: don't assign literal string to 'char *' variable
7635         * tests/test-sha1.c (main): Declare locals with "const" to match
7636         attributes of the right hand side.
7637
7638 2009-07-21  Eric Blake  <ebb9@byu.net>
7639
7640         dup2: fix more mingw problems
7641         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
7642         fd to itself.
7643         * doc/posix-functions/dup2.texi (dup2): Document the bug.
7644         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
7645         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
7646         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
7647         care of mingw bugs.
7648
7649 2009-07-21  Jim Meyering  <meyering@redhat.com>
7650
7651         vc-list-files: avoid failure when /bin/sh is dash
7652         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
7653         On some Debian based systems, /bin/sh is a symlink to dash, and running
7654         this command would omit the "/" following each 'tests' prefix:
7655           dash -x build-aux/vc-list-files -C . tests
7656         That is because bash and dash work differently:
7657           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
7658           bash ok
7659           dash odd
7660
7661 2009-07-21  Eric Blake  <ebb9@byu.net>
7662
7663         dup2-tests: test previous patch
7664         * modules/dup2-tests: New file.
7665         * tests/test-dup2.c: Likewise.
7666         * tests/test-open.c (main): Avoid unspecified behavior.
7667         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
7668         test.
7669
7670         dup2: work around mingw and cygwin 1.5 bug
7671         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
7672         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7673         * modules/unistd (Makefile.am): Substitute it.
7674         * lib/unistd.in.h (dup2): Declare the replacement.
7675         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
7676         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
7677         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
7678         * modules/execute (Depends-on): Add dup2.
7679         * modules/fseterr (Depends-on): Likewise.
7680         * modules/pipe (Depends-on): Likewise.
7681         * modules/posix_spawn-internal (Depends-on): Likewise.
7682
7683 2009-07-21  Bruno Haible  <bruno@clisp.org>
7684
7685         * modules/.gitattributes: New file.
7686
7687 2009-07-20  Bruno Haible  <bruno@clisp.org>
7688
7689         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
7690         (main): Use it.
7691
7692 2009-07-20  Eric Blake  <ebb9@byu.net>
7693
7694         test-pipe: make a bit more robust.
7695         * tests/test-pipe.c (myerr): Allow error messages regardless of
7696         what we do to stderr.
7697         (test_pipe): Rearrange to avoid deadlock.
7698         (child_main): Try a larger read, to ensure we avoided deadlock.
7699         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
7700         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
7701         if misused.
7702
7703 2009-07-19  Jim Meyering  <meyering@redhat.com>
7704
7705         fts: avoid false-positive cycle-detection
7706         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
7707         for each new command line argument.
7708
7709 2009-07-19  Bruno Haible  <bruno@clisp.org>
7710
7711         Fix build error on mingw with the modules sys_select and unistd.
7712         * modules/acl-tests (Depends-on): Add close.
7713         * modules/binary-io-tests (Depends-on): Likewise.
7714         * modules/closein-tests (Depends-on): Likewise.
7715         * modules/flock-tests (Depends-on): Likewise.
7716         * modules/fsync-tests (Depends-on): Likewise.
7717         * modules/lseek-tests (Depends-on): Likewise.
7718         * modules/pipe-tests (Depends-on): Likewise.
7719         * modules/posix_spawn-tests (Depends-on): Likewise.
7720         * modules/posix_spawnp-tests (Depends-on): Likewise.
7721         * modules/stat-time-tests (Depends-on): Likewise.
7722         * modules/yesno-tests (Depends-on): Likewise.
7723
7724 2009-07-19  Bruno Haible  <bruno@clisp.org>
7725
7726         Unify conditionals.
7727         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
7728         macros, not at the compiler macros.
7729         * lib/pipe.c: Likewise.
7730         * lib/execute.c: Likewise.
7731         * lib/spawni.c: Likewise.
7732
7733 2009-07-19  Bruno Haible  <bruno@clisp.org>
7734
7735         Fix handling of closed stdin/stdout/stderr on mingw.
7736         * lib/w32spawn.h: Include unistd.h.
7737         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
7738         file descriptor with O_NOINHERIT flag.
7739         (fd_safer_noinherit): New function, based on fd-safer.c.
7740         (dup_safer_noinherit): New function, based on dup-safer.c.
7741         (undup_safer_noinherit): New function.
7742         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
7743         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
7744         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
7745         instead of fd_safer.
7746         * tests/test-pipe.c: Include <windows.h>.
7747         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
7748
7749         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
7750         from main.
7751         (test_pipe): Pass an extra argument for disambiguation.
7752         (main): Invoke parent_main or child_main.
7753
7754         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
7755         consistently.
7756
7757 2009-07-18  Eric Blake  <ebb9@byu.net>
7758
7759         test-pipe: fix mingw build
7760         * tests/test-pipe.c (main): Avoid fcntl on mingw.
7761
7762 2009-07-18  Bruno Haible  <bruno@clisp.org>
7763
7764         * modules/pipe-tests (Makefile.am): Fix typo.
7765
7766 2009-07-18  Eric Blake  <ebb9@byu.net>
7767
7768         error: fix mingw build
7769         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
7770         Reported by Bruno Haible.
7771
7772         error: avoid undefined use of stdout
7773         * lib/error.c (error, error_at_line): Check that fd 1 is open
7774         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
7775         is handling faults and the close_stdout module wants to report the
7776         detection of closed stdout as an error.
7777
7778 2009-07-17  Eric Blake  <ebb9@byu.net>
7779
7780         pipe: be robust in face of closed fds
7781         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
7782         should cause child to misbehave.
7783         * modules/pipe-tests: New module.
7784         * tests/test-pipe.c: New file.
7785         * tests/test-pipe.sh: New file.
7786         Reported by Akim Demaille.
7787
7788 2009-07-14  Bruno Haible  <bruno@clisp.org>
7789
7790         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
7791         Reported by anonymous kc.
7792
7793 2009-07-07  Jim Meyering  <meyering@redhat.com>
7794
7795         maint.mk: don't look for translatable strings in *.m4 or *.mk
7796         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
7797         when searching for translatable strings.
7798
7799 2009-07-05  Jim Meyering  <meyering@redhat.com>
7800
7801         remove superfluous parentheses in STREQ definition
7802         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
7803         * lib/getugroups.c (STREQ): Likewise.
7804         * lib/fnmatch.c (STREQ): Likewise.
7805         Spotted by Bruno Haible.
7806
7807 2009-07-04  Jim Meyering  <meyering@redhat.com>
7808
7809         argv-iter: new module
7810         * MODULES.html.sh: Add argv-iter.
7811         * lib/argv-iter.c, lib/argv-iter.h: New files.
7812         * modules/argv-iter: New file.
7813         * modules/argv-iter-tests: New file.
7814         * tests/test-argv-iter.c: Test it.
7815
7816 2009-07-04  Bruno Haible  <bruno@clisp.org>
7817
7818         Fix assertion.
7819         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
7820         contains more exact copies of a given entry than file2, leave the extra
7821         copies unpaired rather than aborting.
7822         Reported by Eric Blake.
7823
7824 2009-07-02  Bruno Haible  <bruno@clisp.org>
7825
7826         Speedup git-merge-changelog for git cherry-pick.
7827         * lib/git-merge-changelog.c (struct entries_mapping): New type.
7828         (entries_mapping_get): New function, extracted from compute_mapping.
7829         (entries_mapping_reverse_get): New function.
7830         (compute_mapping): Add a 'full' argument. Return the result in a
7831         'struct entries_mapping'.
7832         (main): Update. Access the mappings through entries_mapping_get.
7833         Reported by Eric Blake.
7834
7835 2009-07-02  Bruno Haible  <bruno@clisp.org>
7836
7837         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
7838         best_i.
7839
7840 2009-07-02  Bruno Haible  <bruno@clisp.org>
7841
7842         Speed up approximate search for matching ChangeLog entries.
7843         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
7844         argument. Call fstrcmp_bounded instead of fstrcmp.
7845         (compute_mapping, try_split_merged_entry, main): Update callers.
7846
7847 2009-07-02  Bruno Haible  <bruno@clisp.org>
7848
7849         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
7850
7851 2009-06-30  Bruno Haible  <bruno@clisp.org>
7852
7853         Reduce the number of uc_is_cased calls.
7854         * lib/unicase.h (casing_suffix_context_t): Add
7855         'first_char_except_ignorable' field.
7856         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
7857         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
7858         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
7859         Update initializer.
7860         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
7861         case-ignorable characters.
7862         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
7863         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
7864         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
7865         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
7866         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
7867
7868 2009-06-30  Bruno Haible  <bruno@clisp.org>
7869
7870         Tests for module 'unicase/ignorable'.
7871         * modules/unicase/ignorable-tests: New file.
7872         * tests/unicase/test-ignorable.c: New file, generated by
7873         gen-uni-tables.
7874
7875         Tests for module 'unicase/cased'.
7876         * modules/unicase/cased-tests: New file.
7877         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
7878         * tests/unicase/test-predicate-part1.h: New file, derived from
7879         tests/unictype/test-predicate-part1.h.
7880         * tests/unicase/test-predicate-part2.h: New file, same as
7881         tests/unictype/test-predicate-part2.h.
7882
7883         Fix evaluation of "Before C" condition of FINAL_SIGMA.
7884         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
7885         (output_casing_properties): New function.
7886         (main): Call it.
7887         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
7888         * lib/unicase/cased.c: Include unictype/bitmap.h.
7889         (uc_is_cased): Define through a bitmap lookup.
7890         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
7891         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
7892         (uc_is_case_ignorable): Define through a bitmap lookup.
7893         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
7894         lib/unictype/bitmap.h.
7895         (Depends-on): Add inline. Clean up.
7896         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
7897         lib/unictype/bitmap.h.
7898         (Depends-on): Add inline. Clean up.
7899         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
7900         recognition.
7901         * tests/unicase/test-u16-tolower.c (main): Likewise.
7902         * tests/unicase/test-u32-tolower.c (main): Likewise.
7903
7904 2009-06-30  Bruno Haible  <bruno@clisp.org>
7905
7906         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
7907         * lib/unicase/u16-casemap.c: Likewise.
7908         * lib/unicase/u32-casemap.c: Likewise.
7909
7910 2009-06-29  Bruno Haible  <bruno@clisp.org>
7911
7912         Define u32_casefold as a wrapper around u32_ct_casefold.
7913         * lib/unicase/u32-casefold.c: Update.
7914         * modules/unicase/u32-casefold (Depends-on): Add
7915         unicase/u32-ct-casefold, unicase/empty-prefix-context,
7916         unicase/empty-suffix-context. Clean up.
7917
7918         Define u16_casefold as a wrapper around u16_ct_casefold.
7919         * lib/unicase/u16-casefold.c: Update.
7920         * modules/unicase/u16-casefold (Depends-on): Add
7921         unicase/u16-ct-casefold, unicase/empty-prefix-context,
7922         unicase/empty-suffix-context. Clean up.
7923
7924         Define u8_casefold as a wrapper around u8_ct_casefold.
7925         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
7926         * lib/unicase/u8-casefold.c: Update.
7927         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
7928         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7929
7930         Define u32_totitle as a wrapper around u32_ct_totitle.
7931         * lib/unicase/u32-totitle.c: Update.
7932         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
7933         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7934
7935         Define u16_totitle as a wrapper around u16_ct_totitle.
7936         * lib/unicase/u16-totitle.c: Update.
7937         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
7938         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7939
7940         Define u8_totitle as a wrapper around u8_ct_totitle.
7941         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
7942         functions.
7943         (FUNC): Delegate to U_CT_TOTITLE.
7944         * lib/unicase/u8-totitle.c: Update.
7945         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
7946         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7947
7948         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
7949         invocation.
7950         * modules/unicase/u32-tolower (Depends-on): Add
7951         unicase/empty-prefix-context, unicase/empty-suffix-context.
7952
7953         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
7954         invocation.
7955         * modules/unicase/u16-tolower (Depends-on): Add
7956         unicase/empty-prefix-context, unicase/empty-suffix-context.
7957
7958         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
7959         * modules/unicase/u8-tolower (Depends-on): Add
7960         unicase/empty-prefix-context, unicase/empty-suffix-context.
7961
7962         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
7963         invocation.
7964         * modules/unicase/u32-toupper (Depends-on): Add
7965         unicase/empty-prefix-context, unicase/empty-suffix-context.
7966
7967         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
7968         invocation.
7969         * modules/unicase/u16-toupper (Depends-on): Add
7970         unicase/empty-prefix-context, unicase/empty-suffix-context.
7971
7972         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
7973         * modules/unicase/u8-toupper (Depends-on): Add
7974         unicase/empty-prefix-context, unicase/empty-suffix-context.
7975
7976         New module 'unicase/u32-ct-casefold'.
7977         * lib/unicase/u32-ct-casefold.c: New file.
7978         * modules/unicase/u32-ct-casefold: New file.
7979
7980         New module 'unicase/u16-ct-casefold'.
7981         * lib/unicase/u16-ct-casefold.c: New file.
7982         * modules/unicase/u16-ct-casefold: New file.
7983
7984         New module 'unicase/u8-ct-casefold'.
7985         * lib/unicase/u8-ct-casefold.c: New file.
7986         * lib/unicase/u-ct-casefold.h: New file, derived from
7987         lib/unicase/u-casefold.h.
7988         * modules/unicase/u8-ct-casefold: New file.
7989
7990         New module 'unicase/u32-ct-totitle'.
7991         * lib/unicase/u32-ct-totitle.c: New file.
7992         * modules/unicase/u32-ct-totitle: New file.
7993
7994         New module 'unicase/u16-ct-totitle'.
7995         * lib/unicase/u16-ct-totitle.c: New file.
7996         * modules/unicase/u16-ct-totitle: New file.
7997
7998         New module 'unicase/u8-ct-totitle'.
7999         * lib/unicase/u8-ct-totitle.c: New file.
8000         * lib/unicase/u-ct-totitle.h: New file, derived from
8001         lib/unicase/u-totitle.h.
8002         * modules/unicase/u8-ct-totitle: New file.
8003
8004         New module 'unicase/u32-ct-tolower'.
8005         * lib/unicase/u32-ct-tolower.c: New file.
8006         * modules/unicase/u32-ct-tolower: New file.
8007
8008         New module 'unicase/u16-ct-tolower'.
8009         * lib/unicase/u16-ct-tolower.c: New file.
8010         * modules/unicase/u16-ct-tolower: New file.
8011
8012         New module 'unicase/u8-ct-tolower'.
8013         * lib/unicase/u8-ct-tolower.c: New file.
8014         * modules/unicase/u8-ct-tolower: New file.
8015
8016         New module 'unicase/u32-ct-toupper'.
8017         * lib/unicase/u32-ct-toupper.c: New file.
8018         * modules/unicase/u32-ct-toupper: New file.
8019
8020         New module 'unicase/u16-ct-toupper'.
8021         * lib/unicase/u16-ct-toupper.c: New file.
8022         * modules/unicase/u16-ct-toupper: New file.
8023
8024         New module 'unicase/u8-ct-toupper'.
8025         * lib/unicase/u8-ct-toupper.c: New file.
8026         * modules/unicase/u8-ct-toupper: New file.
8027
8028         Add context arguments to u*_casemap functions.
8029         * lib/unicase/unicasemap.h: Include unicase.h.
8030         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
8031         suffix_context arguments.
8032         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
8033         functions.
8034         (FUNC): Add prefix_context and suffix_context arguments. Use
8035         uc_is_cased and uc_is_case_ignorable.
8036         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
8037         * lib/unicase/u16-casemap.c: Likewise.
8038         * lib/unicase/u32-casemap.c: Likewise.
8039         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
8040         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8041         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
8042         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8043         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
8044         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8045
8046         New module 'unicase/u32-suffix-context'.
8047         * lib/unicase/u32-suffix-context.c: New file.
8048         * modules/unicase/u32-suffix-context: New file.
8049
8050         New module 'unicase/u16-suffix-context'.
8051         * lib/unicase/u16-suffix-context.c: New file.
8052         * modules/unicase/u16-suffix-context: New file.
8053
8054         New module 'unicase/u8-suffix-context'.
8055         * lib/unicase/u8-suffix-context.c: New file.
8056         * lib/unicase/u-suffix-context.h: New file.
8057         * modules/unicase/u8-suffix-context: New file.
8058
8059         New module 'unicase/empty-suffix-context'.
8060         * lib/unicase/empty-suffix-context.c: New file.
8061         * modules/unicase/empty-suffix-context: New file.
8062
8063         New module 'unicase/u32-prefix-context'.
8064         * lib/unicase/u32-prefix-context.c: New file.
8065         * modules/unicase/u32-prefix-context: New file.
8066
8067         New module 'unicase/u16-prefix-context'.
8068         * lib/unicase/u16-prefix-context.c: New file.
8069         * modules/unicase/u16-prefix-context: New file.
8070
8071         New module 'unicase/u8-prefix-context'.
8072         * lib/unicase/u8-prefix-context.c: New file.
8073         * lib/unicase/u-prefix-context.h: New file.
8074         * lib/unicase/context.h: New file.
8075         * modules/unicase/u8-prefix-context: New file.
8076
8077         New module 'unicase/empty-prefix-context'.
8078         * lib/unicase/empty-prefix-context.c: New file.
8079         * modules/unicase/empty-prefix-context: New file.
8080
8081         New module 'unicase/ignorable'.
8082         * lib/unicase/ignorable.c: New file.
8083         * modules/unicase/ignorable: New file.
8084
8085         New module 'unicase/cased'.
8086         * lib/unicase/caseprop.h: New file.
8087         * lib/unicase/cased.c: New file.
8088         * modules/unicase/cased: New file.
8089
8090         New functions for case mapping of substrings.
8091         * lib/unicase.h (casing_prefix_context_t): New type.
8092         (unicase_empty_prefix_context): New variable.
8093         (u8_casing_prefix_context, u16_casing_prefix_context,
8094         u32_casing_prefix_context, u8_casing_prefixes_context,
8095         u16_casing_prefixes_context, u32_casing_prefixes_context): New
8096         declarations.
8097         (casing_suffix_context_t): New type.
8098         (unicase_empty_suffix_context): New variable.
8099         (u8_casing_suffix_context, u16_casing_suffix_context,
8100         u32_casing_suffix_context, u8_casing_suffixes_context,
8101         u16_casing_suffixes_context, u32_casing_suffixes_context,
8102         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
8103         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
8104         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
8105         declarations.
8106
8107 2009-06-28  Jim Meyering  <meyering@redhat.com>
8108
8109         boostrap: indent only with spaces
8110         * build-aux/bootstrap: Indent only with spaces, never TABs.
8111
8112         bootstrap: split long lines
8113         * build-aux/bootstrap: Keep line length < 80.
8114
8115         bootstrap: sync from coreutils
8116         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
8117         just as autoreconf does.  Verify a list of prerequisite
8118         package-name,version-number pairs if defined in bootstrap.conf.
8119         Refer to README-prereq, if prerequisites are not satisfied.
8120
8121 2009-06-27  Eric Blake  <ebb9@byu.net>
8122
8123         tests: add test for bogus NULL definition
8124         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
8125         * tests/test-stdlib.c: Likewise.
8126         * tests/test-string.c: Likewise.
8127         * tests/test-locale.c: Likewise.
8128         * tests/test-unistd.c: Likewise.
8129         * modules/stdio-tests (Depends-on): Add verify.
8130         * modules/stdlib-tests (Depends-on): Likewise.
8131         * modules/string-tests (Depends-on): Likewise.
8132         * modules/locale-tests (Depends-on): Likewise.
8133         * modules/unistd-tests (Depends-on): Likewise.
8134
8135 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
8136
8137         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
8138         self-explaining comment.
8139         * m4/selinux-selinux-h: Update serial.
8140         (gl_LIBSELINUX): New macro, adding a warning for missing development
8141         packages to code extracted from...
8142         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
8143         Add warning for missing development packages here, too.
8144
8145 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
8146
8147         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
8148
8149 2009-06-25  Eric Blake  <ebb9@byu.net>
8150
8151         version-etc: fix regression
8152         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
8153         gcc.
8154         (version_etc): Use it, to catch bugs with trailing NULL.
8155         * lib/version-etc.c (version_etc_arn): Delete unused argument.
8156         (version_etc_va): Fix logic bug.
8157         * modules/version-etc-tests: Add test.
8158         * tests/test-version-etc.c: New file.
8159         * tests/test-version-etc.sh: Likewise.
8160
8161 2009-06-25  Sam Steingold  <sds@gnu.org>
8162
8163         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
8164         mbtowc declaration.
8165
8166 2009-06-25  Eric Blake  <ebb9@byu.net>
8167
8168         fpurge: migrate into <stdio.h>
8169         * lib/fpurge.h: Delete...
8170         * lib/stdio.in.h (fpurge): ...and declare here, instead.
8171         * lib/fpurge.c (fpurge): Change declaring header.
8172         * modules/fpurge (Files): Drop deleted file.
8173         (Depends-on): Add stdio.
8174         (configure.ac): Set witness.
8175         * modules/stdio (Makefile.am): Support fpurge macros.
8176         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8177         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
8178         * lib/fflush.c: Update client.
8179         * tests/test-fpurge.c: Likewise.
8180         * NEWS: Mention the change.
8181
8182 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8183
8184         * lib/argp-version-etc.c (program_authors): Add const
8185         qualifier.
8186         * lib/version-etc.c: Fix typos in the comments.
8187         * modules/argp-version-etc: Depends on version-etc.
8188
8189 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8190
8191         argp-version-etc: new module.
8192
8193         * lib/argp-version-etc.c: New file.
8194         * lib/argp-version-etc.h: New file.
8195         * modules/argp-version-etc: New file.
8196         * modules/argp-version-etc-tests: New file.
8197         * tests/test-argp-version-etc.c: New test.
8198         * tests/test-argp-version-etc-1.sh: New test.
8199
8200 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8201
8202         Provide additional interfaces and documentation for version-etc
8203         module.
8204
8205         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
8206         interfaces.
8207         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
8208         prototypes.
8209
8210 2009-06-24  Bruno Haible  <bruno@clisp.org>
8211
8212         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
8213         HAVE_LIB${NAME} macro.
8214         Reported by Sam Steingold <sds@gnu.org>.
8215
8216 2009-06-23  Simon Josefsson  <simon@josefsson.org>
8217
8218         * modules/hash-tests (test_hash_LDADD): Link to libintl when
8219         needed.
8220
8221 2009-06-21  Bruno Haible  <bruno@clisp.org>
8222
8223         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
8224         work.
8225         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
8226         together with LIB${NAME}, LTLIB${NAME}.
8227         Reported by Sam Steingold <sds@gnu.org>.
8228
8229 2009-06-20  Jim Meyering  <meyering@redhat.com>
8230
8231         tests: make sc_require_test_exit_idiom more generic
8232         * top/maint.mk (Exit_witness_file): New overridable variable.
8233         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
8234         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
8235
8236 2009-06-19  Jim Meyering  <meyering@redhat.com>
8237
8238         hash: reverse order of src/dst parameters in an internal interface
8239         * lib/hash.c (transfer_entries): Reverse order of parameters to
8240         put DST before SRC.  Adjust callers.
8241
8242         tests: test-hash: avoid wholesale duplication
8243         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
8244         Instead, use a loop and add a single conditional.
8245
8246         tests: test-hash: allow seed selection via a command line argument
8247         * tests/test-hash.c (get_seed): New function.
8248         (main): Use it.
8249
8250 2009-06-19  Eric Blake  <ebb9@byu.net>
8251
8252         hash: avoid memory leak on allocation failure
8253         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
8254         failure.  Factor repeated algorithm...
8255         (transfer_entries): ...into new helper routine.
8256         (hash_delete): React to hash_rehash return value.
8257
8258         hash: reduce memory pressure in hash_rehash no-op case
8259         * lib/hash.c (next_prime): Avoid overflow.
8260         (hash_initialize): Factor bucket size computation...
8261         (compute_bucket_size): ...into new helper function.
8262         (hash_rehash): Use new function and open coding to reduce memory
8263         pressure, and avoid a memory leak in USE_OBSTACK code.
8264         Reported by Jim Meyering.
8265
8266 2009-06-18  Eric Blake  <ebb9@byu.net>
8267
8268         hash: make rotation more obvious
8269         * modules/hash (Depends-on): Add bitrotate and stdint.
8270         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
8271         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
8272         (SIZE_MAX): Rely on headers for definition.
8273         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
8274         (raw_hasher): Use rotr_sz.
8275         Suggested by Jim Meyering.
8276
8277         hash: fix memory leak in last patch
8278         * lib/hash.c (hash_rehash): Avoid memory leak.
8279
8280         hash: avoid no-op rehashing
8281         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
8282
8283         hash: provide default callback functions
8284         * lib/hash.c (raw_hasher, raw_comparator): New functions.
8285         (hash_initialize): Use them as defaults.
8286         * tests/test-hash.c (main): Test this.
8287
8288         hash: minor optimization
8289         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
8290         when possible.
8291         (hash_initialize): Document this promise.
8292         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
8293         * tests/test-hash.c (hash_compare_strings): Test this.
8294
8295 2009-06-18  Bruno Haible  <bruno@clisp.org>
8296
8297         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
8298         going to be replaced anyway.
8299
8300 2009-06-18  Bruno Haible  <bruno@clisp.org>
8301
8302         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
8303         in one place.
8304         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
8305         be replaced anyway.
8306
8307 2009-06-18  Eric Blake  <ebb9@byu.net>
8308
8309         hash: check for resize before insertion
8310         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
8311         threshold before insertion, so that a pathological hash_rehash
8312         that fills every bucket can still trigger another rehash.
8313
8314 2009-06-18  Jim Meyering  <meyering@redhat.com>
8315
8316         hash-tests: add a loop around the small tests
8317         * tests/test-hash.c (main): Repeat small tests with selected
8318         small initial table sizes.
8319
8320 2009-06-17  Eric Blake  <ebb9@byu.net>
8321
8322         hash: minor cleanups
8323         * lib/hash.h (hash_entry): Make opaque, by moving...
8324         * lib/hash.c (hash_entry): ...here.
8325         (hash_insert): Clarify restrictions on what can be inserted.
8326         (hash_get_next): Clarify when it is safe to remove an element
8327         during traversal.
8328         (check_tuning): Skip verification when tuning is known safe.
8329         (hash_initialize): Clarify restrictions on tuning.
8330
8331 2009-06-17  Jim Meyering  <jim@meyering.net>
8332         and Eric Blake  <ebb9@byu.net>
8333
8334         hash-tests: new module
8335         * modules/hash-tests: New file.
8336         * tests/test-hash.c: New file.
8337
8338 2009-06-17  Eric Blake  <ebb9@byu.net>
8339
8340         strstr-simple: document new module
8341         * MODULES.html.sh: Document new module.
8342
8343         strstr, strcasestr: replace on platforms with broken memchr
8344         * modules/strstr: Split into...
8345         * modules/strstr-simple: ...new module that does not care about
8346         performance, but does care about glibc bug.
8347         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
8348         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
8349         if platform memchr is broken, per Debian bug 521737.
8350         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
8351         memchr.
8352         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
8353         * doc/posix-functions/strstr.texi (strstr): Document the fix.
8354         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
8355         * modules/mountlist (Depends-on): Add strstr-simple.
8356         * modules/gen-uni-tables (Depends-on): Likewise.
8357         * modules/argz (Depends-on): Add strstr.
8358
8359 2009-06-17  Bruno Haible  <bruno@clisp.org>
8360
8361         * modules/posix_spawn-internal (Depends-on): Add errno.
8362
8363 2009-06-17  Bruno Haible  <bruno@clisp.org>
8364
8365         Define missing ESTALE on Interix 3.5.
8366         * lib/errno.in.h (ESTALE): Assign a value if missing.
8367         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
8368         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
8369         missing.
8370         * doc/posix-headers/errno.texi: Mention the Interix bug.
8371         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
8372
8373 2009-06-15  Eric Blake  <ebb9@byu.net>
8374
8375         memchr, memchr2: add valgrind exception
8376         * lib/memchr.valgrind: New file.
8377         * lib/memchr2.valgrind: New file.
8378         * modules/memchr (Files): Distribute valgrind file.
8379         * modules/memchr2 (Files): Likewise.
8380
8381         docs: memchr is no longer obsolete
8382         * MODULES.html.sh: Move memchr from obsolete to string.h section.
8383         * lib/string.in.h (memchr): Simplify logic.
8384
8385 2009-06-14  Jim Meyering  <meyering@redhat.com>
8386
8387         link-follow: fix the "checking..." message to not mention trailing slash
8388         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
8389         never considered trailing slashes.
8390
8391 2009-06-14  Bruno Haible  <bruno@clisp.org>
8392
8393         * m4/memchr.m4: Mention also the bug on IA-64.
8394         * doc/posix-functions/memchr.texi: Likewise.
8395
8396 2009-06-12  Eric Blake  <ebb9@byu.net>
8397
8398         memchr: detect broken x86_64 and alpha implementations
8399         * modules/memchr-tests (Depends-on): Move mmap detection...
8400         * modules/memchr (Depends-on): ...here.
8401         (configure.ac): Set indicator.
8402         * lib/string.in.h (memchr): Declare replacement.
8403         * modules/string (Makefile.am): Trigger replacement.
8404         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8405         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
8406         bugs.
8407         * doc/posix-functions/memchr.texi (memchr): Document the bug.
8408         * modules/getpagesize (License): Relax license.
8409
8410 2009-06-11  Bruno Haible  <bruno@clisp.org>
8411
8412         * lib/idpriv.h: Add more references.
8413
8414 2009-06-08  Bruno Haible  <bruno@clisp.org>
8415
8416         Tests for module 'idpriv-droptemp'.
8417         * modules/idpriv-droptemp-tests: New file.
8418         * tests/test-idpriv-droptemp.sh: New file.
8419         * tests/test-idpriv-droptemp.su.sh: New file.
8420         * tests/test-idpriv-droptemp.c: New file.
8421
8422         New module 'idpriv-droptemp'.
8423         * lib/idpriv-droptemp.c: New file.
8424         * modules/idpriv-droptemp: New file.
8425
8426 2009-06-08  Bruno Haible  <bruno@clisp.org>
8427
8428         Tests for module 'idpriv-drop'.
8429         * modules/idpriv-drop-tests: New file.
8430         * tests/test-idpriv-drop.sh: New file.
8431         * tests/test-idpriv-drop.su.sh: New file.
8432         * tests/test-idpriv-drop.c: New file.
8433
8434         New module 'idpriv-drop'.
8435         * lib/idpriv.h: New file.
8436         * lib-idpriv-drop.c: New file.
8437         * m4/idpriv.m4: New file.
8438         * modules/idpriv-drop: New file.
8439
8440 2009-06-08  Bruno Haible  <bruno@clisp.org>
8441
8442         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
8443         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8444         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8445         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8446         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8447         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8448         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8449
8450 2009-06-08  Eric Blake  <ebb9@byu.net>
8451
8452         test-strstr: use memory fence, when possible
8453         * tests/test-strstr.c (main): Use memory fence, in order to be
8454         more likely to trigger Debian bug 521737.
8455         * modules/strstr-tests (Files): Pull in additional files.
8456
8457         memchr: no longer obsolete, for wider field testing
8458         * modules/memchr (Status, Notice): Delete, this module is no
8459         longer obsolete.
8460         * modules/vasnprintf (Depends-on): Add memchr.
8461
8462 2009-06-07  Jim Meyering  <meyering@redhat.com>
8463
8464         hash: declare some functions with the warn_unused_result attribute
8465         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
8466
8467 2009-06-07  Bruno Haible  <bruno@clisp.org>
8468
8469         * tests/test-alignof.c: Don't test int64_t if it does not exist.
8470         Reported by Eric Blake.
8471
8472 2009-06-06  Eric Blake  <ebb9@byu.net>
8473
8474         test-alignof: fix typo with long double
8475         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
8476         compiler error.
8477
8478 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
8479
8480         Escape non-texinfo { and }s.
8481         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
8482         markup error.
8483
8484 2009-06-04  Jim Meyering  <meyering@redhat.com>
8485
8486         gitlog-to-changelog: don't infloop on an empty commit log
8487         * build-aux/gitlog-to-changelog: Warn about an empty log message.
8488         Reported by Boris Petersen <transacid@centerim.org>.
8489
8490 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
8491
8492         version-etc: extend for packagers
8493         Add three new configure options, intended for packagers:
8494           --with-packager="packager name"
8495           --with-packager-version="packager-specific version"
8496           --with-packager-bug-reports="packager bug reporting"
8497         An example with coreutils:
8498           $ ./configure \
8499             --with-packager=Gentoo \
8500             --with-packager-bug-report=http://bugs.gentoo.org/ \
8501             --with-packager-version="patchset 1.6"
8502           $ ./src/ls --version | head -n3
8503           ls (GNU coreutils) 7.1-dirty
8504           Packaged by Gentoo (patchset 1.6)
8505           Copyright (C) 2009 Free Software Foundation, Inc.
8506         Note that the bug reporting info via --help doesn't show up because
8507         coreutils uses its own custom emit_bug_reporting_address() implementation
8508         in src/system.h.  If it didn't, it'd look like:
8509           $ ./src/ls --help | tail -n4
8510           Report bugs to <bug-coreutils@gnu.org>.
8511           Report Gentoo bugs to <http://bugs.gentoo.org/>.
8512           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
8513           General help using GNU software: <http://www.gnu.org/gethelp/>.
8514         * lib/version-etc.c: Print new information, if provided.
8515         * m4/version-etc.m4: New file.
8516         * modules/version-etc (Files): Add m4/version-etc.m4.
8517         (configure.ac): Add gl_VERSION_ETC.
8518
8519 2009-05-31  Bruno Haible  <bruno@clisp.org>
8520
8521         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
8522         and 'int64_t'.
8523         * modules/alignof-tests (Dependencies): Add stdint.
8524         Reported by Eric Blake.
8525
8526 2009-05-31  Bruno Haible  <bruno@clisp.org>
8527
8528         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
8529         restriction due to compiler bugs.
8530         Reported by Eric Blake.
8531
8532 2009-05-31  Simon Josefsson  <simon@josefsson.org>
8533             Bruno Haible  <bruno@clisp.org>
8534
8535         Fix test-alignof failure.
8536         * lib/alignof.h (alignof_slot): New macro.
8537         (alignof_type): New macro, with the same semantics as the previous
8538         'alignof'.
8539         (alignof): Alias to alignof_slot.
8540         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
8541         check that the results are usable as constant expressions.
8542
8543 2009-05-31  Bruno Haible  <bruno@clisp.org>
8544
8545         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
8546         * tests/test-memchr.c (main): Check that memchr does not read past the
8547         first occurrence of the byte.
8548         * tests/test-strstr.c (main): Update comment.
8549         Suggested by Eric Blake.
8550
8551 2009-05-30  Bruno Haible  <bruno@clisp.org>
8552
8553         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
8554         detail how to use dumpbin.
8555         Reported by David Byron <dbyron@dbyron.com>.
8556
8557 2009-06-02  Simon Josefsson  <simon@josefsson.org>
8558
8559         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
8560
8561 2009-06-02  Simon Josefsson  <simon@josefsson.org>
8562
8563         * m4/manywarnings.m4: Add GCC 4.4 warnings.
8564
8565 2009-05-28  Bruno Haible  <bruno@clisp.org>
8566
8567         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
8568         build-aux/ files.
8569
8570 2009-05-28  Simon Josefsson  <simon@josefsson.org>
8571
8572         * gnulib-tool (func_import): Transform license on build-aux/ files too.
8573
8574 2009-05-27  Simon Josefsson  <simon@josefsson.org>
8575
8576         * gnulib-tool (sed_transform_main_lib_file)
8577         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
8578         regexps.
8579
8580 2009-05-26  Simon Josefsson  <simon@josefsson.org>
8581
8582         * tests/test-strstr.c: Add another self-test.
8583         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
8584         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
8585
8586 2009-05-23  Bruno Haible  <bruno@clisp.org>
8587
8588         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
8589         change.
8590
8591 2009-05-21  Bruno Haible  <bruno@clisp.org>
8592
8593         Simplify use of mode_t varargs.
8594         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
8595         uses 'mode_t' or 'int'.
8596         * lib/openat.c (openat): Likewise.
8597         * lib/open-safer.c (open_safer): Likewise.
8598         * m4/mode_t.m4: New file.
8599         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
8600         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
8601         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
8602         * modules/open (Files): Add m4/mode_t.m4.
8603         * modules/openat (Files): Likewise.
8604         * modules/fcntl-safer (Files): Likewise.
8605         Suggested by Eric Blake.
8606
8607 2009-05-21  Pádraig Brady  <P@draigbrady.com>
8608
8609         * doc/glibc-functions/fallocate.texi: New file.
8610         * doc/gnulib.texi: Include it.
8611
8612 2009-05-21  Eric Blake  <ebb9@byu.net>
8613             Bruno Haible  <bruno@clisp.org>
8614
8615         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
8616         invocations.
8617         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8618
8619 2009-05-21  Eric Blake  <ebb9@byu.net>
8620             Bruno Haible  <bruno@clisp.org>
8621
8622         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
8623         include_next. Fix of 2008-11-20 commit.
8624         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
8625         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
8626         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
8627         NEXT_MATH_H.
8628         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
8629         instead of NEXT_MATH_H.
8630
8631 2009-05-21  Bruno Haible  <bruno@clisp.org>
8632
8633         Avoid redefinition warnings for SIZE_MAX.
8634         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
8635         Reported by Simon Josefsson.
8636
8637 2009-05-21  Bruno Haible  <bruno@clisp.org>
8638
8639         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
8640         AC_CACHE_VAL.
8641
8642 2009-05-20  Bruno Haible  <bruno@clisp.org>
8643
8644         Make zeroptr.h work on mingw.
8645         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
8646         mprotect.
8647         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
8648         * modules/memchr2-tests (configure.ac): Likewise.
8649         * modules/memcmp-tests (configure.ac): Likewise.
8650         * modules/memmem-tests (configure.ac): Likewise.
8651         * modules/memrchr-tests (configure.ac): Likewise.
8652         Reported by Simon Josefsson.
8653
8654 2009-05-20  Simon Josefsson  <simon@josefsson.org>
8655
8656         * tests/test-glob.c: Include string.h for strcmp prototype.
8657
8658 2009-05-20  Simon Josefsson  <simon@josefsson.org>
8659
8660         * modules/getdelim (Depends-on): Add explicit stdint, although it
8661         was implicitly already pulled in via realloc-posix.
8662         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
8663
8664 2009-05-20  Simon Josefsson  <simon@josefsson.org>
8665
8666         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
8667         G. Christensen" <tgc@jupiterrise.com>.
8668         * m4/sys_socket_h.m4: Check for sa_family_t.
8669         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
8670         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
8671         * tests/test-sys_socket.c: Check that sa_family_t works.
8672
8673 2009-05-18  Eric Blake  <ebb9@byu.net>
8674
8675         maint.mk: allow gnulib_dir in VPATH build
8676         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
8677
8678 2009-05-15  Jim Meyering  <meyering@redhat.com>
8679
8680         maint.mk: Give gnulib_dir a default definition.
8681         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
8682         Thus, most packages no longer need to specify this variable in cfg.mk
8683
8684 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
8685
8686         rename.m4: fix typos that would make non-mingw cross-configure fail
8687         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
8688
8689 2009-05-13  Eric Blake  <ebb9@byu.net>
8690
8691         mmap-anon: avoid out-of-order autoconf expansion
8692         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
8693         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
8694         * modules/memchr-tests (Depends-on): Add extensions.
8695         * modules/memchr2-tests (Depends-on): Add extensions.
8696         * modules/memcmp-tests (Depends-on): Add extensions.
8697         * modules/memmem-tests (Depends-on): Add extensions.
8698         * modules/memrchr-tests (Depends-on): Add extensions.
8699
8700 2009-05-13  Bruno Haible  <bruno@clisp.org>
8701
8702         Make some tests ISO C 99 compliant.
8703         * tests/zerosize-ptr.h: New file.
8704         * tests/test-memchr.c: Include zerosize-ptr.h.
8705         (main): Use a zero-size object pointer instead of NULL.
8706         * tests/test-memchr2.c: Include zerosize-ptr.h.
8707         (main): Use a zero-size object pointer instead of NULL.
8708         * tests/test-memcmp.c: Include zerosize-ptr.h.
8709         (main): Use a zero-size object pointer instead of NULL.
8710         * tests/test-memmem.c: Include zerosize-ptr.h.
8711         (main): Use a zero-size object pointer instead of NULL.
8712         * tests/test-memrchr.c: Include zerosize-ptr.h.
8713         (main): Use a zero-size object pointer instead of NULL.
8714         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
8715         m4/mmap-anon.m4.
8716         (Depends-on): Add getpagesize.
8717         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8718         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
8719         m4/mmap-anon.m4.
8720         (Depends-on): Add getpagesize.
8721         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8722         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
8723         m4/mmap-anon.m4.
8724         (Depends-on): Add getpagesize.
8725         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8726         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
8727         m4/mmap-anon.m4.
8728         (Depends-on): Add getpagesize.
8729         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8730         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
8731         m4/mmap-anon.m4.
8732         (Depends-on): Add getpagesize.
8733         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8734
8735 2009-05-12  Bruno Haible  <bruno@clisp.org>
8736
8737         Tests for module 'alignof'.
8738         * modules/alignof-tests: New file.
8739         * tests/test-alignof.c: New file.
8740
8741 2009-05-12  Bruno Haible  <bruno@clisp.org>
8742
8743         Fix alignof macro.
8744         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
8745         vendor compilers that are always correct.
8746
8747 2009-05-12  Bruno Haible  <bruno@clisp.org>
8748
8749         Make the MAP_ANONYMOUS detection work on HP-UX 11.
8750         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
8751         not whether its fully works.
8752
8753 2009-05-12  Bruno Haible  <bruno@clisp.org>
8754
8755         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
8756
8757 2009-05-12  Jim Meyering  <meyering@redhat.com>
8758
8759         * top/maint.mk: Adjust backslash alignment.
8760
8761 2009-05-11  Simon Josefsson  <simon@josefsson.org>
8762
8763         * top/maint.mk: Make $(srcdir)/build-aux configurable.
8764
8765 2009-05-11  Eric Blake  <ebb9@byu.net>
8766
8767         argp: avoid undefined behavior
8768         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
8769         macros.
8770
8771 2009-05-08  Simon Josefsson  <simon@josefsson.org>
8772
8773         * tests/test-vc-list-files-git.sh: Do git config of user.email and
8774         user.name to prevent git commit from complaining.
8775
8776 2009-05-10  Bruno Haible  <bruno@clisp.org>
8777
8778         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
8779         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
8780         it rewrites every file name only once.
8781         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
8782
8783 2009-05-08  Bruno Haible  <bruno@clisp.org>
8784
8785         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
8786         instead of 'max'.
8787
8788 2009-05-08  Simon Josefsson  <simon@josefsson.org>
8789
8790         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
8791         sockaddr_storage test.
8792
8793 2009-05-07  Simon Josefsson  <simon@josefsson.org>
8794
8795         * modules/sys_socket (Makefile.am): Substitute
8796         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
8797         * m4/sys_socket_h.m4: Check for sockaddr_storage.
8798         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
8799         * tests/test-sys_socket.c: Check sockaddr_storage.
8800
8801 2009-05-08  Bruno Haible  <bruno@clisp.org>
8802
8803         New module 'alignof'.
8804         * lib/alignof.h: New file.
8805         * modules/alignof: New file.
8806
8807 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8808             Bruno Haible  <bruno@clisp.org>
8809
8810         Fix test-file-has-acl on FreeBSD.
8811         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
8812         mask is implicitly added.
8813         * tests/test-file-has-acl.c: Include <signal.h>.
8814         (main): Terminate the test after 5 seconds.
8815         * modules/acl-tests (configure.ac): Check for alarm function.
8816
8817 2009-05-04  Bruno Haible  <bruno@clisp.org>
8818
8819         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
8820         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
8821         * modules/errno (configure.ac): Drop AC_REQUIRE.
8822         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
8823         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
8824
8825 2009-05-04  Simon Josefsson  <simon@josefsson.org>
8826
8827         * modules/glob-tests: New module.
8828         * tests/test-glob.c: Add.
8829
8830 2009-05-04  Simon Josefsson  <simon@josefsson.org>
8831
8832         * modules/fnmatch-tests: New module.
8833         * tests/test-fnmatch.c: Add.
8834
8835 2009-05-04  Eric Blake  <ebb9@byu.net>
8836
8837         maint: make the new no-submodule-changes rule VPATH-safe
8838         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
8839
8840 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8841             Bruno Haible  <bruno@clisp.org>
8842
8843         acl: Fix infinite loop on FreeBSD.
8844         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
8845         of return value from acl_get_entry.
8846         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
8847         Likewise.
8848
8849 2009-05-03  Bruno Haible  <bruno@clisp.org>
8850
8851         * lib/acl-internal.h (acl_entries): Clarify return value.
8852         * lib/acl_entries.c (acl_entries): Likewise.
8853
8854 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8855
8856         Bug fix in acl module.
8857         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
8858
8859 2009-05-03  Bruno Haible  <bruno@clisp.org>
8860
8861         Create gperf-generated file in the source dir, not in the build dir.
8862         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
8863         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
8864         * modules/unicase/locale-language (unicase/locale-languages.h):
8865         Likewise.
8866         * modules/unicase/special-casing (unicase/special-casing-table.h):
8867         Likewise.
8868         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
8869         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
8870         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
8871         Reported by Ralf Wildenhues.
8872
8873 2009-05-03  Bruno Haible  <bruno@clisp.org>
8874
8875         * modules/fnmatch (Description, configure.ac): Taken from
8876         fnmatch-posix.
8877         * modules/fnmatch-posix: Turn into a symbolic reference to the
8878         'fnmatch' module, and deprecate.
8879         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
8880
8881 2009-05-03  Bruno Haible  <bruno@clisp.org>
8882
8883         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
8884         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
8885         Reported by Ralf Wildenhues.
8886
8887 2009-05-04  Simon Josefsson  <simon@josefsson.org>
8888
8889         * m4/fnmatch.m4: Fix fnmatch re-define.
8890
8891 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8892
8893         priv-set: new module and tests; adapt write-any-file
8894         * lib/priv-set.c: New file.
8895         * lib/priv-set.h: New file.
8896         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
8897         * lib/write-any-file.c: Simplify by using priv-set module.
8898         * m4/priv-set.m4: New file.
8899         * modules/priv-set: New file.
8900         * modules/unlinkdir: Add dependency on priv-set module.
8901         * modules/write-any-file: Likewise.
8902
8903         Tests for module 'priv-set'.
8904         * modules/priv-set-tests: New file.
8905         * tests/test-priv-set.c: New file.
8906
8907 2009-05-03  Jim Meyering  <meyering@redhat.com>
8908             Bruno Haible  <bruno@clisp.org>
8909
8910         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
8911         use the converted UTF-8 variant of the name instead.
8912
8913 2009-05-03  Jim Meyering  <meyering@redhat.com>
8914
8915         tests: tighten some getdate tests
8916         * tests/test-getdate.c (main): Tighten tests: require equality,
8917         not just greater than.  Set TZ envvar to UTC0.
8918
8919 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
8920
8921         getdate: correctly interpret "next monday" when run on a Monday
8922         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
8923         that e.g., "next tues" (when run on a tuesday) results in a date
8924         that is one week in the future, and not today's date.
8925         I.e., add a week when the wday is the same as the current one.
8926         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
8927         and earlier by Martin Bernreuther and Jan Minář.
8928         * tests/test-getdate.c (main): Check that "next DAY" is always in
8929         the future and that "last DAY" is always in the past.
8930
8931 2009-05-02  Jim Meyering  <meyering@redhat.com>
8932
8933         build: ensure that a release build fails when a submodule is unclean
8934         * top/maint.mk (no-submodule-changes): New rule.
8935         (alpha beta major): Depend on it.
8936
8937 2009-05-02  Bruno Haible  <bruno@clisp.org>
8938
8939         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
8940         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
8941         shell variable gl_fnmatch_required to detect which variant is
8942         requested.
8943         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
8944         gl_FUNC_FNMATCH_POSIX.
8945         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
8946         exclude fnmatch-posix.
8947
8948 2009-05-02  Bruno Haible  <bruno@clisp.org>
8949
8950         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
8951         * modules/mbsrtowcs (License): Change to LGPLv2+.
8952         * modules/strnlen1 (License): Likewise.
8953         Reported by Simon Josefsson.
8954
8955 2009-05-02  Bruno Haible  <bruno@clisp.org>
8956
8957         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
8958         "cross".
8959         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
8960         gnulib-tool was called with option --source-base=lib.
8961
8962 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8963
8964         Use automake *-local hooks without commands, for extensibility.
8965         * modules/localcharset (Makefile.am): Rename install-exec-local
8966         rule to install-exec-localcharset, and make it a prerequisite of
8967         install-exec-local.  Likewise, rename the uninstall-local rule to
8968         uninstall-localcharset, and make it a prerequisite of the former.
8969
8970 2009-05-01  Bruno Haible  <bruno@clisp.org>
8971
8972         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
8973         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
8974         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
8975         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
8976         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
8977         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
8978         m4/locale-zh.m4, m4/codeset.m4.
8979
8980         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
8981         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
8982         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
8983         m4/locale-zh.m4.
8984
8985         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
8986         REPLACE_WCRTOMB if mbstate_t must be replaced.
8987         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
8988         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
8989
8990 2009-05-01  Bruno Haible  <bruno@clisp.org>
8991
8992         Avoid compiler warnings when redefining macros defined by <libintl.h>.
8993         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
8994         dngettext, dcngettext, textdomain, bindtextdomain,
8995         bind_textdomain_codeset): Undefine before redefining.
8996
8997 2009-04-30  Bruno Haible  <bruno@clisp.org>
8998
8999         Fix bug introduced on 2009-04-25.
9000         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
9001         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
9002         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
9003         is defined.
9004         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
9005         is defined.
9006         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
9007         is defined.
9008         Reported by Elbert_Pol <elbert.pol@gmail.com>.
9009
9010 2009-04-28  Bruno Haible  <bruno@clisp.org>
9011
9012         Comment tweaks.
9013         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
9014         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
9015         * lib/unicase.h (u*_casexfrm): Likewise.
9016         Reported by Paolo Bonzini.
9017
9018 2009-04-28  Bruno Haible  <bruno@clisp.org>
9019
9020         Fix a compilation error.
9021         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
9022         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
9023         Reported by Jim Meyering.
9024
9025 2009-04-27  Bruno Haible  <bruno@clisp.org>
9026
9027         New module 'libunistring'.
9028         * modules/libunistring: New file.
9029         * m4/libunistring.m4: New file.
9030         * MODULES.html.sh (Unicode string functions): Add it.
9031
9032 2009-04-27  Eric Blake  <ebb9@byu.net>
9033
9034         maint.mk: allow package-specific header to provide <config.h>
9035         * top/maint.mk (sc_require_config_h): New variable.
9036         (sc_require_config_h, sc_require_config_h_first): Use it.
9037
9038 2009-04-27  Simon Josefsson  <simon@josefsson.org>
9039
9040         * top/maint.mk (sc_avoid_if_before_free): Except
9041         useless-if-before-free script.
9042
9043 2009-04-27  Eric Blake  <ebb9@byu.net>
9044
9045         maintainer-makefile: depend on all required helper scripts
9046         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
9047         useless-if-before-free.
9048         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
9049         version, rather than assuming gnulib checkout is available.
9050         Reported by Simen Josefsson.
9051
9052 2009-04-26  Bruno Haible  <bruno@clisp.org>
9053
9054         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
9055         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
9056         "../" or "..".
9057
9058 2009-04-26  Bruno Haible  <bruno@clisp.org>
9059
9060         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
9061         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
9062         AC_LIB_HAVE_LINKFLAGS.
9063
9064 2009-04-26  Bruno Haible  <bruno@clisp.org>
9065
9066         Simplify calling convention of u*_conv_from_encoding.
9067         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
9068         u32_conv_from_encoding): Expect a resultbuf argument and return the
9069         result directly as a pointer.
9070         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
9071         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
9072         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
9073         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
9074         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
9075         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
9076         Update.
9077         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
9078         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
9079         * lib/vasnprintf.c (VASNPRINTF): Update.
9080         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
9081         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
9082         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
9083         * NEWS: Mention the change.
9084
9085 2009-04-26  Bruno Haible  <bruno@clisp.org>
9086
9087         Simplify calling convention of u*_conv_to_encoding.
9088         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
9089         u32_conv_to_encoding): Expect a resultbuf argument and return the
9090         result directly as a pointer.
9091         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
9092         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
9093         freeing scaled_offsets if mem_iconveha failed.
9094         * lib/unicase/u-casexfrm.h (FUNC): Update.
9095         * lib/uninorm/u-normxfrm.h (FUNC): Update.
9096         * lib/vasnprintf.c (VASNPRINTF): Update.
9097         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
9098         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
9099         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
9100         * NEWS: Mention the change.
9101
9102 2009-04-26  Bruno Haible  <bruno@clisp.org>
9103
9104         Avoid test failures on AIX and OSF/1.
9105         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
9106         malloc(0).
9107         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
9108         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
9109         Likewise.
9110         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
9111         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
9112         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
9113         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
9114         * doc/posix-functions/malloc.texi: Document the portability problem
9115         related to malloc(0).
9116
9117 2009-04-26  Bruno Haible  <bruno@clisp.org>
9118
9119         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
9120         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
9121         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
9122
9123 2009-04-25  Bruno Haible  <bruno@clisp.org>
9124
9125         Avoid link error when creating a namespace clean library.
9126         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
9127         as macro with arguments if already defined as an alias.
9128         * lib/signbitf.c (gl_signbitf): Don't undefine.
9129         * lib/signbitd.c (gl_signbitd): Don't undefine.
9130         * lib/signbitl.c (gl_signbitl): Don't undefine.
9131
9132 2009-04-25  Jim Meyering  <meyering@redhat.com>
9133
9134         vc-list-files: fix another quoting bug
9135         * build-aux/vc-list-files: Avoid sed backslash expansion
9136         of pathological directory names.
9137
9138 2009-04-25  Eric Blake  <ebb9@byu.net>
9139
9140         vc-list-files: fix shell quoting error
9141         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
9142         timestamp.
9143
9144 2009-04-25  Jim Meyering  <meyering@redhat.com>
9145
9146         vc-list-files: restore lost functionality with subdir argument
9147         * build-aux/vc-list-files: When given a non-"." sub-directory
9148         argument, substitute the $dir/ prefix back onto each resulting name.
9149         Otherwise, coreutils' root_tests check would fail.
9150
9151 2009-04-24  Eric Blake  <ebb9@byu.net>
9152
9153         vc-list-files: ignore git symlinks
9154         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
9155         than ls-files, to ignore git symlinks.
9156
9157         maint.mk: import improvements from m4
9158         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
9159         (move_if_change): Delete unused macro.
9160         (news-date-check, vc-diff-check): Support VPATH builds.
9161         (announcement): Likewise.  Split --bootstrap-tools list...
9162         (boostrap-tools): ...into separate list, which can be overridden
9163         in cfg.mk.
9164         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
9165         requiring dependency on useless-if-before-free module.
9166         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
9167         Support VPATH builds.
9168
9169 2009-04-24  Jim Meyering  <meyering@redhat.com>
9170
9171         maint.mk: remove coreutils-specific rules and variables
9172         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
9173         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
9174         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
9175
9176         maint.mk: remove obsolete rule
9177         * top/maint.mk (rel-check): Remove rule.
9178         (WGET, WGETFLAGS): Remove now-unused variables.
9179
9180 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9181
9182         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
9183         consistency.
9184
9185         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
9186         '$(PATH_SEPARATOR)' instead of ':'.
9187
9188 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9189
9190         * lib/getopt1.c (main): Use 'const' for static array.
9191
9192 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9193
9194         * top/maint.mk: Sync with coreutils.
9195         * NEWS: Explain incompatibilities.
9196
9197 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9198             Bruno Haible  <bruno@clisp.org>
9199
9200         Fix cross-compilation results.
9201         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
9202         statement, as third argument of AC_TRY_RUN.
9203         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
9204         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
9205         Likewise.
9206         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
9207         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
9208         Likewise.
9209         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
9210         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
9211         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
9212
9213 2009-04-20  Bruno Haible  <bruno@clisp.org>
9214
9215         Avoid test failure on mingw.
9216         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
9217
9218 2009-04-20  Bruno Haible  <bruno@clisp.org>
9219
9220         Avoid compilation error on mingw.
9221         * modules/localename-tests (Depends-on): Add locale.
9222
9223 2009-04-19  Bruno Haible  <bruno@clisp.org>
9224
9225         Support for building a shared library on Windows platforms.
9226         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
9227         (main): Test the presence of UNINORM_NFC here.
9228         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
9229         (main): Test the presence of UNINORM_NFD here.
9230         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
9231         (main): Test the presence of UNINORM_NFKC here.
9232         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
9233         (main): Test the presence of UNINORM_NFKD here.
9234
9235 2009-04-19  Bruno Haible  <bruno@clisp.org>
9236
9237         Avoid a compiler warning.
9238         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
9239         Change type of variable 'sequence'.
9240
9241 2009-04-19  Bruno Haible  <bruno@clisp.org>
9242
9243         * modules/configmake (Makefile.am): When the contents of configmake.h
9244         does not change, arrange to preserve its modification time.
9245
9246 2009-04-17  Simon Josefsson  <simon@josefsson.org>
9247
9248         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
9249         gettext domain.
9250
9251 2009-04-16  Jim Meyering  <meyering@redhat.com>
9252
9253         useless-if-before-free: improve conversion code
9254         * build-aux/useless-if-before-free: Adjust code-in-comment to match
9255         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
9256
9257 2009-04-14  Bruno Haible  <bruno@clisp.org>
9258
9259         * modules/fcntl (Depends-on): Add extensions.
9260         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
9261
9262 2009-04-12  Ben Pfaff  <blp@gnu.org>
9263
9264         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
9265         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
9266
9267 2009-03-20  Ben Pfaff  <blp@gnu.org>
9268
9269         Make rename replace existing destinations on Windows.
9270         * m4/rename.m4: Add test for Mingw.
9271         * lib/rename.c: Add rename replacement that uses MoveFileEx with
9272         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
9273         * doc/posix-functions/rename.texi: Document.
9274
9275 2009-04-10  Bruno Haible  <bruno@clisp.org>
9276
9277         New include file "iconveh.h".
9278         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
9279         * lib/striconveh.h: Include it.
9280         (enum iconv_ilseq_handler): Remove definition.
9281         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
9282         striconveh.h.
9283         * lib/striconveha.c: Include striconveh.h.
9284         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
9285         * modules/striconveh (Files): Add lib/iconveh.h.
9286         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
9287         lib/striconveh.h.
9288
9289 2009-04-10  Bruno Haible  <bruno@clisp.org>
9290
9291         * lib/uniconv.h: Update comment.
9292
9293 2009-04-10  Bruno Haible  <bruno@clisp.org>
9294
9295         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
9296         always.
9297         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
9298         * lib/unistr/u16-mbtouc-aux.c: Likewise.
9299         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
9300         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
9301         "unistring-notinline.h", so that the function gets defined always.
9302         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
9303         * lib/unistr/u8-uctomb.c: Likewise.
9304         * lib/unistr/u16-mbtouc.c: Likewise.
9305         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
9306         * lib/unistr/u16-uctomb.c: Likewise.
9307         * lib/unistr/u32-mbtouc.c: Likewise.
9308         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
9309         * lib/unistr/u32-uctomb.c: Likewise.
9310
9311 2009-04-10  Bruno Haible  <bruno@clisp.org>
9312
9313         Mark 'utime' obsolete.
9314         * modules/utime (Status, Notice): New sections.
9315         Suggested by Jim Meyering.
9316
9317         Fix cross-compile guess for utime test.
9318         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
9319         autoconf.
9320         * doc/posix-functions/utime.texi: Give more precisions.
9321         Reported by Jan <ipif@ymail.com>.
9322
9323 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
9324
9325         filevercmp: correct today's change
9326         * lib/filevercmp.c: Also handle coreutils' test inputs.
9327         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
9328
9329         Fix regression in 'filevercmp' module. Thanks Sven Joachim
9330         for reporting it.
9331         * lib/filevercmp.c: Special handle for "", "." and "..".
9332         * tests/test-filevercmp.c: Enlarge the set suite.
9333
9334 2009-04-07  Jim Meyering  <meyering@redhat.com>
9335
9336         useless-if-before-free: show how to remove braced useless free, too
9337         * build-aux/useless-if-before-free: still only in a comment, though.
9338
9339 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
9340
9341         maint.mk: import changes to syntax-check macros from coreutils
9342         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
9343         Use them in the relevant macros.
9344
9345 2009-04-06  Bruno Haible  <bruno@clisp.org>
9346
9347         Fix unportable use of bit-fields.
9348         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
9349         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
9350         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
9351
9352 2009-04-06  Bruno Haible  <bruno@clisp.org>
9353
9354         Avoid test failures on AIX and OSF/1.
9355         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
9356         that malloc(0) = NULL.
9357         * tests/unicase/test-u8-tolower.c (check): Likewise.
9358         * tests/unicase/test-u8-totitle.c (check): Likewise.
9359         * tests/unicase/test-u8-toupper.c (check): Likewise.
9360         * tests/unicase/test-u16-casefold.c (check): Likewise.
9361         * tests/unicase/test-u16-tolower.c (check): Likewise.
9362         * tests/unicase/test-u16-totitle.c (check): Likewise.
9363         * tests/unicase/test-u16-toupper.c (check): Likewise.
9364         * tests/unicase/test-u32-casefold.c (check): Likewise.
9365         * tests/unicase/test-u32-tolower.c (check): Likewise.
9366         * tests/unicase/test-u32-totitle.c (check): Likewise.
9367         * tests/unicase/test-u32-toupper.c (check): Likewise.
9368         * tests/uninorm/test-u8-nfc.c (check): Likewise.
9369         * tests/uninorm/test-u8-nfd.c (check): Likewise.
9370         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
9371         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
9372         * tests/uninorm/test-u16-nfc.c (check): Likewise.
9373         * tests/uninorm/test-u16-nfd.c (check): Likewise.
9374         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
9375         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
9376         * tests/uninorm/test-u32-nfc.c (check): Likewise.
9377         * tests/uninorm/test-u32-nfd.c (check): Likewise.
9378         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
9379         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
9380
9381 2009-04-05  Bruno Haible  <bruno@clisp.org>
9382
9383         Work around an autoconf limitation.
9384         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
9385         comment line if it would be longer than 3 KB.
9386
9387 2009-04-05  Bruno Haible  <bruno@clisp.org>
9388
9389         Avoid test failure with libiconv-1.13.
9390         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
9391         of the expected test results.
9392
9393 2009-04-05  Bruno Haible  <bruno@clisp.org>
9394
9395         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
9396         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
9397         that it should be installed.
9398
9399 2009-04-05  Bruno Haible  <bruno@clisp.org>
9400
9401         * gnulib-tool: New option --copy-file.
9402         (func_usage): Document it.
9403         (func_dest_tmpfilename): Moved out of func_import.
9404         (func_add_file, func_update_file): New functions, extracted from
9405         func_import.
9406         (func_import): Update.
9407
9408 2009-04-05  Karl Berry  <karl@gnu.org>
9409
9410         * README: prominently mention gnulib-tool.
9411         Rearrange sections so getting the code is near the top.
9412
9413 2009-04-05  Bruno Haible  <bruno@clisp.org>
9414
9415         * lib/unicase.h: Mention u*_cmp2.
9416         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
9417         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
9418         * lib/unicase/ulc-casecmp.c: Likewise.
9419         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
9420         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
9421         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
9422         unistr/u8-cmp.
9423         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
9424         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
9425         unistr/u16-cmp.
9426         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
9427         unistr/u32-cmp.
9428
9429         * lib/uninorm.h: Mention u*_cmp2.
9430         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
9431         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
9432         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
9433         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
9434         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
9435         unistr/u8-cmp.
9436         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
9437         unistr/u16-cmp.
9438         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
9439         unistr/u32-cmp.
9440
9441         New module 'unistr/u32-cmp2'.
9442         * lib/unistr/u32-cmp2.c: New file.
9443         * modules/unistr/u32-cmp2: New file.
9444
9445         New module 'unistr/u16-cmp2'.
9446         * lib/unistr/u16-cmp2.c: New file.
9447         * modules/unistr/u16-cmp2: New file.
9448
9449         New module 'unistr/u8-cmp2'.
9450         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
9451         * lib/unistr/u8-cmp2.c: New file.
9452         * lib/unistr/u-cmp2.h: New file.
9453         * modules/unistr/u8-cmp2: New file.
9454
9455 2009-04-05  Bruno Haible  <bruno@clisp.org>
9456
9457         * lib/unictype.h (uc_property_is_valid): New macro.
9458         * tests/unictype/test-pr_byname.c (main): Use it.
9459
9460         * lib/unistr.h: Doc fixes.
9461         * lib/uniconv.h: Doc fixes.
9462         * lib/unictype.h: Doc fixes.
9463
9464 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
9465
9466         Port coreutils 7.2 to Solaris 8.
9467
9468         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
9469         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
9470         for Solaris 8.  This is a bit of a hack, as it means it's the
9471         caller's responsibility to add -lnsl if needed, but most likely it
9472         won't be needed since only getaddrinfo uses this and getaddrinfo
9473         isn't needed on Solaris 8.
9474
9475         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
9476         problem to Solaris 8 encountered with coreutils 7.2, which
9477         resulted in a message "fnmatch.c:292: warning: passing argument 4
9478         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
9479         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
9480
9481 2009-04-03  Simon Josefsson  <simon@josefsson.org>
9482
9483         * m4/ld-version-script.m4: Add FIXME comment.
9484
9485 2009-04-02  Simon Josefsson  <simon@josefsson.org>
9486
9487         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
9488         SOVERSION variable.
9489
9490 2009-04-02  Bruno Haible  <bruno@clisp.org>
9491
9492         * Makefile (info, html, dvi, pdf): Combine the rules.
9493         Suggested by Jim Meyering.
9494
9495 2009-04-01  Bruno Haible  <bruno@clisp.org>
9496
9497         * Makefile (info, html, dvi, pdf): New targets.
9498         Reported by Reuben Thomas <rrt@sc3d.org>.
9499
9500 2009-04-01  Bruno Haible  <bruno@clisp.org>
9501
9502         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
9503         can be put into PATH.
9504         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
9505
9506 2009-04-01  Bruno Haible  <bruno@clisp.org>
9507
9508         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
9509
9510 2009-04-01  Bruno Haible  <bruno@clisp.org>
9511
9512         Rename module 'visibility'.
9513         * modules/lib-symbol-visibility: Renamed from modules/visibility.
9514         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
9515         * doc/gnulib.texi: Update.
9516         * MODULES.html.sh (Misc): Update.
9517         * NEWS: Mention the change.
9518
9519 2009-04-01  Simon Josefsson  <simon@josefsson.org>
9520
9521         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
9522         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
9523         Eric Blake <ebb9@byu.net> for review.
9524         * MODULES.html.sh: Add lib-msvc-compat.
9525         * doc/gnulib.texi: Link to new section.
9526         * m4/ld-output-def.m4: New file.
9527         * doc/ld-output-def.texi: New file.
9528
9529 2009-04-01  Simon Josefsson  <simon@josefsson.org>
9530
9531         Rename ld-version-script to lib-symbol-versions.  Suggested by
9532         Bruno Haible <bruno@clisp.org>.
9533         * modules/ld-version-script: Renamed to lib-symbol-versions.
9534         * doc/ld-version-script.texi: Fix module name.
9535         * MODULES.html.sh: Add lib-symbol-versions.
9536
9537 2009-03-31  Simon Josefsson  <simon@josefsson.org>
9538
9539         * modules/u64-tests: New file.
9540         * tests/test-u64.c: New file.
9541
9542 2009-03-04  Simon Josefsson  <simon@josefsson.org>
9543
9544         * MODULES.html.sh: Mention u64.
9545         * modules/u64: New module.
9546         * modules/crypto/sha512: Depend on u64 module instead of providing
9547         u64.h.
9548
9549 2009-03-27  Eric Blake  <ebb9@byu.net>
9550
9551         test-strerror: make debugging EAI_SYSTEM easier
9552         * modules/getaddrinfo-tests (Depends-on): Add strerror.
9553         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
9554         failure was EAI_SYSTEM.
9555
9556 2009-03-25  Bruno Haible  <bruno@clisp.org>
9557
9558         Fix a problem with --enable-relocatable on Solaris 7.
9559         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
9560         since 2008-02-24.
9561
9562 2009-03-25  Eric Blake  <ebb9@byu.net>
9563
9564         test-sockets: avoid gcc warning
9565         * tests/test-sockets.c (main): Silence compiler warning.
9566
9567 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9568
9569         New modules nproc, pthread, contributed by Glen Lenker.
9570
9571         * MODULES.html.sh: Add pthread, nproc.
9572         * lib/nproc.c: New file.
9573         * lib/nproc.h: New file.
9574         * lib/pthread.in.h: New file.
9575         * m4/pthread.m4: New file.
9576         * modules/nproc: New file.
9577         * modules/pthread: New file.
9578
9579 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9580
9581         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
9582         New variable.
9583
9584 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
9585
9586         filevercmp: handle simple~ and numbered.~3~ backup suffixes
9587         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
9588         * tests/test-filevercmp.c: Add tests for backup suffixes.
9589
9590 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9591
9592         * modules/stdlib (Depends-on): Add stdint, needed when defining
9593         struct random_data on, for example, HP-UX 10.20.  Reported by
9594         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9595
9596 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9597
9598         * lib/readline.c (readline): Call fflush on stdout after printing
9599         prompt.
9600
9601 2009-03-20  Bruno Haible  <bruno@clisp.org>
9602
9603         Remove dependency from 'close' module to -lws2_32 on native Windows.
9604         * lib/close-hook.h: New file.
9605         * lib/close-hook.c: New file.
9606         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
9607         w32sock.h.
9608         (_gl_close_fd_maybe_socket): Remove function.
9609         (rpl_close): Invoke execute_all_close_hooks instead of
9610         _gl_close_fd_maybe_socket.
9611         * lib/sockets.c: Include close-hook.h, w32sock.h.
9612         (close_fd_maybe_socket): New function, essentially from lib/close.c.
9613         (close_sockets_hook): New variable.
9614         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
9615         (gl_sockets_cleanup): Unregister it.
9616         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
9617         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
9618         * modules/close-hook: New file.
9619         * modules/close (Files): Remove lib/w32sock.h.
9620         (Depends-on): Add close-hook.
9621         (Link): Remove section.
9622         * modules/sockets (Files): Add lib/w32sock.h.
9623         (Depends-on): Add close-hook.
9624         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
9625         invocation.
9626         * NEWS: Mention that LIB_CLOSE is gone.
9627
9628 2009-03-23  Eric Blake  <ebb9@byu.net>
9629
9630         signal-tests: test previous patch
9631         * tests/test-signal.c: New file.
9632         * modules/signal-tests: Likewise.
9633
9634         signal.h: always support 'volatile sig_atomic_t'
9635         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
9636         (gl_SIGNAL_H_DEFAULTS): Add a default.
9637         * modules/signal (Makefile.am): Substitute if needed.
9638         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
9639         users can blindly add volatile.
9640         * doc/posix-headers/signal.texi (signal.h): Document it.
9641         Reported by Matthew Woehlke.
9642
9643 2009-03-23  Jim Meyering  <meyering@redhat.com>
9644
9645         pathmax: PATH_MAX: use pathconf only when available
9646         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
9647         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
9648         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
9649         This avoids a link failure in a PSP cross-compilation environment
9650         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
9651
9652         * lib/vasnprintf.c (divide): Fix typo in comment.
9653
9654 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9655
9656         * gnulib-tool (func_filter_filelist): Fix comment.
9657
9658 2009-03-20  Bruno Haible  <bruno@clisp.org>
9659
9660         Make sockets.h self-contained.
9661         * lib/sockets.c: Include sockets.h first.
9662         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
9663
9664 2009-03-19  Eric Blake  <ebb9@byu.net>
9665
9666         doc: mention more functions added in cygwin 1.7.0
9667         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
9668         addition.
9669         * doc/posix-functions/log2f.texi: Likewise.
9670
9671 2009-03-19  Jim Meyering  <meyering@redhat.com>
9672
9673         fsusage: avoid syntax error due to statement-before-declaration
9674         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
9675         after all declarations.  Reported by Matthew Woehlke in
9676         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
9677
9678 2009-03-18  Eric Blake  <ebb9@byu.net>
9679
9680         build-aux/compile: sync from automake
9681         * build-aux/compile: New file, from automake.
9682         * config/srclist.txt: Mention build-aux/compile.
9683
9684 2009-03-17  Bruno Haible  <bruno@clisp.org>
9685
9686         * lib/git-merge-changelog.c: Fix typo in comment.
9687         Reported by Reuben Thomas <rrt@sc3d.org>.
9688
9689 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
9690
9691         * m4/regex.m4: update and improve help for
9692         --without-included-regex.
9693
9694 2009-03-17  Simon Josefsson  <simon@josefsson.org>
9695
9696         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
9697         failure on missing include files.
9698
9699 2009-03-17  Eric Blake  <ebb9@byu.net>
9700
9701         doc: mention more functions added in cygwin 1.7.0
9702         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
9703         addition.
9704         * doc/posix-functions/fwscanf.texi: Likewise.
9705         * doc/posix-functions/swprintf.texi: Likewise.
9706         * doc/posix-functions/swscanf.texi: Likewise.
9707         * doc/posix-functions/vfwprintf.texi: Likewise.
9708         * doc/posix-functions/vfwscanf.texi: Likewise.
9709         * doc/posix-functions/vswprintf.texi: Likewise.
9710         * doc/posix-functions/vswscanf.texi: Likewise.
9711         * doc/posix-functions/vwprintf.texi: Likewise.
9712         * doc/posix-functions/vwscanf.texi: Likewise.
9713         * doc/posix-functions/wcscasecmp.texi: Likewise.
9714         * doc/posix-functions/wcsdup.texi: Likewise.
9715         * doc/posix-functions/wcsftime.texi: Likewise.
9716         * doc/posix-functions/wcsncasecmp.texi: Likewise.
9717         * doc/posix-functions/wprintf.texi: Likewise.
9718         * doc/posix-functions/wscanf.texi: Likewise.
9719         * doc/glibc-functions/gethostbyname2.texi: Likewise.
9720
9721 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9722
9723         maint.mk: really add $(AM_MAKEFLAGS)
9724         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
9725         was inadvertently omitted in the last commit.
9726         Spotted by Bruno Haible.
9727
9728         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
9729         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
9730         $(AM_MAKEFLAGS)' rather than plain `make'.
9731
9732         gnulib-tool: execute $MAKE not make
9733         * gnulib-tool: Default $MAKE to 'make'.
9734         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
9735         than make.  Initialize $MAKE in the do-autobuild script.
9736
9737         gnulib-tool: use $MAKE not make in generated files
9738         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
9739         make, in generated files.  Initialize $MAKE in the do-autobuild
9740         script.
9741
9742         * top/GNUmakefile (_have-git-version-gen): Fix typo.
9743
9744         GNUmakefile: disable parallelism only for multiple, recursive targets
9745         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
9746         additions in the Makefile.
9747         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
9748         by Automake.
9749         (.NOTPARALLEL): Only disable parallel builds if multiple targets
9750         are listed on the command line and at least one of them is
9751         listed in $(ALL_RECURSIVE_TARGETS).
9752
9753 2009-03-14  Bruno Haible  <bruno@clisp.org>
9754
9755         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
9756         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
9757         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
9758         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
9759         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
9760         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
9761         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
9762         unistr/u8-uctomb.
9763         * modules/unistr/u8-strchr (Depends-on): Likewise.
9764         * modules/unistr/u8-strrchr (Depends-on): Likewise.
9765         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
9766         unistr/u16-uctomb.
9767         * modules/unistr/u16-strchr (Depends-on): Likewise.
9768         * modules/unistr/u16-strrchr (Depends-on): Likewise.
9769
9770 2009-03-12  Bruno Haible  <bruno@clisp.org>
9771
9772         Work around select() bug on Interix 3.5.
9773         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
9774         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
9775         * m4/select.m4: New file.
9776         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
9777         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
9778         * modules/select (Files): Add m4/select.m4.
9779         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
9780         * modules/nanosleep (Depends-on): Add select.
9781         * modules/poll (Depends-on): Likewise.
9782         * doc/posix-functions/select.texi: Mention the Interix bug.
9783         Reported by Markus Duft <mduft@gentoo.org>.
9784
9785         * lib/select.c: Renamed from lib/winsock-select.c.
9786         * modules/select (Files): Add lib/select.c, remove
9787         lib/winsock-select.c.
9788         (configure.ac): Update.
9789
9790 2009-03-12  Jim Meyering  <meyering@redhat.com>
9791
9792         avoid gcc warnings about unused macro definitions
9793         * lib/readtokens.c (STREQ): Remove unused definition.
9794         * lib/xmalloc.c (SIZE_MAX): Likewise.
9795         * lib/openat-die.c (N_): Likewise.
9796         * lib/mountlist.c (SIZE_MAX): Remove definition.
9797         Instead, include <stdint.h>.
9798         * lib/readutmp.c: Likewise.
9799         * modules/readutmp (Depends-on): Add stdint.
9800         * modules/mountlist (Depends-on): Add stdint.
9801         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
9802
9803 2009-03-10  Bruno Haible  <bruno@clisp.org>
9804
9805         Tests for module 'mbmemcasecoll'.
9806         * modules/mbmemcasecoll-tests: New file.
9807         * tests/test-mbmemcasecoll1.sh: New file.
9808         * tests/test-mbmemcasecoll2.sh: New file.
9809         * tests/test-mbmemcasecoll3.sh: New file.
9810         * tests/test-mbmemcasecoll.c: New file.
9811
9812         New module 'mbmemcasecoll'.
9813         * lib/mbmemcasecoll.h: New file.
9814         * lib/mbmemcasecoll.c: New file.
9815         * modules/mbmemcasecoll: New file.
9816
9817         * tests/test-mbmemcasecmp.h: New file, extracted from
9818         tests/test-mbmemcasecmp.c.
9819         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
9820         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
9821         (main): Update.
9822         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
9823
9824 2009-03-09  Bruno Haible  <bruno@clisp.org>
9825
9826         Tests for module 'mbmemcasecmp'.
9827         * modules/mbmemcasecmp-tests: New file.
9828         * tests/test-mbmemcasecmp1.sh: New file.
9829         * tests/test-mbmemcasecmp2.sh: New file.
9830         * tests/test-mbmemcasecmp3.sh: New file.
9831         * tests/test-mbmemcasecmp.c: New file.
9832
9833         New module 'mbmemcasecmp'.
9834         * lib/mbmemcasecmp.h: New file.
9835         * lib/mbmemcasecmp.c: New file.
9836         * modules/mbmemcasecmp: New file.
9837
9838 2009-03-09  Bruno Haible  <bruno@clisp.org>
9839
9840         Tests for module 'unicase/ulc-casecoll'.
9841         * modules/unicase/ulc-casecoll-tests: New file.
9842         * tests/unicase/test-ulc-casecoll1.sh: New file.
9843         * tests/unicase/test-ulc-casecoll2.sh: New file.
9844         * tests/unicase/test-ulc-casecoll.c: New file.
9845
9846         New module 'unicase/ulc-casecoll'.
9847         * lib/unicase.h (ulc_casecoll): New declaration.
9848         * lib/unicase/ulc-casecoll.c: New file.
9849         * modules/unicase/ulc-casecoll: New file.
9850
9851         New module 'unicase/ulc-casexfrm'.
9852         * lib/unicase.h (ulc_casexfrm): New declaration.
9853         * lib/unicase/ulc-casexfrm.c: New file.
9854         * modules/unicase/ulc-casexfrm: New file.
9855
9856 2009-03-09  Bruno Haible  <bruno@clisp.org>
9857
9858         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
9859         invocations.
9860
9861         * m4/mbscasecmp.m4: Remove file.
9862         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
9863         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
9864
9865         * m4/mbscasestr.m4: Remove file.
9866         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
9867         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
9868
9869         * m4/mbschr.m4: Remove file.
9870         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
9871         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
9872
9873         * m4/mbscspn.m4: Remove file.
9874         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
9875         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
9876
9877         * m4/mbslen.m4: Remove file.
9878         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
9879         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
9880
9881         * m4/mbsncasecmp.m4: Remove file.
9882         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
9883         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
9884
9885         * m4/mbsnlen.m4: Remove file.
9886         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
9887         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
9888
9889         * m4/mbspbrk.m4: Remove file.
9890         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
9891         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
9892
9893         * m4/mbspcasecmp.m4: Remove file.
9894         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
9895         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
9896
9897         * m4/mbsrchr.m4: Remove file.
9898         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
9899         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
9900
9901         * m4/mbssep.m4: Remove file.
9902         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
9903         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
9904
9905         * m4/mbsspn.m4: Remove file.
9906         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
9907         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
9908
9909         * m4/mbsstr.m4: Remove file.
9910         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
9911         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
9912
9913         * m4/mbstok_r.m4: Remove file.
9914         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
9915         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
9916
9917         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
9918
9919         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
9920         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
9921
9922         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
9923
9924 2009-03-08  Bruno Haible  <bruno@clisp.org>
9925
9926         Tests for module 'unicase/ulc-casecmp'.
9927         * modules/unicase/ulc-casecmp-tests: New file.
9928         * tests/unicase/test-ulc-casecmp1.sh: New file.
9929         * tests/unicase/test-ulc-casecmp2.sh: New file.
9930         * tests/unicase/test-ulc-casecmp.c: New file.
9931
9932         New module 'unicase/ulc-casecmp'.
9933         * lib/unicase.h (ulc_casecmp): New declaration.
9934         * lib/unicase/ulc-casecmp.c: New file.
9935         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
9936         'const SRC_UNIT *'.
9937         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
9938         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
9939         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
9940         * modules/unicase/ulc-casecmp: New file.
9941
9942         Tests for module 'unicase/u32-is-cased'.
9943         * modules/unicase/u32-is-cased-tests: New file.
9944         * tests/unicase/test-u32-is-cased.c: New file.
9945
9946         Tests for module 'unicase/u16-is-cased'.
9947         * modules/unicase/u16-is-cased-tests: New file.
9948         * tests/unicase/test-u16-is-cased.c: New file.
9949
9950         Tests for module 'unicase/u8-is-cased'.
9951         * modules/unicase/u8-is-cased-tests: New file.
9952         * tests/unicase/test-u8-is-cased.c: New file.
9953         * tests/unicase/test-is-cased.h: New file.
9954
9955         New module 'unicase/u32-is-cased'.
9956         * lib/unicase/u32-is-cased.c: New file.
9957         * modules/unicase/u32-is-cased: New file.
9958
9959         New module 'unicase/u16-is-cased'.
9960         * lib/unicase/u16-is-cased.c: New file.
9961         * modules/unicase/u16-is-cased: New file.
9962
9963         New module 'unicase/u8-is-cased'.
9964         * lib/unicase/u8-is-cased.c: New file.
9965         * lib/unicase/u-is-cased.h: New file.
9966         * modules/unicase/u8-is-cased: New file.
9967
9968         Tests for module 'unicase/u32-is-casefolded'.
9969         * modules/unicase/u32-is-casefolded-tests: New file.
9970         * tests/unicase/test-u32-is-casefolded.c: New file.
9971
9972         Tests for module 'unicase/u16-is-casefolded'.
9973         * modules/unicase/u16-is-casefolded-tests: New file.
9974         * tests/unicase/test-u16-is-casefolded.c: New file.
9975
9976         Tests for module 'unicase/u8-is-casefolded'.
9977         * modules/unicase/u8-is-casefolded-tests: New file.
9978         * tests/unicase/test-u8-is-casefolded.c: New file.
9979         * tests/unicase/test-is-casefolded.h: New file.
9980
9981         New module 'unicase/u32-is-casefolded'.
9982         * lib/unicase/u32-is-casefolded.c: New file.
9983         * modules/unicase/u32-is-casefolded: New file.
9984
9985         New module 'unicase/u16-is-casefolded'.
9986         * lib/unicase/u16-is-casefolded.c: New file.
9987         * modules/unicase/u16-is-casefolded: New file.
9988
9989         New module 'unicase/u8-is-casefolded'.
9990         * lib/unicase/u8-is-casefolded.c: New file.
9991         * modules/unicase/u8-is-casefolded: New file.
9992
9993         Tests for module 'unicase/u32-is-titlecase'.
9994         * modules/unicase/u32-is-titlecase-tests: New file.
9995         * tests/unicase/test-u32-is-titlecase.c: New file.
9996
9997         Tests for module 'unicase/u16-is-titlecase'.
9998         * modules/unicase/u16-is-titlecase-tests: New file.
9999         * tests/unicase/test-u16-is-titlecase.c: New file.
10000
10001         Tests for module 'unicase/u8-is-titlecase'.
10002         * modules/unicase/u8-is-titlecase-tests: New file.
10003         * tests/unicase/test-u8-is-titlecase.c: New file.
10004         * tests/unicase/test-is-titlecase.h: New file.
10005
10006         New module 'unicase/u32-is-titlecase'.
10007         * lib/unicase/u32-is-titlecase.c: New file.
10008         * modules/unicase/u32-is-titlecase: New file.
10009
10010         New module 'unicase/u16-is-titlecase'.
10011         * lib/unicase/u16-is-titlecase.c: New file.
10012         * modules/unicase/u16-is-titlecase: New file.
10013
10014         New module 'unicase/u8-is-titlecase'.
10015         * lib/unicase/u8-is-titlecase.c: New file.
10016         * modules/unicase/u8-is-titlecase: New file.
10017
10018         Tests for module 'unicase/u32-is-lowercase'.
10019         * modules/unicase/u32-is-lowercase-tests: New file.
10020         * tests/unicase/test-u32-is-lowercase.c: New file.
10021
10022         Tests for module 'unicase/u16-is-lowercase'.
10023         * modules/unicase/u16-is-lowercase-tests: New file.
10024         * tests/unicase/test-u16-is-lowercase.c: New file.
10025
10026         Tests for module 'unicase/u8-is-lowercase'.
10027         * modules/unicase/u8-is-lowercase-tests: New file.
10028         * tests/unicase/test-u8-is-lowercase.c: New file.
10029         * tests/unicase/test-is-lowercase.h: New file.
10030
10031         New module 'unicase/u32-is-lowercase'.
10032         * lib/unicase/u32-is-lowercase.c: New file.
10033         * modules/unicase/u32-is-lowercase: New file.
10034
10035         New module 'unicase/u16-is-lowercase'.
10036         * lib/unicase/u16-is-lowercase.c: New file.
10037         * modules/unicase/u16-is-lowercase: New file.
10038
10039         New module 'unicase/u8-is-lowercase'.
10040         * lib/unicase/u8-is-lowercase.c: New file.
10041         * modules/unicase/u8-is-lowercase: New file.
10042
10043         Tests for module 'unicase/u32-is-uppercase'.
10044         * modules/unicase/u32-is-uppercase-tests: New file.
10045         * tests/unicase/test-u32-is-uppercase.c: New file.
10046
10047         Tests for module 'unicase/u16-is-uppercase'.
10048         * modules/unicase/u16-is-uppercase-tests: New file.
10049         * tests/unicase/test-u16-is-uppercase.c: New file.
10050
10051         Tests for module 'unicase/u8-is-uppercase'.
10052         * modules/unicase/u8-is-uppercase-tests: New file.
10053         * tests/unicase/test-u8-is-uppercase.c: New file.
10054         * tests/unicase/test-is-uppercase.h: New file.
10055
10056         New module 'unicase/u32-is-uppercase'.
10057         * lib/unicase/u32-is-uppercase.c: New file.
10058         * modules/unicase/u32-is-uppercase: New file.
10059
10060         New module 'unicase/u16-is-uppercase'.
10061         * lib/unicase/u16-is-uppercase.c: New file.
10062         * modules/unicase/u16-is-uppercase: New file.
10063
10064         New module 'unicase/u8-is-uppercase'.
10065         * lib/unicase/u8-is-uppercase.c: New file.
10066         * modules/unicase/u8-is-uppercase: New file.
10067
10068         New module 'unicase/u32-is-invariant'.
10069         * lib/unicase/u32-is-invariant.c: New file.
10070         * modules/unicase/u32-is-invariant: New file.
10071
10072         New module 'unicase/u16-is-invariant'.
10073         * lib/unicase/u16-is-invariant.c: New file.
10074         * modules/unicase/u16-is-invariant: New file.
10075
10076         New module 'unicase/u8-is-invariant'.
10077         * lib/unicase/u8-is-invariant.c: New file.
10078         * lib/unicase/invariant.h: New file.
10079         * lib/unicase/u-is-invariant.h: New file.
10080         * modules/unicase/u8-is-invariant: New file.
10081
10082         Tests for module 'unicase/u32-casecoll'.
10083         * modules/unicase/u32-casecoll-tests: New file.
10084         * tests/unicase/test-u32-casecoll.c: New file.
10085
10086         Tests for module 'unicase/u16-casecoll'.
10087         * modules/unicase/u16-casecoll-tests: New file.
10088         * tests/unicase/test-u16-casecoll.c: New file.
10089
10090         Tests for module 'unicase/u8-casecoll'.
10091         * modules/unicase/u8-casecoll-tests: New file.
10092         * tests/unicase/test-u8-casecoll.c: New file.
10093
10094         New module 'unicase/u32-casecoll'.
10095         * lib/unicase/u32-casecoll.c: New file.
10096         * modules/unicase/u32-casecoll: New file.
10097
10098         New module 'unicase/u16-casecoll'.
10099         * lib/unicase/u16-casecoll.c: New file.
10100         * modules/unicase/u16-casecoll: New file.
10101
10102         New module 'unicase/u8-casecoll'.
10103         * lib/unicase/u8-casecoll.c: New file.
10104         * lib/unicase/u-casecoll.h: New file.
10105         * modules/unicase/u8-casecoll: New file.
10106
10107         New module 'unicase/u32-casexfrm'.
10108         * lib/unicase/u32-casexfrm.c: New file.
10109         * modules/unicase/u32-casexfrm: New file.
10110
10111         New module 'unicase/u16-casexfrm'.
10112         * lib/unicase/u16-casexfrm.c: New file.
10113         * modules/unicase/u16-casexfrm: New file.
10114
10115         New module 'unicase/u8-casexfrm'.
10116         * lib/unicase/u8-casexfrm.c: New file.
10117         * lib/unicase/u-casexfrm.h: New file.
10118         * modules/unicase/u8-casexfrm: New file.
10119
10120         Tests for module 'unicase/u32-casecmp'.
10121         * modules/unicase/u32-casecmp-tests: New file.
10122         * tests/unicase/test-u32-casecmp.c: New file.
10123
10124         Tests for module 'unicase/u16-casecmp'.
10125         * modules/unicase/u16-casecmp-tests: New file.
10126         * tests/unicase/test-u16-casecmp.c: New file.
10127
10128         Tests for module 'unicase/u8-casecmp'.
10129         * modules/unicase/u8-casecmp-tests: New file.
10130         * tests/unicase/test-u8-casecmp.c: New file.
10131         * tests/unicase/test-casecmp.h: New file.
10132
10133         New module 'unicase/u32-casecmp'.
10134         * lib/unicase/u32-casecmp.c: New file.
10135         * modules/unicase/u32-casecmp: New file.
10136
10137         New module 'unicase/u16-casecmp'.
10138         * lib/unicase/u16-casecmp.c: New file.
10139         * modules/unicase/u16-casecmp: New file.
10140
10141         New module 'unicase/u8-casecmp'.
10142         * lib/unicase/u8-casecmp.c: New file.
10143         * lib/unicase/u-casecmp.h: New file.
10144         * modules/unicase/u8-casecmp: New file.
10145
10146         Tests for module 'unicase/u32-casefold'.
10147         * modules/unicase/u32-casefold-tests: New file.
10148         * tests/unicase/test-u32-casefold.c: New file.
10149
10150         Tests for module 'unicase/u16-casefold'.
10151         * modules/unicase/u16-casefold-tests: New file.
10152         * tests/unicase/test-u16-casefold.c: New file.
10153
10154         Tests for module 'unicase/u8-casefold'.
10155         * modules/unicase/u8-casefold-tests: New file.
10156         * tests/unicase/test-u8-casefold.c: New file.
10157
10158         New module 'unicase/u32-casefold'.
10159         * lib/unicase/u32-casefold.c: New file.
10160         * modules/unicase/u32-casefold: New file.
10161
10162         New module 'unicase/u16-casefold'.
10163         * lib/unicase/u16-casefold.c: New file.
10164         * modules/unicase/u16-casefold: New file.
10165
10166         New module 'unicase/u8-casefold'.
10167         * lib/unicase/u8-casefold.c: New file.
10168         * lib/unicase/u-casefold.h: New file.
10169         * modules/unicase/u8-casefold: New file.
10170
10171         New module 'unicase/tocasefold'.
10172         * lib/unicase/casefold.h: New file.
10173         * lib/unicase/tocasefold.c: New file.
10174         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
10175         * modules/unicase/tocasefold: New file.
10176
10177         Tests for module 'unicase/u32-totitle'.
10178         * modules/unicase/u32-totitle-tests: New file.
10179         * tests/unicase/test-u32-totitle.c: New file.
10180
10181         Tests for module 'unicase/u16-totitle'.
10182         * modules/unicase/u16-totitle-tests: New file.
10183         * tests/unicase/test-u16-totitle.c: New file.
10184
10185         Tests for module 'unicase/u8-totitle'.
10186         * modules/unicase/u8-totitle-tests: New file.
10187         * tests/unicase/test-u8-totitle.c: New file.
10188
10189         New module 'unicase/u32-totitle'.
10190         * lib/unicase/u32-totitle.c: New file.
10191         * modules/unicase/u32-totitle: New file.
10192
10193         New module 'unicase/u16-totitle'.
10194         * lib/unicase/u16-totitle.c: New file.
10195         * modules/unicase/u16-totitle: New file.
10196
10197         New module 'unicase/u8-totitle'.
10198         * lib/unicase/u8-totitle.c: New file.
10199         * lib/unicase/u-totitle.h: New file.
10200         * modules/unicase/u8-totitle: New file.
10201
10202         Tests for module 'unicase/u32-tolower'.
10203         * modules/unicase/u32-tolower-tests: New file.
10204         * tests/unicase/test-u32-tolower.c: New file.
10205
10206         Tests for module 'unicase/u16-tolower'.
10207         * modules/unicase/u16-tolower-tests: New file.
10208         * tests/unicase/test-u16-tolower.c: New file.
10209
10210         Tests for module 'unicase/u8-tolower'.
10211         * modules/unicase/u8-tolower-tests: New file.
10212         * tests/unicase/test-u8-tolower.c: New file.
10213
10214         New module 'unicase/u32-tolower'.
10215         * lib/unicase/u32-tolower.c: New file.
10216         * modules/unicase/u32-tolower: New file.
10217
10218         New module 'unicase/u16-tolower'.
10219         * lib/unicase/u16-tolower.c: New file.
10220         * modules/unicase/u16-tolower: New file.
10221
10222         New module 'unicase/u8-tolower'.
10223         * lib/unicase/u8-tolower.c: New file.
10224         * modules/unicase/u8-tolower: New file.
10225
10226         Tests for module 'unicase/u32-toupper'.
10227         * modules/unicase/u32-toupper-tests: New file.
10228         * tests/unicase/test-u32-toupper.c: New file.
10229
10230         Tests for module 'unicase/u16-toupper'.
10231         * modules/unicase/u16-toupper-tests: New file.
10232         * tests/unicase/test-u16-toupper.c: New file.
10233
10234         Tests for module 'unicase/u8-toupper'.
10235         * modules/unicase/u8-toupper-tests: New file.
10236         * tests/unicase/test-u8-toupper.c: New file.
10237
10238         New module 'unicase/u32-toupper'.
10239         * lib/unicase/u32-toupper.c: New file.
10240         * modules/unicase/u32-toupper: New file.
10241
10242         New module 'unicase/u16-toupper'.
10243         * lib/unicase/u16-toupper.c: New file.
10244         * modules/unicase/u16-toupper: New file.
10245
10246         New module 'unicase/u8-toupper'.
10247         * lib/unicase/u8-toupper.c: New file.
10248         * modules/unicase/u8-toupper: New file.
10249
10250         New module 'unicase/u32-casemap'.
10251         * lib/unicase/u32-casemap.c: New file.
10252         * modules/unicase/u32-casemap: New file.
10253
10254         New module 'unicase/u16-casemap'.
10255         * lib/unicase/u16-casemap.c: New file.
10256         * modules/unicase/u16-casemap: New file.
10257
10258         New module 'unicase/u8-casemap'.
10259         * lib/unicase/unicasemap.h: New file.
10260         * lib/unicase/u8-casemap.c: New file.
10261         * lib/unicase/u-casemap.h: New file.
10262         * modules/unicase/u8-casemap: New file.
10263
10264         New module 'unicase/special-casing'.
10265         * lib/unicase/special-casing.h: New file.
10266         * lib/unicase/special-casing.c: New file.
10267         * lib/unicase/special-casing-table.gperf: New file, generated by
10268         gen-uni-tables.c.
10269         * modules/unicase/special-casing: New file.
10270
10271         Tests for module 'unicase/locale-language'.
10272         * modules/unicase/locale-language-tests: New file.
10273         * tests/unicase/test-locale-language.sh: New file.
10274         * tests/unicase/test-locale-language.c: New file.
10275
10276         New module 'unicase/locale-language'.
10277         * lib/unicase/locale-language.c: New file.
10278         * lib/unicase/locale-languages.gperf: New file.
10279         * modules/unicase/locale-language: New file.
10280
10281         Generate more tables for case conversion and case folding.
10282         * lib/gen-uni-tables.c (SCC_*): New enum items.
10283         (struct special_casing_rule): New type.
10284         (casing_rules, num_casing_rules, allocated_casing_rules): New
10285         variables.
10286         (add_casing_rule, fill_casing_rules): New functions.
10287         (struct casefold_rule): New type.
10288         (casefolding_rules, num_casefolding_rules,
10289         allocated_casefolding_rules): New variables.
10290         (fill_casefolding_rules): New function.
10291         (unicode_casefold): New variable.
10292         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
10293         sort_casing_rules, output_casing_rules): New functions.
10294         (main): Accept to more arguments: SpecialCasing.txt and
10295         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
10296         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
10297         Output mapping for casefolding.
10298
10299         * lib/unicase.h: Include stdbool.h, uninorm.h.
10300         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
10301         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
10302         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
10303         arguments.
10304         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
10305         resultp arguments.
10306         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
10307         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
10308         resultp arguments.
10309         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
10310         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
10311         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
10312         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
10313         declarations.
10314         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
10315
10316 2009-03-08  Bruno Haible  <bruno@clisp.org>
10317
10318         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
10319         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
10320         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
10321         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
10322
10323 2009-03-07  Bruno Haible  <bruno@clisp.org>
10324
10325         Adjust u*_normcmp, u*_normcoll API.
10326         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
10327         u16_normcoll, u32_normcoll): Change failure conventions.
10328         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
10329         errno and return -1.
10330         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
10331
10332 2009-03-07  Bruno Haible  <bruno@clisp.org>
10333
10334         Tests for module 'uninorm/u32-normcoll'.
10335         * modules/uninorm/u32-normcoll-tests: New file.
10336         * tests/uninorm/test-u32-normcoll.c: New file.
10337
10338         Tests for module 'uninorm/u16-normcoll'.
10339         * modules/uninorm/u16-normcoll-tests: New file.
10340         * tests/uninorm/test-u16-normcoll.c: New file.
10341
10342         Tests for module 'uninorm/u8-normcoll'.
10343         * modules/uninorm/u8-normcoll-tests: New file.
10344         * tests/uninorm/test-u8-normcoll.c: New file.
10345
10346 2009-03-07  Bruno Haible  <bruno@clisp.org>
10347
10348         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
10349         tests/uninorm/test-u32-normcmp.c.
10350         * tests/uninorm/test-u32-normcmp.c: Include it.
10351         (test_nonascii): New function, extracted from main. Add some more
10352         tests.
10353         (main): Invoke test_ascii and test_nonascii.
10354         * modules/uninorm/u32-normcmp-tests (Files): Add
10355         tests/uninorm/test-u32-normcmp.h.
10356         (Depends-on): Remove uninorm/u32-normcmp.
10357
10358         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
10359         tests/uninorm/test-u16-normcmp.c.
10360         * tests/uninorm/test-u16-normcmp.c: Include it.
10361         (test_nonascii): New function, extracted from main. Add some more
10362         tests.
10363         (main): Invoke test_ascii and test_nonascii.
10364         * modules/uninorm/u16-normcmp-tests (Files): Add
10365         tests/uninorm/test-u16-normcmp.h.
10366         (Depends-on): Remove uninorm/u16-normcmp.
10367
10368         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
10369         tests/uninorm/test-u8-normcmp.c.
10370         * tests/uninorm/test-u8-normcmp.c: Include it.
10371         (test_nonascii): New function, extracted from main. Add some more
10372         tests.
10373         (main): Invoke test_ascii and test_nonascii.
10374         * modules/uninorm/u8-normcmp-tests (Files): Add
10375         tests/uninorm/test-u8-normcmp.h.
10376         (Depends-on): Remove uninorm/u8-normcmp.
10377
10378 2009-03-07  Bruno Haible  <bruno@clisp.org>
10379
10380         New module 'uninorm/u32-normcoll'.
10381         * lib/uninorm/u32-normcoll.c: New file.
10382         * modules/uninorm/u32-normcoll: New file.
10383
10384         New module 'uninorm/u16-normcoll'.
10385         * lib/uninorm/u16-normcoll.c: New file.
10386         * modules/uninorm/u16-normcoll: New file.
10387
10388         New module 'uninorm/u8-normcoll'.
10389         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
10390         declarations.
10391         * lib/uninorm/u8-normcoll.c: New file.
10392         * lib/uninorm/u-normcoll.h: New file.
10393         * modules/uninorm/u8-normcoll: New file.
10394
10395         New module 'uninorm/u32-normxfrm'.
10396         * lib/uninorm/u32-normxfrm.c: New file.
10397         * modules/uninorm/u32-normxfrm: New file.
10398
10399         New module 'uninorm/u16-normxfrm'.
10400         * lib/uninorm/u16-normxfrm.c: New file.
10401         * modules/uninorm/u16-normxfrm: New file.
10402
10403         New module 'uninorm/u8-normxfrm'.
10404         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
10405         declarations.
10406         * lib/uninorm/u8-normxfrm.c: New file.
10407         * lib/uninorm/u-normxfrm.h: New file.
10408         * modules/uninorm/u8-normxfrm: New file.
10409
10410 2009-03-07  Bruno Haible  <bruno@clisp.org>
10411
10412         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
10413         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
10414         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
10415
10416 2009-03-07  Bruno Haible  <bruno@clisp.org>
10417
10418         New module 'memxfrm'.
10419         * lib/memxfrm.h: New file.
10420         * lib/memxfrm.c: New file.
10421         * modules/memxfrm: New file.
10422
10423 2009-03-07  Bruno Haible  <bruno@clisp.org>
10424
10425         New module 'memcmp2'.
10426         * lib/memcmp2.h: New file.
10427         * lib/memcmp2.c: New file.
10428         * modules/memcmp2: New file.
10429
10430 2009-03-07  Bruno Haible  <bruno@clisp.org>
10431
10432         Tests for module 'uninorm/decomposing-form'.
10433         * modules/uninorm/decomposing-form-tests: New file.
10434         * tests/uninorm/test-decomposing-form.c: New file.
10435
10436         New module 'uninorm/decomposing-form'.
10437         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
10438         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
10439         Add 'decomposing_variant' field.
10440         * lib/uninorm/decomposing-form.c: New file.
10441         * lib/uninorm/nfc.c (uninorm_nfc): Update.
10442         * lib/uninorm/nfd.c (uninorm_nfd): Update.
10443         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
10444         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
10445         * modules/uninorm/decomposing-form: New file.
10446         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
10447         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
10448
10449 2009-03-07  Bruno Haible  <bruno@clisp.org>
10450
10451         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
10452         strings.
10453
10454 2009-03-06  Bruno Haible  <bruno@clisp.org>
10455
10456         Tests for module 'uninorm/u32-normcmp'.
10457         * tests/uninorm/test-u32-normcmp.c: New file.
10458         * modules/uninorm/u32-normcmp-tests: New file.
10459
10460         Tests for module 'uninorm/u16-normcmp'.
10461         * tests/uninorm/test-u16-normcmp.c: New file.
10462         * modules/uninorm/u16-normcmp-tests: New file.
10463
10464         Tests for module 'uninorm/u8-normcmp'.
10465         * tests/uninorm/test-u8-normcmp.c: New file.
10466         * modules/uninorm/u8-normcmp-tests: New file.
10467
10468         New module 'uninorm/u32-normcmp'.
10469         * lib/uninorm/u32-normcmp.c: New file.
10470         * modules/uninorm/u32-normcmp: New file.
10471
10472         New module 'uninorm/u16-normcmp'.
10473         * lib/uninorm/u16-normcmp.c: New file.
10474         * modules/uninorm/u16-normcmp: New file.
10475
10476         New module 'uninorm/u8-normcmp'.
10477         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
10478         declarations.
10479         * lib/uninorm/u8-normcmp.c: New file.
10480         * lib/uninorm/u-normcmp.h: New file.
10481         * modules/uninorm/u8-normcmp: New file.
10482
10483 2009-03-06  Bruno Haible  <bruno@clisp.org>
10484
10485         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
10486         Reported by Eric Blake.
10487
10488 2009-03-06  Eric Blake  <ebb9@byu.net>
10489             Bruno Haible  <bruno@clisp.org>
10490
10491         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
10492         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
10493         condition.
10494         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
10495         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
10496         condition.
10497         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
10498
10499 2009-03-06  Eric Blake  <ebb9@byu.net>
10500
10501         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
10502         to avoid compiler warnings.
10503         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
10504
10505 2009-03-05  Bruno Haible  <bruno@clisp.org>
10506
10507         * tests/test-ftell.c (main): Disable test beyond end of file on
10508         FreeMiNT.
10509         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
10510
10511 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
10512
10513         * lib/filevercmp.c: Move hidden files up in ordering.
10514         * tests/test-filevercmp.c: Add tests for hidden files.
10515
10516 2009-03-04  Bruno Haible  <bruno@clisp.org>
10517
10518         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
10519         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
10520         AM_CFLAGS.
10521         Reported by Simon Josefsson.
10522
10523 2009-03-03  Bruno Haible  <bruno@clisp.org>
10524
10525         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
10526         Reported by Simon Josefsson.
10527
10528         * doc/ld-version-script.texi: Update node reference.
10529
10530 2009-03-03  Bruno Haible  <bruno@clisp.org>
10531
10532         * modules/visibility (License): Change to 'unlimited'.
10533         Suggested by Simon Josefsson.
10534
10535 2009-03-03  Jim Meyering  <meyering@redhat.com>
10536
10537         unlinkdir: cannot_unlink_dir may modify process state
10538         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
10539         it's neither thread-safe nor appropriate for use in a library.
10540
10541 2009-03-03  Eric Blake  <ebb9@byu.net>
10542
10543         test-closein: silence test under Darwin
10544         * tests/test-closein.sh: Ignore stderr from cat, since we don't
10545         care if it dies from EPIPE or EBADF.
10546
10547 2009-03-03  Bruno Haible  <bruno@clisp.org>
10548
10549         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
10550         earlier.
10551         * doc/visibility.texi: Fix @node and @section.
10552
10553 2009-03-03  Simon Josefsson  <simon@josefsson.org>
10554
10555         * doc/gnulib.texi: Link to sections for ld version script and
10556         visibility.
10557         * doc/visibility.texi: Add @node and @section.
10558         * modules/ld-version-script: New module.
10559         * m4/ld-version-script.m4: New file.
10560         * doc/ld-version-script.texi: New file.
10561
10562 2009-03-02  David Lutterkort  <lutter@redhat.com>
10563
10564         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
10565         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10566
10567 2009-03-02  Bruno Haible  <bruno@clisp.org>
10568
10569         * doc/visibility.texi: Mention libtool's -export-symbols option.
10570
10571 2009-03-02  Jim Meyering  <meyering@redhat.com>
10572
10573         announce-gen: new option: --no-print-checksums
10574         * build-aux/announce-gen (usage): Describe it.
10575         (print_checksums): Print a newline here, not in the [*] footnote.
10576         (main): Honor it.
10577
10578 2009-03-01  Bruno Haible  <bruno@clisp.org>
10579
10580         Use socklen_t in the native Windows replacements prototypes.
10581         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
10582         instead of 'int'.
10583         * lib/getsockopt.c (rpl_getsockopt): Likewise.
10584         * lib/setsockopt.c (rpl_setsockopt): Likewise.
10585         * modules/getsockopt (Depends-on): Add socklen.
10586         * modules/setsockopt (Depends-on): Add socklen.
10587
10588 2009-03-01  Bruno Haible  <bruno@clisp.org>
10589
10590         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
10591         least 4.2.
10592
10593 2009-03-01  Eric Blake  <ebb9@byu.net>
10594             Bruno Haible  <bruno@clisp.org>
10595
10596         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
10597         error messages.
10598         * lib/wait-process.c (wait_subprocess): Omit error message about
10599         deadly signal sent to the child of termsigp != NULL.
10600
10601 2009-03-01  Eric Blake  <ebb9@byu.net>
10602
10603         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
10604
10605 2009-03-01  Bruno Haible  <bruno@clisp.org>
10606
10607         Avoid a gcc warning.
10608         * tests/test-sched.c (b): Make global.
10609         Reported by Eric Blake.
10610
10611 2009-01-19  Martin Lambers  <marlam@marlam.de>
10612
10613         Provide POSIX semantics for socket timeout options on W32.
10614         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
10615         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
10616         * modules/setsockopt: Depend on sys_time module for struct timeval.
10617         * modules/getsockopt: Depend on sys_time module for struct timeval.
10618
10619 2009-03-01  Simon Josefsson  <simon@josefsson.org>
10620
10621         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
10622         __USE_GNU, for consistency with netdb.in.h.
10623         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10624
10625 2009-03-01  Bruno Haible  <bruno@clisp.org>
10626
10627         More support for FreeMiNT.
10628         * lib/fseeko.c (rpl_fseeko): Complete last commit.
10629         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10630
10631 2009-03-01  Bruno Haible  <bruno@clisp.org>
10632
10633         More support for FreeMiNT.
10634         * lib/fpurge.c (fpurge): Correct last commit.
10635         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10636
10637 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10638
10639         Fix unportable awk script in vc-list-files.
10640         * build-aux/vc-list-files: In the replacement awk script, use
10641         substr with a second argument of 1, not zero.
10642         Report by Simon Josefsson.
10643
10644 2009-02-28  Bruno Haible  <bruno@clisp.org>
10645
10646         More support for FreeMiNT.
10647         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
10648         to FreeMiNT today.
10649         * lib/fwriting.c (fwriting): Likewise.
10650         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
10651
10652 2009-02-28  Bruno Haible  <bruno@clisp.org>
10653
10654         * tests/test-freadseek.c (main): Disable test beyond end of file on
10655         FreeMiNT.
10656         * tests/test-ftello.c (main): Likewise.
10657         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
10658
10659 2009-02-28  Bruno Haible  <bruno@clisp.org>
10660
10661         Add tentative support for FreeMiNT.
10662         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
10663         * lib/fpurge.c (fpurge): Likewise.
10664         * lib/freadable.c (freadable): Likewise.
10665         * lib/freading.c (freading): Likewise.
10666         * lib/freadptr.c (freadptr): Likewise.
10667         * lib/freadseek.c (freadptrinc): Likewise.
10668         * lib/fseeko.c (rpl_fseeko): Likewise.
10669         * lib/fseterr.c (fseterr): Likewise.
10670         * lib/fwritable.c (fwritable): Likewise.
10671         * lib/fwriting.c (fwriting): Likewise.
10672         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
10673         Hourihane.
10674         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10675
10676 2009-02-28  Bruno Haible  <bruno@clisp.org>
10677
10678         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
10679         SIGCHLD.
10680         Reported by Jim Meyering.
10681
10682 2009-02-28  Bruno Haible  <bruno@clisp.org>
10683
10684         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
10685         Mention the results of these tests on various platforms.
10686         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
10687         order.
10688         * doc/posix-functions/printf.texi: Likewise.
10689         * doc/posix-functions/snprintf.texi: Likewise.
10690         * doc/posix-functions/sprintf.texi: Likewise.
10691         * doc/posix-functions/vfprintf.texi: Likewise.
10692         * doc/posix-functions/vprintf.texi: Likewise.
10693         * doc/posix-functions/vsnprintf.texi: Likewise.
10694         * doc/posix-functions/vsprintf.texi: Likewise.
10695         * doc/glibc-functions/obstack_printf.texi: Likewise.
10696         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
10697
10698 2009-02-28  Bruno Haible  <bruno@clisp.org>
10699
10700         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
10701         Reported by Loïc Minier <lool@dooz.org>.
10702
10703 2009-02-27  Bruno Haible  <bruno@clisp.org>
10704
10705         * gnulib-tool (func_import): Make the sed expression used to create the
10706         sed script for updating the .gitignore file POSIX compliant.
10707         Reported by Eric Blake.
10708
10709 2009-02-27  Bruno Haible  <bruno@clisp.org>
10710
10711         * gnulib-tool (sed): Don't alias as "sed --posix".
10712         Reported by Eric Blake.
10713
10714 2009-02-27  Bruno Haible  <bruno@clisp.org>
10715
10716         Avoid test link errors.
10717         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
10718         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
10719         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
10720         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
10721         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10722
10723 2009-02-27  Bruno Haible  <bruno@clisp.org>
10724
10725         Avoid spurious "(cached)" in configure output.
10726         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
10727         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
10728         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
10729         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
10730         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
10731         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
10732         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
10733         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
10734         Reported by Eric Blake.
10735
10736 2009-02-27  Eric Blake  <ebb9@byu.net>
10737
10738         printf: fix regression in previous patch
10739         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
10740
10741 2009-02-27  Bruno Haible  <bruno@clisp.org>
10742
10743         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
10744         value.
10745         * lib/stdint.in.h: Likewise.
10746         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
10747
10748 2009-02-27  Eric Blake  <ebb9@byu.net>
10749
10750         doc: mention more functions added in cygwin 1.7.0
10751         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
10752         addition.
10753         * doc/posix-functions/open_wmemstream.texi: Likewise.
10754         * doc/posix-functions/wcsnlen.texi: Likewise.
10755         * doc/posix-functions/wcsnrtombs.texi: Likewise.
10756         * doc/posix-functions/wcstod.texi: Likewise.
10757         * doc/posix-functions/wcstof.texi: Likewise.
10758         * doc/posix-functions/wcstoimax.texi: Likewise.
10759         * doc/posix-functions/wcstok.texi: Likewise.
10760         * doc/posix-functions/wcstoumax.texi: Likewise.
10761
10762         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
10763         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
10764         * doc/posix-functions/fprintf.texi: Update.
10765         * doc/posix-functions/printf.texi: Update.
10766         * doc/posix-functions/snprintf.texi: Update.
10767         * doc/posix-functions/sprintf.texi: Update.
10768         * doc/posix-functions/vfprintf.texi: Update.
10769         * doc/posix-functions/vprintf.texi: Update.
10770         * doc/posix-functions/vsnprintf.texi: Update.
10771         * doc/posix-functions/vsprintf.texi: Update.
10772         * doc/glibc-functions/obstack_printf.texi: Update.
10773         * doc/glibc-functions/obstack_vprintf.texi: Update.
10774
10775 2009-02-26  Eric Blake  <ebb9@byu.net>
10776
10777         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
10778         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
10779         compilation bug by using runtime conversion.
10780         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
10781         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
10782         * modules/ceill-tests (Files): Use nan.h.
10783         * modules/floorl-tests (Files): Likewise.
10784         * modules/frexpl-tests (Files): Likewise.
10785         * modules/isnanl-tests (Files): Likewise.
10786         * modules/ldexpl-tests (Files): Likewise.
10787         * modules/roundl-tests (Files): Likewise.
10788         * modules/truncl-tests (Files): Likewise.
10789         * tests/test-ceill.c (main): Use a working NaN.
10790         * tests/test-floorl.c (main): Likewise.
10791         * tests/test-frexpl.c (main): Likewise.
10792         * tests/test-isnan.c (test_long_double): Likewise.
10793         * tests/test-isnanl.h (main): Likewise.
10794         * tests/test-ldexpl.h (main): Likewise.
10795         * tests/test-roundl.h (main): Likewise.
10796         * tests/test-truncl.h (main): Likewise.
10797         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
10798
10799 2009-02-26  Eric Blake  <ebb9@byu.net>
10800             Bruno Haible  <bruno@clisp.org>
10801
10802         Work around a *printf bug with %ls on Solaris.
10803         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
10804         precision is specified, sprintf stops converting the wide string
10805         argument when the number of bytes that have been produced by this
10806         conversion equals or exceeds the precision.
10807         * doc/posix-functions/fprintf.texi: Update.
10808         * doc/posix-functions/printf.texi: Update.
10809         * doc/posix-functions/snprintf.texi: Update.
10810         * doc/posix-functions/sprintf.texi: Update.
10811         * doc/posix-functions/vfprintf.texi: Update.
10812         * doc/posix-functions/vprintf.texi: Update.
10813         * doc/posix-functions/vsnprintf.texi: Update.
10814         * doc/posix-functions/vsprintf.texi: Update.
10815         * doc/glibc-functions/obstack_printf.texi: Update.
10816         * doc/glibc-functions/obstack_vprintf.texi: Update.
10817
10818 2009-02-26  Eric Blake  <ebb9@byu.net>
10819
10820         stdlib: favor compiler check of random.h
10821         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
10822         to avoid an ObjC random.h installed by Swarm.
10823
10824 2009-02-26  Bruno Haible  <bruno@clisp.org>
10825
10826         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
10827         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
10828         Reported by Gary V. Vaughan <gary@gnu.org>.
10829
10830 2009-02-26  Bruno Haible  <bruno@clisp.org>
10831
10832         Fix *printf behaviour regarding the %ls directive.
10833         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
10834         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
10835         NEED_PRINTF_DIRECTIVE_LS.
10836         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
10837         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10838         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10839         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
10840         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
10841         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
10842         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
10843         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10844         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10845         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10846         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10847         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
10848         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10849         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10850         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10851         * doc/posix-functions/fprintf.texi: Update.
10852         * doc/posix-functions/printf.texi: Update.
10853         * doc/posix-functions/snprintf.texi: Update.
10854         * doc/posix-functions/sprintf.texi: Update.
10855         * doc/posix-functions/vfprintf.texi: Update.
10856         * doc/posix-functions/vprintf.texi: Update.
10857         * doc/posix-functions/vsnprintf.texi: Update.
10858         * doc/posix-functions/vsprintf.texi: Update.
10859         * doc/glibc-functions/obstack_printf.texi: Update.
10860         * doc/glibc-functions/obstack_vprintf.texi: Update.
10861         Reported by Eric Blake.
10862
10863 2009-02-25  Bruno Haible  <bruno@clisp.org>
10864
10865         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
10866         with known value.
10867         Reported by Gary V. Vaughan <gary@gnu.org>.
10868
10869 2009-02-25  Bruno Haible  <bruno@clisp.org>
10870
10871         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
10872         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
10873         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
10874         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
10875         Reported by Gary V. Vaughan <gary@gnu.org>.
10876
10877 2009-02-25  Bruno Haible  <bruno@clisp.org>
10878
10879         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
10880         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
10881         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
10882         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
10883         Reported by Gary V. Vaughan <gary@gnu.org>.
10884
10885 2009-02-25  Eric Blake  <ebb9@byu.net>
10886
10887         tests: skip fseek/ftell tests if ungetc is broken
10888         * m4/ungetc.m4: New file.
10889         * modules/fseek-tests: Split test, so ungetc dependency is
10890         separate from rest of test.
10891         * modules/fseeko-tests: Likewise.
10892         * modules/ftell-tests: Likewise.
10893         * modules/ftello-tests: Likewise.
10894         * tests/test-fseek.c (main): Isolate ungetc dependency.
10895         * tests/test-fseeko.c (main): Likewise.
10896         * tests/test-ftell.c (main): Likewise.
10897         * tests/test-ftello.c (main): Likewise.
10898         * tests/test-fseek2.sh: New file.
10899         * tests/test-fseeko2.sh: Likewise.
10900         * tests/test-ftell2.sh: Likewise.
10901         * tests/test-ftello2.sh: Likewise.
10902
10903 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
10904
10905         test-getaddrinfo: fix usage of skip return code 77
10906         * tests/test-gettaddrinfo.c: Return skip code 77 only
10907         for first occurance of skip (4x77 is not 77)
10908
10909 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
10910
10911         strtod: avoid C99 decl-after-statement
10912         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
10913
10914 2009-02-24  Eric Blake  <ebb9@byu.net>
10915
10916         strtod: detect HP-UX 11.31 bug
10917         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
10918         Reported by Gary V. Vaughan.
10919
10920 2009-02-23  Bruno Haible  <bruno@clisp.org>
10921
10922         Fix invalid read past end of memory block.
10923         * lib/vasnprintf.c (DCHAR_SET): Define.
10924         (local_wcslen): Define only when needed.
10925         (local_strnlen, local_wcsnlen): New functions.
10926         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
10927         directives that involve a conversion ourselves.
10928         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
10929         wcsnlen, mbrtowc, wcrtomb.
10930         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
10931         * tests/test-vasprintf-posix.c (test_function): Likewise.
10932         * tests/test-snprintf-posix.h (test_function): Likewise.
10933         * tests/test-sprintf-posix.h (test_function): Likewise.
10934         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10935
10936 2009-02-22  Bruno Haible  <bruno@clisp.org>
10937
10938         Implement new clarified decomposition of Hangul syllables.
10939         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
10940         of type LTV, return only a pairwise decomposition.
10941         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
10942         Likewise.
10943         * tests/uninorm/test-decomposition.c (main): Updated expected result.
10944         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
10945         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
10946
10947 2009-02-22  Bruno Haible  <bruno@clisp.org>
10948
10949         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
10950         zero-length results and shrink excess allocated memory.
10951         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
10952         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
10953         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
10954         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
10955         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
10956         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
10957         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
10958         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
10959         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
10960         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
10961         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
10962         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
10963
10964 2009-02-21  Bruno Haible  <bruno@clisp.org>
10965
10966         * doc/gnulib.texi: Include safe-alloc.texi earlier.
10967         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
10968         spaces after a period. Put a space between a macro name and its
10969         argument list. Trivial rewordings.
10970         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
10971         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
10972         (main): Return 0 explicitly.
10973
10974 2009-02-21  Bruno Haible  <bruno@clisp.org>
10975
10976         Tests for module 'uninorm/filter'.
10977         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
10978         * modules/uninorm/filter-tests: New file.
10979
10980         New module 'uninorm/filter'.
10981         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
10982         uninorm_filter_flush, uninorm_filter_free): New declarations.
10983         * lib/uninorm/uninorm-filter.c: New file.
10984         * modules/uninorm/filter: New file.
10985
10986 2009-02-21  Bruno Haible  <bruno@clisp.org>
10987
10988         Tests for module 'uninorm/nfkc'.
10989         * tests/uninorm/test-nfkc.c: New file.
10990         * tests/uninorm/test-u8-nfkc.c: New file.
10991         * tests/uninorm/test-u16-nfkc.c: New file.
10992         * tests/uninorm/test-u32-nfkc.c: New file.
10993         * tests/uninorm/test-u32-nfkc-big.sh: New file.
10994         * tests/uninorm/test-u32-nfkc-big.c: New file.
10995         * modules/uninorm/nfkc-tests: New file.
10996
10997         New module 'uninorm/nfkc'.
10998         * lib/uninorm/nfkc.c: New file.
10999         * modules/uninorm/nfkc: New file.
11000
11001         Tests for module 'uninorm/nfkd'.
11002         * tests/uninorm/test-nfkd.c: New file.
11003         * tests/uninorm/test-u8-nfkd.c: New file.
11004         * tests/uninorm/test-u16-nfkd.c: New file.
11005         * tests/uninorm/test-u32-nfkd.c: New file.
11006         * tests/uninorm/test-u32-nfkd-big.sh: New file.
11007         * tests/uninorm/test-u32-nfkd-big.c: New file.
11008         * modules/uninorm/nfkd-tests: New file.
11009
11010         New module 'uninorm/nfkd'.
11011         * lib/uninorm/nfkd.c: New file.
11012         * modules/uninorm/nfkd: New file.
11013
11014         Tests for module 'uninorm/nfc'.
11015         * tests/uninorm/test-nfc.c: New file.
11016         * tests/uninorm/test-u8-nfc.c: New file.
11017         * tests/uninorm/test-u16-nfc.c: New file.
11018         * tests/uninorm/test-u32-nfc.c: New file.
11019         * tests/uninorm/test-u32-nfc-big.sh: New file.
11020         * tests/uninorm/test-u32-nfc-big.c: New file.
11021         * modules/uninorm/nfc-tests: New file.
11022
11023         New module 'uninorm/nfc'.
11024         * lib/uninorm/nfc.c: New file.
11025         * modules/uninorm/nfc: New file.
11026
11027         Tests for module 'uninorm/nfd'.
11028         * tests/uninorm/test-nfd.c: New file.
11029         * tests/uninorm/test-u8-nfd.c: New file.
11030         * tests/uninorm/test-u16-nfd.c: New file.
11031         * tests/uninorm/test-u32-nfd.c: New file.
11032         * tests/uninorm/test-u32-nfd-big.sh: New file.
11033         * tests/uninorm/test-u32-nfd-big.c: New file.
11034         * tests/uninorm/test-u32-normalize-big.h: New file.
11035         * tests/uninorm/test-u32-normalize-big.c: New file.
11036         * tests/uninorm/NormalizationTest.txt: New file, created from
11037         Unicode 5.1.0 NormalizationTest.txt.
11038         * modules/uninorm/nfd-tests: New file.
11039
11040         New module 'uninorm/nfd'.
11041         * lib/uninorm/nfd.c: New file.
11042         * modules/uninorm/nfd: New file.
11043
11044         New module 'uninorm/u32-normalize'.
11045         * lib/uninorm/u32-normalize.c: New file.
11046         * modules/uninorm/u32-normalize: New file.
11047
11048         New module 'uninorm/u16-normalize'.
11049         * lib/uninorm/u16-normalize.c: New file.
11050         * modules/uninorm/u16-normalize: New file.
11051
11052         New module 'uninorm/u8-normalize'.
11053         * lib/uninorm/u8-normalize.c: New file.
11054         * lib/uninorm/normalize-internal.h: New file.
11055         * lib/uninorm/u-normalize-internal.h: New file.
11056         * modules/uninorm/u8-normalize: New file.
11057
11058         New module 'uninorm/decompose-internal'.
11059         * lib/uninorm/decompose-internal.c: New file.
11060         * modules/uninorm/decompose-internal: New file.
11061
11062         Tests for module 'uninorm/composition'.
11063         * tests/uninorm/test-composition.c: New file.
11064         * modules/uninorm/composition-tests: New file.
11065
11066         New module 'uninorm/composition'.
11067         * lib/uninorm/composition.c: New file.
11068         * lib/uninorm/composition-table.gperf: New file, generated by
11069         gen-uni-tables.
11070         * modules/uninorm/composition: New file.
11071
11072         Tests for module 'uninorm/compat-decomposition'.
11073         * tests/uninorm/test-compat-decomposition.c: New file.
11074         * modules/uninorm/compat-decomposition-tests: New file.
11075
11076         New module 'uninorm/compat-decomposition'.
11077         * lib/uninorm/decompose-internal.h: New file.
11078         * lib/uninorm/compat-decomposition.c: New file.
11079         * modules/uninorm/compat-decomposition: New file.
11080
11081         Tests for module 'uninorm/canonical-decomposition'.
11082         * tests/uninorm/test-canonical-decomposition.c: New file.
11083         * modules/uninorm/canonical-decomposition-tests: New file.
11084
11085         New module 'uninorm/canonical-decomposition'.
11086         * lib/uninorm/canonical-decomposition.c: New file.
11087         * modules/uninorm/canonical-decomposition: New file.
11088
11089         Tests for module 'uninorm/decomposition'.
11090         * tests/uninorm/test-decomposition.c: New file.
11091         * modules/uninorm/decomposition-tests: New file.
11092
11093         New module 'uninorm/decomposition'.
11094         * lib/uninorm/decomposition.c: New file.
11095         * modules/uninorm/decomposition: New file.
11096
11097         New module 'uninorm/decomposition-table'.
11098         * lib/uninorm/decomposition-table.h: New file.
11099         * lib/uninorm/decomposition-table.c: New file.
11100         * lib/uninorm/decomposition-table1.h: New file, generated by
11101         gen-uni-tables.
11102         * lib/uninorm/decomposition-table2.h: New file, generated by
11103         gen-uni-tables.
11104         * modules/uninorm/decomposition-table: New file.
11105
11106         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
11107         (UC_DECOMP_*): New enumeration items.
11108         (get_decomposition): New function.
11109         (struct decomp_table): New type.
11110         (output_decomposition, output_decomposition_tables): New functions.
11111         (unicode_composition_exclusions): New variable.
11112         (fill_composition_exclusions, debug_output_composition_tables): New
11113         functions.
11114         (main): Accept one more argument. Invoke fill_composition_exclusions.
11115         Output decomposition and composition tables.
11116
11117         New module 'uninorm/base'.
11118         * lib/uninorm.h: New file.
11119         * lib/unictype.h: Update comment.
11120         * modules/uninorm/base: New file.
11121
11122 2009-02-21  David Lutterkort  <lutter@redhat.com>
11123
11124         Tests for module 'safe-alloc'.
11125         * tests/test-safe-alloc.c: New file.
11126         * modules/safe-alloc-tests: New file.
11127
11128         New module 'safe-alloc'.
11129         * lib/safe-alloc.h: New file.
11130         * lib/safe-alloc.c: New file.
11131         * m4/safe-alloc.m4: New file.
11132         * modules/safe-alloc: New file.
11133         * doc/safe-alloc.texi: New file.
11134         * doc/gnulib.texi: Include it.
11135         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
11136         safe-alloc.
11137
11138 2009-02-18  Bruno Haible  <bruno@clisp.org>
11139
11140         Fix link error on non-glibc systems.
11141         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
11142         variable.
11143         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11144
11145 2009-02-18  Jim Meyering  <meyering@redhat.com>
11146
11147         fts: avoid used-uninitialized error due to recent change
11148         * lib/fts.c (fts_read): Guard uses of the new member,
11149         parent->fts_n_dirs_remaining, since it's not relevant for
11150         the parent of a directory specified on the command-line.
11151
11152 2009-02-17  James Youngman  <jay@gnu.org>
11153             Bruno Haible  <bruno@clisp.org>
11154
11155         * m4/include_next.m4: Reformulate comment.
11156
11157 2009-02-16  Jim Meyering  <meyering@redhat.com>
11158
11159         fts: add #if guards so that the fts_lgpl module still builds
11160         * lib/fts.c: Guard just-added hash-table-using parts with
11161         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
11162         Reported by Simon Josefsson.
11163
11164 2009-02-15  Bruno Haible  <bruno@clisp.org>
11165
11166         * modules/array-mergesort-tests: New file.
11167         * tests/test-array-mergesort.c: New file.
11168
11169         New module 'array-mergesort'.
11170         * modules/array-mergesort: New file.
11171         * lib/array-mergesort.h: New file.
11172
11173 2009-02-15  Bruno Haible  <bruno@clisp.org>
11174
11175         Fix 2009-02-07 commit.
11176         * lib/gen-uni-tables.c (output_predicate, output_category,
11177         output_combclass, output_bidi_category, output_decimal_digit,
11178         output_digit, output_numeric, output_mirror, output_scripts,
11179         output_ident_category, output_simple_mapping): Fix format directives.
11180         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
11181
11182 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
11183
11184         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
11185         fixes are available from IBM.
11186
11187 2009-02-13  Jim Meyering  <meyering@redhat.com>
11188
11189         fts: arrange not to stat non-directories in more cases
11190         This makes GNU find (when it doesn't need to stat each file)
11191         *much* more efficient at traversing reiserfs file systems.
11192         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
11193         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
11194         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
11195         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
11196         (leaf_optimization_applies): New function.
11197         (LCO_hash, LCO_compare): New helper functions.
11198         (link_count_optimize_ok): New function.
11199         (fts_stat): Initialize new member (if dir).
11200         (fts_read): Decrement parent's fts_n_dirs_remaining count if
11201         we've just stat'ed a directory.  Skip the stat call when possible.
11202         ---
11203         Note this AFS-related exchange:
11204         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
11205         and note find's pioctl call in find/fstype.c.
11206         But that is necessary only if you want to enable the
11207         optimization for AFS, and for now, I don't.
11208
11209         fts: move a function definition "up" (no semantic change)
11210         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
11211         "up" to precede upcoming use of a related function.
11212
11213 2009-02-11  Jim Meyering  <meyering@redhat.com>
11214
11215         fts: correct internal computation of nlinks (optimization-related)
11216         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
11217         whether the current entry is a directory, so don't test it.
11218
11219 2009-02-10  Bruno Haible  <bruno@clisp.org>
11220
11221         Tests for module 'uniwbrk/ulc-wordbreaks'.
11222         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
11223         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
11224         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
11225
11226         Tests for module 'uniwbrk/u32-wordbreaks'.
11227         * modules/uniwbrk/u32-wordbreaks-tests: New file.
11228         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
11229
11230         Tests for module 'uniwbrk/u16-wordbreaks'.
11231         * modules/uniwbrk/u16-wordbreaks-tests: New file.
11232         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
11233
11234         Tests for module 'uniwbrk/u8-wordbreaks'.
11235         * modules/uniwbrk/u8-wordbreaks-tests: New file.
11236         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
11237
11238 2009-02-10  Bruno Haible  <bruno@clisp.org>
11239
11240         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
11241         property.
11242         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
11243         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
11244         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
11245
11246 2009-02-10  Simon Josefsson  <simon@josefsson.org>
11247
11248         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
11249         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
11250
11251 2009-02-10  Bruno Haible  <bruno@clisp.org>
11252
11253         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
11254         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
11255         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
11256         * lib/unilbrk/u8-possible-linebreaks.c: Update.
11257         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
11258         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
11259
11260 2009-02-09  Simon Josefsson  <simon@josefsson.org>
11261
11262         * lib/sockets.h (gl_fd_to_handle): New function.
11263
11264         * tests/test-sockets.c: Call gl_fd_to_handle.
11265
11266 2009-02-09  Bruno Haible  <bruno@clisp.org>
11267
11268         * doc/havelib.texi: Document the conventions on bi-arch systems.
11269
11270 2009-02-08  Bruno Haible  <bruno@clisp.org>
11271
11272         Document the AC_LIB_LINKFLAGS macro.
11273         * doc/havelib.texi: New file, mostly written on 2005-05-24.
11274         * doc/gnulib.texi: Include it.
11275
11276 2009-02-08  Bruno Haible  <bruno@clisp.org>
11277
11278         Fix wrong order of sections, compared to TOC.
11279         * doc/gnulib.texi: Include relocatable-maint.texi after the
11280         "Regular expressions" node, not before.
11281
11282 2009-02-08  Bruno Haible  <bruno@clisp.org>
11283
11284         Tests for module 'unicase/totitle'.
11285         * modules/unicase/totitle-tests: New file.
11286
11287         Tests for module 'unicase/tolower'.
11288         * modules/unicase/tolower-tests: New file.
11289
11290         Tests for module 'unicase/toupper'.
11291         * modules/unicase/toupper-tests: New file.
11292         * tests/unicase/test-mapping-part1.h: New file.
11293         * tests/unicase/test-mapping-part2.h: New file.
11294
11295         New module 'unicase/totitle'.
11296         * modules/unicase/totitle: New file.
11297         * lib/unicase/totitle.c: New file.
11298
11299         New module 'unicase/tolower'.
11300         * modules/unicase/tolower: New file.
11301         * lib/unicase/tolower.c: New file.
11302
11303         New module 'unicase/toupper'.
11304         * modules/unicase/toupper: New file.
11305         * lib/unicase/toupper.c: New file.
11306         * lib/unicase/simple-mapping.h: New file.
11307
11308         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
11309         (mapping_table): New structure.
11310         (output_simple_mapping): New function.
11311         (main): Invoke output_simple_mapping_test and output_simple_mapping.
11312         * modules/gen-uni-tables (Description): Update.
11313         * lib/unicase/toupper.h: New file, automatically generated by
11314         gen-uni-tables.
11315         * lib/unicase/tolower.h: New file, automatically generated by
11316         gen-uni-tables.
11317         * lib/unicase/totitle.h: New file, automatically generated by
11318         gen-uni-tables.
11319         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
11320         gen-uni-tables.
11321         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
11322         gen-uni-tables.
11323         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
11324         gen-uni-tables.
11325
11326         New module 'unicase/base'.
11327         * modules/unicase/base: New file.
11328         * lib/unicase.h: New file.
11329
11330 2009-02-08  Bruno Haible  <bruno@clisp.org>
11331
11332         New module 'uniwbrk/ulc-wordbreaks'.
11333         * modules/uniwbrk/ulc-wordbreaks: New file.
11334         * lib/uniwbrk/ulc-wordbreaks.c: New file.
11335
11336         New module 'uniwbrk/u32-wordbreaks'.
11337         * modules/uniwbrk/u32-wordbreaks: New file.
11338         * lib/uniwbrk/u32-wordbreaks.c: New file.
11339
11340         New module 'uniwbrk/u16-wordbreaks'.
11341         * modules/uniwbrk/u16-wordbreaks: New file.
11342         * lib/uniwbrk/u16-wordbreaks.c: New file.
11343
11344         New module 'uniwbrk/u8-wordbreaks'.
11345         * modules/uniwbrk/u8-wordbreaks: New file.
11346         * lib/uniwbrk/u8-wordbreaks.c: New file.
11347         * lib/uniwbrk/u-wordbreaks.h: New file.
11348
11349         New module 'uniwbrk/table'.
11350         * modules/uniwbrk/table: New file.
11351         * lib/uniwbrk/wbrktable.h: New file.
11352         * lib/uniwbrk/wbrktable.c: New file.
11353
11354         New module 'uniwbrk/wordbreak-property'.
11355         * modules/uniwbrk/wordbreak-property: New file.
11356         * lib/uniwbrk/wordbreak-property.c: New file.
11357
11358         * lib/gen-uni-tables.c (WBP_*): New enum items.
11359         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
11360         (unicode_org_wbp): New variable.
11361         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
11362         New functions.
11363         (wbp_table): New structure.
11364         (output_wbp, output_wbrk_tables): New functions.
11365         (main): Accept additional argument. Invoke fill_org_wbp,
11366         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
11367         output_wbrk_tables.
11368         * modules/gen-uni-tables (Description): Update.
11369         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
11370         gen-uni-tables.
11371
11372         New module 'uniwbrk/base'.
11373         * modules/uniwbrk/base: New file.
11374         * lib/uniwbrk.h: New file.
11375
11376 2009-02-08  Bruno Haible  <bruno@clisp.org>
11377
11378         Update to Unicode 5.1.0.
11379         * lib/gen-uni-tables.c (is_property_alphabetic): Include
11380         U+2185..U+2188.
11381         (is_property_default_ignorable_code_point): Don't include characters
11382         of category Cc or Cs and not-a-characters.
11383         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
11384         U+0D79, U+109E, U+109F, U+A60C.
11385         * lib/unictype/bidi_of.h: Regenerated.
11386         * lib/unictype/blocks.h: Regenerated.
11387         * lib/unictype/categ_C.h: Regenerated.
11388         * lib/unictype/categ_Cf.h: Regenerated.
11389         * lib/unictype/categ_Cn.h: Regenerated.
11390         * lib/unictype/categ_L.h: Regenerated.
11391         * lib/unictype/categ_Ll.h: Regenerated.
11392         * lib/unictype/categ_Lm.h: Regenerated.
11393         * lib/unictype/categ_Lo.h: Regenerated.
11394         * lib/unictype/categ_Lu.h: Regenerated.
11395         * lib/unictype/categ_M.h: Regenerated.
11396         * lib/unictype/categ_Mc.h: Regenerated.
11397         * lib/unictype/categ_Me.h: Regenerated.
11398         * lib/unictype/categ_Mn.h: Regenerated.
11399         * lib/unictype/categ_N.h: Regenerated.
11400         * lib/unictype/categ_Nd.h: Regenerated.
11401         * lib/unictype/categ_Nl.h: Regenerated.
11402         * lib/unictype/categ_No.h: Regenerated.
11403         * lib/unictype/categ_P.h: Regenerated.
11404         * lib/unictype/categ_Pd.h: Regenerated.
11405         * lib/unictype/categ_Pe.h: Regenerated.
11406         * lib/unictype/categ_Pf.h: Regenerated.
11407         * lib/unictype/categ_Pi.h: Regenerated.
11408         * lib/unictype/categ_Po.h: Regenerated.
11409         * lib/unictype/categ_Ps.h: Regenerated.
11410         * lib/unictype/categ_S.h: Regenerated.
11411         * lib/unictype/categ_Sk.h: Regenerated.
11412         * lib/unictype/categ_Sm.h: Regenerated.
11413         * lib/unictype/categ_So.h: Regenerated.
11414         * lib/unictype/categ_of.h: Regenerated.
11415         * lib/unictype/combining.h: Regenerated.
11416         * lib/unictype/ctype_alnum.h: Regenerated.
11417         * lib/unictype/ctype_alpha.h: Regenerated.
11418         * lib/unictype/ctype_graph.h: Regenerated.
11419         * lib/unictype/ctype_lower.h: Regenerated.
11420         * lib/unictype/ctype_print.h: Regenerated.
11421         * lib/unictype/ctype_punct.h: Regenerated.
11422         * lib/unictype/ctype_upper.h: Regenerated.
11423         * lib/unictype/decdigit.h: Regenerated.
11424         * lib/unictype/digit.h: Regenerated.
11425         * lib/unictype/mirror.h: Regenerated.
11426         * lib/unictype/numeric.h: Regenerated.
11427         * lib/unictype/pr_alphabetic.h: Regenerated.
11428         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
11429         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
11430         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
11431         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
11432         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
11433         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
11434         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
11435         * lib/unictype/pr_combining.h: Regenerated.
11436         * lib/unictype/pr_dash.h: Regenerated.
11437         * lib/unictype/pr_decimal_digit.h: Regenerated.
11438         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
11439         * lib/unictype/pr_deprecated.h: Regenerated.
11440         * lib/unictype/pr_diacritic.h: Regenerated.
11441         * lib/unictype/pr_extender.h: Regenerated.
11442         * lib/unictype/pr_format_control.h: Regenerated.
11443         * lib/unictype/pr_grapheme_base.h: Regenerated.
11444         * lib/unictype/pr_grapheme_extend.h: Regenerated.
11445         * lib/unictype/pr_grapheme_link.h: Regenerated.
11446         * lib/unictype/pr_id_continue.h: Regenerated.
11447         * lib/unictype/pr_id_start.h: Regenerated.
11448         * lib/unictype/pr_ideographic.h: Regenerated.
11449         * lib/unictype/pr_ignorable_control.h: Regenerated.
11450         * lib/unictype/pr_lowercase.h: Regenerated.
11451         * lib/unictype/pr_math.h: Regenerated.
11452         * lib/unictype/pr_numeric.h: Regenerated.
11453         * lib/unictype/pr_other_alphabetic.h: Regenerated.
11454         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
11455         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
11456         * lib/unictype/pr_other_id_continue.h: Regenerated.
11457         * lib/unictype/pr_other_lowercase.h: Regenerated.
11458         * lib/unictype/pr_other_math.h: Regenerated.
11459         * lib/unictype/pr_punctuation.h: Regenerated.
11460         * lib/unictype/pr_sentence_terminal.h: Regenerated.
11461         * lib/unictype/pr_soft_dotted.h: Regenerated.
11462         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
11463         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
11464         * lib/unictype/pr_unified_ideograph.h: Regenerated.
11465         * lib/unictype/pr_uppercase.h: Regenerated.
11466         * lib/unictype/pr_xid_continue.h: Regenerated.
11467         * lib/unictype/pr_xid_start.h: Regenerated.
11468         * lib/unictype/pr_zero_width.h: Regenerated.
11469         * lib/unictype/scripts.h: Regenerated.
11470         * lib/unictype/scripts_byname.gperf: Regenerated.
11471         * lib/unictype/sy_java_ident.h: Regenerated.
11472         * lib/unilbrk/lbrkprop1.h: Regenerated.
11473         * lib/unilbrk/lbrkprop2.h: Regenerated.
11474         * tests/unictype/test-categ_C.c: Regenerated.
11475         * tests/unictype/test-categ_Cf.c: Regenerated.
11476         * tests/unictype/test-categ_Cn.c: Regenerated.
11477         * tests/unictype/test-categ_L.c: Regenerated.
11478         * tests/unictype/test-categ_Ll.c: Regenerated.
11479         * tests/unictype/test-categ_Lm.c: Regenerated.
11480         * tests/unictype/test-categ_Lo.c: Regenerated.
11481         * tests/unictype/test-categ_Lu.c: Regenerated.
11482         * tests/unictype/test-categ_M.c: Regenerated.
11483         * tests/unictype/test-categ_Mc.c: Regenerated.
11484         * tests/unictype/test-categ_Me.c: Regenerated.
11485         * tests/unictype/test-categ_Mn.c: Regenerated.
11486         * tests/unictype/test-categ_N.c: Regenerated.
11487         * tests/unictype/test-categ_Nd.c: Regenerated.
11488         * tests/unictype/test-categ_Nl.c: Regenerated.
11489         * tests/unictype/test-categ_No.c: Regenerated.
11490         * tests/unictype/test-categ_P.c: Regenerated.
11491         * tests/unictype/test-categ_Pd.c: Regenerated.
11492         * tests/unictype/test-categ_Pe.c: Regenerated.
11493         * tests/unictype/test-categ_Pf.c: Regenerated.
11494         * tests/unictype/test-categ_Pi.c: Regenerated.
11495         * tests/unictype/test-categ_Po.c: Regenerated.
11496         * tests/unictype/test-categ_Ps.c: Regenerated.
11497         * tests/unictype/test-categ_S.c: Regenerated.
11498         * tests/unictype/test-categ_Sk.c: Regenerated.
11499         * tests/unictype/test-categ_Sm.c: Regenerated.
11500         * tests/unictype/test-categ_So.c: Regenerated.
11501         * tests/unictype/test-ctype_alnum.c: Regenerated.
11502         * tests/unictype/test-ctype_alpha.c: Regenerated.
11503         * tests/unictype/test-ctype_graph.c: Regenerated.
11504         * tests/unictype/test-ctype_lower.c: Regenerated.
11505         * tests/unictype/test-ctype_print.c: Regenerated.
11506         * tests/unictype/test-ctype_punct.c: Regenerated.
11507         * tests/unictype/test-ctype_upper.c: Regenerated.
11508         * tests/unictype/test-decdigit.h: Regenerated.
11509         * tests/unictype/test-digit.h: Regenerated.
11510         * tests/unictype/test-numeric.h: Regenerated.
11511         * tests/unictype/test-pr_alphabetic.c: Regenerated.
11512         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
11513         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
11514         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
11515         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
11516         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
11517         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
11518         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
11519         * tests/unictype/test-pr_combining.c: Regenerated.
11520         * tests/unictype/test-pr_dash.c: Regenerated.
11521         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
11522         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
11523         * tests/unictype/test-pr_deprecated.c: Regenerated.
11524         * tests/unictype/test-pr_diacritic.c: Regenerated.
11525         * tests/unictype/test-pr_extender.c: Regenerated.
11526         * tests/unictype/test-pr_format_control.c: Regenerated.
11527         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
11528         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
11529         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
11530         * tests/unictype/test-pr_id_continue.c: Regenerated.
11531         * tests/unictype/test-pr_id_start.c: Regenerated.
11532         * tests/unictype/test-pr_ideographic.c: Regenerated.
11533         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
11534         * tests/unictype/test-pr_lowercase.c: Regenerated.
11535         * tests/unictype/test-pr_math.c: Regenerated.
11536         * tests/unictype/test-pr_numeric.c: Regenerated.
11537         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
11538         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
11539         Regenerated.
11540         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
11541         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
11542         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
11543         * tests/unictype/test-pr_other_math.c: Regenerated.
11544         * tests/unictype/test-pr_punctuation.c: Regenerated.
11545         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
11546         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
11547         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
11548         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
11549         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
11550         * tests/unictype/test-pr_uppercase.c: Regenerated.
11551         * tests/unictype/test-pr_xid_continue.c: Regenerated.
11552         * tests/unictype/test-pr_xid_start.c: Regenerated.
11553         * tests/unictype/test-pr_zero_width.c: Regenerated.
11554
11555         Update to Unicode 5.1.0.
11556         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
11557         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
11558         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
11559         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
11560         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
11561         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
11562         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
11563         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
11564         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
11565         (nonspacing_table_ind): Update.
11566         * tests/uniwidth/test-uc_width2.sh: Update expected result.
11567
11568         Update to Unicode 5.1.0.
11569         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
11570         code transform.
11571         * lib/uniname/uniname.c (unicode_character_name,
11572         unicode_name_character): Add the range 0x1Fxxx to the code transform.
11573         * lib/uniname/uninames.h: Regenerated.
11574         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
11575
11576 2009-02-07  Bruno Haible  <bruno@clisp.org>
11577
11578         Merge gen-ctype and gen-lbrk into a single program.
11579         * lib/gen-uni-tables.c: New file, incorporating
11580         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
11581         Add directory prefixes to the names of the generated files.
11582         * lib/unictype/gen-ctype.c: Remove file.
11583         * lib/unilbrk/gen-lbrk.c: Remove file.
11584         * modules/gen-uni-tables: New file.
11585         * modules/unictype/gen-ctype: Remove file.
11586         * modules/unilbrk/gen-lbrk: Remove file.
11587
11588 2009-02-07  Bruno Haible  <bruno@clisp.org>
11589
11590         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
11591
11592         New module 'unistr/u32-strcoll'.
11593         * modules/unistr/u32-strcoll: New file.
11594         * lib/unistr/u32-strcoll.c: New file.
11595
11596         New module 'unistr/u16-strcoll'.
11597         * modules/unistr/u16-strcoll: New file.
11598         * lib/unistr/u16-strcoll.c: New file.
11599
11600         New module 'unistr/u8-strcoll'.
11601         * modules/unistr/u8-strcoll: New file.
11602         * lib/unistr/u8-strcoll.c: New file.
11603         * lib/unistr/u-strcoll.h: New file.
11604
11605 2009-02-07  Bruno Haible  <bruno@clisp.org>
11606
11607         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
11608         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
11609         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
11610         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
11611         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
11612         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
11613
11614 2009-02-07  Bruno Haible  <bruno@clisp.org>
11615
11616         Make 64-bit clean.
11617         * lib/unictype/gen-ctype.c (output_predicate, output_category,
11618         output_combclass, output_bidi_category, output_decimal_digit,
11619         output_digit, output_numeric, output_mirror, output_scripts,
11620         output_ident_category): Use proper width specifier in format strings.
11621
11622 2009-02-07  Bruno Haible  <bruno@clisp.org>
11623
11624         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
11625         failure behaviour.
11626
11627 2009-02-07  Jim Meyering  <meyering@redhat.com>
11628
11629         regex: avoid compilation failure with upcoming gcc-4.4
11630         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
11631         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
11632         "... error: integer overflow in preprocessor expression".
11633
11634 2009-02-05  Ben Pfaff  <blp@gnu.org>
11635
11636         Fix link errors on Windows when close module is used.
11637         * modules/close: Add $(LIB_CLOSE) to Link section.
11638         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
11639         $(LIB_CLOSE) on Windows.
11640
11641 2009-02-05  Jim Meyering  <meyering@redhat.com>
11642
11643         still avoid unused-parameter warnings, but do it cleanly
11644         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
11645         (get_fs_usage): Cast to void instead.
11646         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
11647         (dev_from_mount_options, read_file_system_list): Cast to void.
11648         Prompted by Bruno Haible.
11649
11650 2009-02-04  Jim Meyering  <meyering@redhat.com>
11651
11652         fsusage.c: correct copyright year
11653         * lib/fsusage.c: Reflect year in which the change is pushed into
11654
11655         avoid misc. warnings
11656         * lib/fsusage.c (UNUSED_PARAM): Define.
11657         (get_fs_usage): Mark parameter "disk" as unused.
11658         * lib/getugroups.c (getgrent): Use "void" in prototype.
11659         * lib/mountlist.c: Mark unused parameters.
11660         (read_file_system_list): Declare a local with "const".
11661         * lib/nanosleep.c (getnow): Declare static.
11662         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
11663
11664         dirfd: set errno upon failure
11665         * lib/dirfd.c: Include <errno.h>.
11666         Set errno to ENOTSUP when returning -1.
11667         * modules/dirfd (Depends-on): Add errno.
11668         Suggested by John Kodis <kodis@comcast.net>.
11669
11670 2009-02-01  Bruno Haible  <bruno@clisp.org>
11671
11672         Don't assume sizeof (long) >= sizeof (void *).
11673         * lib/memcmp.c: Include stdint.h.
11674         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
11675         srcp2 to 'const byte *'.
11676         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
11677         types to uintptr_t.
11678         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
11679         * modules/memcmp (Depends-on): Add stdint.
11680         Reported by Ozkan Sezer <sezeroz@gmail.com>.
11681
11682 2009-01-30  Eric Blake  <ebb9@byu.net>
11683
11684         fix more require-before-expand issues
11685         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
11686         expand, AC_PROG_AWK.
11687         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
11688
11689 2009-01-28  Eric Blake  <ebb9@byu.net>
11690
11691         version-etc: use consistent URL formatting
11692         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
11693         Improve formatting.  Use fputs for string without %.
11694
11695 2009-01-28  Jim Meyering  <meyering@redhat.com>
11696
11697         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
11698         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
11699         "underquoted definition of NAME" from autoconf-2.59.
11700
11701 2009-01-28  Bruno Haible  <bruno@clisp.org>
11702
11703         * doc/gnulib.texi: Add "Obsolete modules" to index.
11704
11705 2009-01-28  Jim Meyering  <meyering@redhat.com>
11706
11707         useless-if-before-free: recognize more variants
11708         * build-aux/useless-if-before-free: Also recognize e.g.,
11709         if (NULL != p) free (p);
11710
11711 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
11712
11713         test-getaddrinfo: skip (don't fail) this test when there's no network
11714         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
11715         on the presumption that it means you lack network access.
11716
11717 2009-01-26  Jim Meyering  <meyering@redhat.com>
11718
11719         fflush: avoid warnings on modern systems
11720         * lib/fflush.c (rpl_fflush): Move declarations of locals,
11721         pos and result, into scopes where they're used.
11722
11723 2009-01-26  Eric Blake  <ebb9@byu.net>
11724
11725         Silence warning reintroduced by recent extensions patch.
11726         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
11727         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
11728         autoconf.
11729
11730         Backport improved autoconf semantics of AC_DEFUN_ONCE.
11731         * m4/00gnulib.m4: New file.
11732         * gnulib-tool (func_get_filelist): Always use it.
11733         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
11734         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
11735
11736 2009-01-25  Bruno Haible  <bruno@clisp.org>
11737
11738         Make test-quotearg work on MacOS X and AIX.
11739         * tests/test-quotearg.sh: New file.
11740         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
11741         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
11742         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
11743         include <libintl.h>.
11744         (fake_locale): Remove variable.
11745         (gettext, dgettext, dcgettext): Remove functions.
11746         (main): Instead of setting a fake locale, set a real locale. Call
11747         textdomain and bindtextdomain.
11748         * modules/quotearg-tests (Files): Add the new files.
11749         (Depends-on): Add gettext, setenv, unsetenv.
11750         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
11751         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
11752         Augment TESTS_ENVIRONMENT.
11753
11754 2009-01-25  Bruno Haible  <bruno@clisp.org>
11755
11756         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
11757         fr_FR.ISO8859-1 locale on MacOS X.
11758         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
11759         ja_JP.eucJP locale on MacOS X.
11760         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
11761         zh_CN.GB18030 locale on MacOS X.
11762
11763 2009-01-25  Bruno Haible  <bruno@clisp.org>
11764
11765         Avoid link errors on MacOS X 10.3.
11766         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
11767         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
11768
11769 2009-01-25  Bruno Haible  <bruno@clisp.org>
11770
11771         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
11772         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
11773         * modules/pipe (Files): Remove m4/posix_spawn.m4.
11774         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
11775         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
11776         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
11777         posix_spawnattr_init, posix_spawnattr_setsigmask,
11778         posix_spawnattr_setflags, posix_spawnattr_destroy.
11779
11780         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
11781         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
11782         * modules/execute (Files): Remove m4/posix_spawn.m4.
11783         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
11784         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
11785         posix_spawnattr_init, posix_spawnattr_setsigmask,
11786         posix_spawnattr_setflags, posix_spawnattr_destroy.
11787
11788 2009-01-25  Bruno Haible  <bruno@clisp.org>
11789
11790         * lib/glthread/threadlib.c: Include <stdlib.h>.
11791
11792 2009-01-25  Bruno Haible  <bruno@clisp.org>
11793
11794         * lib/glthread/threadlib.c (dummy): New declaration.
11795
11796 2009-01-25  Bruno Haible  <bruno@clisp.org>
11797
11798         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
11799         multibyte characters also for the GB18030 encoding. Don't crash when
11800         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
11801
11802 2009-01-25  Bruno Haible  <bruno@clisp.org>
11803
11804         Avoid redefining 'struct random_data' on OSF/1 5.1.
11805         * lib/stdlib.in.h: Include <random.h> if it exists.
11806         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
11807         HAVE_RANDOM_H. Include <random.h> when testing whether
11808         'struct random_data' exists.
11809         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
11810
11811 2009-01-25  Bruno Haible  <bruno@clisp.org>
11812
11813         Don't install charset.alias on MacOS X >= 10.3.
11814         * lib/localcharset.c (DARWIN7): New macro.
11815         (get_charset_aliases): Hardcode the result for Darwin7.
11816         * modules/localcharset (install-exec-local): Don't install
11817         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
11818
11819 2009-01-25  Bruno Haible  <bruno@clisp.org>
11820
11821         Don't install charset.alias on mingw and Cygwin.
11822         * modules/localcharset (install-exec-local): Don't install
11823         charset.alias on mingw and Cygwin, if the file does not yet exist.
11824         The result for these platforms is hardcoded in localcharset.c.
11825
11826 2009-01-25  Bruno Haible  <bruno@clisp.org>
11827
11828         Make it possible again to use AC_GNU_SOURCE together with gnulib.
11829         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
11830         before requiring AC_USE_SYSTEM_EXTENSIONS.
11831
11832 2009-01-25  Jim Meyering  <meyering@redhat.com>
11833
11834         c-strtod: avoid warnings
11835         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
11836         "assignment discards qualifiers from pointer target type" warnings.
11837
11838 2009-01-24  Bruno Haible  <bruno@clisp.org>
11839
11840         Add support for non-UTF-8 locales on MacOS X.
11841         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
11842         canonical encodings. For Darwin 7 and newer, don't map traditional
11843         encodings to UTF-8.
11844         Reported by Vincent Lefevre <vincent@vinc17.org>
11845         at <http://savannah.gnu.org/bugs/?25235>.
11846
11847 2009-01-24  Bruno Haible  <bruno@clisp.org>
11848
11849         * doc/gnulib.texi (Obsolete modules): New section.
11850         Reported by Mike Frysinger <vapier@gentoo.org>.
11851
11852 2009-01-24  Bruno Haible  <bruno@clisp.org>
11853
11854         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
11855         (%.dvi): New rule.
11856
11857 2009-01-24  Bruno Haible  <bruno@clisp.org>
11858
11859         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
11860         Reported by Eric Blake.
11861
11862 2009-01-24  Bruno Haible  <bruno@clisp.org>
11863
11864         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
11865         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
11866         Reported by Gary V. Vaughan <gary@gnu.org>.
11867
11868 2009-01-24  Bruno Haible  <bruno@clisp.org>
11869
11870         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
11871
11872 2009-01-23  Bruno Haible  <bruno@clisp.org>
11873
11874         Make c-strtod, c-strtold usable in libraries.
11875         * lib/c-strtod.c: Include string.h instead of xalloc.h.
11876         (C_STRTOD): Call strdup instead of xstrdup.
11877         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
11878         * modules/c-strtold (Depends-on): Likewise.
11879         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
11880         * NEWS: Mention the change.
11881         Reported by Michael Gold <mgold@ncf.ca>.
11882
11883 2009-01-23  Jim Meyering  <meyering@redhat.com>
11884
11885         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
11886         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
11887         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
11888
11889 2009-01-23  Simon Josefsson  <simon@josefsson.org>
11890
11891         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
11892         GNU CoreUtils.
11893         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
11894         * modules/version-etc (Description): Update.
11895
11896 2009-01-22  Bruno Haible  <bruno@clisp.org>
11897
11898         Cache the C locale object.
11899         * lib/c-strtod.c (c_locale_cache): New variable.
11900         (c_locale): New function.
11901         (C_STRTOD): Use it, and don't call freelocale.
11902         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
11903         Suggested by Paolo Bonzini.
11904
11905 2009-01-21  Bruno Haible  <bruno@clisp.org>
11906
11907         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
11908         conditions other than overflow.
11909
11910 2009-01-21  Bruno Haible  <bruno@clisp.org>
11911
11912         * lib/c-strtod.c: Include errno.h.
11913         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
11914         value from STRTOD_L and STRTOD.
11915
11916 2009-01-21  Bruno Haible  <bruno@clisp.org>
11917         and Jim Meyering  <meyering@redhat.com>
11918
11919         nanosleep: skip configure test (fail it) for apple universal builds
11920         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
11921         universal builds, assume that nanosleep does not work.
11922         * modules/nanosleep (Depends-on): Add multiarch.
11923
11924         mktime: skip configure test (fail it) for apple universal builds
11925         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
11926         universal builds, assume that mktime does not work.
11927         * modules/mktime (Depends-on): Add multiarch.
11928
11929 2009-01-21  Eric Blake  <ebb9@byu.net>
11930
11931         multiarch: avoid expand-before-require warning
11932         * modules/multiarch (configure.ac): Require, rather than expand,
11933         gl_MULTIARCH.
11934         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
11935         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
11936         enforce that all clients require it.  Partial reversion of
11937         2008-12-29 patch.
11938
11939         error: avoid expand-before-require warning
11940         * modules/errno (configure.ac): Require, rather than expand,
11941         gl_HEADER_ERRNO_H.
11942         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
11943         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
11944         enforce that all clients require it.
11945
11946         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
11947         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
11948         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
11949         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
11950
11951 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
11952
11953         Revert:
11954         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
11955
11956         regex: do not depend on obsolete modules.
11957         * modules/regex: Remove memcmp and memmove.
11958
11959 2009-01-20  Bruno Haible  <bruno@clisp.org>
11960
11961         Make the 'link' module link on Windows NT 4.
11962         * lib/link.c (_WIN32_WINNT): Don't define.
11963         (CreateHardLinkFuncType): New type.
11964         (CreateHardLinkFunc, initialized): New variables.
11965         (initialize): New function.
11966         (link): Invoke CreateHardLink indirectly through the function pointer.
11967
11968 2009-01-20  Bruno Haible  <bruno@clisp.org>
11969
11970         Fix compilation failure on mingw.
11971         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
11972
11973 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
11974
11975         * doc/c-strtod.texi: Mention a couple of restrictions.
11976
11977 2009-01-20  Jim Meyering  <meyering@redhat.com>
11978
11979         gettimeofday: move more declarations out of functions
11980         * lib/gettimeofday.c: Move extern declarations of tzset and
11981         gmtime out of containing functions.  Prompted by Bruno Haible.
11982
11983 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
11984
11985         regex: do not depend on obsolete modules.
11986         * modules/regex: Remove memcmp and memmove.
11987
11988 2009-01-19  Bruno Haible  <bruno@clisp.org>
11989
11990         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
11991         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
11992         gl_BIGENDIAN, not AC_C_BIGENDIAN.
11993         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
11994         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
11995
11996 2009-01-19  Bruno Haible  <bruno@clisp.org>
11997
11998         * tests/test-link.c: Include <errno.h>.
11999         (main): Exit with code 77 when a hard link cannot be created due to
12000         the file system.
12001         * tests/test-link.sh: Skip test when a hard link cannot be created due
12002         to the file system.
12003         Suggested by Eric Blake.
12004
12005 2009-01-19  Martin Lambers  <marlam@marlam.de>
12006
12007         * modules/link-tests: New file.
12008         * tests/test-link.sh: New file.
12009         * tests/test-link.c: New file.
12010
12011 2009-01-19  Eric Blake  <ebb9@byu.net>
12012
12013         doc: mention another function added in cygwin 1.7.0
12014         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
12015         Another new function in cygwin 1.7.
12016
12017 2009-01-19  Bruno Haible  <bruno@clisp.org>
12018
12019         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
12020         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
12021         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
12022         gl_BIGENDIAN, not AC_C_BIGENDIAN.
12023         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
12024         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
12025         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
12026         * m4/md4.m4 (gl_MD4): Likewise.
12027         * m4/md5.m4 (gl_MD5): Likewise.
12028         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
12029         * m4/sha1.m4 (gl_SHA1): Likewise.
12030         * m4/sha256.m4 (gl_SHA256): Likewise.
12031         * m4/sha512.m4 (gl_SHA512): Likewise.
12032
12033 2009-01-19  Bruno Haible  <bruno@clisp.org>
12034
12035         * modules/uniname/uniname-tests (Depends-on): Add progname.
12036         * tests/uniname/test-uninames.c: Include progname.h.
12037         (main): Call set_program_name.
12038
12039         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
12040         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
12041         (main): Call set_program_name.
12042
12043         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
12044         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
12045         (main): Call set_program_name.
12046
12047         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
12048         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
12049         (main): Call set_program_name.
12050
12051         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
12052         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
12053         (main): Call set_program_name.
12054
12055         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
12056         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
12057         (main): Call set_program_name.
12058
12059         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
12060         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
12061         (main): Call set_program_name.
12062
12063         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
12064         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
12065         (main): Call set_program_name.
12066
12067         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
12068         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
12069         (main): Call set_program_name.
12070
12071 2009-01-19  Eric Blake  <ebb9@byu.net>
12072
12073         test-unistd: test previous patch
12074         * tests/test-unistd.c: Test *_FILENO macros.
12075
12076         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
12077         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12078         Guarantee a definition.
12079         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
12080         * modules/unistd-safer (Depends-on): Add dependency on unistd.
12081         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
12082         * lib/dup-safer.c (STDERR_FILENO): Likewise.
12083         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12084         Likewise.
12085         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
12086         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
12087         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12088         Likewise.
12089         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
12090         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
12091         (STDERR_FILENO): Likewise.
12092         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
12093         (STDERR_FILENO): Likewise.
12094         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
12095         (STDERR_FILENO): Likewise.
12096         Reported by Elbert Pol.
12097
12098 2009-01-19  Eric Blake  <ebb9@byu.net>
12099
12100         doc: mention more functions added in cygwin 1.7.0
12101         * doc/posix-functions/abort.texi (abort): Update wording related
12102         to cygwin.
12103         * doc/posix-functions/daylight.texi (daylight): Likewise.
12104         * doc/posix-functions/optarg.texi (optarg): Likewise.
12105         * doc/posix-functions/optarg.texi (opterr): Likewise.
12106         * doc/posix-functions/optarg.texi (optind): Likewise.
12107         * doc/posix-functions/optarg.texi (optopt): Likewise.
12108         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
12109         worked in 1.5.x, and was withdrawn in 1.7.
12110         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
12111         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
12112         cygwin versions.
12113         * doc/posix-functions/perror.texi (perror): Likewise.
12114         * doc/posix-functions/printf.texi (printf): Likewise.
12115         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
12116         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
12117         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
12118         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
12119         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
12120         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
12121         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
12122         Likewise.
12123         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
12124         Likewise.
12125         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
12126         this function.
12127         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
12128         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
12129         Likewise.
12130         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
12131         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
12132         * doc/posix-functions/confstr.texi (confstr): Likewise.
12133         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
12134         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
12135         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
12136         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
12137         * doc/posix-functions/fputws.texi (fputws): Likewise.
12138         * doc/posix-functions/fwide.texi (fwide): Likewise.
12139         * doc/posix-functions/getwc.texi (getwc): Likewise.
12140         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
12141         * doc/posix-functions/putwc.texi (putwc): Likewise.
12142         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
12143         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
12144         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
12145         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
12146         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
12147         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
12148         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
12149         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
12150         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
12151         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
12152         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
12153
12154 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
12155
12156         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
12157         * lib/ioctl.c: Include <sys/ioctl.h>.
12158
12159 2009-01-19  Simon Josefsson  <simon@josefsson.org>
12160
12161         * modules/getdate-tests (Depends-on): Add progname.
12162         * tests/test-getdate.c: Use progname module, to avoid link errors
12163         on non-glibc systems.
12164
12165 2009-01-18  Simon Josefsson  <simon@josefsson.org>
12166
12167         * modules/filenamecat-tests (Depends-on): Add progname.
12168         * modules/fstrcmp-tests (Depends-on): Likewise.
12169
12170         * tests/test-filenamecat.c: Use progname module, to avoid link
12171         errors on non-glibc systems.
12172         * tests/test-fstrcmp.c: Likewise.
12173
12174 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
12175
12176         gettimeofday: avoid warning: nested extern declaration of 'localtime'
12177         * lib/gettimeofday.c: Move extern declaration out of function.
12178
12179 2009-01-18  Bruno Haible  <bruno@clisp.org>
12180
12181         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
12182         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
12183         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
12184
12185 2009-01-18  Bruno Haible  <bruno@clisp.org>
12186
12187         * lib/strftime.c (MEMPCPY): Remove unused macro.
12188         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
12189
12190 2009-01-18  Martin Lambers  <marlam@marlam.de>
12191
12192         New module 'link'.
12193         * lib/unistd.in.h (link): New declaration.
12194         * lib/link.c: New file.
12195         * m4/link.m4: New file.
12196         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
12197         HAVE_LINK.
12198         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
12199         * modules/link: New file.
12200         * doc/posix-functions/link.texi: Mention the new module.
12201
12202 2009-01-18  Bruno Haible  <bruno@clisp.org>
12203
12204         * tests/test-avltree_list.c (main): Call set_program_name.
12205         * tests/test-avltree_oset.c (main): Likewise.
12206         * tests/test-obstack-printf.c: Include progname.h.
12207         (main): Call set_program_name.
12208         * tests/test-quotearg.c: Include progname.h.
12209         (main): Call set_program_name.
12210         * tests/test-xmemdup0.c: Include progname.h.
12211         (main): Call set_program_name.
12212
12213 2009-01-18  Bruno Haible  <bruno@clisp.org>
12214
12215         New module 'alphasort'.
12216         * lib/dirent.in.h (alphasort): New declaration.
12217         * lib/alphasort.c: New file, from glibc with modifications.
12218         * m4/alphasort.m4: New file.
12219         * modules/alphasort: New file.
12220         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
12221         HAVE_ALPHASORT.
12222         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
12223         HAVE_ALPHASORT.
12224         * doc/posix-functions/alphasort.texi: Mention the new module and the
12225         portability problems.
12226
12227 2009-01-18  Bruno Haible  <bruno@clisp.org>
12228
12229         New module 'scandir'.
12230         * lib/dirent.in.h (scandir): New declaration.
12231         * lib/scandir.c: New file, from glibc with modifications.
12232         * m4/scandir.m4: New file.
12233         * modules/scandir: New file.
12234         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
12235         HAVE_SCANDIR.
12236         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
12237         HAVE_SCANDIR.
12238         * doc/posix-functions/scandir.texi: Mention the new module and the
12239         portability problems.
12240
12241 2009-01-17  Bruno Haible  <bruno@clisp.org>
12242
12243         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
12244         Update documentation.
12245         (func_remove_suffix): Escape all dots in the suffix. Update
12246         documentation.
12247         (func_filter_filelist): Update documentation.
12248         Reported by Ralf Wildenhues.
12249
12250 2009-01-17  Bruno Haible  <bruno@clisp.org>
12251
12252         * modules/dprintf-posix-tests: New file.
12253         * tests/test-dprintf-posix.sh: New file.
12254         * tests/test-dprintf-posix.c: New file.
12255
12256         New modules 'dprintf', 'dprintf-posix'.
12257         * lib/stdio.in.h (dprintf): New declaration.
12258         * lib/dprintf.c: New file.
12259         * m4/dprintf.m4: New file.
12260         * m4/dprintf-posix.m4: New file.
12261         * modules/dprintf: New file.
12262         * modules/dprintf-posix: New file.
12263         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
12264         HAVE_DPRINTF, REPLACE_DPRINTF.
12265         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
12266         HAVE_DPRINTF, REPLACE_DPRINTF.
12267         * doc/posix-functions/dprintf.texi: Mention the new modules.
12268
12269 2009-01-17  Bruno Haible  <bruno@clisp.org>
12270
12271         * modules/vdprintf-posix-tests: New file.
12272         * tests/test-vdprintf-posix.sh: New file.
12273         * tests/test-vdprintf-posix.c: New file.
12274
12275         New modules 'vdprintf', 'vdprintf-posix'.
12276         * lib/stdio.in.h (vdprintf): New declaration.
12277         * lib/vdprintf.c: New file.
12278         * m4/vdprintf.m4: New file.
12279         * m4/vdprintf-posix.m4: New file.
12280         * modules/vdprintf: New file.
12281         * modules/vdprintf-posix: New file.
12282         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
12283         HAVE_VDPRINTF, REPLACE_VDPRINTF.
12284         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
12285         HAVE_VDPRINTF, REPLACE_VDPRINTF.
12286         * doc/posix-functions/vdprintf.texi: Mention the new modules.
12287
12288 2009-01-17  Bruno Haible  <bruno@clisp.org>
12289
12290         Fix replacement of fopen on mingw.
12291         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
12292         mingw.
12293
12294 2009-01-17  Bruno Haible  <bruno@clisp.org>
12295
12296         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
12297         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
12298
12299 2009-01-17  Bruno Haible  <bruno@clisp.org>
12300
12301         Avoid test-fflush2.sh failure on mingw.
12302         * tests/test-fflush2.c: Include binary-io.h.
12303         (main): Put standard input into binary mode.
12304         * modules/fflush-tests (Depends-on): Add binary-io.
12305
12306 2009-01-17  Bruno Haible  <bruno@clisp.org>
12307
12308         * lib/wchar.in.h: In another particular situation, include only the
12309         system's <wchar.h> file.
12310         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
12311         Reported by Albert Chin-A-Young <china@thewrittenword.com>
12312         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
12313
12314 2009-01-17  Bruno Haible  <bruno@clisp.org>
12315
12316         Support for stripping executables in --enable-relocatable.
12317         * build-aux/install-reloc: Expect one more argument, or an environment
12318         variable RELOC_STRIP_PROG. If set, strip the destination program and
12319         its wrapper.
12320         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
12321         RELOC_STRIP_PROG.
12322         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
12323         to set RELOCATABLE_STRIP.
12324         * NEWS: Mention the new Makefile requirement.
12325
12326 2009-01-17  Bruno Haible  <bruno@clisp.org>
12327
12328         * build-aux/install-reloc: Remove debugging information left over by
12329         C compiler on MacOS X.
12330
12331 2009-01-17  Bruno Haible  <bruno@clisp.org>
12332
12333         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
12334         * lib/progreloc.c (find_executable): Fix type of pointer passed to
12335         _NSGetExecutablePath.
12336
12337 2009-01-16  Jim Meyering  <meyering@redhat.com>
12338
12339         strerror: avoid warnings about discarding "const"
12340         * lib/strerror.c (rpl_strerror): Instead of returning a const
12341         string from each and every "case", use a variable, and add a single
12342         cast after the switch.
12343
12344 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
12345
12346         * lib/arpa_inet.in.h: Add extern "C" block for C++.
12347
12348 2009-01-16  Bruno Haible  <bruno@clisp.org>
12349
12350         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
12351         array initializer syntax that also works in C++ mode.
12352         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12353
12354 2009-01-16  Jim Meyering  <meyering@redhat.com>
12355
12356         poll: suppress a warning
12357         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
12358         to ignore "...unsigned expression < 0 is always false" warnings.
12359
12360 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
12361
12362         poll: remove declarations of unused variables
12363         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
12364         sockbuf and optlen.
12365
12366 2009-01-15  Bruno Haible  <bruno@clisp.org>
12367
12368         Make fflush-after-ungetc POSIX compliant on BSD systems.
12369         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
12370         (clear_ungetc_buffer): Implement also for other systems.
12371         (rpl_fflush): On glibc systems, invoke
12372         clear_ungetc_buffer_preserving_position. Otherwise, invoke
12373         clear_ungetc_buffer after fetching the stream's position, not before.
12374
12375 2009-01-15  Bruno Haible  <bruno@clisp.org>
12376
12377         Make fflush-after-ungetc POSIX compliant on glibc systems.
12378         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
12379         after ungetc.
12380         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
12381         (rpl_fflush): On glibc systems, simply call the system's fflush
12382         function after clearing the ungetc buffer.
12383         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
12384         Instead, lseek only to the end of file, then use the system's fseeko
12385         for the rest. On glibc systems, reset the EOF indicator bit.
12386
12387 2009-01-15  Jim Meyering  <meyering@redhat.com>
12388
12389         openmp.m4: revert quote-adding change, for portability to older autoconf
12390         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
12391         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
12392         Simon Josefsson noticed the problem when using autoconf-2.61.
12393
12394 2009-01-15  Bruno Haible  <bruno@clisp.org>
12395
12396         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
12397         * tests/test-fflush2.c (ASSERT): Always fail.
12398         (main): Add two tests for fflush() after ungetc(), taking into account
12399         the Austin Group's clarification.
12400         Suggested by Eric Blake.
12401
12402 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
12403
12404         mktime.m4: remove K&R-style function prototypes
12405         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
12406         for the Sun C++ compiler.
12407
12408 2009-01-14  Bruno Haible  <bruno@clisp.org>
12409
12410         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
12411         while including <wchar.h>.
12412         * lib/wchar.in.h: In two particular situations on HP-UX, include only
12413         the system's <wchar.h> file.
12414         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12415
12416 2009-01-14  Bruno Haible  <bruno@clisp.org>
12417
12418         * m4/csharp.m4: Don't mention gettext on the serial number line.
12419         * m4/csharpexec.m4: Likewise.
12420         * m4/eaccess.m4: Likewise.
12421         * m4/javaexec.m4: Likewise.
12422         * m4/sig_atomic_t.m4: Likewise.
12423         * m4/tmpdir.m4: Likewise.
12424         * m4/intldir.m4: Bump gettext version.
12425         * m4/lib-ld.m4: Likewise.
12426
12427 2009-01-14  Bruno Haible  <bruno@clisp.org>
12428
12429         * lib/progname.c (set_program_name): Add more comments.
12430         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
12431
12432 2009-01-14  Simon Josefsson  <simon@josefsson.org>
12433
12434         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
12435         were sys/stat.h does not define it.
12436
12437 2009-01-14  Jim Meyering  <meyering@redhat.com>
12438
12439         many *.m4 files: improve m4 quoting
12440         99% of this change was performed by running the following commands:
12441         git ls-files | grep '\.m4$' | xargs perl -pi \
12442           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
12443           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
12444           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
12445           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
12446         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
12447         The remainder were to add Copyright dates, increment serial numbers,
12448         undo some changes in comments, exclude m4/intl.m4, and add quotes
12449         around the "1" in ",1" where the unusual spacing prohibited the
12450         above regexps from doing the job.  For more details, see
12451         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
12452         * m4/acl.m4: Modified.
12453         * m4/afs.m4: Likewise.
12454         * m4/alloca.m4: Likewise.
12455         * m4/argp.m4: Likewise.
12456         * m4/argz.m4: Likewise.
12457         * m4/atexit.m4: Likewise.
12458         * m4/bison-i18n.m4: Likewise.
12459         * m4/bison.m4: Likewise.
12460         * m4/byteswap.m4: Likewise.
12461         * m4/c-stack.m4: Likewise.
12462         * m4/c-strtod.m4: Likewise.
12463         * m4/calloc.m4: Likewise.
12464         * m4/canonicalize-lgpl.m4: Likewise.
12465         * m4/chown.m4: Likewise.
12466         * m4/clock_time.m4: Likewise.
12467         * m4/codeset.m4: Likewise.
12468         * m4/copy-file.m4: Likewise.
12469         * m4/csharp.m4: Likewise.
12470         * m4/csharpcomp.m4: Likewise.
12471         * m4/csharpexec.m4: Likewise.
12472         * m4/d-ino.m4: Likewise.
12473         * m4/d-type.m4: Likewise.
12474         * m4/dirfd.m4: Likewise.
12475         * m4/double-slash-root.m4: Likewise.
12476         * m4/eaccess.m4: Likewise.
12477         * m4/eealloc.m4: Likewise.
12478         * m4/environ.m4: Likewise.
12479         * m4/errno_h.m4: Likewise.
12480         * m4/euidaccess.m4: Likewise.
12481         * m4/execute.m4: Likewise.
12482         * m4/fatal-signal.m4: Likewise.
12483         * m4/fchdir.m4: Likewise.
12484         * m4/fcntl_h.m4: Likewise.
12485         * m4/fileblocks.m4: Likewise.
12486         * m4/filenamecat.m4: Likewise.
12487         * m4/findprog.m4: Likewise.
12488         * m4/flexmember.m4: Likewise.
12489         * m4/fnmatch.m4: Likewise.
12490         * m4/fopen.m4: Likewise.
12491         * m4/fpending.m4: Likewise.
12492         * m4/fprintf-posix.m4: Likewise.
12493         * m4/free.m4: Likewise.
12494         * m4/frexp.m4: Likewise.
12495         * m4/frexpl.m4: Likewise.
12496         * m4/fsusage.m4: Likewise.
12497         * m4/ftruncate.m4: Likewise.
12498         * m4/gc-camellia.m4: Likewise.
12499         * m4/gc-random.m4: Likewise.
12500         * m4/gc.m4: Likewise.
12501         * m4/getaddrinfo.m4: Likewise.
12502         * m4/getcwd-abort-bug.m4: Likewise.
12503         * m4/getcwd-path-max.m4: Likewise.
12504         * m4/getdate.m4: Likewise.
12505         * m4/getdomainname.m4: Likewise.
12506         * m4/getgroups.m4: Likewise.
12507         * m4/gethostname.m4: Likewise.
12508         * m4/gethrxtime.m4: Likewise.
12509         * m4/getline.m4: Likewise.
12510         * m4/getloadavg.m4: Likewise.
12511         * m4/getndelim2.m4: Likewise.
12512         * m4/getpass.m4: Likewise.
12513         * m4/gettext.m4: Likewise.
12514         * m4/gettime.m4: Likewise.
12515         * m4/gettimeofday.m4: Likewise.
12516         * m4/gnulib-common.m4: Likewise.
12517         * m4/group-member.m4: Likewise.
12518         * m4/host-os.m4: Likewise.
12519         * m4/iconv.m4: Likewise.
12520         * m4/iconv_open.m4: Likewise.
12521         * m4/inet_ntop.m4: Likewise.
12522         * m4/inet_pton.m4: Likewise.
12523         * m4/inline.m4: Likewise.
12524         * m4/intldir.m4: Likewise.
12525         * m4/intlmacosx.m4: Likewise.
12526         * m4/intmax.m4: Likewise.
12527         * m4/intmax_t.m4: Likewise.
12528         * m4/inttypes.m4: Likewise.
12529         * m4/inttypes_h.m4: Likewise.
12530         * m4/inttypes-pri.m4: Likewise.
12531         * m4/isapipe.m4: Likewise.
12532         * m4/isnand.m4: Likewise.
12533         * m4/isnanf.m4: Likewise.
12534         * m4/isnanl.m4: Likewise.
12535         * m4/javacomp.m4: Likewise.
12536         * m4/javaexec.m4: Likewise.
12537         * m4/jm-winsz1.m4: Likewise.
12538         * m4/jm-winsz2.m4: Likewise.
12539         * m4/lchown.m4: Likewise.
12540         * m4/lcmessage.m4: Likewise.
12541         * m4/ldexpl.m4: Likewise.
12542         * m4/lib-ld.m4: Likewise.
12543         * m4/lib-link.m4: Likewise.
12544         * m4/libsigsegv.m4: Likewise.
12545         * m4/link-follow.m4: Likewise.
12546         * m4/localcharset.m4: Likewise.
12547         * m4/locale-fr.m4: Likewise.
12548         * m4/locale-ja.m4: Likewise.
12549         * m4/locale-tr.m4: Likewise.
12550         * m4/locale-zh.m4: Likewise.
12551         * m4/lock.m4: Likewise.
12552         * m4/longlong.m4: Likewise.
12553         * m4/ls-mntd-fs.m4: Likewise.
12554         * m4/lstat.m4: Likewise.
12555         * m4/malloc.m4: Likewise.
12556         * m4/mathl.m4: Likewise.
12557         * m4/mbrtowc.m4: Likewise.
12558         * m4/mbstate_t.m4: Likewise.
12559         * m4/mbswidth.m4: Likewise.
12560         * m4/memchr.m4: Likewise.
12561         * m4/memcmp.m4: Likewise.
12562         * m4/memcpy.m4: Likewise.
12563         * m4/memmem.m4: Likewise.
12564         * m4/memmove.m4: Likewise.
12565         * m4/mempcpy.m4: Likewise.
12566         * m4/memrchr.m4: Likewise.
12567         * m4/memset.m4: Likewise.
12568         * m4/minmax.m4: Likewise.
12569         * m4/mkdir-slash.m4: Likewise.
12570         * m4/mkdtemp.m4: Likewise.
12571         * m4/mktime.m4: Likewise.
12572         * m4/mmap-anon.m4: Likewise.
12573         * m4/mountlist.m4: Likewise.
12574         * m4/nanosleep.m4: Likewise.
12575         * m4/nls.m4: Likewise.
12576         * m4/nocrash.m4: Likewise.
12577         * m4/open.m4: Likewise.
12578         * m4/openat.m4: Likewise.
12579         * m4/openmp.m4: Likewise.
12580         * m4/pathmax.m4: Likewise.
12581         * m4/perl.m4: Likewise.
12582         * m4/physmem.m4: Likewise.
12583         * m4/pipe.m4: Likewise.
12584         * m4/po.m4: Likewise.
12585         * m4/poll.m4: Likewise.
12586         * m4/posixtm.m4: Likewise.
12587         * m4/posixver.m4: Likewise.
12588         * m4/printf-frexp.m4: Likewise.
12589         * m4/printf-frexpl.m4: Likewise.
12590         * m4/printf-posix.m4: Likewise.
12591         * m4/printf-posix-rpl.m4: Likewise.
12592         * m4/printf.m4: Likewise.
12593         * m4/progtest.m4: Likewise.
12594         * m4/putenv.m4: Likewise.
12595         * m4/readline.m4: Likewise.
12596         * m4/readlink.m4: Likewise.
12597         * m4/readutmp.m4: Likewise.
12598         * m4/realloc.m4: Likewise.
12599         * m4/regex.m4: Likewise.
12600         * m4/relocatable.m4: Likewise.
12601         * m4/relocatable-lib.m4: Likewise.
12602         * m4/rename-dest-slash.m4: Likewise.
12603         * m4/rename.m4: Likewise.
12604         * m4/rmdir-errno.m4: Likewise.
12605         * m4/rmdir.m4: Likewise.
12606         * m4/roundf.m4: Likewise.
12607         * m4/roundl.m4: Likewise.
12608         * m4/rpmatch.m4: Likewise.
12609         * m4/save-cwd.m4: Likewise.
12610         * m4/selinux-selinux-h.m4: Likewise.
12611         * m4/setenv.m4: Likewise.
12612         * m4/settime.m4: Likewise.
12613         * m4/sig2str.m4: Likewise.
12614         * m4/sig_atomic_t.m4: Likewise.
12615         * m4/signalblocking.m4: Likewise.
12616         * m4/signbit.m4: Likewise.
12617         * m4/sigpipe.m4: Likewise.
12618         * m4/sockets.m4: Likewise.
12619         * m4/sockpfaf.m4: Likewise.
12620         * m4/st_dm_mode.m4: Likewise.
12621         * m4/stat-time.m4: Likewise.
12622         * m4/stdbool.m4: Likewise.
12623         * m4/stdint.m4: Likewise.
12624         * m4/stdint_h.m4: Likewise.
12625         * m4/stpcpy.m4: Likewise.
12626         * m4/stpncpy.m4: Likewise.
12627         * m4/strcase.m4: Likewise.
12628         * m4/strchrnul.m4: Likewise.
12629         * m4/strcspn.m4: Likewise.
12630         * m4/strdup.m4: Likewise.
12631         * m4/strftime.m4: Likewise.
12632         * m4/strndup.m4: Likewise.
12633         * m4/strnlen.m4: Likewise.
12634         * m4/strpbrk.m4: Likewise.
12635         * m4/strptime.m4: Likewise.
12636         * m4/strsep.m4: Likewise.
12637         * m4/strtod.m4: Likewise.
12638         * m4/strtoimax.m4: Likewise.
12639         * m4/strtok_r.m4: Likewise.
12640         * m4/strtol.m4: Likewise.
12641         * m4/strtoll.m4: Likewise.
12642         * m4/strtoul.m4: Likewise.
12643         * m4/strtoull.m4: Likewise.
12644         * m4/strtoumax.m4: Likewise.
12645         * m4/strverscmp.m4: Likewise.
12646         * m4/threadlib.m4: Likewise.
12647         * m4/timegm.m4: Likewise.
12648         * m4/tm_gmtoff.m4: Likewise.
12649         * m4/tmpdir.m4: Likewise.
12650         * m4/tmpfile.m4: Likewise.
12651         * m4/tzset.m4: Likewise.
12652         * m4/uintmax_t.m4: Likewise.
12653         * m4/unlinkdir.m4: Likewise.
12654         * m4/unlocked-io.m4: Likewise.
12655         * m4/uptime.m4: Likewise.
12656         * m4/userspec.m4: Likewise.
12657         * m4/utimbuf.m4: Likewise.
12658         * m4/utime.m4: Likewise.
12659         * m4/utimes-null.m4: Likewise.
12660         * m4/utimes.m4: Likewise.
12661         * m4/vararrays.m4: Likewise.
12662         * m4/vasnprintf.m4: Likewise.
12663         * m4/vfprintf-posix.m4: Likewise.
12664         * m4/vprintf-posix.m4: Likewise.
12665         * m4/wait-process.m4: Likewise.
12666         * m4/wchar_t.m4: Likewise.
12667         * m4/wint_t.m4: Likewise.
12668         * m4/write-any-file.m4: Likewise.
12669         * m4/yield.m4: Likewise.
12670
12671 2009-01-13  Bruno Haible  <bruno@clisp.org>
12672
12673         Avoid test-copy-file.sh failures when ACL support insufficient.
12674         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
12675         TESTS_ENVIRONMENT.
12676         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
12677         Reported by Jim Meyering.
12678
12679 2009-01-13  Bruno Haible  <bruno@clisp.org>
12680
12681         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
12682         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
12683         * modules/unistdio/u8-printf-parse (Files): Likewise.
12684         * modules/unistdio/u32-printf-parse (Files): Likewise.
12685         * modules/unistdio/ulc-printf-parse (Files): Likewise.
12686
12687 2009-01-13  Simon Josefsson  <simon@josefsson.org>
12688
12689         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
12690         and m4/inttypes_h.m4 too.
12691
12692 2009-01-12  Eric Blake  <ebb9@byu.net>
12693
12694         tests: IRIX 6.2 cc can't compile -0.0 into .data
12695         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
12696         rather than at compile-time.
12697         * tests/test-floorl.c (minus_zero): Likewise.
12698         * tests/test-frexpl.c (minus_zero): Likewise.
12699         * tests/test-isnan.c (minus_zerol): Likewise.
12700         * tests/test-isnanl.h (minus_zero): Likewise.
12701         * tests/test-ldexpl.c (minus_zero): Likewise.
12702         * tests/test-roundl.c (minus_zero): Likewise.
12703         * tests/test-signbit.c (minus_zerol): Likewise.
12704         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
12705         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
12706         * tests/test-truncl.c (minus_zero): Likewise.
12707         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
12708         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
12709         Reported by Tom G. Christensen and Nelson H. F. Beebe.
12710
12711 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
12712
12713         regex: fix glibc bug 9697
12714         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
12715         handling.
12716
12717 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
12718
12719         regex: fix glibc bug 697
12720         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
12721         being NULL also if there are no backreferences.
12722
12723 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
12724
12725         regex: merge glibc changes
12726         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
12727         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
12728         re_string_skip_chars, re_string_reconstruct): Likewise.
12729         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
12730
12731 2009-01-07  Jim Meyering  <meyering@redhat.com>
12732
12733         poll: filter through cppi
12734         * lib/poll.c: Indent cpp directives to reflect nesting.
12735
12736 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
12737
12738         poll: don't return uninitialized
12739         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
12740
12741 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
12742
12743         avoid compile failure on AIX 6.1
12744         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
12745         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
12746
12747 2009-01-04  Jim Meyering  <meyering@redhat.com>
12748
12749         remove duplicate inclusion of <stdio.h>
12750         * tests/test-fprintf-posix.c: Likewise.
12751         * tests/test-printf-posix.c: Likewise.
12752         * tests/test-snprintf-posix.c: Likewise.
12753         * tests/test-sprintf-posix.c: Likewise.
12754         * tests/test-vasprintf-posix.c: Likewise.
12755         * tests/test-vfprintf-posix.c: Likewise.
12756         * tests/test-vprintf-posix.c: Likewise.
12757         * tests/test-vsnprintf-posix.c: Likewise.
12758         * tests/test-vsprintf-posix.c: Likewise.
12759
12760 2009-01-03  Jim Meyering  <meyering@redhat.com>
12761
12762         gnulib-tool: fix sed-based filtering
12763         * gnulib-tool (func_filter_filelist): Remove extra backslash
12764         in sed_fff_filter definition.
12765
12766 2009-01-02  Jim Meyering  <meyering@redhat.com>
12767
12768         strftime: avoid compilation failure on Solaris 2.6
12769         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
12770         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
12771         Don't #define mbrlen or mbsinit, since now they're guaranteed to
12772         be available.  Reported by Tom G. Christensen.  Details in
12773         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
12774
12775 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12776             Bruno Haible  <bruno@clisp.org>
12777
12778         Speed up gnulib-tool by doing more string processing through shell
12779         built-ins.
12780         * gnulib-tool (fast_func_append): New variable.
12781         (func_remove_prefix, func_remove_suffix): New functions.
12782         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
12783         (func_filter_filelist): New function.
12784         (func_get_dependencies): Use func_remove_suffix instead of sed.
12785         (func_get_automake_snippet): Use func_filter_filelist instead of a
12786         subshell and sed invocation.
12787
12788 2009-01-01  Bruno Haible  <bruno@clisp.org>
12789
12790         Fix a security bug.
12791         * gnulib-tool (func_import, import, update): Don't allow the characters
12792         '"', '$', '`', '\' in macro arguments that become part of commands that
12793         are evaluated.
12794
12795 2009-01-01  Bruno Haible  <bruno@clisp.org>
12796
12797         * gnulib-tool (func_reset_sigpipe): Add more comments.
12798
12799 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12800
12801         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
12802         func_emit_tests_Makefile_am, func_import): Abort loops early if we
12803         already know the answer.
12804
12805 2009-01-01  Jim Meyering  <meyering@redhat.com>
12806
12807         * lib/version-etc.c (version_etc_va): Update copyright year.
12808
12809 2008-12-30  Bruno Haible  <bruno@clisp.org>
12810
12811         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
12812         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
12813         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
12814
12815 2008-12-29  Eric Blake  <ebb9@byu.net>
12816
12817         multiarch: avoid autoconf AC_REQUIRE bug
12818         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
12819         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
12820         2.63 and older.
12821         Reported by Bruno Haible, and analyzed in
12822         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
12823
12824 2008-12-29  Bruno Haible  <bruno@clisp.org>
12825
12826         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
12827         files in subdirectories correctly.
12828         Reported by Ralf Wildenhues.
12829
12830 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12831
12832         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
12833         rather than 'join FILE -', for Solaris join.
12834
12835 2008-12-29  Bruno Haible  <bruno@clisp.org>
12836
12837         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
12838         quoting.
12839         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
12840         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
12841         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
12842         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
12843         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
12844         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
12845         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
12846         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
12847         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12848         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
12849         * m4/nls.m4 (AM_NLS): Likewise.
12850         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
12851         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
12852         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
12853         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
12854         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
12855         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
12856         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
12857         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
12858         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
12859         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
12860         * m4/xsize.m4 (gl_XSIZE): Likewise.
12861         Suggested by Jim Meyering.
12862
12863 2008-11-17  Bruce Korb  <bkorb@gnu.org>
12864
12865         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
12866         * lib/parse-duration.c: use a switch instead of cascading if's.
12867
12868 2008-12-29  Eric Blake  <ebb9@byu.net>
12869
12870         wchar.h: supply WEOF on Irix 5.3
12871         * lib/wchar.in.h (wint_t): Also supply WEOF.
12872         * lib/wctype.in.h (wint_t): Likewise.
12873         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
12874         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
12875         Reported by Tom G. Christensen.
12876
12877 2008-12-26  Bruno Haible  <bruno@clisp.org>
12878
12879         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
12880         i486, i586, i686.
12881
12882 2008-12-26  Bruno Haible  <bruno@clisp.org>
12883
12884         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
12885
12886 2008-12-26  Bruno Haible  <bruno@clisp.org>
12887
12888         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
12889         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
12890         not __STDC_CONSTANT_MACROS.
12891         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
12892
12893 2008-12-25  Bruno Haible  <bruno@clisp.org>
12894
12895         Add support for universal builds to vasnprintf.
12896         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
12897         universal builds, guess no.
12898         * modules/vasnprintf-posix (Depends-on): Add multiarch.
12899         * modules/vasprintf-posix (Depends-on): Likewise.
12900         * modules/fprintf-posix (Depends-on): Likewise.
12901         * modules/vfprintf-posix (Depends-on): Likewise.
12902         * modules/snprintf-posix (Depends-on): Likewise.
12903         * modules/vsnprintf-posix (Depends-on): Likewise.
12904         * modules/sprintf-posix (Depends-on): Likewise.
12905         * modules/vsprintf-posix (Depends-on): Likewise.
12906         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12907         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12908         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12909         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12910         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12911         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12912         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12913
12914         Add support for universal builds to <inttypes.h>.
12915         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
12916         _SCNu64_PREFIX): In Apple
12917         universal builds, define directly, using _LP64.
12918         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
12919         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
12920         * modules/inttypes (Depends-on): Add multiarch.
12921         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
12922
12923         Add support for universal builds to <stdint.h>.
12924         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
12925         universal builds, define directly, using _LP64.
12926         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
12927         Apple universal builds, don't test for the size and suffix of ptrdiff_t
12928         and size_t.
12929         * modules/stdint (Depends-on): Add multiarch.
12930         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
12931
12932         New module 'multiarch'.
12933         * modules/multiarch: New file.
12934         * m4/multiarch.m4: New file.
12935
12936 2008-12-25  Bruno Haible  <bruno@clisp.org>
12937
12938         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
12939
12940 2008-12-25  Bruno Haible  <bruno@clisp.org>
12941
12942         * modules/btowc (License): Relicense under LGPLv2+.
12943         * modules/mbsinit (License): Likewise.
12944         * modules/mbrtowc (License): Likewise.
12945         * modules/wcrtomb (License): Likewise.
12946         * modules/streq (License): Likewise.
12947         Reported by David Lutterkort <lutter@redhat.com>.
12948
12949 2008-12-23  Bruno Haible  <bruno@clisp.org>
12950
12951         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
12952
12953 2008-12-23  Bruno Haible  <bruno@clisp.org>
12954
12955         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
12956         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
12957         GETADDRINFO_LIB, not in LIBS.
12958         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
12959         * modules/canon-host (Link): Likewise.
12960         * NEWS: Mention the change.
12961         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
12962         GETADDRINFO_LIB.
12963
12964 2008-12-22  Bruno Haible  <bruno@clisp.org>
12965
12966         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
12967         * doc/posix-functions/iswalpha_l.texi: Likewise.
12968         * doc/posix-functions/iswblank_l.texi: Likewise.
12969         * doc/posix-functions/iswcntrl_l.texi: Likewise.
12970         * doc/posix-functions/iswctype_l.texi: Likewise.
12971         * doc/posix-functions/iswdigit_l.texi: Likewise.
12972         * doc/posix-functions/iswgraph_l.texi: Likewise.
12973         * doc/posix-functions/iswlower_l.texi: Likewise.
12974         * doc/posix-functions/iswprint_l.texi: Likewise.
12975         * doc/posix-functions/iswpunct_l.texi: Likewise.
12976         * doc/posix-functions/iswspace_l.texi: Likewise.
12977         * doc/posix-functions/iswupper_l.texi: Likewise.
12978         * doc/posix-functions/iswxdigit_l.texi: Likewise.
12979         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
12980         * doc/posix-functions/open_wmemstream.texi: Likewise.
12981         * doc/posix-functions/swscanf.texi: Likewise.
12982         * doc/posix-functions/towctrans_l.texi: Likewise.
12983         * doc/posix-functions/towlower.texi: Likewise.
12984         * doc/posix-functions/towlower_l.texi: Likewise.
12985         * doc/posix-functions/towupper.texi: Likewise.
12986         * doc/posix-functions/towupper_l.texi: Likewise.
12987         * doc/posix-functions/vfwprintf.texi: Likewise.
12988         * doc/posix-functions/vfwscanf.texi: Likewise.
12989         * doc/posix-functions/vswscanf.texi: Likewise.
12990         * doc/posix-functions/vwprintf.texi: Likewise.
12991         * doc/posix-functions/vwscanf.texi: Likewise.
12992         * doc/posix-functions/wcpcpy.texi: Likewise.
12993         * doc/posix-functions/wcpncpy.texi: Likewise.
12994         * doc/posix-functions/wcscasecmp.texi: Likewise.
12995         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
12996         * doc/posix-functions/wcscoll_l.texi: Likewise.
12997         * doc/posix-functions/wcsdup.texi: Likewise.
12998         * doc/posix-functions/wcsncasecmp.texi: Likewise.
12999         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
13000         * doc/posix-functions/wcsnlen.texi: Likewise.
13001         * doc/posix-functions/wcsnrtombs.texi: Likewise.
13002         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
13003         * doc/posix-functions/wctrans_l.texi: Likewise.
13004         * doc/posix-functions/wctype_l.texi: Likewise.
13005         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
13006         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
13007         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
13008         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
13009         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
13010         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
13011         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
13012         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
13013         * doc/glibc-functions/wcschrnul.texi: Likewise.
13014         * doc/glibc-functions/wcsftime_l.texi: Likewise.
13015         * doc/glibc-functions/wcstod_l.texi: Likewise.
13016         * doc/glibc-functions/wcstof_l.texi: Likewise.
13017         * doc/glibc-functions/wcstol_l.texi: Likewise.
13018         * doc/glibc-functions/wcstold_l.texi: Likewise.
13019         * doc/glibc-functions/wcstoll_l.texi: Likewise.
13020         * doc/glibc-functions/wcstoq.texi: Likewise.
13021         * doc/glibc-functions/wcstoul_l.texi: Likewise.
13022         * doc/glibc-functions/wcstoull_l.texi: Likewise.
13023         * doc/glibc-functions/wcstouq.texi: Likewise.
13024         * doc/glibc-functions/wmempcpy.texi: Likewise.
13025
13026 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
13027             Eric Blake  <ebb9@byu.net>
13028             Paolo Bonzini  <bonzini@gnu.org>
13029             Bruno Haible  <bruno@clisp.org>
13030
13031         Make c-stack work on Haiku.
13032         * lib/c-stack.c (SA_ONSTACK): Define fallback.
13033         (c_stack_action): Use SA_ONSTACK flag.
13034
13035 2008-12-22  Bruno Haible  <bruno@clisp.org>
13036
13037         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
13038
13039 2008-12-22  Bruno Haible  <bruno@clisp.org>
13040
13041         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
13042         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
13043         being overridden.
13044         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
13045         New macros.
13046         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
13047         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
13048         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
13049         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
13050
13051 2008-12-22  Bruno Haible  <bruno@clisp.org>
13052
13053         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
13054         from test code.
13055
13056 2008-12-22  Eric Blake  <ebb9@byu.net>
13057
13058         Avoid gcc warnings on cygwin.
13059         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
13060         Avoid unused variable.
13061         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
13062         Likewise.
13063
13064 2008-12-22  Bruno Haible  <bruno@clisp.org>
13065
13066         Remove HAVE_MBRTOWC conditionals.
13067         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
13068         (mbscasecmp): Assume mbrtowc function.
13069         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
13070         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
13071         * lib/mbschr.c: Include mbuiter.h unconditionally.
13072         (mbschr): Assume mbrtowc function.
13073         * lib/mbscspn.c: Include mbuiter.h unconditionally.
13074         (mbscspn): Assume mbrtowc function.
13075         * lib/mbslen.c: Include mbuiter.h unconditionally.
13076         (mbslen): Assume mbrtowc function.
13077         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
13078         (mbsncasecmp): Assume mbrtowc function.
13079         * lib/mbsnlen.c: Include mbiter.h unconditionally.
13080         (mbsnlen): Assume mbrtowc function.
13081         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
13082         (mbspbrk): Assume mbrtowc function.
13083         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
13084         (mbspcasecmp): Assume mbrtowc function.
13085         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
13086         (mbsrchr): Assume mbrtowc function.
13087         * lib/mbssep.c: Include mbuiter.h unconditionally.
13088         (mbssep): Assume mbrtowc function.
13089         * lib/mbsspn.c: Include mbuiter.h unconditionally.
13090         (mbsspn): Assume mbrtowc function.
13091         * lib/mbsstr.c: Include mbuiter.h unconditionally.
13092         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
13093         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
13094         (mbstok_r): Assume mbrtowc function.
13095         * lib/propername.c: Include mbuiter.h unconditionally.
13096         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
13097         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
13098         (trim2): Assume mbrtowc function.
13099         * lib/mbswidth.c (mbsinit): Remove fallback definition.
13100         (mbsnwidth): Assume mbrtowc function.
13101         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
13102         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
13103         fallback definitions.
13104         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
13105
13106 2008-12-22  Bruno Haible  <bruno@clisp.org>
13107
13108         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
13109
13110 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
13111
13112         * modules/regex: Request emulations for the mb*/wc* functions we need.
13113         * m4/regex.m4: Don't look for those functions here.
13114         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
13115
13116 2008-12-22  Bruno Haible  <bruno@clisp.org>
13117
13118         * modules/fnmatch (Depends-on): Remove duplicated dependency.
13119
13120 2008-12-21  Bruno Haible  <bruno@clisp.org>
13121
13122         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
13123         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
13124         (Include): Remove conditionalization.
13125         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
13126         (Include): Remove conditionalization.
13127         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
13128         (Include): Remove conditionalization.
13129         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
13130         * m4/mbfile.m4 (gl_MBFILE): Likewise.
13131         * NEWS: Mention the change.
13132         Reported by Alan Hourihane <alanh@fairlite.co.uk>
13133         via Sergey Poznyakoff <gray@gnu.org.ua>.
13134
13135 2008-12-21  Bruno Haible  <bruno@clisp.org>
13136
13137         * MODULES.html.sh (Extended multibyte and wide character utilities
13138         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
13139         wcrtomb, wcsrtombs.
13140         (Support for systems lacking POSIX:2008): Add accept, bind, close,
13141         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
13142         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
13143         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
13144
13145 2008-12-21  Bruno Haible  <bruno@clisp.org>
13146
13147         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
13148
13149 2008-12-21  Bruno Haible  <bruno@clisp.org>
13150
13151         * modules/wcsnrtombs-tests: New file.
13152         * tests/test-wcsnrtombs1.sh: New file.
13153         * tests/test-wcsnrtombs2.sh: New file.
13154         * tests/test-wcsnrtombs3.sh: New file.
13155         * tests/test-wcsnrtombs4.sh: New file.
13156         * tests/test-wcsnrtombs.c: New file.
13157
13158         New module 'wcsnrtombs'.
13159         * lib/wchar.in.h (wcsnrtombs): New declaration.
13160         * lib/wcsnrtombs.c: New file.
13161         * lib/wcsrtombs-state.c: New file.
13162         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
13163         (internal_state): Remove variable.
13164         * m4/wcsnrtombs.m4: New file.
13165         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
13166         compilation units.
13167         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
13168         HAVE_WCSNRTOMBS.
13169         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
13170         HAVE_WCSNRTOMBS.
13171         * modules/wcsnrtombs: New file.
13172         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
13173         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
13174
13175 2008-12-21  Bruno Haible  <bruno@clisp.org>
13176
13177         * modules/wcsrtombs-tests: New file.
13178         * tests/test-wcsrtombs1.sh: New file.
13179         * tests/test-wcsrtombs2.sh: New file.
13180         * tests/test-wcsrtombs3.sh: New file.
13181         * tests/test-wcsrtombs4.sh: New file.
13182         * tests/test-wcsrtombs.c: New file.
13183
13184         New module 'wcsrtombs'.
13185         * lib/wchar.in.h (wcsrtombs): New declaration.
13186         * lib/wcsrtombs.c: New file.
13187         * m4/wcsrtombs.m4: New file.
13188         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
13189         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
13190         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
13191         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
13192         * modules/wcsrtombs: New file.
13193         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
13194         bugs.
13195
13196 2008-12-21  Bruno Haible  <bruno@clisp.org>
13197
13198         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
13199         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
13200         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
13201         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
13202         if not correct.
13203         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
13204         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
13205         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
13206         m4/locale-zh.m4, m4/codeset.m4.
13207         * doc/posix-functions/wcrtomb.texi: Document the bug.
13208
13209 2008-12-21  Bruno Haible  <bruno@clisp.org>
13210
13211         Work around a btowc() bug on IRIX 6.5.
13212         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
13213         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
13214         REPLACE_WTOBC if not.
13215         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
13216         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
13217         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
13218
13219 2008-12-21  Bruno Haible  <bruno@clisp.org>
13220
13221         * modules/wcrtomb-tests: New file.
13222         * tests/test-wcrtomb.sh: New file.
13223         * tests/test-wcrtomb.c: New file.
13224
13225         New module 'wcrtomb'.
13226         * lib/wchar.in.h (wcrtomb): New declaration.
13227         * lib/wcrtomb.c: New file.
13228         * m4/wcrtomb.m4: New file.
13229         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
13230         HAVE_WCRTOMB.
13231         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
13232         HAVE_WCRTOMB.
13233         * modules/wcrtomb: New file.
13234         * doc/posix-functions/wcrtomb.texi: Mention the new module.
13235
13236 2008-12-21  Bruno Haible  <bruno@clisp.org>
13237
13238         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
13239         * modules/mbsrtowcs (Files): Likewise.
13240         * modules/wctob (Files): Likewise.
13241         * modules/c-strcase-tests (Files): Likewise.
13242         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
13243         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
13244         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
13245         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
13246         * modules/vasnprintf-posix-tests (Files): Likewise.
13247
13248 2008-12-21  William Pursell  <bill.pursell@gmail.com>
13249
13250         gitlog-to-changelog: pass all command-line arguments to git-log
13251         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
13252         it is sometimes convenient to filter the commits in various ways.
13253         gitlog-to-changelog only allows --since to specify a start date,
13254         but git-log itself supports many other filtering mechanisms.
13255         At the moment, I want to filter by branch name.  Rather than
13256         adding a --branch option to gitlog-to-changelog, it seems more
13257         flexible to simply pass all options directly to git-log and let
13258         git do the work.  Notice that this effectively makes --since a
13259         redundant option for gitlog-to-changelog, but removing it would
13260         require current usage to change since calls would then require
13261         an additional '--'.
13262
13263 2008-12-21  Bruno Haible  <bruno@clisp.org>
13264
13265         * modules/mbsnrtowcs-tests: New file.
13266         * tests/test-mbsnrtowcs1.sh: New file.
13267         * tests/test-mbsnrtowcs2.sh: New file.
13268         * tests/test-mbsnrtowcs3.sh: New file.
13269         * tests/test-mbsnrtowcs4.sh: New file.
13270         * tests/test-mbsnrtowcs.c: New file.
13271
13272         New module 'mbsnrtowcs'.
13273         * lib/wchar.in.h (mbsnrtowcs): New declaration.
13274         * lib/mbsnrtowcs.c: New file.
13275         * lib/mbsrtowcs-state.c: New file.
13276         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
13277         (internal_state): Remove variable.
13278         * m4/mbsnrtowcs.m4: New file.
13279         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
13280         compilation units.
13281         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
13282         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
13283         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
13284         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
13285         * modules/mbsnrtowcs: New file.
13286         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
13287         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
13288         portability problem.
13289
13290 2008-12-21  Bruno Haible  <bruno@clisp.org>
13291
13292         Work around mbsrtowcs bug.
13293         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
13294         (gl_FUNC_MBSRTOWCS): Invoke it.
13295         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
13296         m4/locale-zh.m4.
13297         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
13298
13299 2008-12-21  Bruno Haible  <bruno@clisp.org>
13300
13301         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
13302
13303 2008-12-21  Bruno Haible  <bruno@clisp.org>
13304
13305         Update doc for AIX.
13306         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
13307         16-bit wchar_t type.
13308         * doc/posix-functions/btowc.texi: Likewise.
13309         * doc/posix-functions/fgetwc.texi: Likewise.
13310         * doc/posix-functions/fgetws.texi: Likewise.
13311         * doc/posix-functions/fputwc.texi: Likewise.
13312         * doc/posix-functions/fputws.texi: Likewise.
13313         * doc/posix-functions/fwide.texi: Likewise.
13314         * doc/posix-functions/fwprintf.texi: Likewise.
13315         * doc/posix-functions/fwscanf.texi: Likewise.
13316         * doc/posix-functions/getwchar.texi: Likewise.
13317         * doc/posix-functions/getwc.texi: Likewise.
13318         * doc/posix-functions/iswalnum.texi: Likewise.
13319         * doc/posix-functions/iswalpha.texi: Likewise.
13320         * doc/posix-functions/iswblank.texi: Likewise.
13321         * doc/posix-functions/iswcntrl.texi: Likewise.
13322         * doc/posix-functions/iswctype.texi: Likewise.
13323         * doc/posix-functions/iswdigit.texi: Likewise.
13324         * doc/posix-functions/iswgraph.texi: Likewise.
13325         * doc/posix-functions/iswlower.texi: Likewise.
13326         * doc/posix-functions/iswprint.texi: Likewise.
13327         * doc/posix-functions/iswpunct.texi: Likewise.
13328         * doc/posix-functions/iswspace.texi: Likewise.
13329         * doc/posix-functions/iswupper.texi: Likewise.
13330         * doc/posix-functions/iswxdigit.texi: Likewise.
13331         * doc/posix-functions/mbrtowc.texi: Likewise.
13332         * doc/posix-functions/mbsrtowcs.texi: Likewise.
13333         * doc/posix-functions/mbstowcs.texi: Likewise.
13334         * doc/posix-functions/mbtowc.texi: Likewise.
13335         * doc/posix-functions/putwchar.texi: Likewise.
13336         * doc/posix-functions/putwc.texi: Likewise.
13337         * doc/posix-functions/swprintf.texi: Likewise.
13338         * doc/posix-functions/tolower.texi: Likewise.
13339         * doc/posix-functions/toupper.texi: Likewise.
13340         * doc/posix-functions/towctrans.texi: Likewise.
13341         * doc/posix-functions/ungetwc.texi: Likewise.
13342         * doc/posix-functions/vswprintf.texi: Likewise.
13343         * doc/posix-functions/wcrtomb.texi: Likewise.
13344         * doc/posix-functions/wcscat.texi: Likewise.
13345         * doc/posix-functions/wcschr.texi: Likewise.
13346         * doc/posix-functions/wcscmp.texi: Likewise.
13347         * doc/posix-functions/wcscoll.texi: Likewise.
13348         * doc/posix-functions/wcscpy.texi: Likewise.
13349         * doc/posix-functions/wcscspn.texi: Likewise.
13350         * doc/posix-functions/wcsftime.texi: Likewise.
13351         * doc/posix-functions/wcslen.texi: Likewise.
13352         * doc/posix-functions/wcsncat.texi: Likewise.
13353         * doc/posix-functions/wcsncmp.texi: Likewise.
13354         * doc/posix-functions/wcsncpy.texi: Likewise.
13355         * doc/posix-functions/wcspbrk.texi: Likewise.
13356         * doc/posix-functions/wcsrchr.texi: Likewise.
13357         * doc/posix-functions/wcsrtombs.texi: Likewise.
13358         * doc/posix-functions/wcsspn.texi: Likewise.
13359         * doc/posix-functions/wcsstr.texi: Likewise.
13360         * doc/posix-functions/wcstod.texi: Likewise.
13361         * doc/posix-functions/wcstof.texi: Likewise.
13362         * doc/posix-functions/wcstoimax.texi: Likewise.
13363         * doc/posix-functions/wcstok.texi: Likewise.
13364         * doc/posix-functions/wcstold.texi: Likewise.
13365         * doc/posix-functions/wcstoll.texi: Likewise.
13366         * doc/posix-functions/wcstol.texi: Likewise.
13367         * doc/posix-functions/wcstombs.texi: Likewise.
13368         * doc/posix-functions/wcstoull.texi: Likewise.
13369         * doc/posix-functions/wcstoul.texi: Likewise.
13370         * doc/posix-functions/wcstoumax.texi: Likewise.
13371         * doc/posix-functions/wcswidth.texi: Likewise.
13372         * doc/posix-functions/wcsxfrm.texi: Likewise.
13373         * doc/posix-functions/wctob.texi: Likewise.
13374         * doc/posix-functions/wctomb.texi: Likewise.
13375         * doc/posix-functions/wctrans.texi: Likewise.
13376         * doc/posix-functions/wctype.texi: Likewise.
13377         * doc/posix-functions/wcwidth.texi: Likewise.
13378         * doc/posix-functions/wmemchr.texi: Likewise.
13379         * doc/posix-functions/wmemcmp.texi: Likewise.
13380         * doc/posix-functions/wmemcpy.texi: Likewise.
13381         * doc/posix-functions/wmemmove.texi: Likewise.
13382         * doc/posix-functions/wmemset.texi: Likewise.
13383         * doc/posix-functions/wprintf.texi: Likewise.
13384         * doc/posix-functions/wscanf.texi: Likewise.
13385
13386 2008-12-21  Bruno Haible  <bruno@clisp.org>
13387
13388         Update doc for HP-UX 11.11.
13389         * doc/posix-functions/btowc.texi: Clarify that the function is missing
13390         in HP-UX version 11.00, not in all versions of HP-UX 11.
13391         * doc/posix-functions/fwide.texi: Likewise.
13392         * doc/posix-functions/fwprintf.texi: Likewise.
13393         * doc/posix-functions/fwscanf.texi: Likewise.
13394         * doc/posix-functions/inet_ntop.texi: Likewise.
13395         * doc/posix-functions/inet_pton.texi: Likewise.
13396         * doc/posix-functions/mbrlen.texi: Likewise.
13397         * doc/posix-functions/mbrtowc.texi: Likewise.
13398         * doc/posix-functions/mbsinit.texi: Likewise.
13399         * doc/posix-functions/mbsrtowcs.texi: Likewise.
13400         * doc/posix-functions/swprintf.texi: Likewise.
13401         * doc/posix-functions/swscanf.texi: Likewise.
13402         * doc/posix-functions/towctrans.texi: Likewise.
13403         * doc/posix-functions/vfwprintf.texi: Likewise.
13404         * doc/posix-functions/vswprintf.texi: Likewise.
13405         * doc/posix-functions/vwprintf.texi: Likewise.
13406         * doc/posix-functions/wcrtomb.texi: Likewise.
13407         * doc/posix-functions/wcsrtombs.texi: Likewise.
13408         * doc/posix-functions/wcsstr.texi: Likewise.
13409         * doc/posix-functions/wctob.texi: Likewise.
13410         * doc/posix-functions/wctrans.texi: Likewise.
13411         * doc/posix-functions/wmemchr.texi: Likewise.
13412         * doc/posix-functions/wmemcmp.texi: Likewise.
13413         * doc/posix-functions/wmemcpy.texi: Likewise.
13414         * doc/posix-functions/wmemmove.texi: Likewise.
13415         * doc/posix-functions/wmemset.texi: Likewise.
13416         * doc/posix-functions/wprintf.texi: Likewise.
13417         * doc/posix-functions/wscanf.texi: Likewise.
13418
13419 2008-12-21  Bruno Haible  <bruno@clisp.org>
13420
13421         Work around a portability problem.
13422         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
13423         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
13424
13425 2008-12-20  Bruno Haible  <bruno@clisp.org>
13426
13427         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
13428         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
13429         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
13430         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
13431         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
13432
13433         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
13434         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
13435         set.
13436         (GNULIB_defined_mbstate_t): New macro.
13437         (mbsinit): Redefine if REPLACE_MBSINIT is set.
13438         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
13439         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
13440         reuses the system's mbrtowc function but works around the bugs.
13441         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
13442         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
13443         macros.
13444         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
13445         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
13446         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
13447         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
13448         REPLACE_MBSINIT if mbsinit needs to be overridden.
13449         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
13450         REPLACE_MBSINIT, REPLACE_MBRTOWC.
13451         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
13452         REPLACE_MBSINIT, REPLACE_MBRTOWC.
13453         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
13454         m4/locale-zh.m4.
13455         (Depends): Add mbsinit.
13456         * modules/mbsinit (Depends): Add mbrtowc.
13457         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
13458
13459 2008-12-20  Bruno Haible  <bruno@clisp.org>
13460
13461         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
13462         so that there are no conversion errors on AIX.
13463         * tests/test-mbsrtowcs.c (main): LIkewise.
13464
13465 2008-12-20  Bruno Haible  <bruno@clisp.org>
13466
13467         Work around wctob bug on Solaris <= 9.
13468         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
13469         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
13470         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
13471         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
13472         * modules/wctob (Files): Add m4/locale-fr.m4.
13473         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
13474
13475 2008-12-20  Bruno Haible  <bruno@clisp.org>
13476
13477         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
13478         /dev/null.
13479         * tests/test-select-in.sh: Likewise.
13480         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13481
13482 2008-12-20  Bruno Haible  <bruno@clisp.org>
13483
13484         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
13485         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
13486         Cygwin 1.5.x.
13487
13488 2008-12-20  Bruno Haible  <bruno@clisp.org>
13489
13490         Ensure mbstate_t is defined on HP-UX 11.11.
13491         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
13492         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
13493         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
13494         AC_USE_SYSTEM_EXTENSIONS.
13495         * modules/fnmatch (Depends-on): Add extensions.
13496         * modules/mbrlen (Depends-on): Likewise.
13497         * modules/mbrtowc (Depends-on): Likewise.
13498         * modules/mbsinit (Depends-on): Likewise.
13499         * modules/mbsrtowcs (Depends-on): Likewise.
13500         * modules/mbswidth (Depends-on): Likewise.
13501         * modules/quotearg (Depends-on): Likewise.
13502         * modules/strftime (Depends-on): Likewise.
13503
13504 2008-12-20  Bruno Haible  <bruno@clisp.org>
13505
13506         Ensure wctob is declared on IRIX 6.5.
13507         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
13508         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
13509         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
13510         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
13511         of HAVE_WCTOB.
13512         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
13513         HAVE_WCTOB.
13514         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
13515
13516 2008-12-19  Bruno Haible  <bruno@clisp.org>
13517
13518         * modules/mbsrtowcs-tests: New file.
13519         * tests/test-mbsrtowcs1.sh: New file.
13520         * tests/test-mbsrtowcs2.sh: New file.
13521         * tests/test-mbsrtowcs3.sh: New file.
13522         * tests/test-mbsrtowcs4.sh: New file.
13523         * tests/test-mbsrtowcs.c: New file.
13524
13525         New module 'mbsrtowcs'.
13526         * lib/wchar.in.h (mbsrtowcs): New declaration.
13527         * lib/mbsrtowcs.c: New file.
13528         * m4/mbsrtowcs.m4: New file.
13529         * modules/mbsrtowcs: New file.
13530         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
13531         HAVE_MBSRTOWCS.
13532         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
13533         HAVE_MBSRTOWCS.
13534         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
13535
13536 2008-12-19  Bruno Haible  <bruno@clisp.org>
13537
13538         New module 'mbrlen'.
13539         * lib/wchar.in.h (mbrlen): New declaration.
13540         * lib/mbrlen.c: New file.
13541         * m4/mbrlen.m4: New file.
13542         * modules/mbrlen: New file.
13543         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
13544         HAVE_MBRLEN.
13545         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
13546         HAVE_MBRLEN.
13547         * doc/posix-functions/mbrlen.texi: Document the new module.
13548
13549 2008-12-19  Bruno Haible  <bruno@clisp.org>
13550
13551         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
13552         * modules/mbrtowc (Depends-on): Add verify.
13553         Suggested by Paul Eggert.
13554
13555 2008-12-18  Bruno Haible  <bruno@clisp.org>
13556
13557         * modules/mbsinit-tests: New file.
13558         * tests/test-mbsinit.sh: New file.
13559         * tests/test-mbsinit.c: New file.
13560
13561 2008-12-18  Bruno Haible  <bruno@clisp.org>
13562
13563         * modules/mbrtowc-tests: New file.
13564         * tests/test-mbrtowc1.sh: New file.
13565         * tests/test-mbrtowc2.sh: New file.
13566         * tests/test-mbrtowc3.sh: New file.
13567         * tests/test-mbrtowc4.sh: New file.
13568         * tests/test-mbrtowc.c: New file.
13569
13570         New module 'mbrtowc'.
13571         * lib/wchar.in.h (mbstate_t): Override when the system does not have
13572         mbsinit and mbrtowc.
13573         (mbrtowc): New declaration.
13574         * lib/mbrtowc.c: New file.
13575         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
13576         * modules/mbrtowc: New file.
13577         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
13578         HAVE_MBRTOWC.
13579         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
13580         HAVE_MBRTOWC.
13581         * doc/posix-functions/mbrtowc.texi: Document the new module.
13582
13583 2008-12-18  Bruno Haible  <bruno@clisp.org>
13584
13585         New module 'wctob'.
13586         * lib/wchar.in.h (wctob): New declaration.
13587         * lib/wctob.c: New file.
13588         * m4/wctob.m4: New file.
13589         * modules/wctob: New file.
13590         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
13591         HAVE_WCTOB.
13592         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
13593         * doc/posix-functions/wctob.texi: Document the new module.
13594
13595 2008-12-18  Bruno Haible  <bruno@clisp.org>
13596
13597         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
13598         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
13599
13600 2008-12-18  Simon Josefsson  <simon@josefsson.org>
13601
13602         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
13603         G. Christensen" <tgc@jupiterrise.com>.
13604
13605         * lib/flock.c: Need to include errno.h.  Reported by "Tom
13606         G. Christensen" <tgc@jupiterrise.com>.
13607
13608         * lib/flock.c: Need to include string.h.  Reported by "Tom
13609         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
13610         <ebb9@byu.net>.
13611
13612 2008-12-18  Bruno Haible  <bruno@clisp.org>
13613
13614         * m4/locale-ja.m4: New file, from GNU gettext.
13615
13616 2008-12-17  Bruno Haible  <bruno@clisp.org>
13617
13618         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
13619         Suggested by Eric Blake.
13620
13621 2008-12-17  Bruno Haible  <bruno@clisp.org>
13622
13623         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
13624
13625 2008-12-17  Bruno Haible  <bruno@clisp.org>
13626
13627         * lib/mbsinit.c: Include verify.h. Verify an assumption.
13628         * modules/mbsinit (Depends-on): Add verify.
13629         Suggested by Paul Eggert.
13630
13631 2008-12-17  Bruno Haible  <bruno@clisp.org>
13632
13633         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
13634         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
13635         gl_FUNC_MBRTOWC.
13636         * m4/mbiter.m4 (gl_MBITER): LIkewise.
13637         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
13638         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
13639         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
13640         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
13641         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
13642         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
13643         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
13644         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
13645         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
13646         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
13647         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
13648         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
13649         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
13650         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
13651         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13652         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
13653         * modules/trim (configure.ac): Likewise.
13654
13655 2008-12-17  Bruno Haible  <bruno@clisp.org>
13656
13657         * modules/btowc-tests: New file.
13658         * tests/test-btowc1.sh: New file.
13659         * tests/test-btowc2.sh: New file.
13660         * tests/test-btowc.c: New file.
13661
13662         New module 'btowc'.
13663         * lib/wchar.in.h (btowc): New declaration.
13664         * lib/btowc.c: New file.
13665         * m4/btowc.m4: New file.
13666         * modules/btowc: New file.
13667         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
13668         HAVE_BTOWC.
13669         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
13670         * doc/posix-functions/btowc.texi: Document the new module.
13671
13672 2008-12-17  Bruno Haible  <bruno@clisp.org>
13673
13674         New module 'mbsinit'.
13675         * lib/wchar.in.h (mbsinit): New declaration.
13676         * lib/mbsinit.c: New file.
13677         * m4/mbsinit.m4: New file.
13678         * modules/mbsinit: New file.
13679         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
13680         HAVE_MBSINIT.
13681         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
13682         HAVE_MBSINIT.
13683         * doc/posix-functions/mbsinit.texi: Document the new module.
13684
13685 2008-12-16  Bruno Haible  <bruno@clisp.org>
13686
13687         * lib/unistd.in.h: Add comment.
13688         * tests/test-environ.c: Don't include <stdlib.h>.
13689
13690 2008-12-16  Bruno Haible  <bruno@clisp.org>
13691
13692         * lib/parse-duration.h (parse_duration): Document return value
13693         convention.
13694         * lib/parse-duration.c: Include specification header first. Add
13695         comments.
13696         (_): Remove macro.
13697         (parse_year_month_day, parse_hour_minute_second): Move side effects
13698         outside of strchr call.
13699         (parse_non_iso8601): Move side effects outside of isspace call.
13700         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
13701         call.
13702
13703 2008-12-16  Bruno Haible  <bruno@clisp.org>
13704
13705         * tests/test-parse-duration.sh: Produce no output when the test
13706         succeeds.
13707
13708 2008-12-16  Bruno Haible  <bruno@clisp.org>
13709
13710         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
13711         expressions.
13712
13713 2008-12-15  Bruno Haible  <bruno@clisp.org>
13714
13715         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
13716         * doc/glibc-functions/flistxattr.texi: Likewise.
13717         * doc/glibc-functions/fopencookie.texi: Likewise.
13718         * doc/glibc-functions/fremovexattr.texi: Likewise.
13719         * doc/glibc-functions/fsetxattr.texi: Likewise.
13720         * doc/glibc-functions/getxattr.texi: Likewise.
13721         * doc/glibc-functions/lgetxattr.texi: Likewise.
13722         * doc/glibc-functions/listxattr.texi: Likewise.
13723         * doc/glibc-functions/llistxattr.texi: Likewise.
13724         * doc/glibc-functions/lremovexattr.texi: Likewise.
13725         * doc/glibc-functions/lsetxattr.texi: Likewise.
13726         * doc/glibc-functions/removexattr.texi: Likewise.
13727         * doc/glibc-functions/setxattr.texi: Likewise.
13728         * doc/posix-functions/open_memstream.texi: Likewise.
13729
13730 2008-12-15  Eric Blake  <ebb9@byu.net>
13731
13732         Update doc for cygwin 1.7.
13733         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
13734         functions.
13735         * doc/posix-functions/fchmodat.texi: Likewise.
13736         * doc/posix-functions/fchownat.texi: Likewise.
13737         * doc/posix-functions/fdopendir.texi: Likewise.
13738         * doc/posix-functions/fmemopen.texi: Likewise.
13739         * doc/posix-functions/freeaddrinfo.texi: Likewise.
13740         * doc/posix-functions/fstatat.texi: Likewise.
13741         * doc/posix-functions/futimens.texi: Likewise.
13742         * doc/posix-functions/gai_strerror.texi: Likewise.
13743         * doc/posix-functions/getaddrinfo.texi: Likewise.
13744         * doc/posix-functions/getnameinfo.texi: Likewise.
13745         * doc/posix-functions/if_freenameindex.texi: Likewise.
13746         * doc/posix-functions/if_indextoname.texi: Likewise.
13747         * doc/posix-functions/if_nameindex.texi: Likewise.
13748         * doc/posix-functions/if_nametoindex.texi: Likewise.
13749         * doc/posix-functions/insque.texi: Likewise.
13750         * doc/posix-functions/linkat.texi: Likewise.
13751         * doc/posix-functions/llrint.texi: Likewise.
13752         * doc/posix-functions/llrintf.texi: Likewise.
13753         * doc/posix-functions/llrintl.texi: Likewise.
13754         * doc/posix-functions/lockf.texi: Likewise.
13755         * doc/posix-functions/lrintl.texi: Likewise.
13756         * doc/posix-functions/mkdirat.texi: Likewise.
13757         * doc/posix-functions/mkfifoat.texi: Likewise.
13758         * doc/posix-functions/mknodat.texi: Likewise.
13759         * doc/posix-functions/mq_close.texi: Likewise.
13760         * doc/posix-functions/mq_getattr.texi: Likewise.
13761         * doc/posix-functions/mq_notify.texi: Likewise.
13762         * doc/posix-functions/mq_open.texi: Likewise.
13763         * doc/posix-functions/mq_receive.texi: Likewise.
13764         * doc/posix-functions/mq_send.texi: Likewise.
13765         * doc/posix-functions/mq_setattr.texi: Likewise.
13766         * doc/posix-functions/mq_timedreceive.texi: Likewise.
13767         * doc/posix-functions/mq_timedsend.texi: Likewise.
13768         * doc/posix-functions/mq_unlink.texi: Likewise.
13769         * doc/posix-functions/open_memstream.texi: Likewise.
13770         * doc/posix-functions/openat.texi: Likewise.
13771         * doc/posix-functions/posix_fadvise.texi: Likewise.
13772         * doc/posix-functions/posix_fallocate.texi: Likewise.
13773         * doc/posix-functions/posix_madvise.texi: Likewise.
13774         * doc/posix-functions/posix_memalign.texi: Likewise.
13775         * doc/posix-functions/posix_openpt.texi: Likewise.
13776         * doc/posix-functions/readlinkat.texi: Likewise.
13777         * doc/posix-functions/remque.texi: Likewise.
13778         * doc/posix-functions/renameat.texi: Likewise.
13779         * doc/posix-functions/rintl.texi: Likewise.
13780         * doc/posix-functions/sem_unlink.texi: Likewise.
13781         * doc/posix-functions/shm_open.texi: Likewise.
13782         * doc/posix-functions/shm_unlink.texi: Likewise.
13783         * doc/posix-functions/signgam.texi: Likewise.
13784         * doc/posix-functions/sigset.texi: Likewise.
13785         * doc/posix-functions/stpcpy.texi: Likewise.
13786         * doc/posix-functions/stpncpy.texi: Likewise.
13787         * doc/posix-functions/strerror.texi: Likewise.
13788         * doc/posix-functions/strtod.texi: Likewise.
13789         * doc/posix-functions/symlinkat.texi: Likewise.
13790         * doc/posix-functions/unlinkat.texi: Likewise.
13791         * doc/posix-functions/utimensat.texi: Likewise.
13792         * doc/glibc-functions/bindresvport.texi: Likewise.
13793         * doc/glibc-functions/dn_expand.texi: Likewise.
13794         * doc/glibc-functions/exp10.texi: Likewise.
13795         * doc/glibc-functions/exp10f.texi: Likewise.
13796         * doc/glibc-functions/fgetxattr.texi: Likewise.
13797         * doc/glibc-functions/flistxattr.texi: Likewise.
13798         * doc/glibc-functions/fopencookie.texi: Likewise.
13799         * doc/glibc-functions/freeifaddrs.texi: Likewise.
13800         * doc/glibc-functions/fremovexattr.texi: Likewise.
13801         * doc/glibc-functions/fsetxattr.texi: Likewise.
13802         * doc/glibc-functions/getifaddrs.texi: Likewise.
13803         * doc/glibc-functions/getxattr.texi: Likewise.
13804         * doc/glibc-functions/lgetxattr.texi: Likewise.
13805         * doc/glibc-functions/listxattr.texi: Likewise.
13806         * doc/glibc-functions/llistxattr.texi: Likewise.
13807         * doc/glibc-functions/lremovexattr.texi: Likewise.
13808         * doc/glibc-functions/lsetxattr.texi: Likewise.
13809         * doc/glibc-functions/pow10.texi: Likewise.
13810         * doc/glibc-functions/pow10f.texi: Likewise.
13811         * doc/glibc-functions/rcmd_af.texi: Likewise.
13812         * doc/glibc-functions/removexattr.texi: Likewise.
13813         * doc/glibc-functions/res_init.texi: Likewise.
13814         * doc/glibc-functions/res_mkquery.texi: Likewise.
13815         * doc/glibc-functions/res_query.texi: Likewise.
13816         * doc/glibc-functions/res_querydomain.texi: Likewise.
13817         * doc/glibc-functions/res_send.texi: Likewise.
13818         * doc/glibc-functions/rresvport_af.texi: Likewise.
13819         * doc/glibc-functions/setxattr.texi: Likewise.
13820         * doc/glibc-functions/strcasestr.texi: Likewise.
13821
13822 2008-12-15  Bruno Haible  <bruno@clisp.org>
13823
13824         Fix compilation error on OSF/1 4.0.
13825         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
13826         <sys/time.h>, simply delegate to the system header.
13827         Reported by Daniel Richard G. <oss@teragram.com>.
13828
13829 2008-12-15  Bruno Haible  <bruno@clisp.org>
13830
13831         * doc/posix-functions/openat.texi: Mention the 'openat' module.
13832         * doc/posix-functions/fchmodat.texi: Likewise.
13833         * doc/posix-functions/fchownat.texi: Likewise.
13834         * doc/posix-functions/fdopendir.texi: Likewise.
13835         * doc/posix-functions/fstatat.texi: Likewise.
13836         * doc/posix-functions/mkdirat.texi: Likewise.
13837         * doc/posix-functions/unlinkat.texi: Likewise.
13838
13839 2008-12-14  Bruno Haible  <bruno@clisp.org>
13840
13841         Update doc for POSIX:2008.
13842         * doc/posix-functions/faccessat.texi: New file.
13843         * doc/posix-functions/fchmodat.texi: New file.
13844         * doc/posix-functions/fchownat.texi: New file.
13845         * doc/posix-functions/fdopendir.texi: New file.
13846         * doc/posix-functions/fstatat.texi: New file.
13847         * doc/posix-functions/futimens.texi: New file.
13848         * doc/posix-functions/linkat.texi: New file.
13849         * doc/posix-functions/mkdirat.texi: New file.
13850         * doc/posix-functions/mkfifoat.texi: New file.
13851         * doc/posix-functions/mknodat.texi: New file.
13852         * doc/posix-functions/open_wmemstream.texi: New file.
13853         * doc/posix-functions/openat.texi: New file.
13854         * doc/posix-functions/psiginfo.texi: New file.
13855         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
13856         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
13857         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
13858         * doc/posix-functions/readlinkat.texi: New file.
13859         * doc/posix-functions/renameat.texi: New file.
13860         * doc/posix-functions/strerror_l.texi: New file.
13861         * doc/posix-functions/symlinkat.texi: New file.
13862         * doc/posix-functions/unlinkat.texi: New file.
13863         * doc/posix-functions/utimensat.texi: New file.
13864         * doc/gnulib.texi (Function Substitutes): Add these subsections.
13865
13866 2008-12-14  Bruno Haible  <bruno@clisp.org>
13867
13868         Update doc for POSIX:2008.
13869         * doc/posix-functions/alphasort.texi: Renamed from
13870         doc/glibc-functions/alphasort.texi.
13871         * doc/posix-functions/dirfd.texi: Renamed from
13872         doc/glibc-functions/dirfd.texi.
13873         * doc/posix-functions/dprintf.texi: Renamed from
13874         doc/glibc-functions/dprintf.texi.
13875         * doc/posix-functions/duplocale.texi: Renamed from
13876         doc/glibc-functions/duplocale.texi.
13877         * doc/posix-functions/fexecve.texi: Renamed from
13878         doc/glibc-functions/fexecve.texi.
13879         * doc/posix-functions/fmemopen.texi: Renamed from
13880         doc/glibc-functions/fmemopen.texi.
13881         * doc/posix-functions/freelocale.texi: Renamed from
13882         doc/glibc-functions/freelocale.texi.
13883         * doc/posix-functions/getdate_err.texi: Renamed from
13884         doc/glibc-functions/getdate_err.texi.
13885         * doc/posix-functions/isalnum_l.texi: Renamed from
13886         doc/glibc-functions/isalnum_l.texi.
13887         * doc/posix-functions/isalpha_l.texi: Renamed from
13888         doc/glibc-functions/isalpha_l.texi.
13889         * doc/posix-functions/isblank_l.texi: Renamed from
13890         doc/glibc-functions/isblank_l.texi.
13891         * doc/posix-functions/iscntrl_l.texi: Renamed from
13892         doc/glibc-functions/iscntrl_l.texi.
13893         * doc/posix-functions/isdigit_l.texi: Renamed from
13894         doc/glibc-functions/isdigit_l.texi.
13895         * doc/posix-functions/isgraph_l.texi: Renamed from
13896         doc/glibc-functions/isgraph_l.texi.
13897         * doc/posix-functions/islower_l.texi: Renamed from
13898         doc/glibc-functions/islower_l.texi.
13899         * doc/posix-functions/isprint_l.texi: Renamed from
13900         doc/glibc-functions/isprint_l.texi.
13901         * doc/posix-functions/ispunct_l.texi: Renamed from
13902         doc/glibc-functions/ispunct_l.texi.
13903         * doc/posix-functions/isspace_l.texi: Renamed from
13904         doc/glibc-functions/isspace_l.texi.
13905         * doc/posix-functions/isupper_l.texi: Renamed from
13906         doc/glibc-functions/isupper_l.texi.
13907         * doc/posix-functions/iswalnum_l.texi: Renamed from
13908         doc/glibc-functions/iswalnum_l.texi.
13909         * doc/posix-functions/iswalpha_l.texi: Renamed from
13910         doc/glibc-functions/iswalpha_l.texi.
13911         * doc/posix-functions/iswblank_l.texi: Renamed from
13912         doc/glibc-functions/iswblank_l.texi.
13913         * doc/posix-functions/iswcntrl_l.texi: Renamed from
13914         doc/glibc-functions/iswcntrl_l.texi.
13915         * doc/posix-functions/iswctype_l.texi: Renamed from
13916         doc/glibc-functions/iswctype_l.texi.
13917         * doc/posix-functions/iswdigit_l.texi: Renamed from
13918         doc/glibc-functions/iswdigit_l.texi.
13919         * doc/posix-functions/iswgraph_l.texi: Renamed from
13920         doc/glibc-functions/iswgraph_l.texi.
13921         * doc/posix-functions/iswlower_l.texi: Renamed from
13922         doc/glibc-functions/iswlower_l.texi.
13923         * doc/posix-functions/iswprint_l.texi: Renamed from
13924         doc/glibc-functions/iswprint_l.texi.
13925         * doc/posix-functions/iswpunct_l.texi: Renamed from
13926         doc/glibc-functions/iswpunct_l.texi.
13927         * doc/posix-functions/iswspace_l.texi: Renamed from
13928         doc/glibc-functions/iswspace_l.texi.
13929         * doc/posix-functions/iswupper_l.texi: Renamed from
13930         doc/glibc-functions/iswupper_l.texi.
13931         * doc/posix-functions/iswxdigit_l.texi: Renamed from
13932         doc/glibc-functions/iswxdigit_l.texi.
13933         * doc/posix-functions/isxdigit_l.texi: Renamed from
13934         doc/glibc-functions/isxdigit_l.texi.
13935         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
13936         doc/glibc-functions/mbsnrtowcs.texi.
13937         * doc/posix-functions/mkdtemp.texi: Renamed from
13938         doc/glibc-functions/mkdtemp.texi.
13939         * doc/posix-functions/newlocale.texi: Renamed from
13940         doc/glibc-functions/newlocale.texi.
13941         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
13942         doc/glibc-functions/nl_langinfo_l.texi.
13943         * doc/posix-functions/open_memstream.texi: Renamed from
13944         doc/glibc-functions/open_memstream.texi.
13945         * doc/posix-functions/opterr.texi: Renamed from
13946         doc/glibc-functions/opterr.texi.
13947         * doc/posix-functions/optind.texi: Renamed from
13948         doc/glibc-functions/optind.texi.
13949         * doc/posix-functions/optopt.texi: Renamed from
13950         doc/glibc-functions/optopt.texi.
13951         * doc/posix-functions/psignal.texi: Renamed from
13952         doc/glibc-functions/psignal.texi.
13953         * doc/posix-functions/scandir.texi: Renamed from
13954         doc/glibc-functions/scandir.texi.
13955         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
13956         doc/glibc-functions/sched_get_priority_min.texi.
13957         * doc/posix-functions/signgam.texi: Renamed from
13958         doc/glibc-functions/signgam.texi.
13959         * doc/posix-functions/stpcpy.texi: Renamed from
13960         doc/glibc-functions/stpcpy.texi.
13961         * doc/posix-functions/stpncpy.texi: Renamed from
13962         doc/glibc-functions/stpncpy.texi.
13963         * doc/posix-functions/strcasecmp_l.texi: Renamed from
13964         doc/glibc-functions/strcasecmp_l.texi.
13965         * doc/posix-functions/strcoll_l.texi: Renamed from
13966         doc/glibc-functions/strcoll_l.texi.
13967         * doc/posix-functions/strfmon_l.texi: Renamed from
13968         doc/glibc-functions/strfmon_l.texi.
13969         * doc/posix-functions/strftime_l.texi: Renamed from
13970         doc/glibc-functions/strftime_l.texi.
13971         * doc/posix-functions/strncasecmp_l.texi: Renamed from
13972         doc/glibc-functions/strncasecmp_l.texi.
13973         * doc/posix-functions/strndup.texi: Renamed from
13974         doc/glibc-functions/strndup.texi.
13975         * doc/posix-functions/strnlen.texi: Renamed from
13976         doc/glibc-functions/strnlen.texi.
13977         * doc/posix-functions/strsignal.texi: Renamed from
13978         doc/glibc-functions/strsignal.texi.
13979         * doc/posix-functions/strxfrm_l.texi: Renamed from
13980         doc/glibc-functions/strxfrm_l.texi.
13981         * doc/posix-functions/timer_gettime.texi: Renamed from
13982         doc/glibc-functions/timer_gettime.texi.
13983         * doc/posix-functions/tolower_l.texi: Renamed from
13984         doc/glibc-functions/tolower_l.texi.
13985         * doc/posix-functions/toupper_l.texi: Renamed from
13986         doc/glibc-functions/toupper_l.texi.
13987         * doc/posix-functions/towctrans_l.texi: Renamed from
13988         doc/glibc-functions/towctrans_l.texi.
13989         * doc/posix-functions/towlower_l.texi: Renamed from
13990         doc/glibc-functions/towlower_l.texi.
13991         * doc/posix-functions/towupper_l.texi: Renamed from
13992         doc/glibc-functions/towupper_l.texi.
13993         * doc/posix-functions/uselocale.texi: Renamed from
13994         doc/glibc-functions/uselocale.texi.
13995         * doc/posix-functions/vdprintf.texi: Renamed from
13996         doc/glibc-functions/vdprintf.texi.
13997         * doc/posix-functions/wcpcpy.texi:
13998         Renamed from doc/glibc-functions/wcpcpy.texi.
13999         * doc/posix-functions/wcpncpy.texi: Renamed from
14000         doc/glibc-functions/wcpncpy.texi.
14001         * doc/posix-functions/wcscasecmp.texi: Renamed from
14002         doc/glibc-functions/wcscasecmp.texi.
14003         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
14004         doc/glibc-functions/wcscasecmp_l.texi.
14005         * doc/posix-functions/wcscoll_l.texi: Renamed from
14006         doc/glibc-functions/wcscoll_l.texi.
14007         * doc/posix-functions/wcsdup.texi: Renamed from
14008         doc/glibc-functions/wcsdup.texi.
14009         * doc/posix-functions/wcsncasecmp.texi: Renamed from
14010         doc/glibc-functions/wcsncasecmp.texi.
14011         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
14012         doc/glibc-functions/wcsncasecmp_l.texi.
14013         * doc/posix-functions/wcsnlen.texi: Renamed from
14014         doc/glibc-functions/wcsnlen.texi.
14015         * doc/posix-functions/wcsnrtombs.texi: Renamed from
14016         doc/glibc-functions/wcsnrtombs.texi.
14017         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
14018         doc/glibc-functions/wcsxfrm_l.texi.
14019         * doc/posix-functions/wctrans_l.texi: Renamed from
14020         doc/glibc-functions/wctrans_l.texi.
14021         * doc/posix-functions/wctype_l.texi: Renamed from
14022         doc/glibc-functions/wctype_l.texi.
14023         * doc/gnulib.texi (Function Substitutes): Add these subsections.
14024         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
14025         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
14026         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
14027         these subsections.
14028         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
14029         Remove sections.
14030
14031 2008-12-14  Bruno Haible  <bruno@clisp.org>
14032
14033         Update doc for POSIX:2008.
14034         * doc/posix-functions/*.texi: Update URL of POSIX specification.
14035
14036 2008-12-14  Bruno Haible  <bruno@clisp.org>
14037
14038         Update doc for POSIX:2008.
14039         * doc/pastposix-functions/bcmp.texi: Renamed from
14040         doc/posix-functions/bcmp.texi.
14041         * doc/pastposix-functions/bcopy.texi: Renamed from
14042         doc/posix-functions/bcopy.texi.
14043         * doc/pastposix-functions/bsd_signal.texi: Renamed from
14044         doc/posix-functions/bsd_signal.texi.
14045         * doc/pastposix-functions/bzero.texi: Renamed from
14046         doc/posix-functions/bzero.texi.
14047         * doc/pastposix-functions/ecvt.texi: Renamed from
14048         doc/posix-functions/ecvt.texi.
14049         * doc/pastposix-functions/fcvt.texi: Renamed from
14050         doc/posix-functions/fcvt.texi.
14051         * doc/pastposix-functions/ftime.texi: Renamed from
14052         doc/posix-functions/ftime.texi.
14053         * doc/pastposix-functions/gcvt.texi: Renamed from
14054         doc/posix-functions/gcvt.texi.
14055         * doc/pastposix-functions/getcontext.texi: Renamed from
14056         doc/posix-functions/getcontext.texi.
14057         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
14058         doc/posix-functions/gethostbyaddr.texi.
14059         * doc/pastposix-functions/gethostbyname.texi: Renamed from
14060         doc/posix-functions/gethostbyname.texi.
14061         * doc/pastposix-functions/getwd.texi: Renamed from
14062         doc/posix-functions/getwd.texi.
14063         * doc/pastposix-functions/h_errno.texi: Renamed from
14064         doc/posix-functions/h_errno.texi.
14065         * doc/pastposix-functions/index.texi: Renamed from
14066         doc/posix-functions/index.texi.
14067         * doc/pastposix-functions/makecontext.texi: Renamed from
14068         doc/posix-functions/makecontext.texi.
14069         * doc/pastposix-functions/mktemp.texi: Renamed from
14070         doc/posix-functions/mktemp.texi.
14071         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
14072         doc/posix-functions/pthread_attr_getstackaddr.texi.
14073         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
14074         doc/posix-functions/pthread_attr_setstackaddr.texi.
14075         * doc/pastposix-functions/rindex.texi: Renamed from
14076         doc/posix-functions/rindex.texi.
14077         * doc/pastposix-functions/scalb.texi: Renamed from
14078         doc/posix-functions/scalb.texi.
14079         * doc/pastposix-functions/setcontext.texi: Renamed from
14080         doc/posix-functions/setcontext.texi.
14081         * doc/pastposix-functions/swapcontext.texi: Renamed from
14082         doc/posix-functions/swapcontext.texi.
14083         * doc/pastposix-functions/ualarm.texi: Renamed from
14084         doc/posix-functions/ualarm.texi.
14085         * doc/pastposix-functions/usleep.texi: Renamed from
14086         doc/posix-functions/usleep.texi.
14087         * doc/pastposix-functions/vfork.texi: Renamed from
14088         doc/posix-functions/vfork.texi.
14089         * doc/pastposix-functions/wcswcs.texi: Renamed from
14090         doc/posix-functions/wcswcs.texi.
14091         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
14092         (Function Substitutes): Update.
14093
14094 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14095
14096         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
14097         m4/strerror.m4.
14098
14099 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14100             Bruno Haible  <bruno@clisp.org>
14101
14102         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
14103
14104 2008-12-13  Bruno Haible  <bruno@clisp.org>
14105
14106         * modules/strtoull (Depends-on): Remove unistd.
14107
14108 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14109
14110         * modules/strtoull (Depends-on): Add stdlib.
14111
14112 2008-12-11  Simon Josefsson  <simon@josefsson.org>
14113
14114         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
14115
14116 2008-12-10  Jim Meyering  <meyering@redhat.com>
14117
14118         gl_ASSERT: don't say assertions are disabled when they're not
14119         * m4/assert.m4 (gl_ASSERT): Do not make configure report
14120         "checking whether to enable assertions... no", when they are in
14121         fact enabled.  This is solely a bug in the output of configure.
14122         In spite of saying "no", NDEBUG was not defined in that case.
14123         Also, as noted by Eric Blake, leave assertions enabled upon
14124         --enable-assert=INVALID.
14125
14126 2008-12-10  Bruno Haible  <bruno@clisp.org>
14127
14128         Change MODULES.html to refer to POSIX:2008 where possible.
14129         * MODULES.html.sh (POSIX2008_URL): New variable.
14130         (posix_headers): Remove sys/timeb, ucontext.
14131         (posix2001_headers): New variable.
14132         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
14133         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
14134         index, makecontext, mktemp, pthread_attr_getstackaddr,
14135         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
14136         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
14137         (posix2001_functions): New variable.
14138         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
14139         otherwise.
14140
14141 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14142
14143         add missing include to parse-duration.c
14144         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
14145         * modules/parse-duration (Depends-on): Add xalloc.
14146
14147         fix sed script reading maint.mk
14148         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
14149         (syntax-check-rules): Use it.
14150
14151 2008-12-09  Bruno Haible  <bruno@clisp.org>
14152
14153         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
14154         MacOS X 10.4/PowerPC.
14155         Reported by Simon Josefsson.
14156
14157 2008-12-08  Jim Meyering  <meyering@redhat.com>
14158
14159         work around mingw's lack of some S_IF definitions
14160         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
14161         Reported by Simon Josefsson.
14162
14163 2008-12-08  Bruno Haible  <bruno@clisp.org>
14164
14165         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
14166         applied to variables. Needed on MacOS X 10.4/PowerPC.
14167         Reported by Simon Josefsson.
14168
14169 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
14170         and Eric Blake  <ebb9@byu.net>
14171
14172         assert: honor --enable-assert
14173         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
14174         order to honor --enable-assert, rather than treating it as a
14175         synonym for --disable-assert.
14176
14177 2008-12-08  Jim Meyering  <meyering@redhat.com>
14178
14179         * lib/posixtm.c: Remove now-useless declaration of mktime.
14180
14181         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
14182
14183 2008-12-07  Bruno Haible  <bruno@clisp.org>
14184
14185         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
14186         test_once): Mark functions as static.
14187         * tests/test-tls.c (test_tls): Likewise.
14188
14189 2008-12-07  Bruno Haible  <bruno@clisp.org>
14190
14191         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
14192         iconv_register_autodetect.
14193
14194 2008-12-07  Jim Meyering  <meyering@redhat.com>
14195
14196         posixtm.c: avoid a warning
14197         * lib/posixtm.c (posixtime): Don't initialize tm0.
14198         It's no longer needed to placate gcc4's -Wuninitialized,
14199         and the attempt to placate would elicit a new warning.
14200
14201         unicodeio.c: mark unused parameters
14202         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
14203         (fallback_failure_callback): Likewise.
14204
14205 2008-12-07  Bruno Haible  <bruno@clisp.org>
14206
14207         * gnulib-tool (func_create_testdir): When building the tests
14208         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
14209         Reported by Simon Josefsson.
14210
14211 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14212
14213         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
14214
14215 2008-12-06  Bruno Haible  <bruno@clisp.org>
14216
14217         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
14218         Suggested by Eric Blake.
14219
14220 2008-12-06  Bruno Haible  <bruno@clisp.org>
14221
14222         Fix a c-stack test failure on MacOS X.
14223         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
14224         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
14225         handler for SIGBUS as well.
14226         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
14227         install a signal handler for SIGBUS as well.
14228         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
14229
14230 2008-12-06  Bruno Haible  <bruno@clisp.org>
14231
14232         Advocacy documentation.
14233         * doc/gnulib-intro.texi (Benefits): New section.
14234         * doc/gnulib.texi: Update.
14235
14236 2008-12-06  Bruno Haible  <bruno@clisp.org>
14237
14238         Document the 'manywarnings' module.
14239         * doc/manywarnings.texi: New file.
14240         * doc/gnulib.texi: Include it.
14241
14242 2008-12-05  Eric Blake  <ebb9@byu.net>
14243
14244         tests: silence some gcc warnings
14245         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
14246         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
14247         type mismatches.
14248
14249 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14250             Bruno Haible  <bruno@clisp.org>
14251
14252         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
14253
14254 2008-11-29  Jim Meyering  <meyering@redhat.com>
14255
14256         unicodeio.c: mark unused parameters
14257         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
14258         (fallback_failure_callback): Likewise.
14259
14260         fts: fix a thinko
14261         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
14262         (set_stat_type): Return S_IF*-valued "type" directly.
14263         Prompted by James Youngman's spotting a related bug.
14264         Confirmed by further testing through find.
14265
14266         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
14267         * lib/fts.c (D_TYPE): Define.
14268         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
14269         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
14270         (s_ifmt_shift_bits): New function.
14271         (set_stat_type): New function.
14272         (fts_build): When not calling fts_stat, call set_stat_type
14273         to propagate dirent.d_type info to fts_read caller.
14274         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
14275         fts_statp->st_mode type information may be valid.
14276
14277 2008-11-28  Simon Josefsson  <simon@josefsson.org>
14278
14279         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
14280         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
14281         <sds@gnu.org>.
14282
14283 2008-11-20  Bruno Haible  <bruno@clisp.org>
14284
14285         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
14286         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
14287         INCLUDE_NEXT.
14288         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
14289         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
14290         * modules/math (Makefile.am): Substitute
14291         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
14292         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14293
14294 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
14295             Bruno Haible  <bruno@clisp.org>
14296
14297         * lib/stdint.in.h: Define all type macros so that their expansion is
14298         a single typedef'ed token. Fixes a compilation failure in Boost which
14299         does "using ::int8_t;".
14300
14301 2008-11-18  Simon Josefsson  <simon@josefsson.org>
14302
14303         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
14304         gl_MANYWARN_ALL_GCC.
14305         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
14306         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
14307         * modules/manywarnings: New file.
14308         * MODULES.html.sh: Mention manywarnings module.
14309
14310 2008-11-18  Bruno Haible  <bruno@clisp.org>
14311
14312         * doc/gnulib-tool.texi (Unit tests): New section.
14313
14314 2008-11-18  Simon Josefsson  <simon@josefsson.org>
14315
14316         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
14317         paths like 'lib/po/foo.po'.
14318
14319 2008-11-17  Simon Josefsson  <simon@josefsson.org>
14320
14321         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
14322         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
14323
14324 2008-11-17  Simon Josefsson  <simon@josefsson.org>
14325
14326         * m4/warnings.m4: Use CPPFLAGS to really check whether the
14327         parameter works.
14328
14329 2008-11-17  Simon Josefsson  <simon@josefsson.org>
14330
14331         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
14332
14333 2008-11-17  Bruce Korb  <bkorb@gnu.org>
14334
14335         * modules/parse-duration-tests: New file.
14336         * tests/test-parse-duration.sh: New file.
14337         * tests/test-parse-duration.c: New file.
14338
14339         New module 'parse-duration'.
14340         * lib/parse-duration.h: New file.
14341         * lib/parse-duration.c: New file.
14342         * modules/parse-duration: New file.
14343
14344 2008-11-17  Bruno Haible  <bruno@clisp.org>
14345
14346         * tests/test-select-out.sh: Comment out the first pipe test.
14347         Reported by Simon Josefsson.
14348
14349 2008-11-17  Bruno Haible  <bruno@clisp.org>
14350
14351         * modules/getaddrinfo (Depends-on): Add servent, hostent.
14352         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
14353         gl_HOSTENT.
14354
14355 2008-11-17  Bruno Haible  <bruno@clisp.org>
14356
14357         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
14358         -lnetwork and -lnet. Needed for Haiku and BeOS.
14359
14360 2008-11-16  Bruno Haible  <bruno@clisp.org>
14361
14362         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
14363
14364 2008-11-16  Bruno Haible  <bruno@clisp.org>
14365
14366         Avoid test failure on Haiku.
14367         * tests/test-fsync.c: Include <errno.h>.
14368         (main): Don't require that fsync (0) fails.
14369
14370 2008-11-15  Bruno Haible  <bruno@clisp.org>
14371
14372         New module 'hostent'.
14373         * modules/hostent: New file.
14374         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
14375
14376 2008-11-15  Bruno Haible  <bruno@clisp.org>
14377
14378         New module 'servent'.
14379         * modules/servent: New file.
14380         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
14381
14382 2008-11-15  Bruno Haible  <bruno@clisp.org>
14383
14384         Avoid generating same test program with two different rules.
14385         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
14386         test-frexp to test-frexp-nolibm.
14387         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
14388         test-frexpl to test-frexpl-nolibm.
14389
14390 2008-11-15  Bruno Haible  <bruno@clisp.org>
14391
14392         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
14393         $(FREXPL_LIBM).
14394
14395 2008-11-15  Bruno Haible  <bruno@clisp.org>
14396
14397         * lib/netdb.in.h: Activate the definitions also when the system's
14398         <netdb.h> has 'struct addrinfo'.
14399         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
14400         EAI_OVERFLOW or AI_NUMERICSERV.
14401         * doc/posix-headers/netdb.texi: Document the problem.
14402
14403 2008-11-15  Bruno Haible  <bruno@clisp.org>
14404
14405         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
14406
14407         Make the 'sched' module work on platforms where <sched.h> exists but
14408         is incomplete (such as Haiku).
14409         * lib/sched.in.h; Include the system's <sched.h> if it exists.
14410         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
14411         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
14412         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
14413         HAVE_STRUCT_SCHED_PARAM.
14414         * modules/sched (Depends-on): Add include_next.
14415         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
14416         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
14417         * doc/posix-headers/sched.texi: Document the issue.
14418
14419 2008-11-13  Jim Meyering  <meyering@redhat.com>
14420
14421         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
14422         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
14423         test would fail due to the difference in the Report bugs to ...
14424         line.  The expected address is empty, "<>", while the actual
14425         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
14426
14427 2008-11-12  Bruno Haible  <bruno@clisp.org>
14428
14429         lstat: don't compile lstat.c on systems lacking lstat
14430         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
14431         which don't have lstat; this is handled by lib/sys_stat.in.h already.
14432         Reported by Daniel P. Berrange via Jim Meyering.
14433
14434 2008-11-12  Jim Meyering  <meyering@redhat.com>
14435
14436         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
14437
14438 2008-11-12  Simon Josefsson  <simon@josefsson.org>
14439
14440         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
14441         instead.
14442
14443 2008-11-12  Bruno Haible  <bruno@clisp.org>
14444
14445         * lib/unicodeio.c: Include unistr.h.
14446         (utf8_wctomb): Remove function.
14447         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
14448
14449 2008-11-12  Simon Josefsson  <simon@josefsson.org>
14450
14451         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
14452         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
14453         <bruno@clisp.org>.
14454         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
14455
14456 2008-11-12  Simon Josefsson  <simon@josefsson.org>
14457
14458         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
14459         * doc/gnulib.texi: Add section for warnings.
14460
14461 2008-11-11  Bruno Haible  <bruno@clisp.org>
14462
14463         * lib/sockets.h: Add a comment.
14464
14465 2008-11-11  Karl Berry  <karl@gnu.org>
14466
14467         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
14468
14469 2008-11-11  Eric Blake  <ebb9@byu.net>
14470
14471         fdl.texi: avoid git symlinks
14472         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
14473
14474 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14475
14476         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
14477
14478 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14479
14480         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
14481         (gl_WARN_ADD): Substitute $2 if literal.
14482
14483 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14484
14485         * m4/warning.m4: Remove.
14486
14487 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14488
14489         * m4/warnings.m4: Almost complete rewrite. :-)
14490
14491 2008-11-10  Simon Josefsson  <simon@josefsson.org>
14492
14493         * modules/warnings: New module.
14494         * m4/warnings.m4: New file.
14495         * MODULES.html.sh: Mention warnings module.
14496         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
14497         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14498
14499 2008-11-10  Eric Blake  <ebb9@byu.net>
14500
14501         fdl.texi: make a symlink to the latest version
14502         * doc/standards.texi: Revert today's earlier change.
14503         * doc/fdl-1.2.texi: Rename from old fdl.texi...
14504         * doc/fdl.texi: ...and replace this with a symlink to the newer
14505         fdl-1.3.texi.
14506
14507 2008-11-10  Bruno Haible  <bruno@clisp.org>
14508
14509         * tests/test-select-fd.c (main): Accept the result file name as fourth
14510         argument.
14511         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
14512         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
14513
14514 2008-11-10  Bruno Haible  <bruno@clisp.org>
14515
14516         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
14517         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
14518         as autoconf-substituted macros.
14519         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
14520         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
14521         gl_NETDB_H_DEFAULTS. Set these variables.
14522         * modules/netdb (Makefile.am): Substitute these variables.
14523
14524 2008-11-10  Eric Blake  <ebb9@byu.net>
14525
14526         standards.texi: include correct file for FDL 1.3
14527         * doc/standards.texi (GNU Free Documentation License): Change
14528         include file to pull in FDL 1.3, not 1.2.
14529
14530         fdl.texi: revert accidental change to license
14531         * doc/fdl.texi: This is FDL 1.2, not 1.3.
14532
14533 2008-11-10  Bruno Haible  <bruno@clisp.org>
14534
14535         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
14536         cross-compiling guesses also when the native compile gives no result.
14537
14538 2008-11-10  Bruno Haible  <bruno@clisp.org>
14539
14540         * lib/spawni.c (__spawni): Force variable into the stack.
14541
14542 2008-11-10  Bruno Haible  <bruno@clisp.org>
14543
14544         Add support for Haiku.
14545         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
14546         glibc and BeOS, but also on Haiku.
14547         * lib/fpurge.c (fpurge): Likewise.
14548         * lib/freadable.c (freadable): Likewise.
14549         * lib/freadahead.c (freadahead): Likewise.
14550         * lib/freading.c (freading): Likewise.
14551         * lib/freadptr.c (freadptr): Likewise.
14552         * lib/freadseek.c (freadptrinc): Likewise.
14553         * lib/fseeko.c (rpl_fseeko): Likewise.
14554         * lib/fseterr.c (fseterr): Likewise.
14555         * lib/fwritable.c (fwritable): Likewise.
14556         * lib/fwriting.c (fwriting): Likewise.
14557         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
14558
14559 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
14560
14561         * lib/config.charset: Treat Haiku like BeOS.
14562
14563 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
14564
14565         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
14566         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
14567
14568 2008-11-08  Bruno Haible  <bruno@clisp.org>
14569
14570         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
14571         AC_CACHE_CHECK.
14572
14573 2008-11-08  Bruno Haible  <bruno@clisp.org>
14574
14575         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
14576
14577 2008-11-08  Bruno Haible  <bruno@clisp.org>
14578
14579         * tests/test-select-fd.c: New file.
14580         * tests/test-select-in.sh: New file.
14581         * tests/test-select-out.sh: New file.
14582         * tests/test-select-stdin.c: New file.
14583         * modules/select-tests (Files): Add the new files.
14584         (Depends-on): Add gettimeofday.
14585         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
14586         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
14587         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
14588
14589 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
14590             Bruno Haible  <bruno@clisp.org>
14591
14592         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
14593
14594 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
14595
14596         * build-aux/pmccabe2html: Added support for C++ source files.
14597
14598 2008-11-05  Ben Pfaff  <blp@gnu.org>
14599
14600         Fix lib/close.c build on Windows.
14601         * modules/close (Files): Add lib/w32sock.h.
14602
14603 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
14604
14605         Accept Bison's NEWS format.
14606         * build-aux/announce-gen (print_news_deltas): Tweak
14607         $re_prefix.
14608
14609 2008-11-04  Bruno Haible  <bruno@clisp.org>
14610
14611         * modules/random_r (Maintainer): Add glibc.
14612
14613 2008-11-04  Simon Josefsson  <simon@josefsson.org>
14614
14615         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
14616         by karl@freefriends.org (Karl Berry).
14617         * doc/alloca.texi: Likewise.
14618         * doc/c-ctype.texi: Likewise.
14619         * doc/c-strcase.texi: Likewise.
14620         * doc/c-strcaseeq.texi: Likewise.
14621         * doc/c-strcasestr.texi: Likewise.
14622         * doc/c-strstr.texi: Likewise.
14623         * doc/c-strtod.texi: Likewise.
14624         * doc/c-strtold.texi: Likewise.
14625         * doc/ctime.texi: Likewise.
14626         * doc/error.texi: Likewise.
14627         * doc/fdl.texi: Likewise.
14628         * doc/gcd.texi: Likewise.
14629         * doc/getdate.texi: Likewise.
14630         * doc/gnulib-intro.texi: Likewise.
14631         * doc/gnulib-tool.texi: Likewise.
14632         * doc/gnulib.texi: Likewise.
14633         * doc/inet_ntoa.texi: Likewise.
14634         * doc/maintain.texi: Likewise.
14635         * doc/make-stds.texi: Likewise.
14636         * doc/quote.texi: Likewise.
14637         * doc/regexprops-generic.texi: Likewise.
14638         * doc/standards.texi: Likewise.
14639         * doc/verify.texi: Likewise.
14640         * doc/visibility.texi: Likewise.
14641         * doc/gnulib.texi (GNU Free Documentation License): Include
14642         fdl-1.3.texi instead of fdl.texi.
14643
14644 2008-11-04  Simon Josefsson  <simon@josefsson.org>
14645
14646         * doc/fdl-1.3.texi: New file, from
14647         <http://www.gnu.org/licenses/fdl-1.3.texi>.
14648         * modules/fdl-1.3: Add.
14649         * MODULES.html.sh: Add fdl-1.3.
14650
14651 2008-11-03  Bruno Haible  <bruno@clisp.org>
14652
14653         Make determination of absolute name of header file work with AIX xlc.
14654         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
14655         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
14656         preprocessing.
14657         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14658         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14659
14660 2008-11-03  Simon Josefsson  <simon@josefsson.org>
14661
14662         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
14663         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
14664         <ludo@gnu.org>.
14665
14666 2008-11-02  Bruno Haible  <bruno@clisp.org>
14667
14668         Mark 'strpbrk' obsolete.
14669         * modules/strpbrk (Status, Notice): New sections.
14670         * modules/strtok_r (Depends-on): Add strpbrk.
14671
14672 2008-11-02  Bruno Haible  <bruno@clisp.org>
14673
14674         Mark 'strdup' obsolete.
14675         * modules/strdup (Status, Notice): New sections.
14676         * modules/findprog (Depends-on): Add strdup.
14677         * modules/getaddrinfo (Depends-on): Likewise.
14678         * modules/localename (Depends-on): Likewise.
14679         * modules/relocatable-lib (Depends-on): Likewise.
14680         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
14681         * modules/relocatable-prog (Depends-on): Likewise.
14682         * modules/trim (Depends-on): Likewise.
14683         * modules/unictype/gen-ctype (Depends-on): Likewise.
14684         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
14685
14686 2008-11-02  Bruno Haible  <bruno@clisp.org>
14687
14688         Mark 'strcspn' obsolete.
14689         * modules/strcspn (Status, Notice): New sections.
14690
14691 2008-11-02  Bruno Haible  <bruno@clisp.org>
14692
14693         Mark 'rmdir' obsolete.
14694         * modules/rmdir (Status, Notice): New sections.
14695         * modules/clean-temp (Depends-on): Add rmdir.
14696         * modules/openat (Depends-on): Likewise.
14697
14698 2008-11-02  Bruno Haible  <bruno@clisp.org>
14699
14700         Mark 'raise' obsolete.
14701         * modules/raise (Status, Notice): New sections.
14702         (Include): Specify <signal.h>.
14703         * modules/stdio (Depends-on): Add raise.
14704         * modules/write (Depends-on): Likewise.
14705
14706 2008-11-02  Bruno Haible  <bruno@clisp.org>
14707
14708         Mark 'memset' obsolete.
14709         * modules/memset (Status, Notice): New sections.
14710
14711 2008-11-02  Bruno Haible  <bruno@clisp.org>
14712
14713         Mark 'memmove' obsolete.
14714         * modules/memmove (Status, Notice): New sections.
14715         * modules/argp (Depends-on): Add memmove.
14716         * modules/argz (Depends-on): Likewise.
14717         * modules/canonicalize (Depends-on): Likewise.
14718         * modules/canonicalize-lgpl (Depends-on): Likewise.
14719         * modules/fts (Depends-on): Likewise.
14720         * modules/getcwd (Depends-on): Likewise.
14721         * modules/human (Depends-on): Likewise.
14722         * modules/regex (Depends-on): Likewise.
14723         * modules/striconveh (Depends-on): Likewise.
14724         * modules/trim (Depends-on): Likewise.
14725         * modules/unistr/u8-move (Depends-on): Likewise.
14726         * modules/unistr/u16-move (Depends-on): Likewise.
14727         * modules/unistr/u32-move (Depends-on): Likewise.
14728
14729 2008-11-02  Bruno Haible  <bruno@clisp.org>
14730
14731         Mark 'memcpy' obsolete.
14732         * modules/memcpy (Status, Notice): New sections.
14733
14734 2008-11-02  Bruno Haible  <bruno@clisp.org>
14735
14736         Mark 'memcmp' obsolete.
14737         * modules/memcmp (Status, Notice): New sections.
14738         * modules/argmatch (Depends-on): Add memchr.
14739         * modules/backupfile (Depends-on): Likewise.
14740         * modules/c-strcasestr (Depends-on): Likewise.
14741         * modules/crypto/des (Depends-on): Likewise.
14742         * modules/csharpcomp (Depends-on): Likewise.
14743         * modules/fnmatch (Depends-on): Likewise.
14744         * modules/git-merge-changelog (Depends-on): Likewise.
14745         * modules/isnand (Depends-on): Likewise.
14746         * modules/isnand-nolibm (Depends-on): Likewise.
14747         * modules/isnanf (Depends-on): Likewise.
14748         * modules/isnanf-nolibm (Depends-on): Likewise.
14749         * modules/isnanl (Depends-on): Likewise.
14750         * modules/isnanl-nolibm (Depends-on): Likewise.
14751         * modules/mbchar (Depends-on): Likewise.
14752         * modules/memcoll (Depends-on): Likewise.
14753         * modules/quotearg (Depends-on): Likewise.
14754         * modules/regex (Depends-on): Likewise.
14755         * modules/relocatable-prog (Depends-on): Likewise.
14756         * modules/same (Depends-on): Likewise.
14757         * modules/signbit (Depends-on): Likewise.
14758         * modules/strcasestr-simple (Depends-on): Likewise.
14759         * modules/unictype/gen-ctype (Depends-on): Likewise.
14760         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
14761         * modules/uniname/uniname (Depends-on): Likewise.
14762         * modules/unistr/u8-cmp (Depends-on): Likewise.
14763
14764 2008-11-02  Bruno Haible  <bruno@clisp.org>
14765
14766         Mark 'memchr' obsolete.
14767         * modules/memchr (Status, Notice): New sections.
14768         * modules/argp (Depends-on): Add memchr.
14769         * modules/base64 (Depends-on): Likewise.
14770         * modules/c-strcasestr (Depends-on): Likewise.
14771         * modules/chdir-long (Depends-on): Likewise.
14772         * modules/fnmatch (Depends-on): Likewise.
14773         * modules/getsubopt (Depends-on): Likewise.
14774         * modules/git-merge-changelog (Depends-on): Likewise.
14775         * modules/glob (Depends-on): Likewise.
14776         * modules/strcasestr-simple (Depends-on): Likewise.
14777         * modules/strnlen (Depends-on): Likewise.
14778
14779 2008-11-02  Bruno Haible  <bruno@clisp.org>
14780
14781         Mark 'atexit' obsolete.
14782         * modules/atexit (Status, Notice): New sections.
14783         * modules/chdir-long (Depends-on): Add atexit.
14784         * modules/wait-process (Depends-on): Likewise.
14785
14786 2008-11-02  Bruno Haible  <bruno@clisp.org>
14787
14788         * gnulib-tool: New option --with-obsolete.
14789         (func_usage): Document it.
14790         (func_modules_transitive_closure): Drop obsolete dependencies if
14791         incobsolete is not true.
14792         (func_import): Read and save the incobsolete variable to the cache.
14793
14794 2008-11-02  Bruno Haible  <bruno@clisp.org>
14795
14796         * modules/TEMPLATE-EXTENDED: New field 'Status'.
14797         * gnulib-tool: New option --extract-status.
14798         (func_usage): Document it.
14799         (sed_extract_prog): Recognize it.
14800         (func_get_status): New function.
14801
14802 2008-10-30  Simon Josefsson  <simon@josefsson.org>
14803
14804         * modules/sockets (License): Change from LGPL to LGPLv2+.
14805
14806 2008-10-28  Simon Josefsson  <simon@josefsson.org>
14807
14808         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
14809
14810 2008-10-28  Simon Josefsson  <simon@josefsson.org>
14811
14812         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14813         Mention times and sys_times.
14814         * modules/sys_times, modules/sys_times-tests: New modules.
14815         * modules/times, modules/times-tests: Likewise
14816         * m4/sys_times_h.m4: New file.
14817         * lib/sys_times.in.h: Likewise
14818         * lib/times.c: Likewise.
14819         * tests/test-sys_times.c: Likewise.
14820         * tests/test-times.c: Likewise.
14821         * doc/posix-headers/sys_times.texi: Update.
14822         * doc/posix-functions/times.texi: Update.
14823
14824 2008-10-28  Jim Meyering  <meyering@redhat.com>
14825
14826         * modules/tempname (Depends-on): Add lstat.
14827
14828         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
14829
14830 2008-10-28  Simon Josefsson  <simon@josefsson.org>
14831
14832         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
14833         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
14834         using idiom used elsewhere in gnulib.
14835
14836 2008-10-27  Jim Meyering  <meyering@redhat.com>
14837
14838         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
14839
14840 2008-10-27  Simon Josefsson  <simon@josefsson.org>
14841
14842         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
14843         TESTS_ENVIRONMENT, for shell scripts that needs to call built
14844         programs.
14845         * tests/test-argp-2.sh: Use $EXEEXT when needed.
14846
14847 2008-10-27  Simon Josefsson  <simon@josefsson.org>
14848
14849         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
14850
14851 2008-10-27  Bruno Haible  <bruno@clisp.org>
14852
14853         * tests/test-lstat.c: Include <stdio.h>.
14854
14855 2008-10-27  Simon Josefsson  <simon@josefsson.org>
14856
14857         * modules/lstat-tests: New module.
14858         * tests/test-lstat.c: New file.
14859
14860 2008-10-26  Jim Meyering  <meyering@redhat.com>
14861
14862         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
14863
14864 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14865             Bruno Haible  <bruno@clisp.org>
14866
14867         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
14868         * modules/configmake (Include): Add a note that the include must come
14869         after all system headers.
14870         * lib/javaversion.c: Include configmake.h after all other includes.
14871
14872 2008-10-26  Bruno Haible  <bruno@clisp.org>
14873
14874         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
14875         HAVE_STRUCT_RANDOM_DATA to 1.
14876         (gl_STDLIB_H): Simplify.
14877
14878 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14879
14880         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
14881         substitute HAVE_STRUCT_RANDOM_DATA.
14882         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
14883         random_data.
14884         * modules/stdlib (Makefile.am): Substitute
14885         HAVE_STRUCT_RANDOM_DATA.
14886
14887 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14888
14889         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
14890         * doc/gnulib-intro.texi (Copyright): Likewise.
14891
14892 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14893
14894         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
14895         findings.
14896
14897 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
14898             Bruno Haible  <bruno@clisp.org>
14899
14900         * lib/unistd.in.h: Include <winsock2.h>.
14901         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
14902         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
14903         Provide dummy declarations.
14904         (gethostname): Override.
14905         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
14906         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
14907         gl_PREREQ_SYS_H_WINSOCK2.
14908         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
14909         * doc/posix-functions/gethostname.texi: More details.
14910
14911 2008-10-25  Bruno Haible  <bruno@clisp.org>
14912
14913         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
14914         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
14915         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
14916
14917         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
14918         here ...
14919         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
14920         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
14921         gl_UNISTD_H_DEFAULTS.
14922
14923 2008-10-25  Eric Blake  <ebb9@byu.net>
14924
14925         signbit: avoid spurious compiler failure
14926         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
14927         declarations inside function.
14928
14929 2008-10-24  Simon Josefsson  <simon@josefsson.org>
14930             Bruno Haible  <bruno@clisp.org>
14931
14932         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
14933         * modules/random_r (Depends-on): Add stdint.
14934
14935 2008-10-24  Bruno Haible  <bruno@clisp.org>
14936
14937         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
14938         Eggert.
14939         * modules/strerror (License): Likewise.
14940
14941 2008-10-24  Jim Meyering  <meyering@redhat.com>
14942
14943         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
14944         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
14945
14946 2008-10-24  Eric Blake  <ebb9@byu.net>
14947
14948         getgroups: fix compilation when getgroups is available
14949         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
14950         but with <config.h> override of getgroups disabled.
14951
14952 2008-10-24  Simon Josefsson  <simon@josefsson.org>
14953
14954         * doc/gnulib.texi (Header files): Add note about C++ problems.
14955         Explained by Bruno Haible <bruno@clisp.org>.
14956
14957 2008-10-23  Bruno Haible  <bruno@clisp.org>
14958
14959         Define a dummy SA_NODEFER macro on Interix.
14960         * lib/signal.in.h (SA_NODEFER): Define fallback.
14961         Reported by Aleksey Cheusov <cheusov@tut.by> via
14962         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
14963
14964 2008-10-23  Bruno Haible  <bruno@clisp.org>
14965
14966         * modules/freadahead (License): Change to LGPLv2+.
14967         Suggested by Simon Josefsson.
14968
14969 2008-10-23  Jim Meyering  <meyering@redhat.com>
14970
14971         random_r: new module
14972         * modules/random_r: New file.
14973         * m4/random_r.m4: New file.
14974         * lib/random_r.c: New file, from glibc.
14975         * modules/random_r-tests: New file.
14976         * tests/test-random_r.c: New file.
14977         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
14978          Declare.
14979         (RAND_MAX): Define.
14980         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
14981         * modules/stdlib: Substitute them, too.
14982         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
14983         * doc/glibc-functions/initstate_r.texi: Mention the new module.
14984         * doc/glibc-functions/random_r.texi: Likewise.
14985         * doc/glibc-functions/setstate_r.texi: Likewise.
14986         * doc/glibc-functions/srandom_r.texi: Likewise.
14987         * config/srclist.txt: Mention it.
14988
14989 2008-10-23  David Lutterkort  <lutter@redhat.com>
14990
14991         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
14992         link requirement
14993
14994 2008-10-23  Jim Meyering  <meyering@redhat.com>
14995
14996         selinux-h: mark parameters of stub functions as intentionally unused
14997         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
14998         * lib/se-context.in.h: Likewise.
14999
15000 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15001
15002         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
15003
15004 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15005
15006         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
15007
15008 2008-10-22  Eric Blake  <ebb9@byu.net>
15009
15010         glthread/thread: avoid compiler warning
15011         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
15012         Add unreachable abort to silence compiler.
15013
15014 2008-10-22  Eric Blake  <ebb9@byu.net>
15015
15016         netdb: also supply struct addrinfo for cygwin 1.5.x
15017         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
15018         older cygwin.
15019         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
15020         cygwin.
15021         * doc/posix-headers/netdb.texi (netdb.h): Document this.
15022
15023 2008-10-22  Bruno Haible  <bruno@clisp.org>
15024
15025         * users.txt: Update entry about pspp.
15026
15027 2008-10-21  Bruno Haible  <bruno@clisp.org>
15028
15029         Simplification.
15030         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
15031         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
15032
15033         Simplification.
15034         * lib/ioctl.c (ioctl): Don't undefine.
15035         * lib/socket.c (socket): Don't undefine.
15036
15037         Remove unused module indicator macros.
15038         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
15039         GNULIB_$1 as a C macro.
15040
15041         * doc/posix-functions/close.texi: Undo last change.
15042         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
15043         Windows platforms.
15044
15045 2008-10-21  Bruno Haible  <bruno@clisp.org>
15046
15047         Add gethostname() declaration to <unistd.h>.
15048         * lib/unistd.in.h (gethostname): New declaration.
15049         * lib/gethostname.c: Include <unistd.h>.
15050         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
15051         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
15052         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
15053         and HAVE_GETHOSTNAME.
15054         * modules/gethostname (Depends-on): Add unistd.
15055         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15056         (Include): Specify <unistd.h>.
15057         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
15058         HAVE_GETHOSTNAME.
15059         * tests/test-gethostname.c: Include <unistd.h> first.
15060
15061 2008-10-21  Bruno Haible  <bruno@clisp.org>
15062
15063         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
15064         * modules/select-tests (Depends-on): Likewise.
15065         Reported by Simon Josefsson.
15066
15067 2008-10-21  Simon Josefsson  <simon@josefsson.org>
15068
15069         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
15070         * lib/accept.c: New file, based on winsock.c.
15071         * lib/bind.c: New file, based on winsock.c.
15072         * lib/connect.c: New file, based on winsock.c.
15073         * lib/getpeername.c: New file, based on winsock.c.
15074         * lib/getsockname.c: New file, based on winsock.c.
15075         * lib/getsockopt.c: New file, based on winsock.c.
15076         * lib/ioctl.c: New file, based on winsock.c.
15077         * lib/listen.c: New file, based on winsock.c.
15078         * lib/recv.c: New file, based on winsock.c.
15079         * lib/recvfrom.c: New file, based on winsock.c.
15080         * lib/send.c: New file, based on winsock.c.
15081         * lib/sendto.c: New file, based on winsock.c.
15082         * lib/setsockopt.c: New file, based on winsock.c.
15083         * lib/shutdown.c: New file, based on winsock.c.
15084         * lib/socket.c: New file, based on winsock.c.
15085         * lib/w32sock.h: New file, based on winsock.c.
15086         * lib/winsock.c: Remove file.
15087         * modules/accept: Likewise.
15088         * modules/bind: Likewise.
15089         * modules/connect: Likewise.
15090         * modules/getpeername: Likewise.
15091         * modules/getsockname: Likewise.
15092         * modules/getsockopt: Likewise.
15093         * modules/ioctl: Likewise.
15094         * modules/listen: Likewise.
15095         * modules/recv: Likewise.
15096         * modules/recvfrom: Likewise.
15097         * modules/send: Likewise.
15098         * modules/sendto: Likewise.
15099         * modules/setsockopt: Likewise.
15100         * modules/shutdown: Likewise.
15101         * modules/socket: Use socket.c instead of winsock.c.
15102         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
15103         * doc/posix-functions/accept.texi: Doc fix.
15104         * doc/posix-functions/bind.texi: Doc fix.
15105         * doc/posix-functions/close.texi: Doc fix.
15106         * doc/posix-functions/connect.texi: Doc fix.
15107         * doc/posix-functions/getpeername.texi: Doc fix.
15108         * doc/posix-functions/getsockname.texi: Doc fix.
15109         * doc/posix-functions/getsockopt.texi: Doc fix.
15110         * doc/posix-functions/ioctl.texi: Doc fix.
15111         * doc/posix-functions/listen.texi: Doc fix.
15112         * doc/posix-functions/recv.texi: Doc fix.
15113         * doc/posix-functions/recvfrom.texi: Doc fix.
15114         * doc/posix-functions/send.texi: Doc fix.
15115         * doc/posix-functions/sendto.texi: Doc fix.
15116         * doc/posix-functions/setsockopt.texi: Doc fix.
15117         * doc/posix-functions/shutdown.texi: Doc fix.
15118         * doc/posix-functions/socket.texi: Doc fix.
15119
15120 2008-10-20  Bruno Haible  <bruno@clisp.org>
15121
15122         Take into account the role of SIGABRT_COMPAT on Windows 2008.
15123         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
15124         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
15125         as an alias for SIGABRT.
15126         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
15127         (sigaction): Map it to SIGABRT.
15128         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
15129
15130 2008-10-20  Bruno Haible  <bruno@clisp.org>
15131
15132         * lib/fts.c: Don't include lstat.h.
15133         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
15134
15135         Move the lstat() declaration to <sys/stat.h>.
15136         * lib/lstat.h: Remove file.
15137         * lib/sys_stat.in.h: Add special invocation convention.
15138         (lstat): New declaration.
15139         * lib/lstat.c (orig_lstat): New function.
15140         (rpl_lstat): Use orig_lstat instead of lstat.
15141         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
15142         AC_C_INLINE. Set REPLACE_LSTAT.
15143         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
15144         and REPLACE_LSTAT.
15145         * modules/lstat (Files): Remove lib/lstat.h.
15146         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
15147         (Include): Specify <sys/stat.h> instead of lstat.h.
15148         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
15149         REPLACE_LSTAT.
15150         * NEWS: Mention the change.
15151
15152 2008-10-20  Bruno Haible  <bruno@clisp.org>
15153
15154         * modules/posix_spawn-tests: New file.
15155         * tests/test-posix_spawn3.c: New file.
15156
15157 2008-10-20  Bruno Haible  <bruno@clisp.org>
15158
15159         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
15160         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
15161         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
15162         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
15163         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
15164
15165 2008-10-20  Bruno Haible  <bruno@clisp.org>
15166
15167         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
15168         of posix_spawn on AIX 5.3.
15169
15170 2008-10-20  Bruno Haible  <bruno@clisp.org>
15171
15172         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
15173
15174 2008-10-20  Bruno Haible  <bruno@clisp.org>
15175
15176         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
15177         of AC_LANG_PROGRAM.
15178
15179 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15180
15181         * lib/netdb.in.h: Don't define GNU specific constants until they
15182         are supported or needed.  Reported by Bruno Haible
15183         <bruno@clisp.org>.
15184
15185 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15186
15187         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
15188
15189 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15190
15191         * lib/getaddrinfo.h: Remove file.
15192         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
15193         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
15194         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
15195         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
15196         * modules/netdb: Substitute GNULIB_GETADDRINFO.
15197         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
15198         * tests/test-getaddrinfo.c: Likewise.
15199         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
15200         * NEWS: Mention change.
15201
15202 2008-10-19  Bruno Haible  <bruno@clisp.org>
15203
15204         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
15205
15206 2008-10-19  Bruno Haible  <bruno@clisp.org>
15207
15208         * lib/wait-process.c: Include simply <sys/wait.h>.
15209         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
15210         WIFSTOPPED): Remove fallback definitions.
15211         * modules/wait-process (Depends-on): Add sys_wait.
15212
15213         New module 'sys_wait'.
15214         * modules/sys_wait: New file.
15215         * lib/sys_wait.in.h: New file, partially copied from
15216         lib/wait-process.c.
15217         * m4/sys_wait_h.m4: New file.
15218         * doc/posix-headers/sys_wait.texi: Mention the new module.
15219
15220 2008-10-19  Bruno Haible  <bruno@clisp.org>
15221
15222         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
15223
15224 2008-10-19  Bruno Haible  <bruno@clisp.org>
15225
15226         Assume that waitpid() fills an 'int' status, not a 'union wait'.
15227         * lib/wait-process.c (WAIT_T): Remove type.
15228         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
15229         (wait_subprocess): Update.
15230
15231 2008-10-19  Bruno Haible  <bruno@clisp.org>
15232
15233         New module 'atoll'.
15234         * modules/atoll: New file.
15235         * lib/stdlib.in.h (atoll): New declaration.
15236         * lib/atoll.c: New file, from glibc with modifications.
15237         * m4/atoll.m4: New file.
15238         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
15239         HAVE_ATOLL.
15240         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
15241         * doc/posix-functions/atoll.texi: Mention the new module.
15242
15243 2008-10-19  Bruno Haible  <bruno@clisp.org>
15244
15245         Add strtoull() declaration to <stdlib.h>.
15246         * lib/stdlib.in.h (strtoull): New declaration.
15247         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
15248         Set HAVE_STRTOULL.
15249         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
15250         HAVE_STRTOULL.
15251         * modules/strtoull (Depends-on): Add stdlib.
15252         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15253         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
15254         HAVE_STRTOULL.
15255
15256 2008-10-19  Bruno Haible  <bruno@clisp.org>
15257
15258         Add strtoll() declaration to <stdlib.h>.
15259         * lib/stdlib.in.h (strtoll): New declaration.
15260         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
15261         Set HAVE_STRTOLL.
15262         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
15263         HAVE_STRTOLL.
15264         * modules/strtoll (Depends-on): Add stdlib.
15265         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15266         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
15267
15268 2008-10-19  Bruno Haible  <bruno@clisp.org>
15269
15270         * modules/bcopy (Depends-on): Add strings.
15271         (Include): Specify <strings.h>.
15272
15273 2008-10-19  Bruno Haible  <bruno@clisp.org>
15274
15275         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
15276
15277 2008-10-19  Bruno Haible  <bruno@clisp.org>
15278
15279         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
15280         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
15281         mingw.
15282
15283 2008-10-19  Bruno Haible  <bruno@clisp.org>
15284
15285         * lib/atanl.c: Don't include isnanl.h.
15286         * lib/cosl.c: Likewise.
15287         * lib/ldexpl.c: Likewise.
15288         * lib/logl.c: Likewise.
15289         * lib/sinl.c: Likewise.
15290         * lib/sqrtl.c: Likewise.
15291         * lib/tanl.c: Likewise.
15292
15293         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
15294         * lib/isnanf.h: Remove file.
15295         * lib/isnand.h: Remove file.
15296         * lib/isnanl.h: Remove file.
15297         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
15298         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
15299         macros.
15300         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
15301         HAVE_ISNANF, don't define it as a C macro.
15302         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
15303         HAVE_ISNAND, don't define it as a C macro.
15304         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
15305         HAVE_ISNANL, don't define it as a C macro.
15306         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
15307         HAVE_ISNAN[FDL].
15308         * modules/isnanf (Files): Remove lib/isnanf.h.
15309         (Depends-on): Add math.
15310         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
15311         (Include): Specify <math.h> instead of isnanf.h.
15312         * modules/isnand (Files): Remove lib/isnand.h.
15313         (Depends-on): Add math.
15314         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
15315         (Include): Specify <math.h> instead of isnand.h.
15316         * modules/isnanl (Files): Remove lib/isnanl.h.
15317         (Depends-on): Add math.
15318         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
15319         (Include): Specify <math.h> instead of isnanl.h.
15320         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
15321         HAVE_ISNAN[FDL].
15322         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
15323         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
15324         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
15325         * NEWS: Mention the change.
15326
15327 2008-10-18  Bruno Haible  <bruno@clisp.org>
15328
15329         Add getusershell(), setusershell(), endusershell() declarations to
15330         <unistd.h>.
15331         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
15332         declarations.
15333         * lib/getusershell.c: Include unistd.h.
15334         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
15335         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
15336         HAVE_GETUSERSHELL.
15337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
15338         and HAVE_GETUSERSHELL.
15339         * modules/getusershell (Depends-on): Add unistd, extensions.
15340         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15341         (Include): Specify <unistd.h>.
15342         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
15343         HAVE_GETUSERSHELL.
15344
15345 2008-10-18  Bruno Haible  <bruno@clisp.org>
15346
15347         Add a getloadavg() declaration to <stdlib.h>.
15348         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
15349         getloadavg declaration.
15350         (getloadavg): New declaration.
15351         * lib/getloadavg.c: Include <stdlib.h> first.
15352         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
15353         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
15354         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
15355         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
15356         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
15357         * modules/getloadavg (Depends-on): Add stdlib, extensions.
15358         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15359         (Include): Specify <stdlib.h>.
15360         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
15361         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
15362
15363 2008-10-18  Bruno Haible  <bruno@clisp.org>
15364
15365         * lib/dirchownmod.c: Don't include lchmod.h.
15366
15367         Move the lchmod() declaration to <sys/stat.h>.
15368         * lib/lchmod.h: Remove file.
15369         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
15370         (lchmod): New declaration, moved here from lib/lchown.h.
15371         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
15372         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
15373         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
15374         and HAVE_LCHMOD.
15375         * modules/lchmod (Files): Remove lib/lchmod.h.
15376         (Depends-on): Add sys_stat, extensions.
15377         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
15378         (Include): Specify <sys/stat.h> instead of lchmod.h.
15379         * modules/sys_stat (Depends-on): Add link-warning.
15380         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
15381         definition of GL_LINK_WARNING.
15382         * NEWS: Mention the change.
15383
15384 2008-10-18  Bruno Haible  <bruno@clisp.org>
15385
15386         * lib/fchdir.c: Don't include dirfd.h.
15387         * lib/fts.c: Likewise.
15388         * lib/getcwd.c: Likewise.
15389         * lib/glob.c: Likewise.
15390
15391         Move the dirfd() declaration to <dirent.h>.
15392         * lib/dirfd.h: Remove file.
15393         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
15394         (dirfd): New declaration.
15395         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
15396         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
15397         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
15398         HAVE_DECL_DIRFD.
15399         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
15400         HAVE_DECL_DIRFD.
15401         * modules/dirfd (Files): Remove lib/dirfd.h.
15402         (Depends-on): Add dirent, extensions.
15403         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
15404         (Include): Specify <dirent.h> instead of dirfd.h.
15405         * modules/dirent (Depends-on): Add link-warning.
15406         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
15407         definition of GL_LINK_WARNING.
15408         * NEWS: Mention the change.
15409
15410 2008-10-18  Bruno Haible  <bruno@clisp.org>
15411
15412         Move the euidaccess() declaration to <unistd.h>.
15413         * lib/euidaccess.h: Remove file.
15414         * lib/unistd.in.h (euidaccess): New declaration.
15415         * lib/euidaccess.c: Don't include euidaccess.h.
15416         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
15417         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
15418         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
15419         and HAVE_EUIDACCESS.
15420         * modules/euidaccess (Files): Remove lib/euidaccess.h.
15421         (Depends-on): Add unistd.
15422         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15423         (Include): Specify <unistd.h> instead of euidaccess.h.
15424         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
15425         HAVE_EUIDACCESS.
15426         * NEWS: Mention the change.
15427
15428 2008-10-18  Bruno Haible  <bruno@clisp.org>
15429
15430         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
15431
15432         Move the getdomainname() declaration to <unistd.h>.
15433         * lib/getdomainname.h: Remove file.
15434         * lib/unistd.in.h (getdomainname): New declaration.
15435         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
15436         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
15437         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
15438         HAVE_GETDOMAINNAME.
15439         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15440         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
15441         * modules/getdomainname (Files): Remove lib/getdomainname.h.
15442         (Depends-on): Add unistd, extensions.
15443         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15444         (Includes): Specify <unistd.h> instead of getdomainname.h.
15445         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
15446         HAVE_GETDOMAINNAME.
15447         * NEWS: Mention the change.
15448
15449 2008-10-18  Bruno Haible  <bruno@clisp.org>
15450
15451         * modules/dirent: New file.
15452         * m4/dirent_h.m4: New file.
15453         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
15454         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
15455         * modules/fchdir (Files): Remove lib/dirent.in.h.
15456         (Depends-on): Add dirent.
15457         (Makefile.am): Move rules to modules/dirent.
15458         * doc/posix-headers/dirent.texi: Mention the new module.
15459
15460 2008-10-18  Bruno Haible  <bruno@clisp.org>
15461
15462         Avoid -Wunused-parameter warnings in public gnulib header files.
15463         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
15464         macro.
15465         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
15466
15467 2008-10-18  Bruno Haible  <bruno@clisp.org>
15468
15469         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
15470         * doc/glibc-functions/error.texi: Mention the module 'error'.
15471         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
15472         * doc/glibc-functions/getdomainname.texi: Mention the module
15473         'getdomainname'.
15474         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
15475         * doc/glibc-functions/getpagesize.texi: Mention the module
15476         'getpagesize'.
15477         * doc/glibc-functions/getusershell.texi: Mention the module
15478         'getusershell'.
15479         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
15480         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
15481         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
15482         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
15483         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
15484         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
15485         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
15486         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
15487         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
15488         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
15489         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
15490         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
15491         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
15492         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
15493
15494 2008-10-17  Bruno Haible  <bruno@clisp.org>
15495
15496         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
15497         HP-UX and IRIX, use -0.0L.
15498         * tests/test-ceill.c (minus_zero): Likewise.
15499         * tests/test-floorl.c (minus_zero): Likewise.
15500         * tests/test-frexpl.c (minus_zero): Likewise.
15501         * tests/test-isnan.c (minus_zerol): Likewise.
15502         * tests/test-isnanl.h (minus_zero): Likewise.
15503         * tests/test-ldexpl.c (minus_zero): Likewise.
15504         * tests/test-roundl.c (minus_zero): Likewise.
15505         * tests/test-signbit.c (minus_zerol): Likewise.
15506         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
15507         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
15508         * tests/test-truncl.c (minus_zero): Likewise.
15509         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
15510         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
15511         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
15512         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
15513
15514 2008-10-17  Bruno Haible  <bruno@clisp.org>
15515
15516         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
15517         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
15518         that it gets activated only for gcc >= 3.0.
15519         * lib/dirent.in.h: Likewise.
15520         * lib/errno.in.h: Likewise.
15521         * lib/fcntl.in.h: Likewise.
15522         * lib/float.in.h: Likewise.
15523         * lib/iconv.in.h: Likewise.
15524         * lib/inttypes.in.h: Likewise.
15525         * lib/locale.in.h: Likewise.
15526         * lib/math.in.h: Likewise.
15527         * lib/netdb.in.h: Likewise.
15528         * lib/netinet_in.in.h: Likewise.
15529         * lib/search.in.h: Likewise.
15530         * lib/signal.in.h: Likewise.
15531         * lib/spawn.in.h: Likewise.
15532         * lib/stdarg.in.h: Likewise.
15533         * lib/stdint.in.h: Likewise.
15534         * lib/stdio.in.h: Likewise.
15535         * lib/stdlib.in.h: Likewise.
15536         * lib/string.in.h: Likewise.
15537         * lib/strings.in.h: Likewise.
15538         * lib/sys_file.in.h: Likewise.
15539         * lib/sys_ioctl.in.h: Likewise.
15540         * lib/sys_select.in.h: Likewise.
15541         * lib/sys_socket.in.h: Likewise.
15542         * lib/sys_stat.in.h: Likewise.
15543         * lib/sys_time.in.h: Likewise.
15544         * lib/sysexits.in.h: Likewise.
15545         * lib/time.in.h: Likewise.
15546         * lib/unistd.in.h: Likewise.
15547         * lib/wchar.in.h: Likewise.
15548         * lib/wctype.in.h: Likewise.
15549         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15550
15551 2008-10-17  Jim Meyering  <meyering@redhat.com>
15552
15553         ignore-value: don't depend on inline module
15554         * modules/ignore-value (Depends-on): Remove 'inline'.
15555         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
15556         Suggestion from Bruno Haible.
15557
15558 2008-10-17  Bruno Haible  <bruno@clisp.org>
15559
15560         New implementation of condition variables for Win32.
15561         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
15562         (gl_linked_waitqueue_t): New type.
15563         (gl_cond_t): Use it.
15564         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
15565         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
15566         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
15567         (glthread_cond_init_func, glthread_cond_wait_func,
15568         glthread_cond_timedwait_func, glthread_cond_signal_func,
15569         glthread_cond_broadcast_func, glthread_cond_destroy_func):
15570         Reimplemented on the basis of gl_linked_waitqueue_t.
15571         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
15572         gl_waitqueue_t.
15573         (gl_rwlock_t): Update.
15574         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
15575
15576 2008-10-17  Simon Josefsson  <simon@josefsson.org>
15577
15578         * modules/recvfrom (Depends-on): Add dependency on getpeername.
15579         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15580
15581 2008-10-17  Jim Meyering  <meyering@redhat.com>
15582
15583         ignore-value: new module
15584         * modules/ignore-value: New file.
15585         * lib/ignore-value.h: New file.
15586         * MODULES.html.sh (Compiler warning management): New section,
15587         just for this module.  More to come.
15588
15589 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15590
15591         open-safer.c: avoid 'signed and unsigned in conditional...' warning
15592         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
15593         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
15594
15595 2008-10-16  Jim Meyering  <meyering@redhat.com>
15596
15597         openat-die.c: avoid 'no previous prototype' warning
15598         * lib/openat-die.c: Include "openat.h".
15599         Reported by Reuben Thomas <rrt@sc3d.org>.
15600
15601 2008-10-16  Simon Josefsson  <simon@josefsson.org>
15602
15603         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
15604         * lib/netdb.in.h: Fix typo.
15605         Reported by Bruno Haible  <bruno@clisp.org>
15606
15607         * lib/netdb.in.h: Include sys/socket.h for platforms without
15608         netdb.h, to get structures like hostent on MinGW.
15609         * modules/netdb (Depends-on): Add sys_socket.
15610
15611 2008-10-15  Simon Josefsson  <simon@josefsson.org>
15612
15613         * modules/netdb, modules/netdb-tests: New file.
15614         * m4/netdb_h.m4: New file.
15615         * lib/netdb.in.h: Add, currently just an empty file pending
15616         definitions.
15617         * tests/test-netdb.c: New file.
15618         * doc/posix-headers/netdb.texi: Mention that we replace it if
15619         needed.
15620         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15621         netdb.
15622
15623 2008-10-15  Simon Josefsson  <simon@josefsson.org>
15624
15625         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
15626         with code.
15627
15628 2008-10-13  Bruno Haible  <bruno@clisp.org>
15629
15630         * lib/glthread/cond.c (glthread_cond_wait_func,
15631         glthread_cond_timedwait_func): Add a comment.
15632
15633 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15634
15635         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
15636         * tests/test-select.c: Likewise,
15637
15638 2008-10-13  Bruno Haible  <bruno@clisp.org>
15639
15640         * lib/glthread/cond.c (glthread_cond_wait_func,
15641         glthread_cond_timedwait_func): Fix variable name.
15642         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15643
15644 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
15645
15646         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
15647         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
15648         struct sockaddr.sa_len.
15649         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
15650
15651 2008-10-13  Simon Josefsson  <simon@josefsson.org>
15652
15653         * build-aux/pmccabe2html: Add css and css_url parameters.
15654
15655 2008-10-12  Bruno Haible  <bruno@clisp.org>
15656
15657         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
15658         calling aclx_get.
15659         Reported by Rainer Tammer <tammer@tammer.net>.
15660
15661 2008-10-12  Bruno Haible  <bruno@clisp.org>
15662
15663         Use msvcrt aware primitives for creation/termination of Win32 threads.
15664         * lib/glthread/thread.c: Include <process.h>.
15665         (glthread_create_func): Use _beginthreadex instead of CreateThread.
15666         (wrapper_func): Update signature.
15667         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
15668
15669 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15670             Bruno Haible  <bruno@clisp.org>
15671
15672         Provide a Win32 implementation of the 'cond' module.
15673         * lib/glthread/cond.h [USE_WIN32]: New implementation.
15674         * lib/glthread/cond.c (glthread_cond_init_func,
15675         glthread_cond_wait_func, glthread_cond_timedwait_func,
15676         glthread_cond_signal_func, glthread_cond_broadcast_func,
15677         glthread_cond_destroy_func) [USE_WIN32]: New functions.
15678         * modules/cond (Dependencies): Add gettimeofday.
15679
15680 2008-10-11  Bruno Haible  <bruno@clisp.org>
15681
15682         Make sleep work on older versions of mingw.
15683         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
15684         only whether it exists.
15685         * doc/posix-functions/sleep.texi: Mention the problem with older
15686         versions of mingw.
15687
15688 2008-10-11  Bruno Haible  <bruno@clisp.org>
15689
15690         New module 'shutdown'.
15691         * modules/shutdown: New file.
15692         * lib/sys_socket.in.h (shutdown): New declaration.
15693         * lib/winsock.c (shutdown): New function.
15694         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
15695         GNULIB_SHUTDOWN.
15696         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
15697         * doc/posix-functions/shutdown.texi: Document the new module.
15698
15699 2008-10-11  Jim Meyering  <meyering@redhat.com>
15700
15701         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
15702
15703 2008-10-11  Bruno Haible  <bruno@clisp.org>
15704
15705         New module 'fclose'.
15706         * modules/fclose: New file.
15707         * lib/stdio.in.h (fclose): New declaration.
15708         * lib/fclose.c: New file.
15709         * m4/fclose.m4: New file.
15710         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
15711         REPLACE_FCLOSE.
15712         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
15713         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
15714         REPLACE_FCLOSE.
15715         * modules/close (Depends-on): fclose.
15716         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
15717
15718 2008-10-11  Bruno Haible  <bruno@clisp.org>
15719
15720         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
15721         set errno and don't call _close.
15722
15723 2008-10-10  Bruno Haible  <bruno@clisp.org>
15724
15725         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
15726         ACL, not afterwards. Fixes test failure on Cygwin.
15727
15728 2008-10-09  Ben Pfaff  <blp@gnu.org>
15729
15730         * build-aux/announce-gen: Fix gnulib version related part of usage
15731         message.  Die with a useful error message if no tarballs are
15732         found.
15733
15734 2008-10-10  Jim Meyering  <meyering@redhat.com>
15735
15736         bootstrap: use git's --depth=N option only if it's supported
15737         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
15738         recognize the --depth option.  Reported by Pádraig Brady.
15739
15740 2008-10-09  Bruno Haible  <bruno@clisp.org>
15741
15742         New module 'ioctl'.
15743         * modules/ioctl: New file.
15744         * lib/sys_socket.in.h (ioctl): Remove declaration.
15745         * lib/winsock.c: Include <sys/ioctl.h>.
15746         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
15747         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
15748         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
15749         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
15750         * doc/posix-functions/ioctl.texi: Mention the new module.
15751
15752 2008-10-09  Bruno Haible  <bruno@clisp.org>
15753
15754         New module 'sys_ioctl'.
15755         * lib/sys_ioctl.in.h: New file.
15756         * m4/sys_ioctl_h.m4: New file.
15757         * modules/sys_ioctl: New file.
15758         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
15759
15760 2008-10-09  Bruno Haible  <bruno@clisp.org>
15761
15762         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
15763         * lib/winsock.c: Include <stdarg.h>.
15764         (rpl_ioctl): Change to second argument 'int' and then varargs.
15765
15766 2008-10-09  Bruno Haible  <bruno@clisp.org>
15767
15768         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
15769         when the sys_socket module is present and the system has <winsock2.h>.
15770
15771 2008-10-09  Bruno Haible  <bruno@clisp.org>
15772
15773         * doc/posix-functions/close.texi: Mention module 'close' instead of
15774         module 'sys_socket'.
15775
15776 2008-10-09  Bruno Haible  <bruno@clisp.org>
15777
15778         * doc/glibc-headers/sys_ioctl.texi: New file.
15779         * doc/gnulib.texi: Include it.
15780
15781 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15782             Bruno Haible  <bruno@clisp.org>
15783
15784         Combine the two replacements of 'close'.
15785         * lib/sys_socket.in.h (close): Define to a reminder to include
15786         <unistd.h>.
15787         (_gl_close_fd_maybe_socket): New declaration.
15788         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
15789         * lib/winsock.c (close): Remove undefinition.
15790         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
15791         needed for the gnulib module 'close'.
15792         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
15793         define to an error symbol or to a warning, if suitable.
15794         * lib/close.c: Include <sys/socket.h>.
15795         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
15796         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
15797         UNISTD_H_HAVE_WINSOCK2_H.
15798         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
15799         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15800         UNISTD_H_HAVE_WINSOCK2_H.
15801         * modules/sys_socket (Files): Add m4/unistd_h.m4.
15802         (configure.ac): Set a module indicator.
15803         (Makefile.am): Substitute GNULIB_CLOSE.
15804         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
15805         * modules/poll-tests (Depends-on): Add close.
15806         * modules/select-tests (Depends-on): Likewise.
15807
15808 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15809             Bruno Haible  <bruno@clisp.org>
15810
15811         New module 'close'.
15812         * modules/close: New file.
15813         * lib/unistd.in.h (close): Move declaration out of the
15814         FCHDIR_REPLACEMENT scope.
15815         (_gl_unregister_fd): New declaration.
15816         * lib/close.c: New file.
15817         * lib/fchdir.c (rpl_close): Remove function.
15818         * m4/close.m4: New file.
15819         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
15820         close.
15821         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
15822         REPLACE_CLOSE.
15823         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
15824         REPLACE_CLOSE.
15825         * modules/fchdir (Depends-on): Add close.
15826
15827 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15828             Bruno Haible  <bruno@clisp.org>
15829
15830         * lib/fcntl.in.h (open): Simplify conditionals.
15831         (_gl_register_fd): New declaration.
15832         * lib/fchdir.c (rpl_open): Remove function.
15833         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
15834         also.
15835         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
15836         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
15837         open.
15838
15839 2008-10-09  Jim Meyering  <meyering@redhat.com>
15840
15841         GNUmakefile: use the more name-space-friendly "_version"
15842         * top/GNUmakefile (_dummy): Update.
15843         (_version): Rename from "version".
15844
15845 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15846             Bruno Haible  <bruno@clisp.org>
15847
15848         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
15849         rpl_close.
15850         (_gl_register_fd): New function, extracted from rpl_open.
15851         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
15852         (rpl_open, rpl_opendir): Use _gl_register_fd.
15853
15854 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15855
15856         Fix organization of 'open' replacement.
15857         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
15858         (gl_FUNC_OPEN): Use it.
15859         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
15860
15861 2008-10-08  Bruno Haible  <bruno@clisp.org>
15862
15863         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
15864
15865 2008-10-08  Simon Josefsson  <simon@josefsson.org>
15866
15867         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
15868         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
15869         listen).
15870
15871 2008-10-08  Eric Blake  <ebb9@byu.net>
15872
15873         GNUmakefile: add 'make version' target
15874         * top/GNUmakefile (_curr-ver): Split version update rules...
15875         (version): ...into a target.
15876
15877 2008-10-07  Bruno Haible  <bruno@clisp.org>
15878
15879         Use a more portable replacement expression for -0.0L.
15880         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
15881         instead of -0.0L. Fix m4 quotation.
15882
15883         * tests/test-signbit.c: Include <float.h>.
15884         (minus_zero): New variable.
15885         (test_signbitl): Use minus_zero instead of -zero.
15886         * modules/signbit-tests (Depends-on): Add float.
15887
15888         * tests/test-ceill.c: Include <float.h>.
15889         (zero): Remove variable.
15890         (minus_zero): New variable.
15891         (main): Use minus_zero instead of -zero.
15892         * modules/ceill-tests (Depends-on): Add float.
15893
15894         * tests/test-floorl.c: Include <float.h>.
15895         (zero): Remove variable.
15896         (minus_zero): New variable.
15897         (main): Use minus_zero instead of -zero.
15898         * modules/floorl-tests (Depends-on): Add float.
15899
15900         * tests/test-roundl.c: Include <float.h>.
15901         (zero): Remove variable.
15902         (minus_zero): New variable.
15903         (main): Use minus_zero instead of -zero.
15904         * modules/roundl-tests (Depends-on): Add float.
15905
15906         * tests/test-truncl.c: Include <float.h>.
15907         (zero): Remove variable.
15908         (minus_zero): New variable.
15909         (main): Use minus_zero instead of -zero.
15910         * modules/truncl-tests (Depends-on): Add float.
15911
15912         * tests/test-frexpl.c (zero): Remove variable.
15913         (minus_zero): New variable.
15914         (main): Use minus_zero instead of -zero.
15915         * modules/frexpl-tests (Depends-on): Add float.
15916
15917         * tests/test-isnan.c (zerol): Remove variable.
15918         (minus_zerol): New variable.
15919         (test_long_double): Use minus_zerol instead of -zerol.
15920         * modules/isnan-tests (Depends-on): Add float.
15921
15922         * tests/test-isnanl.h (zero): Remove variable.
15923         (minus_zero): New variable.
15924         (main): Use minus_zero instead of -zero.
15925         * modules/isnanl-nolibm-tests (Depends-on): Add float.
15926         * modules/isnanl-tests (Depends-on): Add float.
15927
15928         * tests/test-ldexpl.c (zero): Remove variable.
15929         (minus_zero): New variable.
15930         (main): Use minus_zero instead of -zero.
15931         * modules/ldexpl-tests (Depends-on): Add float.
15932
15933         * tests/test-snprintf-posix.h (zerol): Remove variable.
15934         (minus_zerol): New variable.
15935         (test_function): Use minus_zerol instead of -zerol.
15936         * modules/snprintf-posix-tests (Depends-on): Add float.
15937         * modules/vsnprintf-posix-tests (Depends-on): Add float.
15938
15939         * tests/test-sprintf-posix.h (zerol): Remove variable.
15940         (minus_zerol): New variable.
15941         (test_function): Use minus_zerol instead of -zerol.
15942         * modules/sprintf-posix-tests (Depends-on): Add float.
15943         * modules/vsprintf-posix-tests (Depends-on): Add float.
15944
15945         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
15946         (minus_zerol): New variable.
15947         (test_function): Use minus_zerol instead of -zerol.
15948         * modules/vasnprintf-posix-tests (Depends-on): Add float.
15949
15950         * tests/test-vasprintf-posix.c (zerol): Remove variable.
15951         (minus_zerol): New variable.
15952         (test_function): Use minus_zerol instead of -zerol.
15953         * modules/vasprintf-posix-tests (Depends-on): Add float.
15954
15955 2008-10-07  Simon Josefsson  <simon@josefsson.org>
15956
15957         * MODULES.html.sh (Support for building documentation): Mention
15958         pmccabe2html.  Sort entries.
15959
15960         Add pmccabe2html module, from gnupdf.
15961         * build-aux/pmccabe.css: New file.
15962         * build-aux/pmccabe2html: New file.
15963         * m4/pmccabe2html.m4: New file.
15964         * modules/pmccabe2html: New file.
15965
15966 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
15967
15968         flock: new module
15969         * MODULES.html.sh: Add to list of modules.
15970         * lib/flock.c: flock implementation for Windows and Unix systems
15971         which have fcntl.
15972         * doc/glibc-functions/flock.texi: Update documentation.
15973         * lib/sys_file.in.h: <sys/file.h> header file.
15974         * m4/flock.m4: M4 macros.
15975         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
15976         * modules/flock: flock module.
15977         * modules/flock-tests: flock tests module.
15978         * modules/sys_file: sys/file.h module.
15979         * tests/test-flock.c: test suite for flock.
15980
15981 2008-10-06  Jim Meyering  <meyering@redhat.com>
15982
15983         bootstrap: check for LT_INIT more portably still ;-)
15984         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
15985         Spotted by Bruno Haible.
15986
15987 2008-10-06  Eric Blake  <ebb9@byu.net>
15988
15989         test-signbit: avoid tripping Irix cc bug on -0.0L
15990         * tests/test-signbit.c (minus_zerol): Delete, and replace with
15991         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
15992         entire testsuite consistent and avoids an Irix 6.2 bug.
15993
15994 2008-10-05  Bruno Haible  <bruno@clisp.org>
15995             Jim Meyering  <jim@meyering.net>
15996
15997         Add an option for ignoring EPIPE during close_stdout.
15998         * lib/closeout.h: Include <stdbool.h>.
15999         (close_stdout_set_ignore_EPIPE): New declaration.
16000         * lib/closeout.c: Include <stdbool.h>.
16001         (ignore_EPIPE): New variable.
16002         (close_stdout_set_ignore_EPIPE): New function.
16003         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
16004         * lib/close-stream.c (close_stream): Mention the possible EPIPE
16005         failure.
16006         * modules/closeout (Depends-on): Add stdbool.
16007
16008 2008-10-05  Bruno Haible  <bruno@clisp.org>
16009
16010         * modules/accept: New file.
16011         * modules/bind: New file.
16012         * modules/connect: New file.
16013         * modules/getpeername: New file.
16014         * modules/getsockname: New file.
16015         * modules/getsockopt: New file.
16016         * modules/listen: New file.
16017         * modules/recv: New file.
16018         * modules/recvfrom: New file.
16019         * modules/send: New file.
16020         * modules/sendto: New file.
16021         * modules/setsockopt: New file.
16022         * modules/socket: New file.
16023         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
16024         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
16025         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
16026         the particular module is requested. Add a link warning when the
16027         particular module is not requested.
16028         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
16029         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
16030         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
16031         the particular module is requested.
16032         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
16033         gl_SYS_SOCKET_H_DEFAULTS): New macros.
16034         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
16035         * modules/sys_socket (Depends-on): Add link-warning.
16036         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
16037         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
16038         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
16039         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
16040         GL_LINK_WARNING.
16041         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
16042         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
16043         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
16044         * doc/posix-functions/getpeername.texi: Mention the new module
16045         'getpeername'.
16046         * doc/posix-functions/getsockname.texi: Mention the new module
16047         'getsockname'.
16048         * doc/posix-functions/getsockopt.texi: Mention the new module
16049         'getsockopt'.
16050         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
16051         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
16052         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
16053         * doc/posix-functions/send.texi: Mention the new module 'send'.
16054         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
16055         * doc/posix-functions/setsockopt.texi: Mention the new module
16056         'setsockopt'.
16057         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
16058         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
16059         listen, connect, accept.
16060         * modules/select-tests (Depends-on): Likewise.
16061
16062 2008-10-05  Bruno Haible  <bruno@clisp.org>
16063
16064         * lib/winsock.c (strerror): Remove unused #undef.
16065         (rpl_close): Remove unused local variable.
16066
16067         * modules/sys_socket (Depends-on); Add errno.
16068
16069 2008-10-05  Bruno Haible  <bruno@clisp.org>
16070
16071         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
16072         (select): Add a link warning when the 'select' module is not used.
16073         * modules/sys_select (Depends-on): Add link-warning.
16074         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
16075         Suggested by Paolo Bonzini.
16076
16077 2008-10-05  Jim Meyering  <meyering@redhat.com>
16078
16079         bootstrap: check for LT_INIT more portably
16080         * build-aux/bootstrap: Avoid using grep -E, since it's not
16081         portable enough.  Suggestion from Bruno Haible.
16082
16083 2008-10-05  Bruno Haible  <bruno@clisp.org>
16084
16085         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
16086         as being fixed by gnulib.
16087
16088 2008-10-05  Bruno Haible  <bruno@clisp.org>
16089
16090         * modules/select-tests: New file, mostly copied from
16091         modules/sys_select-tests.
16092         * tests/test-select.c: New file, mostly copied from
16093         tests/test-sys_select.c.
16094         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
16095         * modules/sys_select-tests (Depends-on): Remove all dependencies.
16096         (Makefile.am): Remove test_sys_select_LDADD.
16097
16098         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
16099         to an undefined symbol, for an error message.
16100         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
16101         (gl_SYS_SELECT_H_DEFAULTS): New macro.
16102         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
16103         winsock-select.c here.
16104         * modules/sys_select (Files): Remove lib/winsock-select.c.
16105         (Depends-on): Remove alloca.
16106         (Makefile.am): Substitute GNULIB_SELECT.
16107         * modules/select: New file.
16108         * doc/posix-functions/select.texi: Update.
16109
16110 2008-10-05  Bruno Haible  <bruno@clisp.org>
16111
16112         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
16113         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
16114         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
16115         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
16116         getdtablesize.
16117         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
16118         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
16119
16120 2008-10-05  Bruno Haible  <bruno@clisp.org>
16121
16122         * modules/getdtablesize-tests: New file.
16123         * tests/test-getdtablesize.c: New file.
16124
16125         New module 'getdtablesize'.
16126         * lib/unistd.in.h (getdtablesize): New declaration.
16127         * lib/getdtablesize.c: New file.
16128         * m4/getdtablesize.m4: New file.
16129         * modules/getdtablesize: New file.
16130         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16131         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
16132         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
16133         HAVE_GETDTABLESIZE.
16134         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
16135
16136 2008-10-05  Bruno Haible  <bruno@clisp.org>
16137
16138         * modules/sched (Makefile.am): Fix typo.
16139         Reported by Simon Josefsson.
16140
16141 2008-10-05  Jim Meyering  <meyering@redhat.com>
16142
16143         bootstrap: check for LT_INIT, too
16144         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
16145         are deprecated.  Suggestion from Ralf Wildenhues.
16146
16147 2008-10-05  Bruno Haible  <bruno@clisp.org>
16148
16149         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
16150         overriding them by ours.
16151         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
16152
16153 2008-10-05  Jim Meyering  <meyering@redhat.com>
16154
16155         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
16156         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
16157         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
16158
16159 2008-10-04  Bruno Haible  <bruno@clisp.org>
16160
16161         * modules/dup2 (License): Change to LGPLv2+.
16162         * modules/sleep (License): Likewise.
16163         * modules/perror (License): Likewise.
16164         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
16165         Blake.
16166         * modules/signal (License): Likewise.
16167         * modules/sigprocmask (License): Likewise.
16168         * modules/raise (License): Change to LGPLv2+, with approval by Jim
16169         Meyering.
16170
16171 2008-10-04  Bruno Haible  <bruno@clisp.org>
16172
16173         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
16174         Reported by Rainer Tammer <tammer@tammer.net>.
16175
16176 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
16177             Bruno Haible  <bruno@clisp.org>
16178
16179         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
16180         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
16181         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
16182
16183 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
16184
16185         filevercmp: new module
16186         * lib/filevercmp.h: New function filevercmp comparing version strings.
16187         * lib/filevercmp.c: Implementation of filevercmp function.
16188         * modules/filevercmp: Module metadata.
16189         * tests/test-filevercmp.c: Unit test for new module.
16190         * modules/filevercmp-tests: Unit test metadata.
16191         * MODULES.html.sh: Add filevercmp module.
16192
16193 2008-10-03  Bruno Haible  <bruno@clisp.org>
16194
16195         * lib/c-ctype.h: Add comment.
16196         Reported by Jim Meyering.
16197
16198 2008-10-02  Bruno Haible  <bruno@clisp.org>
16199
16200         * modules/posix_spawn-internal (Depends-on): Add 'open'.
16201
16202 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16203
16204         * build-aux/bootstrap: Allow renaming bootstrap, and change the
16205         name of bootstrap.conf accordingly.
16206
16207 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16208
16209         * build-aux/bootstrap: Install git-merge-changelog configuration
16210         items into .gitconfig if needed.
16211
16212 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16213
16214         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
16215         git repository, and initialize/update it accordingly.
16216
16217 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
16218
16219         * modules/fsync-tests: New file.
16220         * tests/test-fsync.c: New file.
16221
16222         New module 'fsync'.
16223         * lib/fsync.c: New file.
16224         * m4/fsync.m4: New file.
16225         * modules/fsync: New file.
16226         * lib/unistd.in.h (fsync): New declaration.
16227         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
16228         GNULIB_FSYNC and HAVE_FSYNC.
16229         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
16230         * MODULES.html.sh (posix_functions): Add fsync.
16231         * doc/posix-functions/fsync.texi: Mention the new module.
16232
16233 2008-10-02  Jim Meyering  <meyering@redhat.com>
16234
16235         fts.c: sync with similar code from coreutils' remove.c
16236         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
16237         Guard also with "#if defined __linux__", since for now at least,
16238         this code is Linux-kernel-specific.
16239
16240 2008-10-02  Jim Meyering  <meyering@redhat.com>
16241
16242         fts: bug fixes
16243         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
16244         Include <sys/vfs.h>, not <sys/statfs.h>.
16245
16246         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
16247         Include <sys/vfs.h>, not <sys/statfs.h>.
16248
16249 2008-10-01  Bruno Haible  <bruno@clisp.org>
16250
16251         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
16252         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
16253         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
16254         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
16255         * doc/posix-functions/posix_spawnp.texi: Likewise.
16256         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
16257         whether posix_spawn actually works.
16258         * m4/pipe.m4 (gl_PIPE): Likewise.
16259         * modules/execute (Files): Add m4/posix_spawn.m4.
16260         * modules/pipe (Files): Add m4/posix_spawn.m4.
16261         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
16262
16263 2008-10-01  Jim Meyering  <meyering@redhat.com>
16264
16265         remove trailing spaces
16266         * NEWS: Likewise.
16267         * lib/poll.c (poll): Likewise.
16268         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
16269         * lib/winsock.c (rpl_close): Likewise.
16270         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
16271         * modules/yield: Likewise.
16272         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
16273         * tests/test-sys_select.c (connect_to_socket): Likewise.
16274
16275         fts.c: adjust a new interface to be more generally useful
16276         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
16277         (fts_build): Adjust caller.
16278
16279 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16280
16281         * modules/cond-tests: New file.
16282         * tests/test-cond.c: New file.
16283
16284 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16285             Bruno Haible  <bruno@clisp.org>
16286
16287         * modules/cond (Dependencies): Add errno, time.
16288         * lib/glthread/cond.h: Include <time.h>.
16289         (gl_cond_define, gl_cond_define_initialized): Use the same definition
16290         across platforms.
16291
16292 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16293             Bruno Haible  <bruno@clisp.org>
16294
16295         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
16296
16297 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16298             Bruno Haible  <bruno@clisp.org>
16299
16300         * modules/tls-tests (Depends-on): Add thread, yield.
16301         (configure.ac): Remove all checks.
16302         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
16303         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
16304         gl_thread_self): Remove definitions. Include glthread/thread.h and
16305         glthread/yield.h instead.
16306         (test_tls): Pass an additional NULL argument to gl_thread_join.
16307
16308 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16309             Bruno Haible  <bruno@clisp.org>
16310
16311         * modules/lock-tests (Depends-on): Add thread, yield.
16312         (configure.ac): Remove all checks.
16313         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
16314         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
16315         gl_thread_self): Remove definitions. Include glthread/thread.h and
16316         glthread/yield.h instead.
16317         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
16318         additional NULL argument to gl_thread_join.
16319
16320 2008-09-30  Bruno Haible  <bruno@clisp.org>
16321
16322         Fix the Win32 implementation of the 'thread' module.
16323         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
16324         pointer type.
16325         (gl_thread_self): Invoke gl_thread_self_func.
16326         (gl_thread_self_func): New declaration.
16327         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
16328         (do_init_self_key, init_self_key): New functions.
16329         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
16330         Remove some fields.
16331         (running_threads, running_lock): Remove variables.
16332         (get_current_thread_handle): New function.
16333         (gl_thread_self_func, wrapper_func, glthread_create_func,
16334         glthread_join_func, gl_thread_exit_func): Largely rewritten and
16335         simplified.
16336
16337 2008-09-30  Bruno Haible  <bruno@clisp.org>
16338
16339         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
16340         files.
16341
16342 2008-09-30  Jim Meyering  <meyering@redhat.com>
16343
16344         fts.m4: correct the test for statfs.f_type
16345         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
16346         when checking for statfs.f_type.
16347
16348 2008-09-15  Simon Josefsson  <simon@josefsson.org>
16349
16350         tests: avoid some compiler warnings
16351         * tests/test-memchr.c (main): Pass NULL indirectly.
16352         * tests/test-getdate.c (main): Remove unused variable 'ret'.
16353
16354 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
16355
16356         getdate.y: disallow countable dayshifts like "4 yesterday ago"
16357         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
16358         exactly specified dayshifts.
16359         (dayshift): New rule.
16360         (rel): Add dayshift.
16361         (relative_time_table) [tomorrow, yesterday, today, now]:
16362         Use tDAY_SHIFT in place of tDAY_UNIT.
16363         * tests/test-getdate.c: Add tests for now-disallowed countable
16364         dayshifts, e.g., "4 yesterday ago".
16365
16366 2008-09-29  Bruno Haible  <bruno@clisp.org>
16367
16368         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
16369         * tests/test-posix_spawn1.in.sh: Renamed from
16370         tests/test-posix_spawn.in.sh.
16371         * tests/test-posix_spawn2.c: New file.
16372         * tests/test-posix_spawn2.in.sh: New file.
16373         * modules/posix_spawnp-tests (Files): Update.
16374         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
16375
16376 2008-09-29  Bruno Haible  <bruno@clisp.org>
16377
16378         Propagate effects of putenv/setenv/unsetenv to child processes.
16379         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
16380         * lib/pipe.c (create_pipe): Likewise.
16381
16382 2008-09-29  Bruno Haible  <bruno@clisp.org>
16383
16384         Enable use of shell scripts as executables in mingw.
16385         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
16386         run the program as a shell script.
16387         * lib/pipe.c (create_pipe): Likewise.
16388         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
16389         resulting array.
16390
16391 2008-09-29  Eric Blake  <ebb9@byu.net>
16392
16393         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
16394
16395 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
16396
16397         * doc/posix-functions/accept.texi: Update mingw problems.
16398         * doc/posix-functions/bind.texi: Update mingw problems.
16399         * doc/posix-functions/close.texi: Update mingw problems.
16400         * doc/posix-functions/connect.texi: Update mingw problems.
16401         * doc/posix-functions/getpeername.texi: Update mingw problems.
16402         * doc/posix-functions/getsockname.texi: Update mingw problems.
16403         * doc/posix-functions/getsockopt.texi: Update mingw problems.
16404         * doc/posix-functions/ioctl.texi: Update mingw problems.
16405         * doc/posix-functions/listen.texi: Update mingw problems.
16406         * doc/posix-functions/recv.texi: Update mingw problems.
16407         * doc/posix-functions/recvfrom.texi: Update mingw problems.
16408         * doc/posix-functions/select.texi: Update mingw problems.
16409         * doc/posix-functions/send.texi: Update mingw problems.
16410         * doc/posix-functions/sendto.texi: Update mingw problems.
16411         * doc/posix-functions/setsockopt.texi: Update mingw problems.
16412         * doc/posix-functions/socket.texi: Update mingw problems.
16413
16414 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
16415             Bruno Haible  <bruno@clisp.org>
16416
16417         * lib/sys_select.in.h: Include sys/time.h.
16418         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
16419         * modules/sys_select: Depend on sys_time.
16420         * tests/test-sys_select.c: Test that sys/select.h defines struct
16421         timeval fully.
16422
16423 2008-09-29  Bruno Haible  <bruno@clisp.org>
16424
16425         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
16426         * lib/sys_select.in.h: Likewise.
16427
16428 2008-09-29  Bruno Haible  <bruno@clisp.org>
16429
16430         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
16431
16432 2008-09-29  Bruno Haible  <bruno@clisp.org>
16433
16434         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
16435         Set LIBSOCKET instead of augmenting LIBS.
16436         * modules/sockets (Link): New section.
16437         * modules/sockets-tests (test_sockets_LDADD): New variable.
16438         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
16439         * modules/poll-tests (test_poll_LDADD): New variable.
16440         * NEWS: Document the change.
16441
16442 2008-09-29  Bruno Haible  <bruno@clisp.org>
16443
16444         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
16445         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
16446         ARPA_INET_H directly.
16447         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
16448
16449 2008-09-28  Bruno Haible  <bruno@clisp.org>
16450
16451         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
16452         from gl_HEADER_SYS_SOCKET.
16453         (gl_HEADER_SYS_SOCKET): Invoke it.
16454         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
16455
16456 2008-09-28  Bruno Haible  <bruno@clisp.org>
16457
16458         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
16459         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
16460         Needed on OSF/1 4.0.
16461
16462 2008-09-28  Bruno Haible  <bruno@clisp.org>
16463
16464         Override open more carefully.
16465         * lib/open.c (orig_open): New function.
16466         (rpl_open): Use orig_open instead of open.
16467         * lib/fcntl.in.h: Add special invocation convention.
16468         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
16469         (gl_FUNC_OPEN): Invoke it.
16470
16471         Override freopen more carefully.
16472         * lib/freopen.c (orig_freopen): New function.
16473         (rpl_freopen): Use orig_freopen instead of freopen.
16474         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
16475         (gl_FUNC_FREOPEN): Invoke it.
16476
16477         Override fopen more carefully.
16478         * lib/fopen.c (orig_fopen): New function.
16479         (rpl_fopen): Use orig_fopen instead of fopen.
16480         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
16481         (gl_FUNC_FOPEN): Invoke it.
16482         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
16483
16484 2008-09-28  Bruno Haible  <bruno@clisp.org>
16485
16486         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
16487         SIGPIPE.
16488
16489 2008-09-28  Bruno Haible  <bruno@clisp.org>
16490
16491         * tests/test-sigaction.c (handler, main): Disable the check whether
16492         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
16493         glibc systems with LinuxThreads.
16494
16495 2008-09-28  Bruno Haible  <bruno@clisp.org>
16496
16497         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
16498
16499         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
16500         with AIX xlc.
16501         * lib/fcntl.in.h (open): Likewise.
16502         Reported by Rainer Tammer <tammer@tammer.net>.
16503
16504 2008-09-28  Bruno Haible  <bruno@clisp.org>
16505
16506         * modules/posix_spawnp-tests: New file.
16507         * tests/test-posix_spawn.c: New file.
16508         * tests/test-posix_spawn.in.sh: New file.
16509
16510         New module 'posix_spawnp'.
16511         * modules/posix_spawnp: New file.
16512         * lib/spawnp.c: New file, from GNU libc with modifications.
16513         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
16514
16515         New module 'posix_spawn'.
16516         * modules/posix_spawn: New file.
16517         * lib/spawn.c: New file, from GNU libc with modifications.
16518         * doc/posix-functions/posix_spawn.texi: Mention the new module.
16519
16520         New module 'posix_spawnattr_destroy'.
16521         * modules/posix_spawnattr_destroy: New file.
16522         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
16523         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
16524         module.
16525
16526         New module 'posix_spawnattr_setsigmask'.
16527         * modules/posix_spawnattr_setsigmask: New file.
16528         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
16529         modifications.
16530         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
16531         new module.
16532
16533         New module 'posix_spawnattr_getsigmask'.
16534         * modules/posix_spawnattr_getsigmask: New file.
16535         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
16536         modifications.
16537         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
16538         new module.
16539
16540         New module 'posix_spawnattr_setsigdefault'.
16541         * modules/posix_spawnattr_setsigdefault: New file.
16542         * lib/spawnattr_setdefault.c: New file, from GNU libc with
16543         modifications.
16544         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
16545         new module.
16546
16547         New module 'posix_spawnattr_getsigdefault'.
16548         * modules/posix_spawnattr_getsigdefault: New file.
16549         * lib/spawnattr_getdefault.c: New file, from GNU libc with
16550         modifications.
16551         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
16552         new module.
16553
16554         New module 'posix_spawnattr_setschedpolicy'.
16555         * modules/posix_spawnattr_setschedpolicy: New file.
16556         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
16557         modifications.
16558         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
16559         new module.
16560
16561         New module 'posix_spawnattr_getschedpolicy'.
16562         * modules/posix_spawnattr_getschedpolicy: New file.
16563         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
16564         modifications.
16565         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
16566         new module.
16567
16568         New module 'posix_spawnattr_setschedparam'.
16569         * modules/posix_spawnattr_setschedparam: New file.
16570         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
16571         modifications.
16572         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
16573         new module.
16574
16575         New module 'posix_spawnattr_getschedparam'.
16576         * modules/posix_spawnattr_getschedparam: New file.
16577         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
16578         modifications.
16579         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
16580         new module.
16581
16582         New module 'posix_spawnattr_setpgroup'.
16583         * modules/posix_spawnattr_setpgroup: New file.
16584         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
16585         modifications.
16586         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
16587         module.
16588
16589         New module 'posix_spawnattr_getpgroup'.
16590         * modules/posix_spawnattr_getpgroup: New file.
16591         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
16592         modifications.
16593         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
16594         module.
16595
16596         New module 'posix_spawnattr_setflags'.
16597         * modules/posix_spawnattr_setflags: New file.
16598         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
16599         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
16600         module.
16601
16602         New module 'posix_spawnattr_getflags'.
16603         * modules/posix_spawnattr_getflags: New file.
16604         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
16605         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
16606         module.
16607
16608         New module 'posix_spawnattr_init'.
16609         * modules/posix_spawnattr_init: New file.
16610         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
16611         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
16612         module.
16613
16614         New module 'posix_spawn_file_actions_destroy'.
16615         * modules/posix_spawn_file_actions_destroy: New file.
16616         * lib/spawn_faction_destroy.c: New file, from GNU libc with
16617         modifications.
16618         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
16619         the new module.
16620
16621         New module 'posix_spawn_file_actions_addopen'.
16622         * modules/posix_spawn_file_actions_addopen: New file.
16623         * lib/spawn_faction_addopen.c: New file, from GNU libc with
16624         modifications.
16625         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
16626         the new module.
16627
16628         New module 'posix_spawn_file_actions_adddup2'.
16629         * modules/posix_spawn_file_actions_adddup2: New file.
16630         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
16631         modifications.
16632         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
16633         the new module.
16634
16635         New module 'posix_spawn_file_actions_addclose'.
16636         * modules/posix_spawn_file_actions_addclose: New file.
16637         * lib/spawn_faction_addclose.c: New file, from GNU libc with
16638         modifications.
16639         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
16640         the new module.
16641
16642         New module 'posix_spawn_file_actions_init'.
16643         * modules/posix_spawn_file_actions_init: New file.
16644         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
16645         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
16646         new module.
16647
16648         New module 'posix_spawn-internal'.
16649         * modules/posix_spawn-internal: New file.
16650         * lib/spawn_int.h: New file, from GNU libc with modifications.
16651         * lib/spawni.c: New file, from GNU libc with modifications.
16652         * m4/posix_spawn.m4: New file.
16653
16654         New module 'spawn'.
16655         * modules/spawn: New file.
16656         * lib/spawn.in.h: New file, from GNU libc with modifications.
16657         * m4/spawn_h.m4: New file.
16658         * doc/posix-headers/spawn.texi: Mention the new module.
16659
16660 2008-09-28  Bruno Haible  <bruno@clisp.org>
16661
16662         * modules/sched-tests: New file.
16663         * tests/test-sched.c: New file.
16664
16665         New module 'sched'.
16666         * modules/sched: New file.
16667         * lib/sched.in.h: New file.
16668         * m4/sched_h.m4: New file.
16669         * doc/posix-headers/sched.texi: Mention the new module.
16670
16671 2008-09-27  Eric Blake  <ebb9@byu.net>
16672
16673         Fix previous patch, and tweak references to $0.
16674         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
16675         (func_version, func_gnulib_dir): Don't call this program
16676         gnulib-tool.
16677         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
16678         with using $0 in function.
16679         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
16680         (func_fatal_error): Reuse the name the user invoked us with.
16681
16682 2008-09-27  Bruno Haible  <bruno@clisp.org>
16683
16684         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
16685         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
16686         (gl_ICONV_H): Not here.
16687         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
16688         instead of assigning ICONV_H directly.
16689
16690         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
16691         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
16692         WCHAR_H directly.
16693
16694 2008-09-27  Bruno Haible  <bruno@clisp.org>
16695
16696         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
16697         * modules/arpa_inet (Depends-on): Add link-warning.
16698         (Makefile.am): Insert the definition of GL_LINK-WARNING.
16699         * modules/unistd (Makefile.am): Likewise.
16700
16701 2008-09-26  Bruno Haible  <bruno@clisp.org>
16702
16703         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
16704         variables.
16705         (func_version): Essentially copied from gnulib-tool.
16706         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
16707         func_readlink): Copied from gnulib-tool.
16708
16709 2008-09-26  Bruno Haible  <bruno@clisp.org>
16710
16711         * gnulib-tool (func_version): Change directory to $gnulib_dir before
16712         invoking git-version-gen.
16713
16714 2008-09-26  Bruno Haible  <bruno@clisp.org>
16715
16716         * posix-modules: Update to directory names changed on 2008-01-19.
16717         Remove commas in output before splitting into words. No more need to
16718         avoid 'ftruncate' since 2007-02-19.
16719
16720 2008-09-26  Bruno Haible  <bruno@clisp.org>
16721
16722         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
16723
16724 2008-09-26  Bruno Haible  <bruno@clisp.org>
16725
16726         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
16727         * modules/fwriteerror (Depends-on): Add errno.
16728
16729 2008-09-26  Bruno Haible  <bruno@clisp.org>
16730
16731         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
16732         * tests/test-vc-list-files-cvs.sh: Likewise.
16733
16734 2008-09-26  Bruno Haible  <bruno@clisp.org>
16735
16736         * doc/posix-headers/sys_resource.texi: Reorder items.
16737
16738 2008-09-26  Jim Meyering  <meyering@redhat.com>
16739
16740         fts: tweak inode comparison function
16741         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
16742         inode numbers, as documented.
16743
16744         fts: sort dirent entries on inode number before traversing
16745         This avoids a quadratic, seek-related performance penalty when
16746         operating on a directory containing many entries (measurable at 10k;
16747         3.5 hours at 2 million entries with a cold cache) on certain types
16748         of file systems, including ext3 and ext4, but not tmpfs.
16749         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
16750         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
16751         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
16752         (fs_handles_readdir_ordered_dirents_efficiently): New function.
16753         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
16754         (fts_build): Set the stat.st_ino member from D_INO.
16755         If it is likely to be useful, sort dirent entries on inode number.
16756
16757         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
16758         and the struct statfs.f_type member.
16759         * modules/fts (Depends-on): Add d-ino.
16760
16761 2008-09-26  Bruno Haible  <bruno@clisp.org>
16762
16763         * modules/sigpipe-die (Depends-on): Add sigpipe.
16764
16765         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
16766         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
16767         and GNULIB_STDIO_H_SIGPIPE are set.
16768         * lib/stdio-write.c: New file.
16769         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
16770         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
16771         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
16772         REPLACE_STDIO_WRITE_FUNCS.
16773         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
16774         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
16775         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
16776         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
16777         * modules/stdio (Files): Add lib/stdio-write.c.
16778         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
16779         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
16780         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
16781         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
16782         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
16783         REPLACE_FPRINTF_POSIX.
16784         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
16785         REPLACE_PRINTF_POSIX.
16786         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
16787         REPLACE_VFPRINTF_POSIX.
16788         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
16789         REPLACE_VPRINTF_POSIX.
16790         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
16791         SIGPIPE issue.
16792         * doc/posix-functions/fputc.texi: Likewise.
16793         * doc/posix-functions/fputs.texi: Likewise.
16794         * doc/posix-functions/fwrite.texi: Likewise.
16795         * doc/posix-functions/printf.texi: Likewise.
16796         * doc/posix-functions/putc.texi: Likewise.
16797         * doc/posix-functions/putchar.texi: Likewise.
16798         * doc/posix-functions/puts.texi: Likewise.
16799         * doc/posix-functions/vfprintf.texi: Likewise.
16800         * doc/posix-functions/vprintf.texi: Likewise.
16801
16802         * modules/safe-write (Depends-on): Add write.
16803
16804         * modules/sigpipe-tests: New file.
16805         * tests/test-sigpipe.c: New file.
16806         * tests/test-sigpipe.sh: New file.
16807
16808         * modules/write: New file.
16809         * lib/unistd.in.h: Include <sys/types.h>.
16810         (write): New declaration.
16811         * lib/write.c: New file.
16812         * m4/write.m4: New file.
16813         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16814         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
16815         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
16816         GNULIB_WRITE, REPLACE_WRITE.
16817         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
16818         and the SIGPIPE issue.
16819
16820         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
16821         (raise): New declaration.
16822         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
16823         (ext_signal): New function.
16824         (rpl_raise): New function.
16825         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
16826         GNULIB_SIGNAL_H_SIGPIPE.
16827         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
16828         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
16829
16830         * modules/sigpipe: New file.
16831         * m4/sigpipe.m4: New file.
16832
16833 2008-09-25  Derek Price  <derek@ximbiot.com>
16834             Bruno Haible  <bruno@clisp.org>
16835
16836         * gnulib-tool (func_import): Report all license incompatibilities, not
16837         just the first one.
16838
16839 2008-09-25  Bruno Haible  <bruno@clisp.org>
16840
16841         * gnulib-tool (func_import): When computing the edits, consider not
16842         only the Makefile.ams that exist but also those that will be generated.
16843
16844 2008-09-25  Simon Josefsson  <simon@josefsson.org>
16845
16846         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
16847         fixes gnulib-tool --test warning about duplicate dependency.
16848
16849 2008-09-25  Bruno Haible  <bruno@clisp.org>
16850
16851         * gnulib-tool: Don't ask the user to perform edits in the generated
16852         Makefile.ams.
16853         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
16854         apply to the Makefile.am being generated.
16855         (func_emit_tests_Makefile_am): Execute edits that apply to the
16856         Makefile.am being generated.
16857         (func_import): Setup list of Makefile.am edits before emitting the
16858         Makefile.ams, not at the end.
16859         (func_create_testdir): Update.
16860         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16861
16862 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16863
16864         * gnulib-tool (func_import): Store the --tests-base option in the
16865         comment in gnulib-cache.m4.
16866
16867 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
16868
16869         * NEWS: Document increased portability that sys_select now provides.
16870
16871         * lib/sys_select.in.h: Install select wrapper.
16872         * lib/sys_socket.in.h: Use more descriptive name when there is no
16873         select wrapper.
16874         * lib/winsock-select.c: New.
16875         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
16876         Require gl_HEADER_SYS_SOCKET.
16877         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
16878         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
16879         * tests/test-sys_select.c: Add functional tests.
16880
16881 2008-09-24  Eric Blake  <ebb9@byu.net>
16882
16883         open, fopen: close fd leak in last patch
16884         * lib/open.c (rpl_open): Close fd before returning error.
16885         * lib/fopen.c (rpl_fopen): Close fd before returning error.
16886         * doc/posix-functions/open.texi (open): Document that Irix also
16887         has the bug.
16888         * doc/posix-functions/fopen.texi (fopen): Likewise.
16889         Reported by Paolo Bonzini.
16890
16891 2008-09-24  Bruno Haible  <bruno@clisp.org>
16892
16893         Ensure that a filename ending in a slash cannot be used to access a
16894         non-directory.
16895         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
16896         to check whether it's really a directory.
16897         * lib/fopen.c: Include fcntl.h, unistd.h.
16898         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
16899         and fdopen().
16900         * modules/fopen (Depends-on): Add unistd.
16901         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
16902         * tests/test-fopen.c (main): Likewise.
16903         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
16904         * doc/posix-functions/fopen.texi: Likewise.
16905         Reported by Eric Blake.
16906
16907 2008-09-23  Eric Blake  <ebb9@byu.net>
16908
16909         c-stack: avoid compiler optimizations when provoking overflow
16910         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
16911         recursion harder to optimize, to ensure a stack overflow occurs.
16912         * tests/test-c-stack.c (recurse): Likewise.
16913         Borrowed from libsigsegv.
16914
16915         c-stack: work around Irix sigaltstack bug
16916         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
16917         whether sigaltstack uses wrong end of stack_t (copied in part from
16918         libsigsegv).
16919         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
16920         Irix bug, without requiring an over-allocation.
16921         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
16922         bug.
16923
16924         fopen: document mingw bug on directories
16925         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
16926         not allowing a stream visiting a directory, even though reading
16927         from such a stream is not portable.
16928
16929 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
16930
16931         * lib/poll.c: Rewrite.
16932         * modules/poll: Depend on alloca.
16933
16934 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
16935
16936         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
16937         instead define prototypes for a full set of wrappers.  Ensure
16938         that Cygwin does not use the compatibility code, which is only
16939         for MinGW.
16940         * lib/winsock.c: New.
16941         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
16942         * modules/sys_socket: Add lib/winsock.c.
16943
16944         * modules/poll-tests: Add errno and perror.
16945         * tests/test-poll.c: Use ioctl, not ioctlsocket.
16946
16947 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
16948
16949         * tests/test-poll.c: Downgrade minimum needed Winsock version.
16950
16951 2008-09-23  Bruno Haible  <bruno@clisp.org>
16952
16953         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
16954         * doc/glibc-functions/*: Likewise.
16955
16956 2008-09-23  Simon Josefsson  <simon@josefsson.org>
16957
16958         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
16959         success.
16960
16961 2008-09-22  Eric Blake  <ebb9@byu.net>
16962             Bruno Haible  <bruno@clisp.org>
16963
16964         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
16965         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
16966         supply %A but mishandle pseudo-NaN.
16967         Reported by Simon Josefsson.
16968
16969 2008-09-21  Bruno Haible  <bruno@clisp.org>
16970
16971         * tests/test-lock.c (main): Tweak skip message.
16972         * tests/test-tls.c (main): Likewise.
16973
16974 2008-09-21  Bruno Haible  <bruno@clisp.org>
16975
16976         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
16977         whether 'struct sigaction' has sa_sigaction here...
16978         (gl_PREREQ_SIG_HANDLER_H): ... not here.
16979         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
16980
16981 2008-09-21  Bruno Haible  <bruno@clisp.org>
16982
16983         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
16984         section.
16985         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
16986         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
16987         the new section.
16988         (Support for obsolete systems lacking POSIX:2001): New section.
16989         (String handling <string.h>): Move strdup to the new section.
16990         Suggested by Simon Josefsson and Paolo Bonzini.
16991
16992 2008-09-21  Bruno Haible  <bruno@clisp.org>
16993
16994         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
16995         exponents in %e and %g results on 'long double'. Needed for mingw's
16996         improved *printf functions.
16997         * tests/test-vasprintf-posix.c (test_function): Likewise.
16998         * tests/test-snprintf-posix.h (test_function): Likewise.
16999         * tests/test-sprintf-posix.h (test_function): Likewise.
17000         Reported by Eric Blake.
17001
17002 2008-09-21  Bruno Haible  <bruno@clisp.org>
17003
17004         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
17005         * tests/test-sprintf-posix.h (test_function): Likewise.
17006
17007 2008-09-21  Bruno Haible  <bruno@clisp.org>
17008
17009         * modules/getpass (Depends-on): Add strdup-posix.
17010
17011         New module 'strdup-posix'.
17012         * modules/strdup-posix: New file.
17013         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
17014         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
17015         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17016         REPLACE_STRDUP.
17017         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
17018         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
17019         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17020         strdup-posix.
17021
17022         * modules/strdup (Depends-on): Remove malloc-posix.
17023
17024 2008-09-20  Bruno Haible  <bruno@clisp.org>
17025
17026         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
17027         Wildenhues.
17028
17029 2008-09-20  Bruno Haible  <bruno@clisp.org>
17030
17031         Ensure that wint_t gets defined on IRIX 5.3.
17032         * lib/wchar.in.h (wint_t): Define if not defined by the system.
17033         * lib/wctype.in.h (wint_t): Likewise.
17034         (__wctype_wint_t): Remove type.
17035         (isw*): Use wint_t instead of __wctype_wint_t.
17036         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
17037         * modules/wchar (Files): Add m4/wint_t.m4.
17038         (Makefile.am): Substitute HAVE_WINT_T.
17039         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
17040         * tests/test-wctype.c: Check that wint_t is defined.
17041         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
17042         * doc/posix-headers/wctype.texi: Likewise.
17043         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17044
17045 2008-09-18  Bruno Haible  <bruno@clisp.org>
17046
17047         * gnulib-tool (func_exit): Update comment.
17048
17049 2008-09-18  Simon Josefsson  <simon@josefsson.org>
17050
17051         * modules/getaddrinfo (Depends-on): Remove strdup, this module
17052         assumes strdup exists and does not depend on strdup to return
17053         ENOMEM on out of memory conditions.
17054
17055 2008-09-18  Bruno Haible  <bruno@clisp.org>
17056
17057         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
17058         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
17059         digits for the exponent.
17060
17061 2008-09-18  Jim Meyering  <meyering@redhat.com>
17062             Bruno Haible  <bruno@clisp.org>
17063
17064         * lib/vasnprintf.c (decimal_point_char): Define also if
17065         NEED_PRINTF_INFINITE_LONG_DOUBLE.
17066
17067 2008-09-16  Bruno Haible  <bruno@clisp.org>
17068         and Eric Blake  <ebb9@byu.net>
17069
17070         vasnprintf: support Irix 5.3
17071         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
17072         that mishandle long double infinity.
17073         Reported by Tom G. Christensen.
17074
17075 2008-09-16  Bruno Haible  <bruno@clisp.org>
17076
17077         * doc/glibc-functions/scandir.texi: Mention the function is missing on
17078         Solaris 9.
17079         * doc/glibc-functions/alphasort.texi: Likewise.
17080         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
17081
17082 2008-09-16  Jim Meyering  <meyering@redhat.com>
17083
17084         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
17085         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
17086         a umask modification leak out of a subshell.  Otherwise, the
17087         opensolaris /bin/sh would be accepted and thus cause unwarranted
17088         failures in the coreutils test suite.
17089
17090 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
17091
17092         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
17093         to succeed.
17094
17095 2008-09-16  Jim Meyering  <meyering@redhat.com>
17096
17097         avoid spurious test failure when library is built without ACL support
17098         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
17099         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
17100         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
17101         * tests/test-copy-acl.sh: Likewise.
17102
17103 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17104
17105         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
17106         based on character occurrence counts.
17107
17108 2008-09-15  Eric Blake  <ebb9@byu.net>
17109
17110         tests: avoid some compiler warnings
17111         * tests/test-memchr.c (main): Pass NULL indirectly.
17112         * tests/test-closein.c (main): Avoid unused variable.
17113
17114 2008-09-15  Bruno Haible  <bruno@clisp.org>
17115
17116         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
17117         are missing on OpenBSD 4.0 individually.
17118         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17119
17120 2008-09-15  Bruno Haible  <bruno@clisp.org>
17121
17122         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
17123         * doc/posix-functions/strerror.texi: Mention also Cygwin.
17124         * doc/posix-functions/perror.texi: Likewise.
17125         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
17126         is missing.
17127         Reported by Eric Blake.
17128
17129         * lib/errno.in.h: Use replacement values >= 2000.
17130         Reported by Eric Blake.
17131
17132 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17133
17134         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
17135         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
17136         limit.
17137         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
17138         compareseq was aborted.
17139
17140 2008-09-14  Bruno Haible  <bruno@clisp.org>
17141
17142         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
17143         yvec_edit_count.
17144         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
17145         (fstrcmp_bounded): Simplify result computation accordingly.
17146
17147 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17148
17149         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
17150         (fstrcmp): Define in terms of fstrcmp_bounded.
17151         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
17152         lower_bound argument.
17153         Return quickly if the result is certainly < lower_bound.
17154         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
17155
17156 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17157
17158         * lib/diffseq.h (EARLY_ABORT): New macro.
17159         (compareseq): Change return type to bool. Return true when EARLY_ABORT
17160         evaluates to true.
17161
17162 2008-09-14  Bruno Haible  <bruno@clisp.org>
17163
17164         * modules/perror-tests: New file.
17165         * tests/test-perror.sh: New file.
17166         * tests/test-perror.c: New file.
17167
17168         New module 'perror'.
17169         * lib/stdio.in.h (perror): New declaration.
17170         * lib/perror.c: New file.
17171         * m4/perror.m4: New file.
17172         * modules/perror: New file.
17173         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
17174         * doc/posix-functions/perror.texi: Mention the perror module.
17175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
17176         REPLACE_PERROR.
17177         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
17178         REPLACE_PERROR.
17179
17180 2008-09-14  Bruno Haible  <bruno@clisp.org>
17181
17182         * modules/stdio (Makefile.am): Reorder to match the order in
17183         lib/stdio.in.h.
17184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17185
17186 2008-09-13  Bruno Haible  <bruno@clisp.org>
17187
17188         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
17189
17190 2008-09-13  Bruno Haible  <bruno@clisp.org>
17191
17192         Extend strerror to cover the added errno values.
17193         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
17194         (rpl_strerror): Provide error messages for the added errno values and
17195         for the WSA* values.
17196         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
17197         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
17198         strerror.
17199         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
17200         * modules/strerror (Depends-on): Add errno.
17201         * doc/posix-functions/strerror.texi: Document the change.
17202         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
17203         and EOVERFLOW.
17204
17205 2008-09-13  Bruno Haible  <bruno@clisp.org>
17206
17207         * modules/EOVERFLOW: Remove file.
17208         * m4/eoverflow.m4: Remove file.
17209         * modules/EOVERFLOW-tests: Remove file.
17210         * tests/test-EOVERFLOW.c: Remove file.
17211         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
17212         * modules/ftell (Depends-on): Likewise.
17213         * modules/getdelim (Depends-on): Likewise.
17214         * modules/getugroups (Depends-on): Likewise.
17215         * modules/poll (Depends-on): Likewise.
17216         * modules/snprintf (Depends-on): Likewise.
17217         * modules/sprintf-posix (Depends-on): Likewise.
17218         * modules/vasnprintf (Depends-on): Likewise.
17219         * modules/vasprintf (Depends-on): Likewise.
17220         * modules/vfprintf-posix (Depends-on): Likewise.
17221         * modules/vsnprintf (Depends-on): Likewise.
17222         * modules/vsprintf-posix (Depends-on): Likewise.
17223         * modules/xvasprintf (Depends-on): Likewise.
17224         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17225         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
17226         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
17227         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
17228         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17229         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
17230         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
17231         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
17232         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17233         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
17234         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
17235         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
17236         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17237         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
17238         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
17239         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
17240         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17241         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
17242         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
17243         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
17244         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17245         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
17246         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
17247         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
17248         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
17249         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17250         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
17251         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
17252         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
17253         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
17254         * MODULES.html.sh: Remove EOVERFLOW.
17255         * NEWS: Mention the change.
17256
17257 2008-09-13  Bruno Haible  <bruno@clisp.org>
17258
17259         * modules/errno-tests: New file.
17260         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
17261
17262         * lib/errno.in.h: New file.
17263         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
17264         * modules/errno: New file.
17265         * doc/posix-headers/errno.texi: Update documentation.
17266         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
17267
17268 2008-09-13  Bruno Haible  <bruno@clisp.org>
17269
17270         * tests/test-poll.c: Use #if for native Windows, rather than testing
17271         __MSVCRT__.
17272
17273 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17274             Bruno Haible  <bruno@clisp.org>
17275
17276         * lib/glob.c: Don't include <pwd.h> on native Windows.
17277         (WINDOWS32): New macro.
17278         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
17279
17280 2008-09-13  Bruno Haible  <bruno@clisp.org>
17281
17282         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
17283         (ETIMEDOUT): Remove macro.
17284         (glthread_cond_timedwait_multithreaded): New declaration.
17285         (glthread_cond_timedwait): Use it.
17286         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
17287         (glthread_cond_timedwait_multithreaded): New function.
17288
17289 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
17290
17291         * modules/poll-tests: Do not check for io.h.
17292         * tests/test-poll.c: Check for __MSVCRT__ instead.
17293
17294 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
17295
17296         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
17297         * modules/poll-tests: Add inet_pton, stdbool, sockets.
17298         * tests/test-poll.c: Use them.  Use _pipe on Windows.
17299
17300 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
17301
17302         * modules/poll-tests: New.
17303         * tests/test-poll.c: New.
17304
17305 2008-09-12  Eric Blake  <ebb9@byu.net>
17306
17307         frexp: test for NetBSD failure on -0.0
17308         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
17309         not all, bugs from NetBSD 3.0 have been fixed.
17310         * doc/posix-functions/frexp.texi (frexp): Document bug.
17311         Reported by Thomas Klausner.
17312
17313         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
17314         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
17315         literal -0.0.
17316         Reported by Jonathan C. Patschke <jp@centtech.com>.
17317
17318 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17319
17320         * lib/glthread/cond.h: Use dummy implementation also if
17321         USE_WIN32_THREADS.
17322
17323 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17324
17325         * modules/fnmatch-posix (License): Change to LGPLv2+.
17326         * modules/fnmatch-gnu (License): Likewise.
17327
17328 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17329
17330         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
17331
17332 2008-09-11  Jim Meyering  <meyering@redhat.com>
17333
17334         * users.txt: Add gtk-vnc.
17335
17336 2008-09-08  Simon Josefsson  <simon@josefsson.org>
17337
17338         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
17339         rotate amounts.
17340
17341         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
17342         required for 16-bit and 8-bit rotates.
17343         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
17344         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
17345         UINT8_MAX instead of hard-coded constants.
17346         Suggested by Paul Eggert.
17347
17348 2008-09-07  Bruno Haible  <bruno@clisp.org>
17349
17350         * tests/test-striconveh.c (main): Check behaviour when converting from
17351         UTF-7.
17352
17353         Make striconveh work better with stateful encodings.
17354         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
17355         that iconv does not increment the inptr when returning -1/EINVAL.
17356
17357 2008-09-07  Bruno Haible  <bruno@clisp.org>
17358
17359         * build-aux/config.rpath: Update according to libtool-2.2.6.
17360         * build-aux/config.libpath: Likewise.
17361
17362 2008-09-06  Bruno Haible  <bruno@clisp.org>
17363
17364         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
17365         * lib/freadptr.c (freadptr): Likewise.
17366         * lib/freadseek.c (freadptrinc): Likewise.
17367         Reported by Simon Josefsson.
17368
17369 2008-09-06  Bruno Haible  <bruno@clisp.org>
17370
17371         * modules/freadptr (License): Change to LGPLv2+.
17372         * modules/freadseek (License): Likewise.
17373         Suggested by Eric Blake.
17374
17375         * modules/memchr2 (License): Change to LGPLv2+.
17376         Approved by Eric Blake.
17377
17378 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17379             Bruno Haible  <bruno@clisp.org>
17380
17381         Make gnulib-tool work with native 'sed' on AIX.
17382         * gnulib-tool (sed_noop): New variable.
17383         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
17384         func_add_or_update, func_create_testdir): Use it to initialize sed
17385         script variables.
17386         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17387
17388 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
17389             Bruno Haible  <bruno@clisp.org>
17390
17391         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
17392         also works after #include directives.
17393
17394 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
17395
17396         getdate.y: reject an out-of-range timezone value
17397         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
17398         the range [-24...+24].  When specified with only one or two digits,
17399         * tests/test-getdate.c: Tests for the fix.
17400         * doc/getdate.texi: Document this change.
17401
17402 2008-09-03  Bruno Haible  <bruno@clisp.org>
17403
17404         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
17405
17406 2008-09-02  Simon Josefsson  <simon@josefsson.org>
17407
17408         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
17409         <bruce.korb@gmail.com> with ideas from Ben Pfaff
17410         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
17411         Blake <ebb9@byu.net>.
17412
17413         * tests/test-bitrotate.c: Add more test vectors.
17414
17415 2008-09-02  Eric Blake  <ebb9@byu.net>
17416
17417         vasnprintf-posix: handle large precision via %.*d
17418         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
17419         when handling it ourselves.
17420         * tests/test-vasnprintf-posix.c (test_function): Add test.
17421         * tests/test-snprintf-posix.h (test_function): Likewise.
17422         * tests/test-sprintf-posix.h (test_function): Likewise.
17423         * tests/test-vasprintf-posix.c (test_function): Likewise.
17424         Reported by Alain Guibert.
17425
17426 2008-09-01  Eric Blake  <ebb9@byu.net>
17427
17428         c-stack: make configure-time check more robust
17429         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
17430         successful sigaction call.
17431         Reported by Tom G. Christensen.
17432
17433 2008-09-01  Bruno Haible  <bruno@clisp.org>
17434
17435         New module 'findprog-lgpl'.
17436         * modules/findprog-lgpl: New file.
17437         * lib/findprog-lgpl.c: New file.
17438         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
17439         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
17440         to decide whether to use strdup or xstrdup, concatenated_filename or
17441         xconcatenated_filename.
17442
17443 2008-09-01  Bruno Haible  <bruno@clisp.org>
17444
17445         Split module 'concat-filename' into 'concat-filename' (LGPL) and
17446         'xconcat-filename' (GPL).
17447         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
17448         (License): Change to LGPLv2+.
17449         * modules/xconcat-filename: New file.
17450         * lib/concat-filename.h (concatenated_filename): Change specification.
17451         (xconcatenated_filename): New declaration.
17452         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
17453         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
17454         memory situations.
17455         * lib/xconcat-filename.c: New file.
17456         * NEWS: Mention the change.
17457         * lib/findprog.c: Include concat-filename.h, not filename.h.
17458         (find_in_path): Use xconcatenated_filename instead of
17459         concatenated_filename.
17460         * lib/javacomp.c: Include concat-filename.h, not filename.h.
17461         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
17462         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
17463         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
17464         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
17465         instead of concatenated_filename.
17466         * lib/javaexec.c: Include concat-filename.h, not filename.h.
17467         (execute_java_class): Use xconcatenated_filename instead of
17468         concatenated_filename.
17469         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
17470         * modules/javacomp (Depends-on): Likewise.
17471         * modules/javaexec (Depends-on): Likewise.
17472
17473 2008-09-01  Bruno Haible  <bruno@clisp.org>
17474
17475         Split module 'filename' into 'filename' and 'concat-filename'.
17476         * modules/filename: Keep only lib/filename.h.
17477         (License): Change to LGPLv2+.
17478         * modules/concat-filename: New file, extracted from modules/filename.
17479         * lib/filename.h (concatenated_filename): Remove declaration.
17480         * lib/concat-filename.h: New file, extracted from lib/filename.h.
17481         * lib/concat-filename.c: Include concat-filename.h.
17482         * NEWS: Mention the change.
17483
17484 2008-09-01  Simon Josefsson  <simon@josefsson.org>
17485
17486         * lib/bitrotate.h (rotl8, rotr8): Add.
17487
17488         * modules/bitrotate (configure.ac): Need
17489         AC_REQUIRE([AC_C_INLINE]).
17490         (Description): Mention stdint.h.  Reported by Bruno Haible
17491         <bruno@clisp.org>.
17492
17493         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
17494         Paolo Bonzini <bonzini@gnu.org>.
17495
17496 2008-08-31  Bruno Haible  <bruno@clisp.org>
17497
17498         Assume Solaris specific bi-arch conventions on Solaris systems.
17499         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
17500         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
17501         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
17502         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
17503         like acl_libdirstem.
17504         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
17505         acl_libdirstem.
17506         * NEWS: Mention the change.
17507         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
17508
17509 2008-08-31  Jim Meyering  <meyering@redhat.com>
17510
17511         * lib/strftime.h: Add comments describing the two added arguments.
17512
17513         remove duplicate #include directives
17514         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
17515         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
17516
17517 2008-08-31  Bruno Haible  <bruno@clisp.org>
17518
17519         New module 'sigpipe-die'.
17520         * modules/sigpipe-die: New file.
17521         * lib/sigpipe-die.h: New file.
17522         * lib/sigpipe-die.c: New file.
17523         * MODULES.html.sh (Signal handling): Add sigpipe-die.
17524
17525 2008-08-31  Bruno Haible  <bruno@clisp.org>
17526
17527         Don't override previously installed signal handlers.
17528         * lib/fatal-signal.c (saved_sigactions): New variable.
17529         (uninstall_handlers): Reset the signal to the saved handler, not
17530         to SIG_DFL (except when ignored).
17531         (install_handlers): Save the previous handlers.
17532
17533 2008-08-30  Bruno Haible  <bruno@clisp.org>
17534
17535         * gnulib-tool (func_reset_sigpipe): New function.
17536         (func_get_automake_snippet, func_modules_transitive_closure,
17537         func_import): Invoke it before a join command that reads from stdin,
17538         to avoid "echo: write error: Broken pipe" error messages on stderr.
17539         Reported by Sam Steingold <sds@gnu.org>.
17540
17541 2008-08-30  Bruno Haible  <bruno@clisp.org>
17542
17543         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
17544         Code copied from m4/open.m4.
17545         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
17546         access and the filename ends in a slash. Code copied from lib/open.c.
17547         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
17548         * tests/test-fopen.c (main): Check against bug with trailing slash.
17549
17550 2008-08-29  Bruno Haible  <bruno@clisp.org>
17551
17552         Avoid some "gcc -pedantic" warnings.
17553         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
17554         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
17555         * lib/dirent.in.h: Likewise.
17556         * lib/fcntl.in.h: Likewise.
17557         * lib/float.in.h: Likewise.
17558         * lib/iconv.in.h: Likewise.
17559         * lib/inttypes.in.h: Likewise.
17560         * lib/locale.in.h: Likewise.
17561         * lib/math.in.h: Likewise.
17562         * lib/netinet_in.in.h: Likewise.
17563         * lib/search.in.h: Likewise.
17564         * lib/signal.in.h: Likewise.
17565         * lib/stdarg.in.h: Likewise.
17566         * lib/stdint.in.h: Likewise.
17567         * lib/stdio.in.h: Likewise.
17568         * lib/stdlib.in.h: Likewise.
17569         * lib/string.in.h: Likewise.
17570         * lib/strings.in.h: Likewise.
17571         * lib/sys_select.in.h: Likewise.
17572         * lib/sys_socket.in.h: Likewise.
17573         * lib/sys_stat.in.h: Likewise.
17574         * lib/sys_time.in.h: Likewise.
17575         * lib/sysexits.in.h: Likewise.
17576         * lib/time.in.h: Likewise.
17577         * lib/unistd.in.h: Likewise.
17578         * lib/wchar.in.h: Likewise.
17579         * lib/wctype.in.h: Likewise.
17580         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
17581         * modules/fchdir (Makefile.am): Likewise.
17582         * modules/fcntl (Makefile.am): Likewise.
17583         * modules/float (Makefile.am): Likewise.
17584         * modules/iconv_open (Makefile.am): Likewise.
17585         * modules/inttypes (Makefile.am): Likewise.
17586         * modules/locale (Makefile.am): Likewise.
17587         * modules/math (Makefile.am): Likewise.
17588         * modules/netinet_in (Makefile.am): Likewise.
17589         * modules/search (Makefile.am): Likewise.
17590         * modules/signal (Makefile.am): Likewise.
17591         * modules/stdarg (Makefile.am): Likewise.
17592         * modules/stdint (Makefile.am): Likewise.
17593         * modules/stdio (Makefile.am): Likewise.
17594         * modules/stdlib (Makefile.am): Likewise.
17595         * modules/string (Makefile.am): Likewise.
17596         * modules/strings (Makefile.am): Likewise.
17597         * modules/sys_select (Makefile.am): Likewise.
17598         * modules/sys_socket (Makefile.am): Likewise.
17599         * modules/sys_stat (Makefile.am): Likewise.
17600         * modules/sys_time (Makefile.am): Likewise.
17601         * modules/sysexits (Makefile.am): Likewise.
17602         * modules/time (Makefile.am): Likewise.
17603         * modules/unistd (Makefile.am): Likewise.
17604         * modules/wchar (Makefile.am): Likewise.
17605         * modules/wctype (Makefile.am): Likewise.
17606         Reported by Reuben Thomas <rrt@sc3d.org>.
17607
17608 2008-08-29  Bruno Haible  <bruno@clisp.org>
17609
17610         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
17611         any more.
17612
17613 2008-08-29  Simon Josefsson  <simon@josefsson.org>
17614
17615         * MODULES.html.sh (Misc): Add bitrotate.
17616
17617         * modules/bitrotate: New file.
17618
17619         * lib/bitrotate.h: New file.
17620
17621         * modules/bitrotate-tests: New file.
17622
17623         * tests/test-bitrotate.c: New file.
17624
17625         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
17626         on the bitrotate module.
17627
17628         * lib/arctwo.c: Use new bitrotate module.
17629
17630 2008-08-29  Jim Meyering  <meyering@redhat.com>
17631
17632         bootstrap: merge changes from coreutils
17633         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
17634         of copied files.  Remove a kludge, now that this is fixed.
17635         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
17636         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
17637         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
17638
17639 2008-08-29  Bruno Haible  <bruno@clisp.org>
17640
17641         * MODULES.html.sh: Remove --cvs-urls option.
17642
17643 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
17644
17645         maint.mk: adjust to file name change
17646         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
17647
17648 2008-08-28  Jim Meyering  <meyering@redhat.com>
17649
17650         * modules/getndelim2 (License): Relicense to LGPLv2+.
17651         Approved by Richard Stallman for the version of 1995, and by
17652         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
17653
17654 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
17655
17656         * lib/getdelim.c (flockfile, funlockfile): Make all of them
17657         dummy if one is not available.  Do not touch them if
17658         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
17659         (getc_maybe_unlocked): New.
17660         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
17661
17662 2008-08-26  Eric Blake  <ebb9@byu.net>
17663
17664         doc/INSTALL: resync from autoconf
17665         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
17666         (INSTALL_PRELUDE): Delete; this is done more efficiently by
17667         moving...
17668         * install.texi [!autoconf]: ...here.  Resync from autoconf.
17669         * INSTALL: Regenerate.
17670         * INSTALL.ISO: New file.
17671         * INSTALL.UTF-8: Likewise.
17672
17673 2008-08-26  Jim Meyering  <meyering@redhat.com>
17674
17675         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
17676         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
17677         these definitions conditional, so that they may be overridden, too.
17678
17679 2008-08-26  Bruno Haible  <bruno@clisp.org>
17680
17681         Generate INSTALL file variants with prettier quotes.
17682         * doc/Makefile (INSTALL_PRELUDE): New macro.
17683         (INSTALL): Use it.
17684         (INSTALL.ISO, INSTALL.UTF-8): New rules.
17685
17686 2008-08-26  Bruno Haible  <bruno@clisp.org>
17687
17688         Run makeinfo in an English locale.
17689         * doc/Makefile (MAKEINFO): New variable.
17690
17691 2008-08-26  Bruno Haible  <bruno@clisp.org>
17692
17693         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
17694         Suggested by Eric Blake.
17695
17696 2008-08-25  Bruno Haible  <bruno@clisp.org>
17697
17698         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
17699
17700 2008-08-25  Eric Blake  <ebb9@byu.net>
17701
17702         c-stack: test that stack overflow can be caught
17703         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
17704         that platform allows handling stack overflow; at least OS/2 EMX
17705         has sigaltstack, but crashes before transferring control to
17706         handler on stack overflow.
17707         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
17708         check for HAVE_STACK_OVERFLOW_HANDLING.
17709         Reported by Elbert Pol.
17710
17711 2008-08-25  Bruno Haible  <bruno@clisp.org>
17712
17713         * doc/posix-functions/strftime.texi: Fix description of strftime
17714         module.
17715
17716 2008-08-24  Bruno Haible  <bruno@clisp.org>
17717
17718         * tests/uniwidth/test-uc_width2.c: New file.
17719         * tests/uniwidth/test-uc_width2.sh: New file.
17720         * modules/uniwidth/width-tests (Files): Add the new files.
17721         (TESTS): Add uniwidth/test-uc_width2.sh.
17722         (TESTS_ENVIRONMENT): New variable.
17723         (check_PROGRAMS): Add test-uc_width2.
17724         (test_uc_width2_SOURCES): New variable.
17725
17726         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
17727         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
17728         not 0x00AB.
17729         Reported by Alexander V. Lukyanov <lav@netis.ru>.
17730
17731 2008-08-22  Eric Blake  <ebb9@byu.net>
17732
17733         test-lock, test-tls: mention why a test is skipped
17734         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
17735         skipped.
17736         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
17737
17738         count-one-bits: relax license
17739         * modules/count-one-bits (License): Relicense to LGPLv2+.
17740         Suggested by Ludovic Courtès, approved by Ben Pfaff.
17741
17742 2008-08-22  Andreas Schwab  <schwab@suse.de>
17743
17744         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
17745         Remove spurious space in assignment.
17746
17747 2008-08-21  Simon Josefsson  <simon@josefsson.org>
17748
17749         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
17750         Paul Eggert <eggert@CS.UCLA.EDU>.
17751
17752 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
17753
17754         * modules/gettext: Add m4/threadlib.m4.
17755
17756 2008-08-19  Eric Blake  <ebb9@byu.net>
17757
17758         test-c-stack: fix compilation failure on FreeBSD 5.0
17759         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
17760         headers before <sys/resource.h>.
17761         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
17762         the bug.
17763         Reported by Nelson H. F. Beebe.
17764
17765         strverscmp: migrate from "strverscmp.h" to <string.h>
17766         * modules/string (Makefile.am): Add new hooks.
17767         * modules/strverscmp (Files): Remove strverscmp.h.
17768         (Depends-on): Add string.
17769         (configure.ac): Add indicator.
17770         (Include): Mention new header.
17771         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
17772         defaults.
17773         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
17774         results.
17775         * lib/strverscmp.h: Delete.
17776         * lib/string.in.h (strverscmp): Provide declaration, when needed.
17777         * tests/test-strverscmp.c (includes): Adjust client.
17778         * lib/check-version.c (includes): Likewise.
17779         * NEWS: Document the change.
17780
17781         strverscmp: add unit test
17782         * modules/strverscmp-tests: New file.
17783         * tests/test-strverscmp.c: Likewise.
17784
17785 2008-08-19  Simon Josefsson  <simon@josefsson.org>
17786
17787         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
17788         regarding Windows crypto stuff, from Mono.
17789
17790 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
17791
17792         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
17793         if present, for intel RND.  Return error on failures.
17794
17795 2008-08-18  Ben Pfaff  <blp@gnu.org>
17796
17797         gitlog-to-changelog: give better diagnostic for failed pipe-open
17798         * build-aux/gitlog-to-changelog: Improve error message: suggest
17799         that the version of Git may be too old.
17800
17801 2008-08-18  Simon Josefsson  <simon@josefsson.org>
17802
17803         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
17804         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
17805
17806 2008-08-18  Bruno Haible  <bruno@clisp.org>
17807
17808         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
17809         pthread_in_use().
17810
17811 2008-08-18  Bruno Haible  <bruno@clisp.org>
17812
17813         * lib/glthread/threadlib.c: Include <pthread.h>.
17814
17815 2008-08-18  Bruno Haible  <bruno@clisp.org>
17816
17817         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
17818         glthread_recursive_lock_* macros.
17819         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
17820         Fix syntax error.
17821
17822 2008-08-18  Bruno Haible  <bruno@clisp.org>
17823
17824         * lib/glthread/thread.c: Avoid forcing a context switch right after
17825         thread creation.
17826
17827 2008-08-17  Bruno Haible  <bruno@clisp.org>
17828
17829         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
17830         * lib/glthread/thread.h: Provide Win32 specific implementation.
17831         * modules/thread (Files): Add lib/glthread/thread.c.
17832         (Depends-on): Add lock.
17833         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
17834
17835 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17836
17837         New module 'yield'.
17838         * modules/yield: New file.
17839         * lib/glthread/yield.h: New file.
17840         * m4/yield.m4: New file.
17841         * MODULES.html.sh (Multithreading): Add yield.
17842
17843 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17844
17845         New module 'thread'.
17846         * modules/thread: New file.
17847         * lib/glthread/thread.h: New file.
17848         * m4/thread.m4: New file.
17849         * MODULES.html.sh (Multithreading): Add thread.
17850
17851 2008-08-17  Bruno Haible  <bruno@clisp.org>
17852
17853         * lib/glthread/lock.h: Include <stdlib.h> always.
17854         * lib/glthread/tls.h: Likewise.
17855         * lib/glthread/cond.h: Likewise.
17856
17857 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17858
17859         New module 'cond'.
17860         * modules/cond: New file.
17861         * lib/glthread/cond.h: New file.
17862         * lib/glthread/cond.c: New file.
17863         * m4/cond.m4: New file.
17864         * MODULES.html.sh (Multithreading): Add cond.
17865
17866 2008-08-16  Eric Blake  <ebb9@byu.net>
17867
17868         c-stack: fix regression on Irix 5.3 from 2008-06-21
17869         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
17870         sa_sigaction...
17871         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
17872         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
17873         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
17874         * modules/signal (Makefile.am): Use the value.
17875         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
17876         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
17877         * doc/posix-headers/signal.texi (signal.h): Document this
17878         portability issue.
17879         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
17880         Reported by Tom G. Christensen.
17881
17882 2008-08-17  Bruno Haible  <bruno@clisp.org>
17883
17884         New module 'threadlib'.
17885         * modules/threadlib: New file.
17886         * lib/glthread/threadlib.c: New file, extracted from
17887         lib/glthread/lock.c.
17888         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
17889         functions.
17890         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
17891         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
17892         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
17893         macros.
17894         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
17895         (gl_DISABLE_THREADS): Remove macro.
17896         * modules/lock (Files): Remove build-aux/config.rpath.
17897         (Depends-on): Remove havelib. Add threadlib.
17898         (configure.ac-early): Remove section.
17899         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
17900         * modules/tls (Depends-on): Remove lock. Add threadlib.
17901         (Link): New section, copied from threadlib.
17902         * MODULES.html.sh (Multithreading): Add threadlib.
17903
17904 2008-08-14  Bruno Haible  <bruno@clisp.org>
17905
17906         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
17907         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
17908         glthread_rwlock_unlock, glthread_rwlock_destroy,
17909         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
17910         glthread_recursive_lock_destroy): Define as macros always.
17911         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
17912         glthread_lock_lock.
17913         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
17914         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
17915         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
17916         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
17917         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
17918         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
17919         (glthread_recursive_lock_lock_func): Renamed from
17920         glthread_recursive_lock_lock.
17921         (glthread_recursive_lock_unlock_func): Renamed from
17922         glthread_recursive_lock_unlock.
17923         (glthread_recursive_lock_destroy_func): Renamed from
17924         glthread_recursive_lock_destroy.
17925
17926 2008-08-14  Bruno Haible  <bruno@clisp.org>
17927
17928         * lib/glthread/lock.h: Renamed from lib/lock.h.
17929         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
17930         * lib/glthread/tls.h: Renamed from lib/tls.h.
17931         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
17932         * lib/fstrcmp.c: Update includes.
17933         * lib/strsignal.c: Update includes.
17934         * modules/lock (Files, Makefile.am): Update.
17935         (Include): Change to "glthread/lock.h".
17936         * modules/tls (Files, Makefile.am): Update.
17937         (Include): Change to "glthread/tls.h".
17938         * tests/test-lock.c: Update includes.
17939         * tests/test-tls.c: Update includes.
17940         * NEWS: Mention the renamed header files.
17941
17942 2008-08-11  Jim Meyering  <meyering@redhat.com>
17943
17944         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
17945
17946 2008-08-11  Eric Blake  <ebb9@byu.net>
17947
17948         test-c-stack: avoid C99-ism
17949         * tests/test-c-stack.c (main): Fix whitespace, move declaration
17950         before statement.
17951         Reported by Alain Guibert.
17952
17953 2008-08-10  Jim Meyering  <meyering@redhat.com>
17954
17955         ensure that return value of uinttostr et al are not ignored
17956         * lib/inttostr.h (__GNUC_PREREQ): Define.
17957         (__attribute_warn_unused_result__): Define.
17958         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
17959
17960 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
17961
17962         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
17963         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
17964
17965 2008-08-07  Jim Meyering  <meyering@redhat.com>
17966
17967         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
17968
17969         * modules/mkstemp (License): Relicense under LGPLv2+.
17970         * modules/tempname (License): Likewise.
17971
17972 2008-08-06  Bruno Haible  <bruno@clisp.org>
17973
17974         * lib/poll.c (poll): Further micro-optimization.
17975
17976 2008-08-06  Jim Meyering  <meyering@redhat.com>
17977
17978         inet_pton.c: use locale-independent tolower
17979         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
17980         (inet_pton6): Use c_tolower rather than tolower.
17981         * modules/inet_pton (Depends-on): Add c-ctype.
17982
17983 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
17984
17985         * lib/poll.c (poll): Avoid division when timeout is 0, cache
17986         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
17987
17988 2008-08-06  Jim Meyering  <meyering@redhat.com>
17989
17990         * modules/inet_pton (License): Relicense under LGPLv2+.
17991
17992 2008-08-03  Bruno Haible  <bruno@clisp.org>
17993
17994         Additional non-aborting API for lock and tls.
17995         * lib/lock.h: Include <errno.h>.
17996         (glthread_lock_init): New macro/function.
17997         (gl_lock_init): Define as wrapper around glthread_lock_init.
17998         (glthread_lock_lock): New macro/function.
17999         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
18000         (glthread_lock_unlock): New macro/function.
18001         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
18002         (glthread_lock_destroy): New macro/function.
18003         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
18004         (glthread_rwlock_init): New macro/function.
18005         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
18006         (glthread_rwlock_rdlock): New macro/function.
18007         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
18008         (glthread_rwlock_wrlock): New macro/function.
18009         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
18010         (glthread_rwlock_unlock): New macro/function.
18011         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
18012         (glthread_rwlock_destroy): New macro/function.
18013         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
18014         (glthread_recursive_lock_init): New macro/function.
18015         (gl_recursive_lock_init): Define as wrapper around
18016         glthread_recursive_lock_init.
18017         (glthread_recursive_lock_lock): New macro/function.
18018         (gl_recursive_lock_lock): Define as wrapper around
18019         glthread_recursive_lock_lock.
18020         (glthread_recursive_lock_unlock): New macro/function.
18021         (gl_recursive_lock_unlock): Define as wrapper around
18022         glthread_recursive_lock_unlock.
18023         (glthread_recursive_lock_destroy): New macro/function.
18024         (gl_recursive_lock_destroy): Define as wrapper around
18025         glthread_recursive_lock_destroy.
18026         (glthread_once): New macro/function.
18027         (gl_once): Define as wrapper around glthread_once.
18028         Update function declarations.
18029         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
18030         glthread_rwlock_init. Return error code.
18031         (glthread_rwlock_rdlock_multithreaded): Renamed from
18032         glthread_rwlock_rdlock. Return error code.
18033         (glthread_rwlock_wrlock_multithreaded): Renamed from
18034         glthread_rwlock_wrlock. Return error code.
18035         (glthread_rwlock_unlock_multithreaded): Renamed from
18036         glthread_rwlock_unlock. Return error code.
18037         (glthread_rwlock_destroy_multithreaded): Renamed from
18038         glthread_rwlock_destroy. Return error code.
18039         (glthread_recursive_lock_init_multithreaded): Renamed from
18040         glthread_recursive_lock_init. Return error code.
18041         (glthread_recursive_lock_lock_multithreaded): Renamed from
18042         glthread_recursive_lock_lock. Return error code.
18043         (glthread_recursive_lock_unlock_multithreaded): Renamed from
18044         glthread_recursive_lock_unlock. Return error code.
18045         (glthread_recursive_lock_destroy_multithreaded): Renamed from
18046         glthread_recursive_lock_destroy. Return error code.
18047         (glthread_once_call): Make static.
18048         (glthread_once_multithreaded): Renamed from glthread_once.
18049         * lib/tls.h: Include <errno.h>.
18050         (glthread_tls_key_init): New macro/function.
18051         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
18052         (glthread_tls_set): New macro/function.
18053         (gl_tls_set): Define as wrapper around glthread_tls_set.
18054         (glthread_tls_key_destroy): New macro/function.
18055         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
18056         Update function declarations.
18057         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
18058         glthread_tls_get.
18059         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18060
18061 2008-08-04  Eric Blake  <ebb9@byu.net>
18062
18063         gnumakefile: use space, not TAB, outside of targets
18064         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
18065
18066 2008-08-02  Jim Meyering  <meyering@redhat.com>
18067
18068         getdate.y: avoid locale-dependent date parsing failure
18069         In Turkish locales, getdate would fail to recognize keywords
18070         containing a lowercase "i".  The solution is not to rely on
18071         locale-sensitive case-conversion.
18072         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
18073         (lookup_word): Use c_toupper in place of toupper.
18074         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
18075         Reported by Vefa Bicakci <bicave@superonline.com> in
18076         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
18077         * modules/getdate (Depends-on): Add c-ctype.
18078
18079 2008-08-02  Bruno Haible  <bruno@clisp.org>
18080
18081         * gnulib-tool (func_import): When updating or creating a .gitignore
18082         file, prepend each added line with a slash, and ignore leading slashes
18083         from the existing lines.
18084         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18085
18086 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18087
18088         Portability fix for GNU make 3.79.1.
18089         * top/GNUmakefile: Avoid 'else COND', which older GNU make
18090         versions do not understand.
18091
18092 2008-08-01  Bruno Haible  <bruno@clisp.org>
18093
18094         Work around bug of HP-UX 10.20 cc with -0.0 literal.
18095         * tests/test-isnanf.h (zero): New variable.
18096         (main): Avoid literal -0.0f.
18097         * tests/test-isnand.h (zero): New variable.
18098         (main): Avoid literal -0.0.
18099         * tests/test-isnanl.h (zero): New variable.
18100         (main): Avoid literal -0.0L.
18101         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
18102         (test_float, test_double, test_long_double): Avoid literals -0.0f,
18103         -0.0, -0.0L.
18104         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
18105         (test_signbitd): Avoid literal -0.0.
18106         (test_signbitl): Avoid literal -0.0L.
18107         * tests/test-ceilf1.c (zero): New variable.
18108         (main): Avoid literal -0.0f.
18109         * tests/test-ceill.c (zero): New variable.
18110         (main): Avoid literal -0.0L.
18111         * tests/test-floorf1.c (zero): New variable.
18112         (main): Avoid literal -0.0f.
18113         * tests/test-floorl.c (zero): New variable.
18114         (main): Avoid literal -0.0L.
18115         * tests/test-roundf1.c (zero): New variable.
18116         (main): Avoid literal -0.0f.
18117         * tests/test-round1.c (zero): New variable.
18118         (main): Avoid literal -0.0.
18119         * tests/test-roundl.c (zero): New variable.
18120         (main): Avoid literal -0.0L.
18121         * tests/test-truncf1.c (zero): New variable.
18122         (main): Avoid literal -0.0f.
18123         * tests/test-trunc1.c (zero): New variable.
18124         (main): Avoid literal -0.0.
18125         * tests/test-truncl.c (zero): New variable.
18126         (main): Avoid literal -0.0L.
18127         * tests/test-frexp.c (zero): New variable.
18128         (main): Avoid literal -0.0.
18129         * tests/test-frexpl.c (zero): New variable.
18130         (main): Avoid literal -0.0L.
18131         * tests/test-ldexpl.c (zero): New variable.
18132         (main): Avoid literal -0.0L.
18133         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
18134         (zerod, zerol): New variables.
18135         (test_function): Avoid literals -0.0, -0.0L.
18136         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
18137         (zerod, zerol): New variables.
18138         (test_function): Avoid literals -0.0, -0.0L.
18139         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
18140         (zerod, zerol): New variables.
18141         (test_function): Avoid literals -0.0, -0.0L.
18142         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
18143         (zerod, zerol): New variables.
18144         (test_function): Avoid literals -0.0, -0.0L.
18145         * tests/test-strtod.c (zero): New variable.
18146         (main): Avoid literal -0.0.
18147         Reported by Jonathan C. Patschke <jp@centtech.com>.
18148
18149 2008-07-31  Jim Meyering  <meyering@redhat.com>
18150
18151         sha256.h: correct definition of SHA224_DIGEST_SIZE
18152         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
18153         Reported by Paulie Pena IV <paulie4@gmail.com>.
18154         Define as 224 / 8, rather than as a literal.
18155         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
18156         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
18157         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
18158
18159 2008-07-31  Bruno Haible  <bruno@clisp.org>
18160
18161         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
18162         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
18163         Reported by Jonathan Patschke <jp@centtech.com>.
18164
18165 2008-07-31  Bruno Haible  <bruno@clisp.org>
18166
18167         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
18168         Reported by Paolo Bonzini <bonzini@gnu.org>.
18169
18170 2008-07-30  Eric Blake  <ebb9@byu.net>
18171
18172         test-strtod: allow compilation without -lm
18173         * tests/test-strtod.c (main): Avoid link dependence on fabs.
18174         Reported by Dennis Clarke <blastwave@gmail.com>.
18175
18176 2008-07-28  Jim Meyering  <meyering@redhat.com>
18177
18178         bootstrap: work also when there are no .po files in po/
18179         * build-aux/bootstrap (update_po_files): Complete the change
18180         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
18181
18182 2008-07-27  Jim Meyering  <meyering@redhat.com>
18183
18184         * users.txt: Add zile.
18185
18186 2008-07-26  Ben Pfaff  <blp@gnu.org>
18187
18188         Add missing dependencies on new m4/exponent[fdl].m4 files.
18189         * modules/isnanf-nolibm: Add m4/exponentf.m4.
18190         * modules/isnand-nolibm: Add m4/exponentd.m4.
18191         * modules/isnanl-nolibm: Add m4/exponentl.m4.
18192         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
18193         m4/isnan[fdl].m4, because the macros actually used moved.
18194         Reported by Jim Meyering.
18195
18196 2008-07-14  Ben Pfaff  <blp@gnu.org>
18197
18198         Add isinf module.
18199         * lib/isinf.c: New file.
18200         * lib/math.in.h: Define isinf macro if we have decided to replace
18201         it.
18202         * m4/isinf.m4: New file.
18203         * m4/math_h.m4: Initialize and substitute variables for isinf
18204         module.
18205         * modules/isinf: New file.
18206         * modules/isinf-tests: New file.
18207         * modules/math: Add substitutions for new module.
18208         * tests/test-isinf.c: New file.
18209         * doc/posix-functions/isinf.texi: Mention new module.
18210         * MODULES.html.sh: Mention new module.
18211
18212 2008-07-14  Ben Pfaff  <blp@gnu.org>
18213
18214         Factor out some macros for use by additional modules.
18215         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
18216         exponentf.m4.
18217         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
18218         exponentd.m4.
18219         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
18220         file exponentl.m4.
18221         * m4/exponentf.m4: New file.
18222         * m4/exponentd.m4: New file.
18223         * m4/exponentl.m4: New file.
18224         * modules/isnanf: Use new file m4/exponentf.m4.
18225         * modules/isnand: Use new file m4/exponentd.m4.
18226         * modules/isnanl: Use new file m4/exponentl.m4.
18227
18228 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
18229
18230         mktime.c: normalize tp->tm_isdst value to -1/0/1.
18231         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
18232         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
18233         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
18234
18235         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
18236         readlink on platforms without PATH_MAX.
18237
18238 2008-07-21  Eric Blake  <ebb9@byu.net>
18239
18240         Warn, not fail, on stale version.
18241         * top/GNUmakefile (_curr-ver): Tone down previous patch.
18242
18243         Don't allow installation with stale devel version number.
18244         * top/GNUmakefile (_is-install-target): New macro.
18245         (_curr-ver): Forbid installation with stale version number.
18246
18247 2008-07-20  Bruno Haible  <bruno@clisp.org>
18248
18249         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
18250         TESTS_ENVIRONMENT.
18251         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
18252
18253 2008-07-20  Bruno Haible  <bruno@clisp.org>
18254
18255         * lib/c-stack.h (c_stack_action): Add documentation.
18256         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
18257
18258 2008-07-20  Bruno Haible  <bruno@clisp.org>
18259
18260         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
18261         * modules/readlink (License): Likewise.
18262
18263 2008-07-17  Eric Blake  <ebb9@byu.net>
18264
18265         * modules/c-stack (Link): Fix typo.
18266
18267         Make c-stack use libsigsegv, when available.
18268         * modules/c-stack (Depends-on): Add libsigsegv.
18269         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
18270         needed.
18271         * lib/c-stack.c (SIGSTKSZ): Define fallback.
18272         (segv_handler, overflow_handler, c_stack_action)
18273         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
18274         implementation when libsigsegv is available, but only when using
18275         the library is necessary.
18276         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
18277         comment, explaining why XSI check fails on Linux.
18278         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
18279         * tests/test-c-stack2.sh: Tweak skip message.
18280         * NEWS: Document new link-time requirements.
18281
18282 2008-07-16  Eric Blake  <ebb9@byu.net>
18283
18284         c-stack: Expose false positives when not using libsigsegv.
18285         * modules/c-stack-tests (Files): Expand test.
18286         * tests/test-c-stack.c (main): Add means to conditionally trigger
18287         non-overflow SIGSEGV.
18288         * tests/test-c-stack2.sh: New file.
18289
18290 2008-07-14  Bruno Haible  <bruno@clisp.org>
18291
18292         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
18293         Reported by Eric Blake.
18294
18295 2008-07-14  Sam Steingold  <sds@gnu.org>
18296             Bruno Haible  <bruno@clisp.org>
18297
18298         New module libsigsegv.
18299         * modules/libsigsegv: New file.
18300         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
18301         modifications.
18302         * MODULES.html.sh (Signal handling): New section.
18303
18304 2008-07-14  Bruno Haible  <bruno@clisp.org>
18305
18306         * modules/unictype/ctype-* (Description): Add the word "function".
18307         Improves the resulting doc in MODULES.html.
18308
18309 2008-07-12  Ben Pfaff  <blp@gnu.org>
18310
18311         Add longlong module.
18312         * modules/longlong: New file.
18313
18314 2008-07-12  Bruno Haible  <bruno@clisp.org>
18315
18316         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
18317         to empty.
18318
18319 2008-07-10  Ben Pfaff  <blp@gnu.org>
18320
18321         Add isnan module.
18322         * doc/posix-functions/isnan.texi: Mention new module.
18323         * lib/math.in.h: Define isnan macro if we have decided to replace
18324         it.
18325         * m4/isnan.m4: New file.
18326         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
18327         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
18328         also.
18329         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
18330         redundancy.
18331         * m4/math_h.m4: Initialize and substitute variables for isnan
18332         module.
18333         * modules/isnan: New file.
18334         * modules/isnan-tests: New file.
18335         * modules/math: Add substitutions for new module.
18336         * tests/test-isnan.c: New file.
18337         * MODULES.html.sh: Mention new module.
18338
18339 2008-07-10  Ben Pfaff  <blp@gnu.org>
18340
18341         Add isnanf module.
18342         * lib/isnanf.m4: New file.
18343         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
18344         (gl_HAVE_ISNANF_IN_LIBM): New macro.
18345         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
18346         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
18347         * modules/isnanf: New file.
18348         * modules/isnanf-tests: New file.
18349         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
18350         files.
18351         * tests/test-isnanf-nolibm.c: factored most of its contents into
18352         new file tests/test-isnanf.h.
18353         * tests/test-isnanf.h: New file.
18354         * tests/test-isnanf.c: New file.
18355         * MODULES.html.sh: Mention new module.
18356         * doc/glibc-functions/isnanf.texi: Mention new module.
18357
18358 2008-07-10  Ben Pfaff  <blp@gnu.org>
18359
18360         Add isnand module.
18361         * lib/isnand.h: New file.
18362         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
18363         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
18364         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
18365         functionality also.
18366         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
18367         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
18368         (gl_HAVE_ISNAND_IN_LIBM): New macro.
18369         * modules/isnand: New file.
18370         * modules/isnand-tests: New file.
18371         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
18372         files.
18373         * tests/test-isnand-nolibm.c: factored most of its contents into
18374         new file tests/test-isnand.h.
18375         * tests/test-isnand.h: New file.
18376         * tests/test-isnand.c: New file.
18377         * MODULES.html.sh: Mention new module.
18378
18379 2008-07-10  Ben Pfaff  <blp@gnu.org>
18380
18381         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
18382         * lib/isnand.h: Rename lib/isnand-nolibm.h.
18383         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
18384         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
18385         * modules/isnanf-nolibm: Update references to renamed files.
18386         * modules/isnand-nolibm: Likewise.
18387         * modules/isnanf-nolibm-tests: Likewise.
18388         * modules/isnand-nolibm-tests: Likewise.
18389         * lib/frexp.c: Likewise.
18390         * lib/isfinite.c: Likewise.
18391         * lib/signbitd.c: Likewise.
18392         * lib/signbitf.c: Likewise.
18393         * lib/vasnprintf.c: Likewise.
18394         * tests/test-ceilf1.c: Likewise.
18395         * tests/test-ceilf2.c: Likewise.
18396         * tests/test-floorf1.c: Likewise.
18397         * tests/test-floorf2.c: Likewise.
18398         * tests/test-frexp.c: Likewise.
18399         * tests/test-round1.c: Likewise.
18400         * tests/test-round2.c: Likewise.
18401         * tests/test-roundf1.c: Likewise.
18402         * tests/test-strtod.c: Likewise.
18403         * tests/test-trunc1.c: Likewise.
18404         * tests/test-trunc2.c: Likewise.
18405         * tests/test-truncf1.c: Likewise.
18406         * tests/test-truncf2.c: Likewise.
18407         * NEWS: Mention the renamed header files.
18408
18409 2008-07-11  Jim Meyering  <meyering@redhat.com>
18410
18411         vc-list-files: make the last-resort awk code more portable
18412         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
18413         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
18414         does not support it.
18415
18416 2008-07-10  Eric Blake  <ebb9@byu.net>
18417
18418         Work with tar's bootstrap.
18419         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
18420         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
18421         an m4 comment.
18422
18423 2008-07-09  Jim Meyering  <meyering@redhat.com>
18424
18425         posix-shell.m4: fix typo that made this test malfunction
18426         * m4/posix-shell.m4: Remove capitalization in variable name.
18427
18428 2008-07-08  Bruno Haible  <bruno@clisp.org>
18429
18430         * m4/onceonly.m4: Update comments.
18431         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18432
18433 2008-07-04  Jim Meyering  <meyering@redhat.com>
18434
18435         * users.txt: Add vc-dwim.
18436         (bison, coreutils): Use the gitweb URL.
18437
18438 2008-07-03  Jim Meyering  <meyering@redhat.com>
18439
18440         * users.txt: Add libffcall.  From Sam Steingold.
18441
18442 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
18443
18444         getdate.y: do not ignore TZ with relative day, month or year offset
18445         * lib/getdate.y (get_date): Move the tz-handling block to follow the
18446         relative-date-handling, since otherwise, the latter would clobber the
18447         sole output (an updated Start value) of the tz-handling block.
18448         * tests/test-getdate.c: Tests for the fix
18449
18450 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18451
18452         Recognize 'foo_LIBRARIES += libgnu.a'.
18453         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
18454         makefile snippet has already specified an installation location,
18455         also using '+='.
18456
18457 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
18458
18459         getdate.y: factor out common actions
18460         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
18461         Use them in place of open-coded actions.
18462
18463 2008-07-01  Simon Josefsson  <simon@josefsson.org>
18464
18465         Add self-test for getdate module.
18466         * modules/getdate-tests: New file.
18467         * tests/test-getdate.c: New file.
18468
18469 2008-06-29  Bruno Haible  <bruno@clisp.org>
18470
18471         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
18472         .gitignore.
18473         Reported by Sylvain Beucler <beuc@beuc.net>.
18474
18475 2008-06-29  Bruno Haible  <bruno@clisp.org>
18476
18477         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
18478         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
18479
18480 2008-06-29  Bruno Haible  <bruno@clisp.org>
18481
18482         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
18483         EXTRA_DIST.
18484         Reported by Sylvain Beucler <beuc@beuc.net>.
18485
18486 2008-06-26  Jim Meyering  <meyering@redhat.com>
18487
18488         make several modules depend on the "open" module
18489         This provides slightly increased consistency when opening-for-write
18490         the name of a non-directory spelled with a trailing slash.
18491         * modules/chdir-safer: Likewise.
18492         * modules/chown: Likewise.
18493         * modules/clean-temp: Likewise.
18494         * modules/copy-file: Likewise.
18495         * modules/fchdir: Likewise.
18496         * modules/fcntl-safer: Likewise.
18497         * modules/pipe: Likewise.
18498         * modules/utime: Likewise.
18499         Prompted by Eric Blake and Bruno Haible.
18500
18501 2008-06-24  Andreas Schwab  <schwab@suse.de>
18502
18503         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
18504         literals can be used as initializers for global variables.
18505
18506 2008-06-23  Eric Blake  <ebb9@byu.net>
18507
18508         Make gnulib-cache.m4 easier to diff.
18509         * gnulib-tool (func_import): Allow newlines when reading cached
18510         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
18511
18512 2008-06-23  Bruno Haible  <bruno@clisp.org>
18513
18514         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
18515         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
18516         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
18517         m4/signalblocking.m4.
18518         (gl_PREREQ_SIGACTION): Don't invoke it.
18519         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
18520         gl_PREREQ_SIG_HANDLER_H.
18521         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
18522         Don't check for sigaction here.
18523
18524 2008-06-23  Bruno Haible  <bruno@clisp.org>
18525
18526         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
18527         (install_handlers): Don't set the SA_RESETHAND flag.
18528
18529 2008-06-23  Bruno Haible  <bruno@clisp.org>
18530
18531         * m4/sigaction.m4: Comment fixes.
18532         * lib/signal.in.h: Likewise.
18533
18534 2008-06-23  Eric Blake  <ebb9@byu.net>
18535
18536         Fix typo.
18537         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
18538
18539         Avoid SA_ namespace.
18540         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
18541         Reported by Ralf Wildenhues.
18542
18543         Avoid test failure due to SA_RESTORER.
18544         * tests/test-sigaction.c (SA_MASK): New macro.
18545         (main): Avoid failing due to extension flags being set.
18546         Reported by Jim Meyering.
18547
18548         Revert use of sig-handler.h in sigprocmask.c.
18549         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
18550         it requires the existence of struct sigaction.
18551         * lib/sigprocmask.c (handler_t): Restore typedef.
18552         (rpl_signal, old_handlers): Use local type.
18553
18554 2008-06-22  Bruno Haible  <bruno@clisp.org>
18555
18556         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
18557         conditionally.
18558         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18559
18560 2008-06-22  Bruno Haible  <bruno@clisp.org>
18561
18562         * doc/posix-functions/siginterrupt.texi: Move note.
18563
18564         * lib/signal.in.h (SA_RESTART): New macro.
18565         * lib/sigaction.c: Update comment.
18566
18567         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
18568
18569         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
18570         (gl_PREREQ_SIGPROCMASK): Invoke it.
18571         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
18572
18573         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
18574
18575         * lib/sigprocmask.c: Update a comment.
18576
18577 2008-06-21  Eric Blake  <ebb9@byu.net>
18578
18579         Use sigaction module rather than signal().
18580         * modules/c-stack (Depends-on): Add sigaction.
18581         * modules/fatal-signal (Depends-on): Likewise.
18582         * modules/nanosleep (Depends-on): Likewise.
18583         * modules/sigprocmask (Files): Add sig-handler.h.
18584         * modules/sigaction (Files): Likewise.
18585         * lib/sig-handler.h (get_handler): New file, suggested by Paul
18586         Eggert.
18587         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
18588         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
18589         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
18590         (init_fatal_signals): Likewise.
18591         * lib/nanosleep.c (rpl_nanosleep): Likewise.
18592         (siginterrupt): Delete fallback.
18593         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
18594         instead.
18595         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
18596         siginterrupt.
18597
18598         New module sigaction, for mingw.
18599         * modules/sigaction: New module...
18600         * modules/sigaction-tests: ...and its test.
18601         * m4/sigaction.m4: New file.
18602         * lib/sigaction.c: Likewise.
18603         * tests/test-sigaction.c: Likewise.
18604         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
18605         * modules/signal (Makefile.am): Likewise.
18606         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
18607         needed.
18608         * doc/posix-headers/signal.texi (signal.h): Mention provided
18609         types.
18610         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
18611         that sigaction is preferable.
18612         * doc/posix-functions/sigaction.texi (sigaction): Mention new
18613         module.
18614         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18615         sigaction.
18616
18617         Improve robustness of sigprocmask by overriding signal.
18618         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
18619         is in use.
18620         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
18621         (SIGKILL, SIGSTOP): Provide fallbacks.
18622         (rpl_signal): Implement.
18623         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
18624         signal can be called inside handlers.
18625
18626         Fix nanosleep module on mingw.
18627         * modules/nanosleep (Depends-on): Add sys_select.
18628         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
18629
18630         Fix licensing of sigprocmask.
18631         * modules/raise (License): Relicense as LGPL.
18632
18633 2008-06-21  Bruno Haible  <bruno@clisp.org>
18634
18635         * lib/propername.c (proper_name_utf8): Don't use the transliterated
18636         result if it contains question marks.
18637         Reported by Michael Geng <linux@michaelgeng.de>.
18638
18639 2008-06-19  Bruno Haible  <bruno@clisp.org>
18640
18641         Fix CVS-ism.
18642         * doc/gnulib.texi: Include updated-stamp.texi.
18643         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
18644         (updated-stamp.texi): New rule.
18645         (gnulib.info): Depend on it.
18646         * doc/.gitignore: Add updated-stamp.texi.
18647         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
18648
18649 2008-06-19  Bruno Haible  <bruno@clisp.org>
18650
18651         * doc/Makefile (gnulib.info): Update and simplify dependencies.
18652         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
18653
18654 2008-06-19  Eric Blake  <ebb9@byu.net>
18655
18656         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
18657         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
18658         Reported by Stepan Kasal.
18659
18660 2008-06-18  Bruno Haible  <bruno@clisp.org>
18661
18662         * lib/fatal-signal.c (init_fatal_signals): Add comment.
18663         Reported by Eric Blake.
18664
18665 2008-06-18  Eric Blake  <ebb9@byu.net>
18666
18667         Work around cygwin 1.5.25 strsignal bug.
18668         * tests/test-strsignal.c: Allow for const char *.
18669         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
18670
18671 2008-06-18  Simon Josefsson  <simon@josefsson.org>
18672
18673         * users.txt: Update URL to article and add author/date
18674         information.
18675
18676 2008-06-17  Bruno Haible  <bruno@clisp.org>
18677
18678         New macro gl_DISABLE_THREADS.
18679         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
18680         if the user did not pass --enable-threads or --disable-threads option.
18681         (gl_DISABLE_THREADS): New macro.
18682         Reported by Eric Blake <ebb9@byu.net>.
18683
18684 2008-06-17  Bruno Haible  <bruno@clisp.org>
18685
18686         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
18687         when the macro ignores it.
18688         Based on a patch by Eric Blake <ebb9@byu.net>.
18689
18690 2008-06-17  Bruno Haible  <bruno@clisp.org>
18691
18692         * modules/tls (License): Change to LGPLv2+.
18693         Reported by Eric Blake.
18694
18695 2008-06-17  Eric Blake  <ebb9@byu.net>
18696
18697         Simplify c-stack prerequisites.
18698         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
18699         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
18700         no longer requires <ucontext.h> to exist.  Optimize setrlimit
18701         check.
18702         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
18703         <sys/resource.h>.
18704
18705         Move c-stack test into testsuite.
18706         * modules/c-stack-tests: New file.
18707         * lib/c-stack.c [DEBUG]: Move test program...
18708         * tests/test-c-stack.c: ...into this new file.  Skip rather than
18709         fail test if sigaltstack is lacking.
18710         * tests/test-c-stack.sh: New driver file.
18711
18712 2008-06-16  Eric Blake  <ebb9@byu.net>
18713
18714         Use raise module consistently.
18715         * modules/fatal-signal (Depends-on): Add raise.
18716         * modules/sigprocmask (Depends-on): Likewise.
18717         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
18718         * lib/sigprocmask.c (sigprocmask): Likewise.
18719         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
18720         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
18721
18722         Fix compliance bug in sigpending.
18723         * lib/sigprocmask.c (sigpending): Return pending array via
18724         parameter, not return value.
18725
18726 2008-06-14  Eric Blake  <ebb9@byu.net>
18727
18728         Improve obstack-printf test code.
18729         * tests/test-obstack-printf.c (test_function): Fix comment, and
18730         simplify usage of obstack_* in macros.  Add a test for coverage.
18731         Reported by Bruno Haible.
18732
18733 2008-06-14  Bruno Haible  <bruno@clisp.org>
18734
18735         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
18736         array size as a constant, not as a const variable.
18737         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
18738         AC_USE_SYSTEM_EXTENSIONS.
18739         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
18740         Test whether the obstack_printf function actually exists.
18741         * modules/obstack-printf (Depends-on): Add extensions.
18742         (Include): Remove obstack.h.
18743         * modules/obstack-printf-posix (Depends-on): Add extensions.
18744         (Include): Remove obstack.h.
18745
18746 2008-06-13  Eric Blake  <ebb9@byu.net>
18747
18748         Add obstack-printf and obstack-printf-posix modules.
18749         * modules/obstack-printf: New file.
18750         * modules/obstack-printf-posix: Likewise.
18751         * MODULES.html.sh (Misc): Mention them.
18752         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18753         Likewise.
18754         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18755         Likewise.
18756         * modules/stdio (Makefile.am): Accomodate new modules.
18757         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18758         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
18759         Declare.
18760         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
18761         functions.
18762         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
18763         (gl_REPLACE_OBSTACK_PRINTF): New macros
18764         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
18765         * tests/test-obstack-printf.c: New file.
18766         * modules/obstack-printf-tests: Likewise.
18767         * modules/obstack-printf-posix-tests: Likewise.
18768
18769 2008-06-11  Bruno Haible  <bruno@clisp.org>
18770
18771         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
18772         * lib/open.c: Include errno.h.
18773         (open): Fail when attempting to write to a file that has a trailing
18774         slash.
18775         * tests/test-open.c (main): Test against trailing slash bug.
18776         * doc/posix-functions/open.texi: Mention the trailing slash bug.
18777
18778 2008-06-10  Bruno Haible  <bruno@clisp.org>
18779
18780         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
18781         for $? to work inside the trap command, with various /bin/sh-s.
18782         * tests/test-vc-list-files-cvs.sh: Likewise.
18783
18784 2008-06-10  Bruno Haible  <bruno@clisp.org>
18785
18786         * lib/acl-internal.h: Don't include gettext.h here.
18787         * lib/set-mode-acl.c: Include gettext.h here.
18788         * lib/copy-acl.c: Likewise.
18789
18790 2008-06-10  Bruno Haible  <bruno@clisp.org>
18791
18792         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
18793         * lib/wait-process.c (wait_subprocess): Likewise.
18794         * lib/execute.h (execute): Add termsigp argument.
18795         * lib/execute.c (execute): Likewise.
18796         * lib/csharpcomp.c (compile_csharp_using_pnet,
18797         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
18798         * lib/csharpexec.c (execute_csharp_using_pnet,
18799         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
18800         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
18801         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
18802         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
18803         is_jikes_present): Update.
18804         * lib/javaexec.c (execute_java_class): Update.
18805         * lib/javaversion.c (execute_and_read_line): Update.
18806         * NEWS: Document the changes.
18807         Reported by Eric Blake.
18808
18809 2008-06-10  Eric Blake  <ebb9@byu.net>
18810
18811         Add missing include.
18812         * tests/test-strstr.c (includes): Add <signal.h>.
18813         * tests/test-strcasestr.c (includes): Likewise.
18814         * tests/test-memmem.c (includes): Likewise.
18815
18816 2008-06-10  Bruno Haible  <bruno@clisp.org>
18817
18818         * lib/wait-process.c (wait_subprocess): Add an assertion.
18819
18820 2008-06-10  Bruno Haible  <bruno@clisp.org>
18821
18822         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
18823
18824 2008-06-10  Bruno Haible  <bruno@clisp.org>
18825
18826         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
18827         using alarm().
18828         * tests/test-strcasestr.c (main): Likewise.
18829         * tests/test-strstr.c (main): Likewise.
18830
18831 2008-06-09  Bruno Haible  <bruno@clisp.org>
18832
18833         Work around the Solaris 10 ACE ACLs ABI change.
18834         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
18835         declare if ACL_NO_TRIVIAL is present.
18836         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
18837         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
18838         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
18839         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
18840         define if ACL_NO_TRIVIAL is present.
18841         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
18842         and use the current ABI.
18843         (file_has_acl): Use same #if condition as elsewhere.
18844         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
18845         in use, and use the current ABI.
18846         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
18847         Reported by Jim Meyering.
18848
18849 2008-06-09  Eric Blake  <ebb9@byu.net>
18850
18851         Work around environments that (stupidly) ignore SIGALRM.
18852         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
18853         before using alarm().
18854         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18855         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
18856         Reported by Ian Beckwith <ianb@erislabs.net>.
18857
18858         Produce autobuild blurb earlier in log.
18859         * modules/autobuild (configure.ac-early): Move AB_INIT here.
18860
18861 2008-06-09  Jim Meyering  <meyering@redhat.com>
18862         and OndÅ™ej Vašík  <ovasik@redhat.com>
18863
18864         utimens.c: correct kernel bug work-around
18865         OndÅ™ej Vašík found that the invalid return value of 280 indicates
18866         failure, not success, and the kernel bug we're trying to work
18867         around affects not just the utimensat call, but also the fallback
18868         futimens call.
18869         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
18870         not success.
18871         [HAVE_FUTIMENS]: Use the same work-around, here.
18872
18873 2008-06-09  Jim Meyering  <meyering@redhat.com>
18874
18875         add more guards around definition of ACE_-related code
18876         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
18877         ALLOW and ACE_OWNER are also defined.
18878
18879 2008-06-08  Bruno Haible  <bruno@clisp.org>
18880
18881         * lib/acl-internal.h: Add me as co-author.
18882         * lib/file-has-acl.c: Likewise.
18883         * lib/set-mode-acl.c: Likewise.
18884         * lib/copy-acl.c: Likewise.
18885
18886 2008-06-08  Bruno Haible  <bruno@clisp.org>
18887
18888         Add support for AIX ACLs.
18889         * lib/acl-internal.h (acl_nontrivial): New declaration.
18890         * lib/file-has-acl.c (acl_nontrivial): New function.
18891         (file_has_acl): Add implementation using AIX 4 ACL API.
18892         * lib/set-mode-acl.c (qset_acl): Likewise.
18893         * lib/copy-acl.c (qcopy_acl): Likewise.
18894
18895 2008-06-08  Bruno Haible  <bruno@clisp.org>
18896
18897         Add support for HP-UX ACLs.
18898         * lib/acl-internal.h (acl_nontrivial): New declaration.
18899         * lib/file-has-acl.c (acl_nontrivial): New function.
18900         (file_has_acl): Add implementation using HP-UX 11 ACL API.
18901         * lib/set-mode-acl.c (qset_acl): Likewise.
18902         * lib/copy-acl.c (qcopy_acl): Likewise.
18903
18904 2008-06-08  Bruno Haible  <bruno@clisp.org>
18905
18906         Add support for Cygwin ACLs.
18907         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
18908         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
18909         the chmod_or_fchmod call.
18910         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
18911
18912 2008-06-08  Bruno Haible  <bruno@clisp.org>
18913
18914         Fix bug with setuid modes in Solaris 10+ code.
18915         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
18916         succeeded, when the mode contains some special bits.
18917
18918 2008-06-08  Bruno Haible  <bruno@clisp.org>
18919
18920         Add support for Solaris 7..10 ACLs.
18921         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
18922         declarations.
18923         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
18924         functions.
18925         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
18926         * lib/set-mode-acl.c (qset_acl): Likewise.
18927         * lib/copy-acl.c (qcopy_acl): Likewise.
18928
18929 2008-06-08  Bruno Haible  <bruno@clisp.org>
18930
18931         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
18932         declaration.
18933         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
18934         (acl_access_nontrivial): Remove MacOS X case.
18935         (file_has_acl): Use acl_extended_nontrivial.
18936         * lib/copy-acl.c (qcopy_acl): Likewise.
18937
18938 2008-06-08  Bruno Haible  <bruno@clisp.org>
18939
18940         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
18941
18942 2008-06-08  Jim Meyering  <meyering@redhat.com>
18943
18944         * modules/acl (Maintainer): Add Bruno Haible.
18945
18946 2008-06-07  Bruno Haible  <bruno@clisp.org>
18947
18948         Improve support for Tru64 ACLs.
18949         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
18950         ACL on OSF/1.
18951
18952 2008-06-07  Bruno Haible  <bruno@clisp.org>
18953
18954         Add support for MacOS X ACLs.
18955         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
18956         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
18957         * lib/set-mode-acl.c (qset_acl): Likewise.
18958         * lib/copy-acl.c (qcopy_acl): Likewise.
18959
18960 2008-06-07  Bruno Haible  <bruno@clisp.org>
18961
18962         Fix memory leak introduced on 2008-05-22.
18963         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
18964         use.
18965
18966 2008-06-07  Bruno Haible  <bruno@clisp.org>
18967
18968         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
18969         to construct an empty ACL.
18970
18971 2008-06-07  Bruno Haible  <bruno@clisp.org>
18972
18973         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
18974         precisely.
18975         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
18976
18977 2008-06-07  Bruno Haible  <bruno@clisp.org>
18978
18979         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
18980         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
18981
18982 2008-06-07  Bruno Haible  <bruno@clisp.org>
18983
18984         * doc/posix-functions/_setjmp.texi: Explain the use of this function
18985         regardless of POSIX.
18986         * doc/posix-functions/_longjmp.texi: Likewise.
18987         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
18988         SystemV platform in this case.
18989
18990 2008-06-06  Eric Blake  <ebb9@byu.net>
18991
18992         Document abort() bugs.
18993         * doc/posix-functions/abort.texi (abort): Mention anomalies.
18994
18995         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
18996         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
18997         sigsetjmp.
18998         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
18999         siglongjmp, but only as a macro.
19000         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
19001         is obsolete.
19002         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
19003
19004         Tweak documentation to cover cygwin argz bugs.
19005         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
19006         argz bug fix; no code change needed since no cygwin releases
19007         occurred between the last fix and the bug being tested.
19008         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
19009         module and recently fixed cygwin bugs.
19010         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
19011         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
19012         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
19013         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
19014         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
19015         Likewise.
19016         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
19017         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
19018         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
19019         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
19020         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
19021         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
19022         Likewise.
19023
19024         Avoid gcc warning on cygwin.
19025         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
19026         !ACL_NO_TRIVIAL]: Avoid unused variable.
19027
19028 2008-06-05  Eric Blake  <ebb9@byu.net>
19029
19030         Be tolerant of UNKNOWN version in gnulib-tool test dir.
19031         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
19032         git-version-gen fails to come up with a version.
19033         Reported by Simon Josefsson.
19034
19035 2008-06-05  Jim Meyering  <meyering@redhat.com>
19036             Paul Eggert  <eggert@cs.ucla.edu>
19037
19038         utimens.c: work around a probable Linux kernel bug
19039         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
19040         appears to be a kernel bug that causes utimensat to return 280
19041         instead of 0, indicating success.
19042
19043 2008-06-04  Bruno Haible  <bruno@clisp.org>
19044
19045         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
19046         2008-06-01 commit.
19047
19048 2008-06-04  Bruno Haible  <bruno@clisp.org>
19049
19050         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
19051         * lib/file-has-acl.c (acl_access_nontrivial): New function.
19052         (file_has_acl): Use it. Save errno afterwards.
19053         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
19054
19055 2008-06-03  Bruno Haible  <bruno@clisp.org>
19056
19057         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
19058         draft code. Simplify #ifs.
19059         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
19060         Put Solaris code after POSIX-draft code. Fix comments regarding
19061         Solaris 10, HP-UX. Mention Cygwin.
19062         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
19063
19064 2008-06-03  Eric Blake  <ebb9@byu.net>
19065
19066         Provide fallback for older kernels.
19067         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
19068         Provide runtime fallback if kernel lacks support.
19069         Reported by Mike Frysinger.
19070
19071 2008-06-02  Bruno Haible  <bruno@clisp.org>
19072
19073         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
19074         it exists.
19075
19076 2008-06-02  Bruno Haible  <bruno@clisp.org>
19077
19078         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
19079         * lib/copy-acl.c (qcopy_acl): Update comment.
19080
19081 2008-06-02  Bruno Haible  <bruno@clisp.org>
19082
19083         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
19084         like ACL APIs.
19085
19086 2008-06-02  Bruno Haible  <bruno@clisp.org>
19087
19088         * tests/test-file-has-acl.sh: Use different code for Cygwin.
19089         * tests/test-set-mode-acl.sh: Likewise.
19090         * tests/test-copy-acl.sh: Likewise.
19091         * tests/test-copy-file.sh: Likewise.
19092
19093 2008-06-02  Bruno Haible  <bruno@clisp.org>
19094
19095         * tests/test-file-has-acl.sh: Remove unused code.
19096
19097 2008-06-01  Bruno Haible  <bruno@clisp.org>
19098
19099         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
19100         (copy_acl): Just a wrapper around qcopy_acl that emits the error
19101         messages.
19102         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
19103
19104 2008-06-01  Bruno Haible  <bruno@clisp.org>
19105
19106         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
19107         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
19108         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
19109         APIs.
19110         * modules/acl-tests (configure.ac): Remove tests now contained in
19111         m4/acl.m4.
19112
19113 2008-06-02  Jim Meyering  <meyering@redhat.com>
19114
19115         announce-gen: use a better key-server host name
19116         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
19117         it may be more consistently reliable.  Suggested by Werner Koch
19118         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
19119
19120 2008-06-01  Bruno Haible  <bruno@clisp.org>
19121
19122         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
19123         Reported by Voroskoi Andras <voroskoi@gmail.com>.
19124
19125 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
19126
19127         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
19128
19129 2008-06-01  Bruno Haible  <bruno@clisp.org>
19130
19131         New ACL tests.
19132         * tests/test-file-has-acl.sh: New file.
19133         * tests/test-file-has-acl.c: New file.
19134         * tests/test-set-mode-acl.sh: New file.
19135         * tests/test-set-mode-acl.c: New file.
19136         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
19137         * tests/test-copy-acl.c: New file.
19138         * modules/acl-tests: New file, based on modules/copy-file-tests.
19139         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
19140         (Depends-on): Add acl-tests.
19141         (configure.ac): Remove checks.
19142         (Makefile.am): Don't create test-sameacls program here any more.
19143
19144 2008-06-01  Bruno Haible  <bruno@clisp.org>
19145
19146         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
19147         * tests/test-sameacls.c: Include progname.h.
19148         (main): Invoke set_program_name. Portability fixes for MacOS X,
19149         Solaris, HP-UX.
19150
19151 2008-06-01  Bruno Haible  <bruno@clisp.org>
19152
19153         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
19154         function.
19155         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
19156
19157 2008-06-01  Bruno Haible  <bruno@clisp.org>
19158
19159         * modules/rpmatch (Depends-on): Add strdup.
19160
19161 2008-06-01  Bruno Haible  <bruno@clisp.org>
19162
19163         * lib/pipe.c: Include unistd-safer.h.
19164         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
19165         * modules/pipe (Depends-on): Add unistd-safer.
19166
19167 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19168
19169         * modules/autobuild (configure.ac): Call AB_INIT.
19170
19171 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19172
19173         * tests/test-getaddrinfo.c: Don't print debug messages by default.
19174         Suggested by Bruno Haible <bruno@clisp.org>.
19175
19176 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19177
19178         * tests/test-base64.c: Cast size_t to unsigned long when invoking
19179         printf.  Use %lu instead of %d.  Reported by Bruno Haible
19180         <bruno@clisp.org>.
19181
19182 2008-05-29  Eric Blake  <ebb9@byu.net>
19183
19184         Prefer new POSIX 200x interfaces over futimesat.
19185         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
19186         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
19187         when available.
19188         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
19189
19190 2008-05-28  Bruno Haible  <bruno@clisp.org>
19191
19192         * modules/stpcpy (License): Change to LGPLv2+.
19193         Requested by David Lutterkort <dlutter@redhat.com>.
19194
19195 2008-05-27  Bruno Haible  <bruno@clisp.org>
19196
19197         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
19198         current mingw.
19199         Reported by Jose E. Marchesi <jemarch@gnu.org>.
19200
19201 2008-05-27  Bruno Haible  <bruno@clisp.org>
19202
19203         * modules/iconv_open (Link): New section, from module 'iconv'.
19204         * modules/striconv (Link): Likewise.
19205         * modules/striconveh (Link): Likewise.
19206         * modules/xstriconv (Link): Likewise.
19207         * modules/unicodeio (Link): Likewise.
19208         * modules/propername (Link): Likewise.
19209         Reported by Jim Meyering.
19210
19211 2008-05-26  Jim Meyering  <meyering@redhat.com>
19212
19213         sha256: do not artificially restrict buffer length to be < 2^32
19214         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
19215         uint32_t to size_t.
19216         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
19217         to match.
19218
19219         avoid unaligned access errors, e.g., on sparc
19220         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
19221         direct access through a possibly-unaligned uint64* pointer.
19222         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
19223         direct access through a possibly-unaligned uint32* pointer.
19224         Prompted by this patch from Tom "spot" Callaway:
19225         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
19226
19227         sha512.c: fix typo in comment
19228         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
19229
19230 2008-05-25  Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/set-mode-acl.c: Renamed from lib/acl.c.
19233         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
19234         (Makefile.am): Update lib_SOURCES.
19235
19236 2008-05-25  Bruno Haible  <bruno@clisp.org>
19237
19238         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
19239
19240 2008-05-25  Jim Meyering  <meyering@redhat.com>
19241
19242         useless-if-before-free: freed expr may have white-space differences
19243         * build-aux/useless-if-before-free: Recognize cases in which the
19244         freed expression differs from the tested one in embedded white
19245         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
19246         $1 was used, so we can't make any regexp shy.  Improved tests now
19247         detect this.
19248
19249         useless-if-before-free: accept white space in the expression.
19250         * build-aux/useless-if-before-free: For now, any white space
19251         in the expression must be identical in the free argument.
19252
19253         useless-if-before-free: efficiency tweak
19254         * build-aux/useless-if-before-free: Make the expression-matching
19255         regexp "shy".
19256         Make the *outer* regexp shy, not the expr-matching one.
19257
19258         update code-in-comment to accept cast of free arg
19259         * build-aux/useless-if-before-free: Update regexp.
19260
19261 2008-05-25  Bruno Haible  <bruno@clisp.org>
19262
19263         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
19264         * modules/copy-file-tests (Files, Makefile.am): Update.
19265         * tests/test-copy-file.c (func_test_copy): Update.
19266
19267 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
19268
19269         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
19270
19271 2008-05-23  Bruno Haible  <bruno@clisp.org>
19272
19273         Improve support for ACLs on OSF/1.
19274         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
19275         Remove fallback for unknown flavors of ACLs.
19276
19277 2008-05-22  Bruno Haible  <bruno@clisp.org>
19278
19279         Add support for ACLs on OSF/1.
19280         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
19281         replacements.
19282         (acl_free_text): New macro fallback.
19283         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
19284         acl_free.
19285         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
19286         acl_free_text function. Require AC_C_INLINE.
19287
19288 2008-05-22  Bruno Haible  <bruno@clisp.org>
19289
19290         Make copy_acl work on MacOS X 10.5.
19291         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
19292         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
19293         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
19294         If MODE_INSIDE_ACL, don't assume that every system has the same text
19295         representation for ACLs as FreeBSD.
19296         * lib/copy-acl.c (copy_acl): Add support for platforms with
19297         !MODE_INSIDE_ACL.
19298         * lib/file-has-acl.c (file_has_acl): Likewise.
19299         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
19300         FreeBSD, MacOS X, or IRIX, respectively.
19301
19302 2008-05-22  Bruno Haible  <bruno@clisp.org>
19303
19304         * lib/acl.h: Don't include <sys/acl.h>.
19305         (GETACLCNT): Move fallback to lib/acl-internal.h.
19306         * lib/acl-internal.h: Include <sys/acl.h> here.
19307         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
19308
19309 2008-05-22  Bruno Haible  <bruno@clisp.org>
19310
19311         Split off copy_acl function to separate file.
19312         * lib/copy-acl.c: New file, extracted from lib/acl.c.
19313         * lib/acl.c (copy_acl): Moved function to separate file.
19314         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
19315         * modules/acl (Files): Add lib/copy-acl.c.
19316         (Makefiles.am): Augment lib_SOURCES.
19317
19318 2008-05-22  Bruno Haible  <bruno@clisp.org>
19319
19320         * modules/copy-file-tests: New file.
19321         * tests/test-copy-file.sh: New file.
19322         * tests/test-copy-file.c: New file.
19323         * tests/test-copy-file-sameacls.c: New file.
19324
19325 2008-05-22  Eric Blake  <ebb9@byu.net>
19326
19327         Avoid gcc warning.
19328         * tests/test-memcmp.c (main): Pass NULL indirectly.
19329
19330 2008-05-21  Bruno Haible  <bruno@clisp.org>
19331
19332         Add reference doc about ACLs.
19333         * doc/acl-resources.txt: New file.
19334         * doc/acl-cygwin.txt: New file.
19335
19336 2008-05-21  Bruno Haible  <bruno@clisp.org>
19337
19338         Avoid one more warning from gcc.
19339         * lib/vasnprintf.c (IF_LINT): Update comments.
19340         (VASNPRINTF): Use it also for the 'prefix' array initializer.
19341
19342 2008-05-21  Jim Meyering  <meyering@redhat.com>
19343
19344         avoid a warning from gcc
19345         * lib/vasnprintf.c (IF_LINT): Define.
19346         (scale10_round_decimal_long_double):
19347         Use it to avoid a "may be used uninitialized" warning.
19348         (scale10_round_decimal_double): Likewise.
19349
19350 2008-05-21  Simon Josefsson  <simon@josefsson.org>
19351
19352         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
19353         declared.
19354
19355 2008-05-20  Bruno Haible  <bruno@clisp.org>
19356
19357         * tests/test-memcmp.c (main): Test also the sign of the result. Test
19358         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
19359
19360 2008-05-20  Simon Josefsson  <simon@josefsson.org>
19361
19362         * modules/memcmp-tests: New file.
19363         * tests/test-memcmp.c: New file.
19364
19365 2008-05-19  Bruno Haible  <bruno@clisp.org>
19366
19367         * modules/propername (Notice, configure.ac): Put quoted "..." into
19368         --keyword option.
19369         * lib/propername.h: Update comments accordingly.
19370         Reported by Eric Blake.
19371
19372 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
19373
19374         * modules/getpass-gnu (Depends-on): Add fseeko.
19375
19376 2008-05-19  Simon Josefsson  <simon@josefsson.org>
19377
19378         * modules/base64-tests: New file.
19379
19380 2008-05-19  Bo Borgerson <gigabo@gmail.com>
19381
19382         * lib/base64.c (base64_decode_ctx): If a decode context structure
19383         was passed in use it to ignore newlines.  If a context structure
19384         was _not_ passed in, continue to treat newlines as garbage (this
19385         is the historical behavior).  Formerly base64_decode.
19386         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
19387         takes a decode context structure.
19388         * lib/base64.h (base64_decode): Macro for four-argument calls.
19389         (base64_decode_alloc): Likewise.
19390         * lib/base64.c (base64_decode_ctx): If a decode context structure
19391         was passed in use it to ignore newlines.  If a context structure
19392         was _not_ passed in, continue to treat newlines as garbage (this
19393         is the historical behavior).  Formerly base64_decode.
19394         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
19395         takes a decode context structure.
19396         * lib/base64.h (base64_decode): Macro for four-argument calls.
19397         (base64_decode_alloc): Likewise.
19398
19399 2008-05-19  Jim Meyering  <meyering@redhat.com>
19400
19401         avoid a warning from gcc
19402         * lib/trim.c (IF_LINT): Define.
19403         (trim2): Use it to avoid a "may be used uninitialized" warning.
19404
19405         Fix doc typo.
19406         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
19407
19408 2008-05-19  Bruno Haible  <bruno@clisp.org>
19409
19410         * doc/glibc-functions/getpass.texi: Document limits of other
19411         implementations.
19412
19413 2008-05-19  Simon Josefsson  <simon@josefsson.org>
19414             Bruno Haible <bruno@clisp.org>
19415
19416         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
19417
19418 2008-05-18  Bruno Haible  <bruno@clisp.org>
19419
19420         * modules/propername: New file, from GNU gettext.
19421         * lib/propername.h: New file, from GNU gettext.
19422         * lib/propername.c: New file, from GNU gettext.
19423         * MODULES.html.sh (Internationalization functions): Add propername.
19424
19425 2008-05-16  Jim Meyering  <meyering@redhat.com>
19426             Bruno Haible  <bruno@clisp.org>
19427
19428         Avoid some warnings from "gcc -Wshadow".
19429         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
19430
19431 2008-05-15  Eric Blake  <ebb9@byu.net>
19432
19433         Extend previous patch to cygwin 1.7.0.
19434         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
19435         fast implementation in cygwin >= 1.7.0.
19436         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19437         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19438
19439 2008-05-15  Bruno Haible  <bruno@clisp.org>
19440
19441         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
19442         implementation in glibc >= 2.9.
19443         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19444         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19445
19446 2008-05-15  Bruno Haible  <bruno@clisp.org>
19447
19448         * MODULES.html.sh (Internationalization functions): Remove linebreak.
19449         (Unicode string functions): Add unilbrk/*.
19450         Reported by Karl Berry.
19451
19452 2008-05-15  Eric Blake  <ebb9@byu.net>
19453
19454         Fix violation of <stdbool.h> replacement in regex.
19455         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
19456         * lib/regexec.c (re_search_internal): Likewise.
19457         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
19458
19459 2008-05-15  Jim Meyering  <meyering@redhat.com>
19460
19461         avoid distracting test output when git or cvs is not found
19462         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
19463         * tests/test-vc-list-files-git.sh: Likewise.
19464
19465 2008-05-15  Eric Blake  <ebb9@byu.net>
19466
19467         Glibc finally accepted the memmem speedup code, bugzilla #5514.
19468         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
19469         glibc version.
19470         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
19471         * doc/posix-functions/strstr.texi (strstr): Likewise.
19472         * lib/str-two-way.h (MAX): Sychronize with glibc.
19473
19474 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
19475
19476         * lib/regcomp.c (optimize_utf8): Add a note on why we test
19477         opr.ctx_type.
19478         (calc_first): Initialize constraint field.
19479         (duplicate_node_closure): Use it instead of special casing ANCHORS.
19480         Fix grammar.
19481         (duplicate_node): Merge constraint field for all node types.
19482         (calc_eclosure_iter): Look at constraint field for all node types.
19483         * lib/regex_internal.c (create_cd_newstate): Don't look at
19484         opr.ctx_type.
19485
19486 2008-05-14  Bruno Haible  <bruno@clisp.org>
19487
19488         Help GCC to do better code generation.
19489         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
19490         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
19491         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
19492         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
19493         Declare with attribute 'malloc' if supported.
19494
19495 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
19496
19497         use "echo STR|wc -c" rather than unportable "expr length STR"
19498         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
19499         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
19500
19501 2008-05-14  Jim Meyering  <meyering@redhat.com>
19502
19503         use dd ibs=$n count=1 ... rather than less-portable head -c$n
19504         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
19505         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
19506         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
19507         via Collin Lasse.
19508
19509 2008-05-14  Eric Blake  <ebb9@byu.net>
19510
19511         Avoid quadratic growth in gl_LIBSOURCES.
19512         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
19513         Suggested by Bruno Haible.
19514
19515         Test xmemdup0.
19516         * modules/xmemdup0-tests: New file.
19517         * tests/test-xmemdup0.c: Likewise.
19518
19519 2008-05-13  Eric Blake  <ebb9@byu.net>
19520
19521         Split xmemdup0 into its own module.
19522         * modules/xmemdup0: New file.
19523         * lib/xmemdup0.h: Likewise.
19524         * lib/xmemdup0.c: Likewise.
19525         * MODULES.html.sh (Memory management functions): Add xmemdup0.
19526         * lib/xalloc.h (xmemdup0): Remove.
19527         * lib/xmalloc.c (xmemdup0): Likewise.
19528
19529 2008-05-13  Eric Blake  <ebb9@byu.net>
19530             Bruno Haible  <bruno@clisp.org>
19531
19532         Reduce number of forks required during autoconf.
19533         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
19534         and gl_LIBSOURCES_DIR.
19535         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
19536         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
19537         m4_syscmd per file.
19538         <m4_foreach_w>: Move...
19539         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
19540
19541 2008-05-13  Eric Blake  <ebb9@byu.net>
19542
19543         * gnulib-tool: Fix various comment typos.
19544
19545 2008-05-12  Bruno Haible  <bruno@clisp.org>
19546
19547         Tailor the linebreaking algorithm.
19548         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
19549
19550 2008-05-12  Bruno Haible  <bruno@clisp.org>
19551
19552         Update to Unicode 5.0.0.
19553         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
19554         LBP_JV, LBP_JT. Redistribute values.
19555         (unilbrk_table): Change size.
19556         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
19557         Unicode TR#14 rev. 22.
19558         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
19559         LBP_JV, LBP_JT. Redistribute values.
19560         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
19561         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
19562         Update.
19563         * lib/unilbrk/lbrkprop1.h: Regenerated.
19564         * lib/unilbrk/lbrkprop2.h: Regenerated.
19565         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
19566         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
19567         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
19568         Likewise.
19569         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
19570         Likewise.
19571         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
19572         result.
19573         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
19574         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
19575         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
19576         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
19577         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
19578         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
19579
19580 2008-05-11  Bruno Haible  <bruno@clisp.org>
19581
19582         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
19583
19584 2008-05-11  Bruno Haible  <bruno@clisp.org>
19585
19586         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
19587         * modules/unilbrk/gen-lbrk: New file.
19588
19589 2008-05-11  Bruno Haible  <bruno@clisp.org>
19590
19591         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
19592         * m4/sha512.m4 (gl_SHA512): Likewise.
19593
19594 2008-05-11  Jim Meyering  <meyering@redhat.com>
19595
19596         New modules: crypto/sha256, crypto/sha512 (from coreutils)
19597         * modules/crypto/sha256: New file.
19598         * modules/crypto/sha512: Likewise.
19599         * lib/sha256.c: Likewise.
19600         * lib/sha256.h: Likewise.
19601         * lib/sha512.c: Likewise.
19602         * lib/sha512.h: Likewise.
19603         * lib/u64.h: Likewise.
19604         * m4/sha256.m4: Likewise.
19605         * m4/sha512.m4: Likewise.
19606         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
19607
19608 2008-05-10  Bruno Haible  <bruno@clisp.org>
19609
19610         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
19611         (Input/Output <stdio.h>): Add xprintf.
19612         (Signal handling <signal.h>): Add strsignal.
19613         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
19614         (Core language properties): Add func.
19615         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
19616         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
19617         strings.
19618         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
19619         (Input/output): New section.
19620         (File system functions): Add openat-die, stat-macros.
19621         (Networking functions): Add sockets.
19622         (Unicode string functions): Add unictype/*.
19623         (Support for building libraries and executables): Add gperf.
19624         (Support for building documentation): Add agpl-3.0.
19625         (Misc): Add nocrash.
19626
19627 2008-05-10  Bruno Haible  <bruno@clisp.org>
19628
19629         * modules/unictype/gen-ctype: New file.
19630
19631 2008-05-10  Jim Meyering  <meyering@redhat.com>
19632
19633         Make chdir-safer.c more efficient on a system with no symlinks.
19634         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
19635         also if ELOOP is zero.  Suggested by Bruno Haible.
19636
19637         Make chdir-safer.c slightly safer.
19638         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
19639         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
19640
19641         Avoid compile failure on systems without ELOOP (like mingw).
19642         * lib/chdir-safer.c (ELOOP): Define if not already defined.
19643         Reported by Bruno Haible.
19644
19645 2008-05-10  Bruno Haible  <bruno@clisp.org>
19646
19647         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
19648         (is_utf8_encoding): Use a case-insensitive comparison.
19649         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
19650         streq.
19651
19652 2008-05-10  Bruno Haible  <bruno@clisp.org>
19653
19654         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
19655         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
19656         * lib/unilbrk/ulc-common.h (iconv_string_length,
19657         iconv_string_keeping_offsets): Remove declarations.
19658         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
19659         Don't include <iconv.h>, streq.h, xsize.h.
19660         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
19661         conversion.
19662         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
19663         <iconv.h>, streq.h, xsize.h.
19664         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
19665         conversion.
19666         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
19667         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
19668         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
19669         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
19670
19671 2008-05-10  Bruno Haible  <bruno@clisp.org>
19672
19673         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
19674         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
19675
19676         * modules/unilbrk/u32-width-linebreaks-tests: New file.
19677         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
19678
19679         * modules/unilbrk/u16-width-linebreaks-tests: New file.
19680         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
19681
19682         * modules/unilbrk/u8-width-linebreaks-tests: New file.
19683         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
19684
19685         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
19686         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
19687
19688         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
19689         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
19690
19691         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
19692         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
19693
19694         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
19695         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
19696
19697 2008-05-10  Bruno Haible  <bruno@clisp.org>
19698
19699         Split up 'linebreak' module.
19700         * lib/unilbrk.h: New file, based on lib/linebreak.h.
19701         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
19702         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
19703         modifications.
19704         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
19705         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
19706         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
19707         lib/linebreak.c.
19708         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
19709         lib/linebreak.c.
19710         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
19711         lib/linebreak.c.
19712         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
19713         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
19714         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
19715         lib/linebreak.c.
19716         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
19717         lib/linebreak.c.
19718         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
19719         lib/linebreak.c.
19720         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
19721         lib/linebreak.c.
19722         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
19723         lib/linebreak.c.
19724         * modules/unilbrk/base: New file.
19725         * modules/unilbrk/tables: New file.
19726         * modules/unilbrk/u8-possible-linebreaks: New file.
19727         * modules/unilbrk/u16-possible-linebreaks: New file.
19728         * modules/unilbrk/u32-possible-linebreaks: New file.
19729         * modules/unilbrk/ulc-common: New file.
19730         * modules/unilbrk/ulc-possible-linebreaks: New file.
19731         * modules/unilbrk/u8-width-linebreaks: New file.
19732         * modules/unilbrk/u16-width-linebreaks: New file.
19733         * modules/unilbrk/u32-width-linebreaks: New file.
19734         * modules/unilbrk/ulc-width-linebreaks: New file.
19735         * lib/linebreak.h: Remove file.
19736         * lib/linebreak.c: Remove file.
19737         * m4/linebreak.m4: Remove file.
19738         * modules/linebreak: Remove file.
19739         * NEWS: Mention the changes.
19740
19741 2008-05-09  Eric Blake  <ebb9@byu.net>
19742
19743         Add xmemdup0.
19744         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
19745         implementation.
19746         * lib/xmalloc.c (xmemdup0): New C implementation.
19747
19748 2008-05-08  Bruno Haible  <bruno@clisp.org>
19749
19750         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
19751
19752 2008-05-07  Eric Blake  <ebb9@byu.net>
19753
19754         Support cross-compilation of <wctype.h>.
19755         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
19756         AC_CACHE_CHECK.
19757
19758 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
19759
19760         * build-aux/vc-list-files: Add support for bzr.
19761
19762 2008-05-03  Jim Meyering  <meyering@redhat.com>
19763
19764         avoid failed assertion with tight malloc
19765         * tests/test-getndelim2.c: Correct an off-by-one assertion.
19766
19767 2008-05-03  Simon Josefsson  <simon@josefsson.org>
19768
19769         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
19770         are needed from arpa/inet.h.
19771         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
19772         Reported by Bruno Haible.
19773
19774 2008-05-02  Jim Meyering  <meyering@redhat.com>
19775
19776         avoid compilation error on FreeBSD 6
19777         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
19778
19779 2008-05-01  Jim Meyering  <meyering@redhat.com>
19780
19781         useless-if-before-free: correct --help's exit status description
19782         * build-aux/useless-if-before-free (usage): Like grep, exit 0
19783         for one or more matches, etc.  Reported by Bruno Haible.
19784
19785         vc-list-files: make the stand-alone gnulib test work
19786         * modules/vc-list-files-tests (configure.ac):
19787         Define and AC_SUBST abs_aux_dir.
19788         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
19789         $(abs_top_srcdir) to each script and having each of them
19790         duplicate the work of setting PATH, set PATH here, using
19791         the new variable, abs_aux_dir instead.
19792         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
19793         * tests/test-vc-list-files-git.sh: Likewise.
19794         Reported by Bruno Haible.
19795
19796 2008-05-01  Bruno Haible  <bruno@clisp.org>
19797
19798         * lib/getndelim2.c (getndelim2): Fix newsize computation during
19799         reallocation. Rename 'done' to 'found_delimiter'.
19800
19801 2008-05-01  Jim Meyering  <meyering@redhat.com>
19802
19803         vc-list-files: accommodate /bin/sh like the one from Solaris 10
19804         * build-aux/vc-list-files: Use `...`, not $(...).
19805
19806 2008-04-30  Jim Meyering  <meyering@redhat.com>
19807
19808         add tests for vc-list-files
19809         * modules/vc-list-files-tests: New module.
19810         * tests/test-vc-list-files-cvs.sh: New file.
19811         * tests/test-vc-list-files-git.sh: New file.
19812
19813         avoid a warning from gcc
19814         * lib/getndelim2.c (IF_LINT): Define.
19815         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
19816
19817         vc-list-files: work properly with build-aux/cvsu, too
19818         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
19819         to all cvs-based clauses.
19820
19821         vc-list-files: work properly in the CVS+awk case, too
19822         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
19823
19824         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
19825         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
19826         take more than one file argument, so .  Add quotes, just in case $dir
19827         ever contains a shell meta-character.  Prompted by Soren Hansen in
19828         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
19829
19830 2008-04-29  Eric Blake  <ebb9@byu.net>
19831
19832         Optimize getndelim2 to use block operations when possible.
19833         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
19834         freadseek, and memchr2.
19835         * lib/getndelim2.c (getndelim2): Use them for block reads.
19836
19837 2008-04-29  Bruno Haible  <bruno@clisp.org>
19838
19839         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
19840         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
19841         * modules/inet_ntop (Depends-on): Add extensions.
19842         * modules/inet_pton (Depends-on): Likewise.
19843         Reported by Simon Josefsson.
19844
19845 2008-04-29  Jim Meyering  <meyering@redhat.com>
19846
19847         When the is more than one match in a block, match all of them.
19848         * build-aux/useless-if-before-free: Iterate through each block
19849         until there are no more matches.
19850
19851         Fix broken useless-if-before-free script.
19852         * build-aux/useless-if-before-free: Fix typo: missing "?" after
19853         the expression to match cast of argument to free-like function.
19854
19855 2008-04-29  Eric Blake  <ebb9@byu.net>
19856
19857         Use new header.
19858         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
19859
19860 2008-04-29  Jim Meyering  <meyering@redhat.com>
19861
19862         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
19863         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
19864         by gnulib to exist and to declare e.g., inet_ntop.
19865         Don't include "inet_ntop.h", now removed.
19866
19867         * m4/arpa_inet_h.m4: Remove trailing blanks.
19868
19869 2008-04-29  Eric Blake  <ebb9@byu.net>
19870
19871         Silence valgrind on safe reads beyond potential array bounds.
19872         * lib/rawmemchr.valgrind: New file.
19873         * lib/strchrnul.valgrind: Likewise.
19874         * modules/rawmemchr (Files): Distribute new file.
19875         * modules/strchrnul (Files): Likewise.
19876         Suggested by Bruno Haible.
19877
19878 2008-04-29  Bruno Haible  <bruno@clisp.org>
19879
19880         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
19881         (inet_ntop, inet_pton): Change portability warning's wording.
19882         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
19883         Invoke gl_CHECK_NEXT_HEADERS.
19884         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
19885         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
19886         set ARPA_INET_H.
19887         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
19888         * modules/arpa_inet (Description): No longer only for systems that
19889         lack it.
19890         (Depends-on): Add include_next.
19891         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
19892         HAVE_ARPA_INET_H.
19893
19894 2008-04-29  Jim Meyering  <meyering@redhat.com>
19895
19896         * modules/mkdir (License): Re-license as LGPLv2+.
19897
19898 2008-04-29  Bruno Haible  <bruno@clisp.org>
19899
19900         * modules/rawmemchr (Maintainer): Set to Eric.
19901         * modules/strchrnul (Maintainer): Likewise.
19902
19903 2008-04-29  Simon Josefsson  <simon@josefsson.org>
19904
19905         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
19906         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
19907
19908         * modules/arpa_inet (arpa/inet.h): Use them.
19909
19910 2008-04-28  Eric Blake  <ebb9@byu.net>
19911
19912         Test getndelim2.
19913         * modules/getndelim2-tests: New file.
19914         * tests/test-getndelim2.c: Likewise.
19915         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
19916         stream.
19917         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
19918
19919         * MODULES.html.sh: Document new module.
19920
19921 2008-04-20  Bruno Haible  <bruno@clisp.org>
19922
19923         * lib/c-stack.c (die): Use raise.
19924         * modules/c-stack (Depends-on): Add raise.
19925
19926 2008-04-28  Bruno Haible  <bruno@clisp.org>
19927
19928         Expect rpmatch to be declared.
19929         * lib/yesno.c (rpmatch): Remove declaration.
19930
19931         Declare rpmatch.
19932         * lib/stdlib.in.h (rpmatch): New declaration.
19933         * lib/rpmatch.c: Include <stdlib.h> first.
19934         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
19935         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
19936         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
19937         HAVE_RPMATCH.
19938         * modules/rpmatch (Depends-on): Add stdlib, extensions.
19939         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19940         (Include): Set to <stdlib.h>.
19941         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
19942         HAVE_RPMATCH.
19943         * NEWS: Document the change.
19944
19945 2008-04-28  Bruno Haible  <bruno@clisp.org>
19946
19947         Change rpmatch to use nl_langinfo when appropriate.
19948         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
19949         (N_): New macro.
19950         (localized_pattern): New function/macro.
19951         (try): Remove match, nomatch arguments. Copy the pattern into safe
19952         memory before caching it.
19953         (rpmatch): Use localized_pattern. Add translator comments.
19954         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
19955         Suggested by Eric Blake.
19956         * modules/rpmatch (Depends-on): Add stdbool.
19957
19958 2008-04-28  Eric Blake  <ebb9@byu.net>
19959
19960         Add rawmemchr module, matching glibc.
19961         * modules/string (Makefile.am): New indicator.
19962         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
19963         * lib/string.in.h (rawmemchr): Declare when appropriate.
19964         * modules/rawmemchr: New file.
19965         * m4/rawmemchr.m4: Likewise.
19966         * lib/rawmemchr.c: Likewise.
19967         * modules/rawmemchr-tests: Likewise.
19968         * tests/test-rawmemchr.c: Likewise.
19969         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
19970         module.
19971         * modules/strchrnul (Depends-on): Add rawmemchr.
19972         * lib/strchrnul.c (strchrnul): Optimize a corner case.
19973
19974         Whitespace cleanup.
19975         * tests/test-strchrnul.c: Reindent.
19976         * lib/strchrnul.c: Likewise.
19977
19978         Optimize and test strchrnul.
19979         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
19980         * modules/strchrnul-tests: New file.
19981         * tests/test-strchrnul.c: Likewise.
19982
19983         Remove intprops dependency.
19984         * modules/memchr (Depends-on): Remove intprops.
19985         * modules/memrchr (Depends-on): Likewise.
19986         * modules/memchr2 (Depends-on): Likewise.
19987         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
19988         * lib/memrchr.c (__memrchr): Likewise.
19989         * lib/memrchr2.c (memchr2): Likewise.
19990         Reported by Simon Josefsson.
19991
19992 2008-04-28  Simon Josefsson  <simon@josefsson.org>
19993
19994         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
19995         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19996
19997 2008-04-28  Simon Josefsson  <simon@josefsson.org>
19998
19999         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
20000
20001         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
20002
20003         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
20004
20005         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
20006         declarations.
20007         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
20008
20009         * m4/inet_pton.m4: Don't check for header files.
20010
20011         * m4/inet_ntop.m4: Don't check for header files.
20012
20013 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20014
20015         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
20016         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
20017         trigger for cygwin).
20018         Reported by Bruno Haible  <bruno@clisp.org>.
20019
20020 2008-04-28  Bruno Haible  <bruno@clisp.org>
20021
20022         * doc/posix-functions/strdup.texi: Mention mingw problem.
20023
20024 2008-04-27  Bruno Haible  <bruno@clisp.org>
20025
20026         * modules/stat-time-tests (Depends-on): Add sleep.
20027         * tests/test-stat-time.c (force_unlink): New function.
20028         (cleanup): Use it.
20029         (test_mtime): Remove the ctime related tests.
20030         (test_ctime): New function, containing the ctime related tests.
20031         (main): Call test_ctime, except on native Windows platforms.
20032
20033 2008-04-27  Bruno Haible  <bruno@clisp.org>
20034
20035         * lib/rpmatch.c (rpmatch): Add some comments.
20036         Reported by James Youngman <jay@gnu.org>.
20037
20038 2008-04-27  Bruno Haible  <bruno@clisp.org>
20039
20040         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
20041         quiet NaNs.
20042
20043 2008-04-27  Bruno Haible  <bruno@clisp.org>
20044
20045         Make test-yesno.sh work on mingw.
20046         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
20047         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
20048         (main): Set stdin to binary mode.
20049         * modules/yesno-tests (Depends-on): Add binary-io.
20050
20051 2008-04-27  Bruno Haible  <bruno@clisp.org>
20052
20053         Fix 'isfinite' on x86, x86_64, ia64 platforms.
20054         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
20055         argument that lie outside the IEEE 854 domain.
20056         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
20057         (gl_ISFINITE): Use it.
20058         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
20059
20060 2008-04-27  Bruno Haible  <bruno@clisp.org>
20061
20062         Allow local renaming in config.h.
20063         * lib/memrchr.c (memrchr): Don't undefine outside libc.
20064
20065 2008-04-27  Bruno Haible  <bruno@clisp.org>
20066
20067         * lib/memchr.c (__memchr): Change type of 'i'.
20068         * lib/memchr2.c (memchr2): Likewise.
20069
20070 2008-04-26  Eric Blake  <ebb9@byu.net>
20071         and Bruno Haible  <bruno@clisp.org>
20072
20073         Optimize and test memrchr.
20074         * modules/memrchr (Depends-on): Add intprops.
20075         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
20076         * modules/memrchr-tests: New file.
20077         * tests/test-memrchr.c: New file.
20078
20079 2008-04-26  Bruno Haible  <bruno@clisp.org>
20080
20081         Add tentative support for DragonFly BSD.
20082         * lib/stdio-impl.h: Add macros for DragonFly BSD.
20083         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
20084         fp.
20085         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
20086         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
20087         * lib/fpurge.c (fpurge): Likewise.
20088         * lib/freadable.c (freaadable): Likewise.
20089         * lib/freadahead.c (freadahead): Likewise.
20090         * lib/freading.c (freading): Likewise.
20091         * lib/freadptr.c (freadptr): Likewise.
20092         * lib/freadseek.c (freadptrinc): Likewise.
20093         * lib/fseeko.c (fseeko): Likewise.
20094         * lib/fseterr.c (fseterr): Likewise.
20095         * lib/fwritable.c (fwritable): Likewise.
20096         * lib/fwriting.c (fwriting): Likewise.
20097
20098 2008-04-26  Bruno Haible  <bruno@clisp.org>
20099
20100         * lib/stdio-impl.h: New file.
20101         * lib/fbufmode.c: Include stdio-impl.h.
20102         (fbufmode): Use fp_, remove redundant #defines.
20103         * lib/fflush.c: Include stdio-impl.h.
20104         (clear_ungetc_buffer): Remove redundant #defines.
20105         * lib/fpurge.c: Include stdio-impl.h.
20106         (fpurge): Remove redundant #defines.
20107         * lib/freadable.c: Include stdio-impl.h.
20108         (freadable): Remove redundant #defines.
20109         * lib/freadahead.c: Include stdio-impl.h.
20110         (freadahead): Remove redundant #defines.
20111         * lib/freading.c: Include stdio-impl.h.
20112         (freading): Remove redundant #defines.
20113         * lib/freadptr.c: Include stdio-impl.h.
20114         (freadptr): Remove redundant #defines.
20115         * lib/freadseek.c: Include stdio-impl.h.
20116         (freadptrinc): Remove redundant #defines.
20117         * lib/fseeko.c: Include stdio-impl.h.
20118         (rpl_fseeko): Remove redundant #defines.
20119         * lib/fseterr.c: Include stdio-impl.h.
20120         (fseterr): Remove redundant #defines.
20121         * lib/fwritable.c: Include stdio-impl.h.
20122         (fwritable: Remove redundant #defines.
20123         * lib/fwriting.c: Include stdio-impl.h.
20124         (fwriting): Remove redundant #defines.
20125         * modules/fbufmode (Files): Add lib/stdio-impl.h.
20126         * modules/fflush (Files): Likewise.
20127         * modules/fpurge (Files): Likewise.
20128         * modules/freadable (Files): Likewise.
20129         * modules/freadahead (Files): Likewise.
20130         * modules/freading (Files): Likewise.
20131         * modules/freadptr (Files): Likewise.
20132         * modules/freadseek (Files): Likewise.
20133         * modules/fseeko (Files): Likewise.
20134         * modules/fseterr (Files): Likewise.
20135         * modules/fwritable (Files): Likewise.
20136         * modules/fwriting (Files): Likewise.
20137
20138 2008-04-26  Bruno Haible  <bruno@clisp.org>
20139
20140         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
20141         restore_seek_optimization, update_fpos_cache): New functions, extracted
20142         from rpl_fflush.
20143         (rpl_fflush): Use them.
20144         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
20145         (gl_REPLACE_FFLUSH): Use it.
20146
20147 2008-04-26  Bruno Haible  <bruno@clisp.org>
20148
20149         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
20150         on Solaris.
20151         * tests/test-xstrtoimax.sh: Likewise.
20152         * tests/test-xstrtoumax.sh: Likewise.
20153         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20154
20155 2008-04-26  Bruno Haible  <bruno@clisp.org>
20156
20157         * modules/memchr-tests: New file.
20158         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
20159
20160 2008-04-26  Eric Blake  <ebb9@byu.net>
20161             Bruno Haible  <bruno@clisp.org>
20162
20163         * lib/memchr.c: Include intprops.h.
20164         (__memchr): Optimize parallel detection of matching bytes. Rename local
20165         variables. Add explanatory comments.
20166
20167 2008-04-26  Bruno Haible  <bruno@clisp.org>
20168
20169         Fix module 'memchr', broken since 2000-10-28.
20170         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
20171
20172 2008-04-26  Bruno Haible  <bruno@clisp.org>
20173
20174         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
20175         comments.
20176
20177 2008-04-25  Eric Blake  <ebb9@byu.net>
20178
20179         Use native fstatat on cygwin 1.7.0.
20180         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
20181         first.
20182
20183 2008-04-23  Eric Blake  <ebb9@byu.net>
20184
20185         Improve memchr2 performance.
20186         * lib/memchr2.c (memchr2): Further optimize parallel detection of
20187         NUL bytes.
20188         * modules/memchr2 (Depends-on): Use intprops.h.
20189
20190 2008-04-23  Simon Josefsson  <simon@josefsson.org>
20191
20192         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
20193         an inline function instead of a CPP macro.  Patch by Ben Pfaff
20194         <blp@cs.stanford.edu>.
20195
20196 2008-04-23  Simon Josefsson  <simon@josefsson.org>
20197
20198         * lib/arpa_inet.in.h: New file.
20199
20200         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
20201         (Makefile.am): Sed in substitute header file.
20202
20203         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
20204         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
20205
20206         * modules/inet_ntop (configure.ac): Use
20207         gl_ARPA_INET_MODULE_INDICATOR.
20208
20209         * modules/inet_pton (configure.ac): Use
20210         gl_ARPA_INET_MODULE_INDICATOR.
20211
20212 2008-04-22  Jim Meyering  <meyering@redhat.com>
20213
20214         * modules/verify (License): Re-license as LGPLv2+.
20215
20216 2008-04-22  Simon Josefsson  <simon@josefsson.org>
20217
20218         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
20219         parameter to void* as per POSIX standard (MinGW uses char*).
20220
20221 2008-04-21  Bruno Haible  <bruno@clisp.org>
20222
20223         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
20224         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
20225         Define to replacements if REPLACE_ISWCNTRL is 1.
20226         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
20227         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
20228         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
20229         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
20230         what it fixes.
20231         * doc/posix-functions/iswalpha.texi: Likewise.
20232         * doc/posix-functions/iswblank.texi: Likewise.
20233         * doc/posix-functions/iswcntrl.texi: Likewise.
20234         * doc/posix-functions/iswdigit.texi: Likewise.
20235         * doc/posix-functions/iswgraph.texi: Likewise.
20236         * doc/posix-functions/iswlower.texi: Likewise.
20237         * doc/posix-functions/iswprint.texi: Likewise.
20238         * doc/posix-functions/iswpunct.texi: Likewise.
20239         * doc/posix-functions/iswspace.texi: Likewise.
20240         * doc/posix-functions/iswupper.texi: Likewise.
20241         * doc/posix-functions/iswxdigit.texi: Likewise.
20242         Reported by Alain Guibert.
20243
20244 2008-04-21  Bruno Haible  <bruno@clisp.org>
20245
20246         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
20247         Patch by Alain Guibert.
20248
20249 2008-04-21  Bruno Haible  <bruno@clisp.org>
20250
20251         Fix test failures on mingw.
20252         * tests/test-xstrtol.c (print_no_progname): New function.
20253         (main): Install it in error_print_progname hook.
20254         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
20255         * tests/test-xstrtoimax.sh: Likewise.
20256         * tests/test-xstrtoumax.sh: Likewise.
20257
20258 2008-04-21  Bruno Haible  <bruno@clisp.org>
20259
20260         Fix test failure on mingw.
20261         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
20262
20263 2008-04-21  Bruno Haible  <bruno@clisp.org>
20264
20265         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
20266         Actually assign a value.
20267
20268 2008-04-20  Bruno Haible  <bruno@clisp.org>
20269
20270         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
20271         take 2.
20272         * lib/canonicalize.c (canonicalize_file_name): Elide if the
20273         'canonicalize-lgpl' module is also used.
20274         * lib/canonicalize-lgpl.c: Undo last change.
20275         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
20276
20277 2008-04-20  Bruno Haible  <bruno@clisp.org>
20278
20279         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
20280         config.h. Provide _mkdir based fallback for mingw.
20281         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
20282         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
20283         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
20284         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
20285         rather than defining mkdir in config.h.
20286         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
20287         (gl_SYS_STAT_H_DEFAULTS): New macro.
20288         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
20289         HAVE_IO_H any more.
20290         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
20291         HAVE_DECL_MKDIR and HAVE_IO_H.
20292
20293 2008-04-20  Bruno Haible  <bruno@clisp.org>
20294
20295         * lib/isapipe.c: Port to native Windows platforms.
20296
20297 2008-04-20  Bruno Haible  <bruno@clisp.org>
20298
20299         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
20300
20301 2008-04-21  Eric Blake  <ebb9@byu.net>
20302
20303         Work around preprocessors that don't handle UINTMAX_MAX.
20304         * lib/memchr2.c (memchr2): Avoid embedded #if.
20305         Reported by Alain Guibert, fix suggested by Bruno Haible.
20306
20307 2008-04-21  Simon Josefsson  <simon@josefsson.org>
20308
20309         * doc/posix-functions/strftime.texi (strftime): Explain better
20310         Windows incompatibility.  Suggested by Micah Cowan
20311         <micah@cowan.name>.
20312
20313 2008-04-20  Bruno Haible  <bruno@clisp.org>
20314
20315         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
20316         unistr/u8-mblen.
20317
20318 2008-04-20  Bruno Haible  <bruno@clisp.org>
20319
20320         Fix test failure on platforms with non-GNU iconv.
20321         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
20322         (U_TO_U8): Use it, rather than u16_to_u8.
20323         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
20324         units at the end of the input string.
20325         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
20326
20327 2008-04-20  Bruno Haible  <bruno@clisp.org>
20328
20329         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
20330         when the resulting length is 0.
20331         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
20332
20333 2008-04-20  Bruno Haible  <bruno@clisp.org>
20334
20335         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
20336         works.
20337         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
20338
20339 2008-04-20  Bruno Haible  <bruno@clisp.org>
20340
20341         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
20342         * modules/tsearch-tests (configure.ac): Test for initstate function.
20343
20344 2008-04-20  Bruno Haible  <bruno@clisp.org>
20345
20346         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
20347         for nlink_t if missing.
20348         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
20349
20350 2008-04-19  Bruno Haible  <bruno@clisp.org>
20351
20352         Work around snprintf bug on Linux libc5.
20353         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
20354         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20355         gl_SNPRINTF_SIZE1.
20356         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20357         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
20358         that test failed.
20359         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
20360         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
20361         * modules/snprintf (Files): Add m4/printf.m4.
20362         * modules/vsnprintf (Files): Likewise.
20363         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
20364         * doc/posix-functions/vsnprintf.texi: Likewise.
20365
20366 2008-04-19  Bruno Haible  <bruno@clisp.org>
20367
20368         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
20369         from 0.0058 to less than 10^-7.
20370
20371 2008-04-19  Bruno Haible  <bruno@clisp.org>
20372
20373         Fix rounding when a precision is given.
20374         * lib/vasnprintf.c (is_borderline): New function.
20375         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
20376         9...9x.
20377         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
20378         %e, %g.
20379         * tests/test-vasprintf-posix.c (test_function): Likewise.
20380         * tests/test-snprintf-posix.h (test_function): Likewise.
20381         * tests/test-sprintf-posix.h (test_function): Likewise.
20382         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
20383         * tests/test-printf-posix.h (test_function): Likewise.
20384         * tests/test-printf-posix.output: Update.
20385         Reported by John Darrington <john@darrington.wattle.id.au> via
20386         Ben Pfaff <blp@cs.stanford.edu>.
20387
20388 2008-04-18  Simon Josefsson  <simon@josefsson.org>
20389
20390         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
20391         Suggested by Bruno Haible <bruno@clisp.org>.
20392
20393 2008-04-17  Bruno Haible  <bruno@clisp.org>
20394
20395         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
20396         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
20397         implementation.
20398         Patch by Bruce Merry <bmerry@gmail.com>.
20399
20400 2008-04-17  Simon Josefsson  <simon@josefsson.org>
20401
20402         * doc/posix-functions/strftime.texi (strftime): Mention that %e
20403         doesn't work under Windows.
20404
20405 2008-04-16  Bruno Haible  <bruno@clisp.org>
20406
20407         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
20408         New macros.
20409         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
20410         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
20411         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
20412         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
20413         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
20414         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
20415         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
20416         macros.
20417         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
20418         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
20419         Northern Sotho, Uighur.
20420
20421 2008-04-16  Bruno Haible  <bruno@clisp.org>
20422
20423         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
20424         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
20425         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
20426         Reported by Daniel Bergström <daniel@octocode.com>.
20427
20428 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
20429             Bruno Haible  <bruno@clisp.org>
20430
20431         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
20432         function.
20433         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
20434         New functions, mostly extracted from gl_locale_name_default.
20435         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
20436
20437 2008-04-16  Eric Blake  <ebb9@byu.net>
20438
20439         Adjust strtod detection to catch glibc 2.7 bug.
20440         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
20441         Reported by John Gatewood Ham.
20442
20443 2008-04-16  Bruno Haible  <bruno@clisp.org>
20444
20445         Add tentative support for Linux libc5.
20446         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
20447         * lib/fpurge.c (fpurge): Likewise.
20448         * lib/freadable.c (freadable): Likewise.
20449         * lib/freadahead.c (freadahead): Likewise.
20450         * lib/freading.c (freading): Likewise.
20451         * lib/freadptr.c (freadptr): Likewise.
20452         * lib/freadseek.c (freadptrinc): Likewise.
20453         * lib/fseeko.c (rpl_fseeko): Likewise.
20454         * lib/fseterr.c (fseterr): Likewise.
20455         * lib/fwritable.c (fwritable): Likewise.
20456         * lib/fwriting.c (fwriting): Likewise.
20457         Reported by Alain Guibert <alguibert+bts@free.fr>.
20458
20459 2008-04-15  Bruno Haible  <bruno@clisp.org>
20460
20461         * modules/mathl (configure.ac): Define module indicator.
20462
20463 2008-04-15  Bruno Haible  <bruno@clisp.org>
20464
20465         * lib/logl.c (logl): Remove unused variables.
20466
20467 2008-04-15  Bruno Haible  <bruno@clisp.org>
20468
20469         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
20470         fails.
20471
20472 2008-04-15  Bruno Haible  <bruno@clisp.org>
20473
20474         * lib/trim.c (trim2): Fix argument of isspace() macro.
20475
20476 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
20477
20478         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
20479         to 0.
20480         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
20481
20482 2008-04-14  Bruno Haible  <bruno@clisp.org>
20483
20484         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
20485         AC_LANG_PROGRAM argument.
20486         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
20487         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
20488         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
20489         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
20490         * m4/math_h.m4 (gl_MATH_H): Likewise.
20491         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
20492         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20493         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
20494         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
20495         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
20496         * m4/regex.m4 (gl_REGEX): Likewise.
20497         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
20498         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
20499         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20500         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
20501         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20502         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20503         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20504         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
20505
20506 2008-04-14  Jim Meyering  <meyering@redhat.com>
20507
20508         test-strtod: fix typos: s/abs/fabs/
20509         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
20510
20511 2008-04-13  Bruno Haible  <bruno@clisp.org>
20512
20513         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
20514         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
20515         module is also used and while not building the reloc-wrapper.
20516
20517 2008-04-13  Bruno Haible  <bruno@clisp.org>
20518
20519         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
20520
20521 2008-04-13  Bruno Haible  <bruno@clisp.org>
20522
20523         Fix AIX compilation failure introduced on 2008-04-02.
20524         * tests/test-frexp.c (exp): Undefine before redefining.
20525         * tests/test-frexpl.c (exp): Likewise.
20526
20527 2008-04-13  Bruno Haible  <bruno@clisp.org>
20528
20529         Work around a HP-UX stdio bug.
20530         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
20531         * tests/test-ftello.c (main): Likewise.
20532         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
20533         * doc/posix-functions/ftello.texi: Likewise.
20534
20535 2008-04-13  Bruno Haible  <bruno@clisp.org>
20536
20537         Make test-signbit pass on HP-UX/hppa.
20538         * tests/test-signbit.c (minus_zerol): New variable.
20539         (test_signbitl): Use it.
20540
20541 2008-04-13  Bruno Haible  <bruno@clisp.org>
20542
20543         Make truncl work on OSF/1 4.0.
20544         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
20545         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
20546         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
20547         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
20548         HAVE_DECL_TRUNCL.
20549         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
20550         HAVE_DECL_TRUNCL.
20551         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
20552
20553 2008-04-13  Bruno Haible  <bruno@clisp.org>
20554
20555         * lib/unictype.h: Remove trailing comma from enumeration definitions.
20556
20557 2008-04-13  Bruno Haible  <bruno@clisp.org>
20558
20559         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
20560         expression, so as to avoid HP-UX 11 cc compiler bug.
20561
20562 2008-04-13  Bruno Haible  <bruno@clisp.org>
20563
20564         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
20565
20566 2008-04-13  Bruno Haible  <bruno@clisp.org>
20567
20568         * lib/git-merge-changelog.c: Remove empty declaration outside of
20569         functions.
20570
20571 2008-04-13  Bruno Haible  <bruno@clisp.org>
20572
20573         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
20574
20575 2008-04-13  Bruno Haible  <bruno@clisp.org>
20576
20577         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
20578         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
20579         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
20580         also if it exists but lacks definitions of the SHUT_* macros.
20581         * modules/sys_socket (Description): Update.
20582         Reported by Elbert Pol <e.pol@chello.nl>.
20583
20584 2008-04-13  Bruno Haible  <bruno@clisp.org>
20585
20586         * lib/localcharset.c (OS2): Don't redefine if already defined.
20587         Reported by Elbert Pol <e.pol@chello.nl>.
20588
20589 2008-04-13  Bruno Haible  <bruno@clisp.org>
20590
20591         * lib/binary-io.h [__EMX__]: Include <io.h>.
20592         Reported by Elbert Pol <e.pol@chello.nl>.
20593
20594 2008-04-12  Bruno Haible  <bruno@clisp.org>
20595
20596         * lib/fpucw.h: Enable the definitions also for x86_64.
20597         Needed for NetBSD/x86_64.
20598         Reported by Thomas Klausner <tk@giga.or.at>.
20599
20600 2008-04-12  Bruno Haible  <bruno@clisp.org>
20601
20602         * tests/test-strtod.c: Include isnand.h.
20603         (main): Use isnand instead of isnan.
20604         Reported by Jim Meyering.
20605
20606 2008-04-12  Bruno Haible  <bruno@clisp.org>
20607
20608         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
20609         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
20610
20611 2008-04-12  Jim Meyering  <meyering@redhat.com>
20612
20613         * m4/math_h.m4 (gl_MATH_H): Fix typos.
20614
20615 2008-04-12  Bruno Haible  <bruno@clisp.org>
20616
20617         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
20618         Reported by Elbert Pol <e.pol@chello.nl>.
20619
20620 2008-04-12  Eric Blake  <ebb9@byu.net>
20621
20622         Work around Solaris 10 math.h bug.
20623         * m4/math_h.m4 (gl_MATH_H): Check for bug.
20624         (gl_MATH_H_DEFAULTS): Set up default.
20625         * modules/math (Makefile.am): Replace new indicators.
20626         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
20627         * tests/test-math.c (main): Test this.
20628         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
20629         * doc/posix-headers/math.texi (math.h): Mention bug.
20630         Reported by Nelson H. F. Beebe and Jim Meyering.
20631
20632 2008-04-11  Bruno Haible  <bruno@clisp.org>
20633
20634         Adapt to future versions of Apple GCC.
20635         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
20636         Reported by Peter O'Gorman <peter@pogma.com>.
20637
20638 2008-04-11  Bruno Haible  <bruno@clisp.org>
20639
20640         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
20641
20642 2008-04-11  Bruno Haible  <bruno@clisp.org>
20643
20644         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
20645
20646         * modules/getaddrinfo-tests (Makefile.am): Define
20647         test_getaddrinfo_LDADD.
20648
20649 2008-04-11  Bruno Haible  <bruno@clisp.org>
20650
20651         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
20652         (init): Fix syntax error.
20653         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
20654         is declared.
20655
20656 2008-04-11  Bruno Haible  <bruno@clisp.org>
20657
20658         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
20659         * modules/glob (Depends-on): Add stdbool.
20660
20661 2008-04-11  Bruno Haible  <bruno@clisp.org>
20662
20663         * lib/trim.c: Include <string.h>.
20664
20665 2008-04-11  Eric Blake  <ebb9@byu.net>
20666
20667         Avoid compile failure on OS/2.
20668         * lib/regex_internal.h (internal_function): Disable optimization
20669         on OS/2 (__EMX__), where it caused compiler error.
20670         Reported by Elbert Pol.
20671
20672 2008-04-11  Bruno Haible  <bruno@clisp.org>
20673
20674         Flush the standard error stream before aborting. Needed on mingw.
20675         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
20676         * tests/test-array_list.c (ASSERT): Likewise.
20677         * tests/test-array_oset.c (ASSERT): Likewise.
20678         * tests/test-avltree_list.c (ASSERT): Likewise.
20679         * tests/test-avltree_oset.c (ASSERT): Likewise.
20680         * tests/test-avltreehash_list.c (ASSERT): Likewise.
20681         * tests/test-binary-io.c (ASSERT): Likewise.
20682         * tests/test-byteswap.c (ASSERT): Likewise.
20683         * tests/test-c-ctype.c (ASSERT): Likewise.
20684         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
20685         * tests/test-c-strcasestr.c (ASSERT): Likewise.
20686         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
20687         * tests/test-c-strstr.c (ASSERT): Likewise.
20688         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
20689         * tests/test-canonicalize.c (ASSERT): Likewise.
20690         * tests/test-carray_list.c (ASSERT): Likewise.
20691         * tests/test-ceilf1.c (ASSERT): Likewise.
20692         * tests/test-ceilf2.c (ASSERT): Likewise.
20693         * tests/test-ceill.c (ASSERT): Likewise.
20694         * tests/test-count-one-bits.c (ASSERT): Likewise.
20695         * tests/test-fbufmode.c (ASSERT): Likewise.
20696         * tests/test-fflush2.c (ASSERT): Likewise.
20697         * tests/test-floorf1.c (ASSERT): Likewise.
20698         * tests/test-floorf2.c (ASSERT): Likewise.
20699         * tests/test-floorl.c (ASSERT): Likewise.
20700         * tests/test-fopen.c (ASSERT): Likewise.
20701         * tests/test-fpending.c (ASSERT): Likewise.
20702         * tests/test-fprintf-posix.c (ASSERT): Likewise.
20703         * tests/test-fpurge.c (ASSERT): Likewise.
20704         * tests/test-freadable.c (ASSERT): Likewise.
20705         * tests/test-freadahead.c (ASSERT): Likewise.
20706         * tests/test-freading.c (ASSERT): Likewise.
20707         * tests/test-freadptr.c (ASSERT): Likewise.
20708         * tests/test-freadptr2.c (ASSERT): Likewise.
20709         * tests/test-freadseek.c (ASSERT): Likewise.
20710         * tests/test-freopen.c (ASSERT): Likewise.
20711         * tests/test-frexp.c (ASSERT): Likewise.
20712         * tests/test-frexpl.c (ASSERT): Likewise.
20713         * tests/test-fseek.c (ASSERT): Likewise.
20714         * tests/test-fseeko.c (ASSERT): Likewise.
20715         * tests/test-fstrcmp.c (ASSERT): Likewise.
20716         * tests/test-ftell.c (ASSERT): Likewise.
20717         * tests/test-ftello.c (ASSERT): Likewise.
20718         * tests/test-func.c (ASSERT): Likewise.
20719         * tests/test-fwritable.c (ASSERT): Likewise.
20720         * tests/test-fwriting.c (ASSERT): Likewise.
20721         * tests/test-getdelim.c (ASSERT): Likewise.
20722         * tests/test-getline.c (ASSERT): Likewise.
20723         * tests/test-i-ring.c (ASSERT): Likewise.
20724         * tests/test-iconv-utf.c (ASSERT): Likewise.
20725         * tests/test-iconv.c (ASSERT): Likewise.
20726         * tests/test-isfinite.c (ASSERT): Likewise.
20727         * tests/test-isnand.c (ASSERT): Likewise.
20728         * tests/test-isnanf.c (ASSERT): Likewise.
20729         * tests/test-isnanl.h (ASSERT): Likewise.
20730         * tests/test-ldexpl.c (ASSERT): Likewise.
20731         * tests/test-linked_list.c (ASSERT): Likewise.
20732         * tests/test-linkedhash_list.c (ASSERT): Likewise.
20733         * tests/test-localename.c (ASSERT): Likewise.
20734         * tests/test-lseek.c (ASSERT): Likewise.
20735         * tests/test-mbscasecmp.c (ASSERT): Likewise.
20736         * tests/test-mbscasestr1.c (ASSERT): Likewise.
20737         * tests/test-mbscasestr2.c (ASSERT): Likewise.
20738         * tests/test-mbscasestr3.c (ASSERT): Likewise.
20739         * tests/test-mbscasestr4.c (ASSERT): Likewise.
20740         * tests/test-mbschr.c (ASSERT): Likewise.
20741         * tests/test-mbscspn.c (ASSERT): Likewise.
20742         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
20743         * tests/test-mbspbrk.c (ASSERT): Likewise.
20744         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
20745         * tests/test-mbsrchr.c (ASSERT): Likewise.
20746         * tests/test-mbsspn.c (ASSERT): Likewise.
20747         * tests/test-mbsstr1.c (ASSERT): Likewise.
20748         * tests/test-mbsstr2.c (ASSERT): Likewise.
20749         * tests/test-mbsstr3.c (ASSERT): Likewise.
20750         * tests/test-memchr2.c (ASSERT): Likewise.
20751         * tests/test-memmem.c (ASSERT): Likewise.
20752         * tests/test-open.c (ASSERT): Likewise.
20753         * tests/test-printf-frexp.c (ASSERT): Likewise.
20754         * tests/test-printf-frexpl.c (ASSERT): Likewise.
20755         * tests/test-printf-posix.c (ASSERT): Likewise.
20756         * tests/test-quotearg.c (ASSERT): Likewise.
20757         * tests/test-rbtree_list.c (ASSERT): Likewise.
20758         * tests/test-rbtree_oset.c (ASSERT): Likewise.
20759         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
20760         * tests/test-round1.c (ASSERT): Likewise.
20761         * tests/test-roundf1.c (ASSERT): Likewise.
20762         * tests/test-roundl.c (ASSERT): Likewise.
20763         * tests/test-signbit.c (ASSERT): Likewise.
20764         * tests/test-sleep.c (ASSERT): Likewise.
20765         * tests/test-snprintf-posix.c (ASSERT): Likewise.
20766         * tests/test-snprintf.c (ASSERT): Likewise.
20767         * tests/test-sprintf-posix.c (ASSERT): Likewise.
20768         * tests/test-stat-time.c (ASSERT): Likewise.
20769         * tests/test-strcasestr.c (ASSERT): Likewise.
20770         * tests/test-strerror.c (ASSERT): Likewise.
20771         * tests/test-striconv.c (ASSERT): Likewise.
20772         * tests/test-striconveh.c (ASSERT): Likewise.
20773         * tests/test-striconveha.c (ASSERT): Likewise.
20774         * tests/test-strsignal.c (ASSERT): Likewise.
20775         * tests/test-strstr.c (ASSERT): Likewise.
20776         * tests/test-strtod.c (ASSERT): Likewise.
20777         * tests/test-trunc1.c (ASSERT): Likewise.
20778         * tests/test-trunc2.c (ASSERT): Likewise.
20779         * tests/test-truncf1.c (ASSERT): Likewise.
20780         * tests/test-truncf2.c (ASSERT): Likewise.
20781         * tests/test-truncl.c (ASSERT): Likewise.
20782         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
20783         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
20784         * tests/test-vasnprintf.c (ASSERT): Likewise.
20785         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
20786         * tests/test-vasprintf.c (ASSERT): Likewise.
20787         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
20788         * tests/test-vprintf-posix.c (ASSERT): Likewise.
20789         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
20790         * tests/test-vsnprintf.c (ASSERT): Likewise.
20791         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
20792         * tests/test-wcwidth.c (ASSERT): Likewise.
20793         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
20794         * tests/test-xprintf-posix.c (ASSERT): Likewise.
20795         * tests/test-xvasprintf.c (ASSERT): Likewise.
20796         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
20797         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
20798         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
20799         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
20800         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
20801         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
20802         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
20803         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
20804         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
20805         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
20806         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
20807         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
20808         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
20809         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
20810         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
20811         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
20812         * tests/unictype/test-block_list.c (ASSERT): Likewise.
20813         * tests/unictype/test-block_of.c (ASSERT): Likewise.
20814         * tests/unictype/test-block_test.c (ASSERT): Likewise.
20815         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
20816         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
20817         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
20818         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
20819         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
20820         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
20821         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
20822         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
20823         * tests/unictype/test-combining.c (ASSERT): Likewise.
20824         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
20825         * tests/unictype/test-digit.c (ASSERT): Likewise.
20826         * tests/unictype/test-mirror.c (ASSERT): Likewise.
20827         * tests/unictype/test-numeric.c (ASSERT): Likewise.
20828         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
20829         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
20830         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
20831         * tests/unictype/test-scripts.c (ASSERT): Likewise.
20832         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
20833         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
20834         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
20835         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
20836         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
20837         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
20838         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
20839         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
20840         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
20841         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
20842         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
20843         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
20844         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
20845         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
20846         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
20847         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
20848         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
20849         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
20850         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
20851         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
20852         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
20853         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
20854         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
20855         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
20856         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
20857         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
20858         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
20859         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
20860         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
20861         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
20862         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
20863         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
20864         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
20865         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
20866         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
20867         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
20868         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
20869         Reported by Eric Blake.
20870
20871 2008-04-11  Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/wchar.in.h: Tweak comment.
20874
20875 2008-04-11  Bruno Haible  <bruno@clisp.org>
20876
20877         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
20878         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
20879         gl_COMMON.
20880         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
20881
20882 2008-04-11  Bruno Haible  <bruno@clisp.org>
20883
20884         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
20885
20886 2008-04-11  Simon Josefsson  <simon@josefsson.org>
20887
20888         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
20889         of attempting to use non-existing /dev/*random.  Based on patch
20890         from Adam Strzelecki <ono@java.pl> in
20891         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
20892
20893 2008-04-08  Bruno Haible  <bruno@clisp.org>
20894
20895         Add tentative support for emx+gcc.
20896         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
20897         * lib/fpurge.c (fpurge): Likewise.
20898         * lib/freadable.c (freadable): Likewise.
20899         * lib/freadahead.c (freadahead): Likewise.
20900         * lib/freading.c (freading): Likewise.
20901         * lib/freadptr.c (freadptr): Likewise.
20902         * lib/freadseek.c (freadptrinc): Likewise.
20903         * lib/fseeko.c (rpl_fseeko): Likewise.
20904         * lib/fseterr.c (fseterr): Likewise.
20905         * lib/fwritable.c (fwritable): Likewise.
20906         * lib/fwriting.c (fwriting): Likewise.
20907         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
20908
20909 2008-04-09  Eric Blake  <ebb9@byu.net>
20910
20911         Avoid some autoconf warnings.
20912         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
20913         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
20914         * m4/afs.m4 (gl_AFS): Likewise.
20915         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
20916         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
20917         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20918         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
20919         (gl_INTEGER_TYPE_SUFFIX): Likewise.
20920         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
20921         (AC_CHECK_DECLS_ONCE): Likewise.
20922         Rename file...
20923         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
20924         gnulib-tool requires autoconf 2.59 or better.
20925         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
20926
20927 2008-04-08  Eric Blake  <ebb9@byu.net>
20928
20929         Use 'git describe --match' if present (added in git 1.5.5).
20930         * build-aux/git-version-gen: Limit result to tags that match 'v*'
20931         if possible.
20932
20933 2008-04-08  Bruno Haible  <bruno@clisp.org>
20934
20935         Add tentative support for OpenServer.
20936         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
20937         _ptr, _cnt.
20938         * lib/fpurge.c (fpurge): Likewise.
20939         * lib/freadable.c (freadable): Likewise.
20940         * lib/freadahead.c (freadahead): Likewise.
20941         * lib/freading.c (freading): Likewise.
20942         * lib/freadptr.c (freadptr): Likewise.
20943         * lib/freadseek.c (freadptrinc): Likewise.
20944         * lib/fseeko.c (rpl_fseeko): Likewise.
20945         * lib/fseterr.c (fseterr): Likewise.
20946         * lib/fwritable.c (fwritable): Likewise.
20947         * lib/fwriting.c (fwriting): Likewise.
20948         Reported by Roger Cornelius <rac@tenzing.org> and
20949         Brian K. White <brian@aljex.com>.
20950
20951 2008-04-06  Jim Meyering  <meyering@redhat.com>
20952
20953         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
20954
20955 2008-04-06  Bruno Haible  <bruno@clisp.org>
20956
20957         Avoid possible error with non-ASCII bytes in UTF-8 locales.
20958         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
20959         * tests/test-printf-posix.sh: Likewise.
20960         * tests/test-vfprintf-posix.sh: Likewise.
20961         * tests/test-vprintf-posix.sh: Likewise.
20962         * tests/test-xprintf-posix.sh: Likewise.
20963
20964 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20965
20966         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
20967         hide error from 'ls', needed on OS/2.
20968         Report by Elbert Pol <elbert.pol@gmail.com>.
20969
20970 2008-04-04  Eric Blake  <ebb9@byu.net>
20971
20972         Make test-fseeko.c failures meaningful.
20973         * tests/test-fseeko.c: Print line number on failure.
20974         * tests/test-fseek.c: Likewise.
20975         Reported by Nelson H. F. Beebe.
20976
20977         Improve strtod bug detection check.
20978         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
20979         required for Solaris 10.
20980         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
20981
20982 2008-04-04  Bruno Haible  <bruno@clisp.org>
20983
20984         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
20985         by m4/setenv.m4.
20986
20987 2008-04-03  Eric Blake  <ebb9@byu.net>
20988
20989         Ensure sane .version contents.
20990         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
20991         version string.
20992         * build-aux/git-version-gen: Improve documentation.
20993
20994         Make GNU make output nicer.
20995         * top/GNUmakefile [!_have-Makefile]: Add dependency on
20996         MAKECMDGOALS to enforce message for all command line targets.  Set
20997         srcdir for use in maint.mk.
20998
20999         Another maintainer tweak.
21000         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
21001         a target that regenerates version.
21002
21003 2008-04-03  Jim Meyering  <meyering@redhat.com>
21004
21005         vc-list-files: don't cause coreutils "make po-check" failure
21006         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
21007
21008 2008-04-03  Eric Blake  <ebb9@byu.net>
21009
21010         Allow VPATH usage of vc-list-files.
21011         * build-aux/vc-list-files (scriptversion): Add timestamp.
21012         (options): Add --help, --version, -C.
21013         (CVS): Support installed cvsu.
21014
21015 2008-04-02  Bruno Haible  <bruno@clisp.org>
21016
21017         Avoid some "statement with no effect" warnings from gcc.
21018         * tests/test-wctype.c (main): Explicitly ignore unused values.
21019         Reported by Jim Meyering.
21020
21021 2008-04-02  Jim Meyering  <meyering@redhat.com>
21022
21023         Avoid some warnings from "gcc -Wshadow".
21024         * tests/test-frexp.c (exp): Define to a different identifier.
21025         * tests/test-frexpl.c (exp): Likewise.
21026
21027 2008-04-03  Jim Meyering  <meyering@redhat.com>
21028
21029         bootstrap: remove dangling *.[ch] symlinks from lib
21030         * build-aux/bootstrap [dangling symlink removal]: Move find's
21031         -depth option to precede all others, to avoid a warning.
21032         Remove *.[ch] files too, and from "$source_base" (usually lib/).
21033
21034 2008-04-02  Bruno Haible  <bruno@clisp.org>
21035
21036         Avoid some warnings from "gcc -Wshadow".
21037         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
21038         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
21039         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
21040         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
21041         Reported by Jim Meyering.
21042
21043 2008-04-01  Bruno Haible  <bruno@clisp.org>
21044
21045         Fix test to work on IRIX 6.5 with cc.
21046         * tests/test-math.c (numeric_equal): New function.
21047         (main): Use it.
21048
21049 2008-04-01  Bruno Haible  <bruno@clisp.org>
21050
21051         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
21052
21053 2008-04-01  Bruno Haible  <bruno@clisp.org>
21054
21055         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
21056         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21057         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
21058         (Depends-on): Remove math.
21059
21060         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
21061         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21062         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
21063         (Depends-on): Remove math.
21064
21065         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
21066         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21067         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
21068         (Depends-on): Remove math.
21069         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
21070         (Depends-on): Remove math.
21071
21072         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
21073         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21074         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
21075         (Depends-on): Remove math.
21076         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
21077         (Depends-on): Remove math.
21078
21079         * tests/test-round1.c: Include nan.h.
21080         (main): Use NaNd instead of NAN.
21081         * modules/round-tests (Files): Add tests/nan.h.
21082
21083         * tests/test-trunc1.c: Include nan.h.
21084         (main): Use NaNd instead of NAN.
21085         * modules/trunc-tests (Files): Add tests/nan.h.
21086
21087         * tests/test-roundf1.c: Include nan.h.
21088         (main): Use NaNf instead of NAN.
21089         * modules/roundf-tests (Files): Add tests/nan.h.
21090
21091         * tests/test-truncf1.c: Include nan.h.
21092         (main): Use NaNf instead of NAN.
21093         * modules/truncf-tests (Files): Add tests/nan.h.
21094
21095         * tests/test-ceilf1.c: Include nan.h.
21096         (main): Use NaNf instead of NAN.
21097         * modules/ceilf-tests (Files): Add tests/nan.h.
21098
21099         * tests/test-floorf1.c: Include nan.h.
21100         (main): Use NaNf instead of NAN.
21101         * modules/floorf-tests (Files): Add tests/nan.h.
21102
21103         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
21104         (main): Use NaNf instead of NAN.
21105         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
21106
21107         * tests/test-isnand.c: Include nan.h instead of <math.h>.
21108         (main): Use NaNd instead of NAN.
21109         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
21110
21111         * tests/test-frexp.c: Include nan.h.
21112         (main): Use NaNd instead of NAN.
21113         * modules/frexp-tests (Files): Add tests/nan.h.
21114
21115         * lib/isnan.c: Don't include <math.h>.
21116         (FUNC): Don't use NAN macro.
21117         * modules/isnand-nolibm (Depends-on): Remove math.
21118         * modules/isnanf-nolibm (Depends-on): Remove math.
21119         * modules/isnanl (Depends-on): Remove math.
21120         * modules/isnanl-nolibm (Depends-on): Remove math.
21121
21122         * tests/nan.h: New file.
21123
21124 2008-04-01  Eric Blake  <ebb9@byu.net>
21125
21126         Fix typos.
21127         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
21128         values to be the right type.
21129
21130         For now, cater to gnulib strtod inaccuracies.
21131         * tests/test-strtod.c (main): Allow 1-ulp error on expected
21132         fractional results.  While not as nice from a QoI perspective, it
21133         is a quicker patch than correctly implementing decimal to binary
21134         rounding.
21135
21136 2008-03-31  Eric Blake  <ebb9@byu.net>
21137
21138         Guarantee a definition of NAN.
21139         * lib/math.in.h (NAN): Define if missing.
21140         * tests/test-math.c (main): Test it.
21141         * doc/posix-headers/math.texi (math.h): Document this.
21142         * lib/isnan.c (rpl_isnand): Use it.
21143         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
21144         * tests/test-floorf1.c (NaN): Likewise.
21145         * tests/test-frexp.c (NaN): Likewise.
21146         * tests/test-isnand.c (NaN): Likewise.
21147         * tests/test-isnanf.c (NaN): Likewise.
21148         * tests/test-round1.c (NaN): Likewise.
21149         * tests/test-roundf1.c (NaN): Likewise.
21150         * tests/test-snprintf-posix.h (NaN): Likewise.
21151         * tests/test-sprintf-posix.h (NaN): Likewise.
21152         * tests/test-trunc1.c (NaN): Likewise.
21153         * tests/test-truncf1.c (NaN): Likewise.
21154         * tests/test-vasnprintf-posix.c (NaN): Likewise.
21155         * tests/test-vasprintf-posix.c (NaN): Likewise.
21156         * modules/isnand-nolibm (Depends-on): Add math.
21157         * modules/isnanf-nolibm (Depends-on): Likewise.
21158         * modules/isnanl (Depends-on): Likewise.
21159         * modules/isnanl-nolibm (Depends-on): Likewise.
21160         * modules/snprintf-posix-tests (Depends-on): Likewise.
21161         * modules/sprintf-posix-tests (Depends-on): Likewise.
21162         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
21163         * modules/vsprintf-posix-tests (Depends-on): Likewise.
21164         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
21165         * modules/vasprintf-posix-tests (Depends-on): Likewise.
21166
21167 2008-03-31  Bruno Haible  <bruno@clisp.org>
21168
21169         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
21170         * doc/posix-functions/strtod.texi: Likewise.
21171
21172 2008-03-31  Bruno Haible  <bruno@clisp.org>
21173
21174         * tests/test-strtod.c (main): Don't use C99 syntax.
21175
21176 2008-03-31  Bruno Haible  <bruno@clisp.org>
21177
21178         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
21179         Reported by Eric Blake.
21180
21181 2008-03-31  Jim Meyering  <meyering@redhat.com>
21182
21183         Don't compare actual signbit return values.
21184         * tests/test-strtod.c (main): Rather, compare only their
21185         zero/non-zero nature.
21186
21187 2008-03-31  Eric Blake  <ebb9@byu.net>
21188
21189         More strtod documentation.
21190         * doc/posix-functions/strtod.texi (strtod): Interpret more test
21191         failures as distinct bugs.
21192
21193 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
21196         Problem reported by Erik Benada in
21197         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
21198
21199 2008-03-30  Bruno Haible  <bruno@clisp.org>
21200
21201         * tests/test-strtod.c: Add comments about which assertion fails on which
21202         platform.
21203         * doc/posix-functions/strtod.texi: Add info about many more platforms.
21204
21205 2008-03-30  Eric Blake  <ebb9@byu.net>
21206
21207         Test signbit behavior on zeros.
21208         * tests/test-signbit.c (test_signbitf): Add tests for zero.
21209         (test_signbitd, test_signbitl): Likewise.
21210
21211         More strtod touchups.
21212         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
21213         sign of negative underflow, for now.  Use .5, not .1.
21214         * doc/posix-functions/strtod.texi (strtod): Mention these
21215         limitations.
21216         Reported by Jim Meyering.
21217
21218 2008-03-30  Bruno Haible  <bruno@clisp.org>
21219
21220         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
21221         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
21222
21223 2008-03-30  Bruno Haible  <bruno@clisp.org>
21224
21225         Avoid failure when attempting to return empty iconv results on some
21226         platforms.
21227         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
21228         allocation, don't report ENOMEM when the resulting string is empty.
21229
21230 2008-03-30  Bruno Haible  <bruno@clisp.org>
21231
21232         Fix buffer overrun.
21233         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
21234         Don't consider the width for tmp_length. Check count against tmp_length
21235         before doing the padding. Ensure enough allocation during padding.
21236
21237 2008-03-30  Eric Blake  <ebb9@byu.net>
21238
21239         strtod touchups.
21240         * lib/strtod.c (strtod): Avoid compiler warnings.
21241         Reported by Jim Meyering.
21242
21243 2008-03-30  Bruno Haible  <bruno@clisp.org>
21244
21245         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
21246         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
21247         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
21248         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
21249         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
21250         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
21251         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
21252         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
21253
21254         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
21255         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
21256         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
21257         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
21258         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
21259         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
21260         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
21261         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
21262
21263         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
21264         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
21265         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
21266         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
21267         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
21268         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
21269         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
21270         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
21271
21272         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
21273         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
21274
21275         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
21276         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
21277
21278         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
21279         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
21280
21281         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
21282         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
21283         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
21284
21285         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
21286         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
21287         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
21288
21289         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
21290         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
21291         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
21292
21293         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
21294         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
21295         * modules/vasprintf (Depends-on): Add EOVERFLOW.
21296
21297         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
21298         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
21299         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
21300         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
21301         (Depends-on): Add EOVERFLOW.
21302         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
21303         (Depends-on): Add EOVERFLOW.
21304         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
21305         (Depends-on): Add EOVERFLOW.
21306         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
21307         (Depends-on): Add EOVERFLOW.
21308         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
21309         (Depends-on): Add EOVERFLOW.
21310         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
21311         (Depends-on): Add EOVERFLOW.
21312         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
21313         (Depends-on): Add EOVERFLOW.
21314         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
21315         (Depends-on): Add EOVERFLOW.
21316
21317         * lib/sprintf.c (EOVERFLOW): Remove fallback.
21318         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
21319         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
21320
21321         * lib/snprintf.c (EOVERFLOW): Remove fallback.
21322         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
21323         * modules/snprintf (Depends-on): Add EOVERFLOW.
21324
21325         * lib/poll.c (EOVERFLOW): Remove fallback.
21326         * modules/poll (Depends-on): Add EOVERFLOW.
21327
21328         * lib/getugroups.c (EOVERFLOW): Remove fallback.
21329         * modules/getugroups (Depends-on): Add EOVERFLOW.
21330
21331         * lib/getdelim.c (EOVERFLOW): Remove fallback.
21332         * modules/getdelim (Depends-on): Add EOVERFLOW.
21333
21334         * lib/ftell.c (EOVERFLOW): Remove fallback.
21335         * modules/ftell (Depends-on): Add EOVERFLOW.
21336
21337         * lib/fprintf.c (EOVERFLOW): Remove fallback.
21338         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
21339         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
21340
21341         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
21342
21343         * modules/EOVERFLOW-tests: New file.
21344         * tests/test-EOVERFLOW.c: New file.
21345
21346         * modules/EOVERFLOW: New file.
21347         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
21348
21349 2008-03-30  Bruno Haible  <bruno@clisp.org>
21350
21351         Fix bug introduced on 2007-06-10.
21352         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
21353         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
21354
21355 2008-03-30  Bruno Haible  <bruno@clisp.org>
21356
21357         Improve freadseek's efficiency after ungetc.
21358         * lib/freadseek.c: Include freadahead.h.
21359         (freadptrinc): New function, extracted from freadseek.
21360         (freadseek): Use it in a loop. Use freadahead to determine the number
21361         of loop iterations.
21362         * modules/freadseek (Depends-on): Add freadahead.
21363         (configure.ac): Require AC_C_INLINE.
21364
21365 2008-03-30  Bruno Haible  <bruno@clisp.org>
21366
21367         * lib/freadseek.c (freadseek): Don't ignore the return value of
21368         freadptr.
21369
21370 2008-03-29  Eric Blake  <ebb9@byu.net>
21371
21372         Add hex float support.
21373         * modules/strtod (Depends-on): Add c-ctype.
21374         (Link): Mention POW_LIB.
21375         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
21376         whitespace between 'e' and exponent.
21377         * tests/test-strtod.c (main): Enable hex float tests.
21378         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
21379         now provides.
21380
21381         Document various strtod bugs, with some fixes.
21382         * doc/posix-functions/strtod.texi (strtod): Document bugs with
21383         "-0x", "inf", "nan", and hex constants.
21384         * doc/posix-functions/atof.texi (atof): Likewise.
21385         * modules/stdlib (Makefile.am): Support strtod.
21386         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
21387         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
21388         detect additional strtod bugs.
21389         * lib/stdlib.in.h (rpl_strtod): Add declarations.
21390         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
21391         bool where appropriate.  Parse 'inf' and 'nan'.
21392         * tests/test-strtod.c: New file.
21393         * modules/strtod (Depends-on): Add stdbool, stdlib.
21394         (configure.ac): Turn on module indicator.
21395         * modules/strtod-tests: New module.
21396
21397 2008-03-29  Eric Blake  <ebb9@byu.net>
21398
21399         Fix ftell on mingw.
21400         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
21401         * modules/ftell-tests (Depends-on): Add binary-io.
21402         * modules/ftello-tests (Depends-on): Likewise.
21403         * tests/test-ftell.c (main): Enhance test to cover behavior after
21404         ungetc.  Enforce binary mode.
21405         * tests/test-ftello.c (main): Likewise.
21406
21407         Pass test-freadseek on cygwin.
21408         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
21409         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
21410         ungetc buffer.
21411
21412         * tests/test-fflush2.c (main): Fix typo.
21413
21414 2008-03-29  Bruno Haible  <bruno@clisp.org>
21415
21416         * tests/test-fflush2.c (main): Temporarily disable the contents of
21417         this test.
21418         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
21419         Reported by Eric Blake.
21420
21421 2008-03-28  Simon Josefsson  <simon@josefsson.org>
21422
21423         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
21424         (GC_SHA224_DIGEST_SIZE): Add.
21425
21426         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
21427         (gc_hash_digest_length): Likewise.
21428         (gc_hash_buffer): Likewise.
21429
21430 2008-03-25  Bruno Haible  <bruno@clisp.org>
21431
21432         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
21433         detail which gettext release to use.
21434         Reported by Simon Josefsson.
21435
21436 2008-03-26  Jim Meyering  <meyering@redhat.com>
21437
21438         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
21439         * modules/gnumakefile (clean-GNUmakefile): Also, use
21440         test ... && ... || : syntax rather than if-then ... fi.
21441
21442         gnumakefile: Don't double-quote-expand $(VPATH) value.
21443         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
21444
21445 2008-03-24  Eric Blake  <ebb9@byu.net>
21446
21447         Alter GNUmakefile to install into top directory.
21448         * modules/maintainer-makefile: Split, and add dependency...
21449         * modules/gnumakefile: to this new module.
21450         * build-aux/GNUmakefile: Move...
21451         * top/GNUmakefile: ...here.
21452         * build-aux/maint.mk: Move...
21453         * top/maint.mk: ...here.
21454         * MODULES.html.sh (Support for maintaining...): Document new
21455         module.
21456
21457 2008-03-23  Bruno Haible  <bruno@clisp.org>
21458
21459         * gnulib-tool: New options --vc-files, --no-vc-files.
21460         (func_usage): Document them.
21461         (vc_files): New variable.
21462         (func_import): Consider vc_files.
21463         (func_create_testdir): Set vc_files to empty.
21464         Suggested by Jim Meyering and Karl Berry.
21465
21466 2008-03-23  Bruno Haible  <bruno@clisp.org>
21467
21468         Fix regex compilation error on HP-UX 11.
21469         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
21470         * modules/regex (Files): Add m4/mbstate_t.m4.
21471         Reported by Ton Voon <ton.voon@altinity.com>.
21472
21473 2008-03-23  Bruno Haible  <bruno@clisp.org>
21474
21475         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
21476
21477 2008-03-23  Eric Blake  <ebb9@byu.net>
21478             Bruno Haible  <bruno@clisp.org>
21479
21480         Install files from top/ in the destination directory.
21481         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
21482         augmentation also for the files from top/.
21483         (func_import, func_create_testdir): Rewrite file names:
21484         top/filename -> filename.
21485
21486 2008-03-23  Bruno Haible  <bruno@clisp.org>
21487
21488         Tweak "gnulib --version" output.
21489         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
21490
21491 2008-03-23  Bruno Haible  <bruno@clisp.org>
21492
21493         Tweak "gnulib --version" output.
21494         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
21495         rather than contents of ChangeLog, when possible.
21496
21497 2008-03-21  Eric Blake  <ebb9@byu.net>
21498
21499         More --version tweaks.
21500         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
21501         date of last ChangeLog entry.
21502
21503 2008-03-21  Jim Meyering  <meyering@redhat.com>
21504
21505         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
21506
21507 2008-03-20  Eric Blake  <ebb9@byu.net>
21508
21509         VPATH fix.
21510         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
21511
21512 2008-03-20  Simon Josefsson  <simon@josefsson.org>
21513
21514         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
21515         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
21516
21517 2008-03-20  Eric Blake  <ebb9@byu.net>
21518
21519         Sync GNUmakefile with coreutils.
21520         * build-aux/GNUmakefile (have-Makefile): Rename...
21521         (_have-Makefile): ...to this, for namespace consideration.
21522         (GNUmakefile.cfg): Include, if present.
21523         (_autoreconf): Define a default.
21524         (_is-dist-target): New rule for rebuilds to pick up intra-release
21525         version.
21526         (maint-cfg.mk): Rename...
21527         (cfg.mk): ...to this.
21528
21529 2008-03-18  Jim Meyering  <meyering@redhat.com>
21530
21531         New script and module: mktempd
21532         * MODULES.html.sh (maint+release support): Add mktempd.
21533         * build-aux/mktempd: New file.
21534         * modules/mktempd: New file.
21535
21536 2008-03-15  Jim Meyering  <meyering@redhat.com>
21537
21538         Undo last change.
21539         * lib/sha1.c, lib/md5.c: 63 != ~63.
21540         Reported by Andreas Schwab.
21541
21542         sha1.c, md5.c: Hoist a redundant expression.
21543         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
21544         "ctx->buflen" only once, before calling *_process_block.
21545         * lib/md5.c (md5_process_bytes): Likewise.
21546
21547 2008-03-14  Eric Blake  <ebb9@byu.net>
21548
21549         Bump copyright year in files generated by gnulib-tool.
21550         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
21551         gnulib-tool, rather than hard-coding it.
21552
21553         Fix 'gnulib-tool --version' output to work with git.
21554         * gnulib-tool (func_gnulib_dir): New function, extracted from...
21555         (startup): ...here.
21556         (func_version): Use it to invoke git-version-gen, rather than
21557         relying on CVS keyword expansion.  Modernize wording.
21558         (cvsdatestamp, last_checkin_date, version): Kill unused
21559         variables.
21560
21561 2008-03-12  Jim Meyering  <meyering@redhat.com>
21562
21563         Recognize optional cast of the argument to free.
21564         * build-aux/useless-if-before-free: Update regexps.
21565
21566         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
21567
21568 2008-03-11  Bruno Haible  <bruno@clisp.org>
21569
21570         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
21571         by a single package.
21572         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
21573         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
21574         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
21575         Reported by Sam Steingold <sds@gnu.org>.
21576
21577 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21578
21579         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
21580         repositories.
21581
21582 2008-03-11  Bruno Haible  <bruno@clisp.org>
21583
21584         Avoid conflicts between local macro definitions.
21585         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21586         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
21587
21588 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
21589             Bruno Haible  <bruno@clisp.org>
21590
21591         Make va_copy work with some version of xlc on AIX 5.1.
21592         * lib/stdarg.in.h: New file.
21593         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
21594         On AIX, use a <stdarg.h> file substitute.
21595         * modules/stdarg (Files): Add lib/stdarg.in.h.
21596         (Depends-on): Add include_next.
21597         (Makefile.am): Build a stdarg.h substitute if requested.
21598         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
21599
21600 2008-03-10  Bruno Haible  <bruno@clisp.org>
21601
21602         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
21603         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
21604         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
21605
21606 2008-03-10  Bruno Haible  <bruno@clisp.org>
21607
21608         * modules/stdlib (Depends-on): Add include_next, remove
21609         absolute-header.
21610
21611 2008-03-09  Bruno Haible  <bruno@clisp.org>
21612
21613         * lib/freadahead.h (freadahead): Document more precisely.
21614         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
21615         the sum of both buffer sizes.
21616         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
21617         * NEWS: Document the change.
21618
21619 2008-03-09  Bruno Haible  <bruno@clisp.org>
21620
21621         Extend freadptr to return also the buffer size.
21622         * lib/freadptr.h (freadptr): Add sizep argument.
21623         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
21624         (freadptr): Add sizep argument. Determine buffer size like freadahead
21625         does.
21626         * tests/test-freadptr.c: Don't include freadahead.h.
21627         (main): Adapt for new calling convention of freadptr.
21628         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
21629         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
21630         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
21631         tests/test-freadptr2.sh.
21632         (Depends): Remove freadahead.
21633         (TESTS): Add test-freadptr2.sh.
21634         (check_PROGRAMS): Add test-freadptr2.
21635
21636 2008-03-09  Bruno Haible  <bruno@clisp.org>
21637
21638         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
21639         Report and solution by Simon Josefsson.
21640
21641 2008-03-06  Bruno Haible  <bruno@clisp.org>
21642
21643         Make fflush after ungetc work on BSD platforms.
21644         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
21645         * tests/test-fflush2.c: New file.
21646         * tests/test-fflush2.sh: New file.
21647         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
21648         tests/test-fflush2.c.
21649         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
21650         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
21651
21652 2008-03-06  Eric Blake  <ebb9@byu.net>
21653
21654         Likewise for ftello.
21655         * modules/ftello (Dependencies): Add extensions.
21656         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
21657
21658 2008-03-06  Bruno Haible  <bruno@clisp.org>
21659
21660         * modules/fseeko (Dependencies): Add extensions.
21661         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
21662         Needed on glibc systems.
21663
21664 2008-03-06  Bruno Haible  <bruno@clisp.org>
21665
21666         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
21667         email address.
21668         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
21669
21670 2008-03-06  Bruno Haible  <bruno@clisp.org>
21671
21672         * users.txt: Add libgnupdf.
21673
21674 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
21675
21676         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
21677         (Header File Substitutes, Function Substitutes,
21678         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
21679         (Build robot for gnulib): Fix typo.
21680
21681 2008-03-06  Bruno Haible  <bruno@clisp.org>
21682
21683         * doc/gnulib-tool.texi (VCS Issues): Small updates.
21684         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
21685
21686 2008-03-06  Bruno Haible  <bruno@clisp.org>
21687
21688         * doc/func.texi: New file, extracted from doc/gnulib.texi.
21689         * doc/gnulib.texi: Include it.
21690
21691 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21692
21693         * modules/func (License): Change license to unlimited; there was
21694         no LGPL parts in the module anyway.
21695
21696 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21697
21698         * modules/__func__: Renamed to modules/func.
21699         * modules/__func__-tests: Renamed to modules/func-tests.
21700         * tests/test-__func__.c: Renamed to tests/test-func.c.
21701         * m4/__func__.m4: Renamed to m4/func.m4.
21702         * doc/gnulib.texi (__func__): Section renamed to func.
21703         Suggested by Eric Blake <ebb9@byu.net>.
21704
21705 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21706
21707         * doc/gnulib.texi (__func__): Use C99 terminology when talking
21708         about __func__.  Make example self-contained.  Suggested by Eric
21709         Blake <ebb9@byu.net>.
21710
21711         * tests/test-__func__.c (main): Avoid extraneous () around __func.
21712         Suggested by Eric Blake <ebb9@byu.net>.
21713
21714 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21715
21716         * modules/__func__: New file.
21717         * modules/__func__-tests: New file.
21718         * tests/test-__func__.c: New file.
21719         * m4/__func__.m4: New file.
21720         * doc/gnulib.texi (__func__): Document __func__ module.
21721
21722 2008-03-05  Simon Josefsson  <simon@josefsson.org>
21723
21724         * modules/byteswap (License): Re-license as LGPLv2+.
21725
21726 2008-03-05  Simon Josefsson  <simon@josefsson.org>
21727
21728         * doc/Makefile: Add pdf target.
21729
21730 2008-03-05  Simon Josefsson  <simon@josefsson.org>
21731
21732         * modules/inline (License): Use 'unlimited', since there are only
21733         *.m4 files in this module.
21734
21735 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
21736             Bruno Haible  <bruno@clisp.org>
21737
21738         Add support for HP C 7.1 on OpenVMS 8.3.
21739         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
21740
21741 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
21742
21743         Update VMS specifics.
21744         * lib/getopt.c [VMS]: Remove include of unixlib.h.
21745
21746 2008-03-02  Jim Meyering  <meyering@redhat.com>
21747
21748         Remove the last dependency on the "free" module.
21749         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
21750         Reported by Bob Proulx.
21751
21752         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
21753
21754         Remove useless "if" tests before free.  Deprecate "free" module.
21755         * doc/posix-functions/free.texi: Mention that this
21756         module is no longer useful.
21757         * modules/free (Notice): Say this module is obsolete.
21758         * modules/readutmp (Depends-on): Remove free.
21759         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
21760         * lib/putenv.c (putenv): Likewise.
21761         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
21762         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
21763         * tests/test-c-strcasestr.c (main): Likewise.
21764         * tests/test-c-strstr.c (main): Likewise.
21765         * tests/test-mbscasestr1.c (main): Likewise.
21766         * tests/test-mbscasestr2.c (main): Likewise.
21767         * tests/test-mbsstr1.c (main): Likewise.
21768         * tests/test-mbsstr2.c (main): Likewise.
21769         * tests/test-memmem.c (main): Likewise.
21770         * tests/test-strcasestr.c (main): Likewise.
21771         * tests/test-striconv.c (main): Likewise.
21772         * tests/test-striconveh.c (main): Likewise.
21773         * tests/test-striconveha.c (main): Likewise.
21774         * tests/test-strstr.c (main): Likewise.
21775
21776         * build-aux/git-version-gen: Adjust a comment and the Usage string.
21777
21778         bootstrap: sync from coreutils again
21779         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
21780
21781 2008-03-01  Jim Meyering  <meyering@redhat.com>
21782
21783         bootstrap: sync from coreutils
21784         * build-aux/bootstrap (update_po_files): Copy a .po file into place
21785         also when the target doesn't exist.
21786
21787 2008-03-01  Eric Blake  <ebb9@byu.net>
21788
21789         Fix bugs in last patch.
21790         * lib/memchr2.c (memchr2): Fix typo.
21791         * tests/test-memchr2.c: Test previous bug, and don't use GNU
21792         extension.
21793         Reported by Bruce Korb.
21794
21795         New module 'memchr2'.
21796         * modules/memchr2: New file.
21797         * modules/memchr2-tests: Likewise.
21798         * lib/memchr2.h: Likewise.
21799         * lib/memchr2.c: Likewise, based on memchr.c.
21800         * tests/test-memchr2.c: New test.
21801         * MODULES.html.sh (String handling): Add memchr2.
21802
21803 2008-02-29  Bruno Haible  <bruno@clisp.org>
21804
21805         * modules/freadseek-tests: New file.
21806         * tests/test-freadseek.sh: New file.
21807         * tests/test-freadseek.c: New file.
21808
21809         New module 'freadseek'.
21810         * modules/freadseek: New file.
21811         * lib/freadseek.h: New file.
21812         * lib/freadseek.c: New file.
21813         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
21814
21815 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
21816
21817         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
21818         wydawca.
21819
21820         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
21821         program_invocation_name and program_invocation_short_name are
21822         present.
21823
21824 2008-02-28  Bruno Haible  <bruno@clisp.org>
21825
21826         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
21827         * tests/test-freadptr.sh: Also test non-seekable stdin.
21828
21829 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
21830
21831         * build-aux/bootstrap (source_base, m4_base)
21832         (doc_base, tests_base): New variables.
21833         (gnulib_tool_options): Do not hardcode base directories, use
21834         the above variables instead.
21835
21836 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
21837
21838         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
21839
21840 2008-02-28  Bruno Haible  <bruno@clisp.org>
21841
21842         * modules/freadptr-tests: New file.
21843         * tests/test-freadptr.sh: New file.
21844         * tests/test-freadptr.c: New file.
21845
21846         New module 'freadptr'.
21847         * modules/freadptr: New file.
21848         * lib/freadptr.h: New file.
21849         * lib/freadptr.c: New file.
21850         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
21851
21852 2008-02-26  Karl Berry  <karl@freefriends.org>
21853
21854         Sync from Libtool:
21855         * libltdl/argz.c (argz_add, argz_count): New functions.
21856         * libltdl/argz.in.h: Declare them.
21857         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
21858
21859 2008-02-22  Bruno Haible  <bruno@clisp.org>
21860
21861         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
21862         is a pointer type.  Needed for HP-UX 10.
21863         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
21864         * doc/posix-functions/gmtime_r.texi: Likewise.
21865         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
21866
21867 2008-02-24  Bruno Haible  <bruno@clisp.org>
21868
21869         * modules/environ-tests: New file.
21870         * tests/test-environ.c: New file.
21871
21872         New module 'environ'.
21873         * modules/environ: New file.
21874         * lib/unistd.in.h (environ): New declaration.
21875         * m4/environ.m4: New file.
21876         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
21877         after use.
21878         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
21879         HAVE_DECL_ENVIRON.
21880         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
21881         HAVE_DECL_ENVIRON.
21882         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
21883         wrong claim that 'environ' is missing on some systems.
21884         * modules/execute (Depends-on): Add environ.
21885         * lib/execute.c (environ): Remove fallback declaration.
21886         * modules/pipe (Depends-on): Add environ.
21887         * lib/pipe.c (environ): Remove fallback declaration.
21888         * modules/setenv (Depends-on): Add environ.
21889         * lib/setenv.c (environ): Remove fallback declaration.
21890         * modules/unsetenv (Depends-on): Add environ.
21891         * lib/unsetenv.c (environ): Remove fallback declaration.
21892         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
21893         m4/environ.m4.
21894         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
21895         (gl_PREREQ_UNSETENV): Likewise.
21896
21897 2008-02-24  Bruno Haible  <bruno@clisp.org>
21898
21899         * doc/posix-functions/environ.texi: Document the MacOS X problem.
21900
21901 2008-02-20  Bob Proulx  <bob@proulx.com>
21902
21903         Enable use of older two part flavor 'git describe'.
21904         * build-aux/git-version-gen: If using the older two part flavor of
21905         git version then recreate the third part now present in the
21906         newer three part flavor of git describe.
21907
21908 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
21909
21910         * lib/fts.c (fts_build): Typo correction to comment.
21911
21912 2008-02-17  Bruno Haible  <bruno@clisp.org>
21913
21914         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
21915         generating no-op conflicts.
21916
21917 2008-02-17  Bruno Haible  <bruno@clisp.org>
21918
21919         Speed up by 10%.
21920         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
21921         result_entries, rather than an index-based loop.
21922
21923 2008-02-17  Bruno Haible  <bruno@clisp.org>
21924
21925         Speed up by 25%.
21926         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
21927         'hashcode_cached'.
21928         (entry_create): New function.
21929         (entry_hashcode): Use the cached hashcode if possible.
21930         (read_changelog_file, try_split_merged_entry): Use entry_create.
21931
21932 2008-02-17  Bruno Haible  <bruno@clisp.org>
21933
21934         Speed up from O(n^2) to O(n) for long ChangeLog files.
21935         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
21936         (read_changelog_file): Change implementation of entries_reversed list
21937         to rbtreehash.
21938         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
21939
21940 2008-02-17  Bruno Haible  <bruno@clisp.org>
21941
21942         New option --split-merged-entry.
21943         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
21944         (find_paragraph_end, try_split_merged_entry): New functions.
21945         (long_options): Add option --split-merged-entry.
21946         (usage): Document option --split-merged-entry.
21947         (main): Implement option --split-merged-entry.
21948         Reported by Eric Blake.
21949
21950 2008-02-17  Bruno Haible  <bruno@clisp.org>
21951
21952         * lib/git-merge-changelog.c: Include c-strstr.h.
21953         (main): Support the "git pull --rebase" situation.
21954         * modules/git-merge-changelog (Depends-on): Add c-strstr.
21955         Reported by Eric Blake.
21956
21957 2008-02-16  Eric Blake  <ebb9@byu.net>
21958
21959         Avoid doubling \ in common case of "c-maybe" quoting style.
21960         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
21961         eliding outer quotes.
21962         * lib/quotearg.h: Document this.
21963         * tests/test-quotearg.c (result_strings, inputs, results_g)
21964         (flag_results, locale_results): Test it by adding a new string to
21965         each test group.
21966         (compare_strings): Test new string.
21967
21968 2008-02-13  Eric Blake  <ebb9@byu.net>
21969
21970         Avoid trigraph quoting in default output.
21971         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
21972         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
21973         unless explicitly requested.
21974         * tests/test-quotearg.c (flag_results, main): Add additional tests.
21975
21976 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
21977
21978         Don't rely on signed integer overflowing to negative value.
21979         * lib/getugroups.c (getugroups): Include <limits.h>.
21980         Instead, compare against INT_MAX, and increment only if the test passes.
21981
21982 2008-02-13  Jim Meyering  <meyering@redhat.com>
21983         and Eric Blake  <ebb9@byu.net>
21984
21985         Avoid shadowing warning and compile errors on Linux.
21986         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
21987         forwarding macros on Linux.
21988         (dcgettext): Define a stub, for Linux.
21989         (results_g, main): Avoid warnings.
21990
21991 2008-02-12  Eric Blake  <ebb9@byu.net>
21992
21993         Silence warning in last patch.
21994         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
21995
21996         Quotearg part 4: add tests, fix c-maybe colon quoting.
21997         * lib/quotearg.h: Improve documentation.
21998         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
21999         escapes when adding outer quotes.  When quoting trigraphs, use
22000         valid C notation.  When quoting NUL, omit extra characters if next
22001         character is not digit.  Alter prototype.
22002         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
22003         callers.
22004         * modules/quotearg-tests: New module.
22005         * tests/test-quotearg.c: New test.
22006
22007 2008-02-07  Eric Blake  <ebb9@byu.net>
22008
22009         Quotearg part 3: add flag to control outer quote elision.
22010         * lib/quotearg.h (c_maybe_quoting_style): New style.
22011         (enum quoting_flags): Better documentation of flags.
22012         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
22013         c-maybe style.
22014         (quotearg_buffer_restyled): Handle new flag to elide outer
22015         quotes.
22016
22017         Quotearg part 2: add flag that can control NUL elision.
22018         * lib/quotearg.h (set_quoting_flags): New prototype.
22019         * lib/quotearg.c (struct quoting_options): Add flag field.
22020         (set_quoting_flags): New function.
22021         (quotearg_buffer_restyled): Add flags parameter.
22022         (quotearg_alloc_mem): Set the flag if length cannot be returned.
22023         (quotearg_n_options): Set the flag, since length cannot be
22024         returned.
22025         (quoting_options_from_style): Default flags correctly.
22026
22027         Quotearg part 1: more wrappers, restore quotearg_char state.
22028         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
22029         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
22030         (quotearg_colon_mem): New wrappers.
22031         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
22032         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
22033         functions.
22034         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
22035         (quotearg_colon_mem): New functions.
22036
22037 2008-02-11  Bruno Haible  <bruno@clisp.org>
22038
22039         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
22040         library in the current directory: it does not work with parallel make.
22041         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22042
22043 2008-02-11  Bruno Haible  <bruno@clisp.org>
22044
22045         * .gitattributes: New file.
22046
22047 2008-02-11  Jim Meyering  <meyering@redhat.com>
22048
22049         useless-if-before-free: Fix reversed exit values.
22050         * build-aux/useless-if-before-free: Use correct values
22051         for EXIT_MATCH and EXIT_NO_MATCH.
22052
22053         * build-aux/useless-if-before-free: Close stdout carefully.
22054
22055 2008-02-10  Bruno Haible  <bruno@clisp.org>
22056
22057         New module 'git-merge-changelog'.
22058         * modules/git-merge-changelog: New file.
22059         * lib/git-merge-changelog.c: New file.
22060
22061 2008-02-10  Jim Meyering  <meyering@redhat.com>
22062
22063         useless-if-before-free: New option: --list (-l).
22064
22065         useless-if-before-free: Don't exit immediately upon open failure.
22066         * build-aux/useless-if-before-free: Exit 2 for errors.
22067         Upon failure to open a file, don't exit immediately.
22068         Rather, just warn and continue with any remaining files.
22069
22070 2008-02-10  Bruno Haible  <bruno@clisp.org>
22071
22072         New abstract list operation 'node_set_value'.
22073         * lib/gl_list.h (gl_list_node_set_value): New function.
22074         (struct gl_list_implementation): New field node_set_value.
22075         * lib/gl_list.c (gl_list_node_set_value): New function.
22076         * lib/gl_array_list.c (gl_array_node_set_value): New function.
22077         (gl_array_list_implementation): Update.
22078         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
22079         (gl_carray_list_implementation): Update.
22080         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
22081         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
22082         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
22083         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
22084         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
22085         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
22086         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
22087         Update.
22088         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
22089         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
22090         (gl_sublist_list_implementation): Update.
22091
22092 2008-02-10  Bruno Haible  <bruno@clisp.org>
22093
22094         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
22095         Needed when ELEMENT is #defined to 'some_type *'.
22096
22097 2008-02-10  Jim Meyering  <meyering@redhat.com>
22098
22099         New script and module: useless-if-before-free
22100         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
22101         * build-aux/useless-if-before-free: New file.
22102         * modules/useless-if-before-free: New file.
22103
22104         * build-aux/gitlog-to-changelog: Use committer date, not author date.
22105
22106         xstrtol_error: Fix typo.
22107         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
22108         s/exit_failure/exit_status/.
22109
22110 2008-02-09  Jim Meyering  <meyering@redhat.com>
22111
22112         New script and module: gitlog-to-changelog
22113         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
22114         * modules/gitlog-to-changelog: New file.
22115         * build-aux/gitlog-to-changelog: New file.
22116
22117 2008-02-08  Jim Meyering  <meyering@redhat.com>
22118
22119         Avoid two "parameter unused" warnings.
22120         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
22121         Mark "st" as used.
22122
22123         Use "git COMMAND", not "git-COMMAND".
22124         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
22125         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
22126         * build-aux/git-version-gen: Use "git status", not "git-status".
22127
22128 2008-02-07  Bruno Haible  <bruno@clisp.org>
22129
22130         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
22131         Avoids a crash on Windows Vista.
22132         Reported by Adam Strzelecki <ono@java.pl> via
22133         Simon Josefsson <simon@josefsson.org>.
22134
22135 2008-02-06  Bruno Haible  <bruno@clisp.org>
22136
22137         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
22138         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
22139         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
22140         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
22141         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
22142         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22143         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
22144         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
22145         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22146         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22147         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22148         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22149         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22150         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22151         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22152         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
22153         left-adjust flag.
22154         * tests/test-snprintf-posix.h (test_function): Likewise.
22155         * tests/test-sprintf-posix.h (test_function): Likewise.
22156         * tests/test-vasprintf-posix.c (test_function): Likewise.
22157         * doc/posix-functions/fprintf.texi: Update.
22158         * doc/posix-functions/printf.texi: Update.
22159         * doc/posix-functions/snprintf.texi: Update.
22160         * doc/posix-functions/sprintf.texi: Update.
22161         * doc/posix-functions/vfprintf.texi: Update.
22162         * doc/posix-functions/vprintf.texi: Update.
22163         * doc/posix-functions/vsnprintf.texi: Update.
22164         * doc/posix-functions/vsprintf.texi: Update.
22165         Reported by Peter Fales <psfales@alcatel-lucent.com>.
22166
22167 2008-02-06  Bruno Haible  <bruno@clisp.org>
22168
22169         Fix bug introduced on 2008-01-26.
22170         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
22171
22172 2008-02-06  Bruno Haible  <bruno@clisp.org>
22173
22174         Fix bug introduced on 2007-06-10.
22175         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
22176         !NEED_PRINTF_FLAG_ZERO.
22177
22178 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
22179
22180         getloadavg: use libperfstat on AIX5
22181         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
22182
22183 2008-02-03  Bruno Haible  <bruno@clisp.org>
22184
22185         * lib/diffseq.h: Add comments about required #includes.
22186         Reported by Michael Biggs <gnulib@doubleplum.net>.
22187
22188 2008-02-01  Bruno Haible  <bruno@clisp.org>
22189
22190         * users.txt: Add gnuit.
22191
22192 2008-01-31  Bruno Haible  <bruno@clisp.org>
22193
22194         * lib/md4.c (set_uint32): Mark as inline.
22195         * lib/md5.c (set_uint32): Likewise.
22196         * lib/sha1.c (set_uint32): Likewise.
22197         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
22198         * m4/md5.m4 (gl_MD5): Likewise.
22199         * m4/sha1.m4 (gl_SHA1): Likewise.
22200
22201 2008-01-31  Jim Meyering  <meyering@redhat.com>
22202
22203         Use "sizeof VAR", rather than a literal "4".
22204         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
22205         * lib/md4.c (md4_read_ctx): Likewise.
22206         * lib/sha1.c (sha1_read_ctx): Likewise.
22207
22208 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22209
22210         * tests/test-sha1.c: New file, based on test-md5.c.
22211
22212         * modules/crypto/sha1-tests: New file.
22213
22214 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22215
22216         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
22217
22218 2008-01-31  Jim Meyering  <meyering@redhat.com>
22219
22220         Prefer "sizeof v" over the equivalent "4".
22221         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
22222         * lib/md5.c (set_uint32): Likewise.
22223         * lib/sha1.c (set_uint32): Likewise.
22224
22225 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22226
22227         * lib/sha1.c (set_uint32): Mark function as static.
22228
22229 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22230
22231         md2: clarify comments to say that alignment is not required.
22232         * lib/md2.h: Remove warning about alignment in comment.
22233         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
22234         never been required.
22235
22236 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22237
22238         md4: adapt alignment constraint fix from sha1.
22239         * lib/md4.c (set_uint32): New function, from sha1.c
22240         (md4_read_ctx): Use it.
22241         (md4_finish_ctx): Doc fix.
22242         * lib/md4.h: Doc fix.
22243
22244 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22245
22246         md5: adapt alignment constraint fix from sha1.
22247         * lib/md5.c (set_uint32): New function, from sha1.c
22248         (md5_read_ctx): Use it.
22249         (md5_finish_ctx): Doc fix.
22250         * lib/md5.h: Doc fix.
22251
22252 2008-01-30  Peter Palfrader  <weasel@debian.org>
22253
22254         sha1: remove the result buffer alignment constraint
22255         * lib/sha1.c (set_uint32): New function.
22256         (sha1_read_ctx): Rewrite to remove the result buffer alignment
22257         constraint.
22258         (sha1_finish_ctx): Remove comment warning about alignment constraint.
22259         * lib/sha1.h: Likewise.
22260
22261 2008-01-30  Andreas Schwab  <schwab@suse.de>
22262             Bruno Haible  <bruno@clisp.org>
22263
22264         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
22265         correct definition of LDBL_MIN_EXP.
22266
22267 2008-01-30  Karl Berry  <karl@gnu.org>
22268
22269         * config/srclist-update: try to preserve x bit on updates.
22270         * config/srclistvars.sh: update for karl.
22271
22272 2008-01-29  Jim Meyering  <meyering@redhat.com>
22273
22274         vasnprintf.c: Avoid warning about unused label
22275         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
22276         "overflow" label definition and associated code with the
22277         same cpp condition that guards the sole use of that label.
22278
22279 2008-01-26  Bruno Haible  <bruno@clisp.org>
22280
22281         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
22282         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
22283         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
22284         * lib/isnanl-nolibm.h (isnanl): Likewise.
22285         Reported by Paul Eggert <eggert@cs.ucla.edu>.
22286
22287 2008-01-26  Bruno Haible  <bruno@clisp.org>
22288
22289         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
22290         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
22291
22292 2008-01-26  Bruno Haible  <bruno@clisp.org>
22293
22294         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
22295         GCC >= 4.0 built-in.
22296         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
22297
22298 2008-01-26  Bruno Haible  <bruno@clisp.org>
22299
22300         Rename isnan, applicable to 'double' only, to isnand.
22301         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
22302         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
22303         (configure.ac): Update.
22304         (Include): Replace "isnan.h" with "isnand.h".
22305         * m4/isnand.m4: Renamed from m4/isnan.m4.
22306         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
22307         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
22308         instead of isnan.c.
22309         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
22310         instead of HAVE_ISNAN_IN_LIBC.
22311         (isnand): Renamed from isnan.
22312         * lib/isnand.c: New file.
22313         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
22314         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
22315         (Makefile.am): Update.
22316         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
22317         Include isnand.h instead of isnan.h.
22318         (main): Test isnand instead of isnan.
22319         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
22320         isnan-nolibm.
22321         * modules/frexp (Depends-on): Likewise.
22322         * modules/frexp-tests (Depends-on): Likewise.
22323         * modules/frexp-nolibm (Depends-on): Likewise.
22324         * modules/frexp-nolibm-tests (Depends-on): Likewise.
22325         * modules/isfinite (Depends-on): Likewise.
22326         * modules/round-tests (Depends-on): Likewise.
22327         * modules/signbit (Depends-on): Likewise.
22328         * modules/signbit-tests (Depends-on): Likewise.
22329         * modules/snprintf-posix (Depends-on): Likewise.
22330         * modules/sprintf-posix (Depends-on): Likewise.
22331         * modules/trunc-tests (Depends-on): Likewise.
22332         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22333         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22334         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22335         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22336         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22337         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22338         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22339         * modules/vasnprintf-posix (Depends-on): Likewise.
22340         * modules/vasprintf-posix (Depends-on): Likewise.
22341         * modules/vfprintf-posix (Depends-on): Likewise.
22342         * modules/vsnprintf-posix (Depends-on): Likewise.
22343         * modules/vsprintf-posix (Depends-on): Likewise.
22344         * lib/frexp.c: Include isnand.h instead of isnan.h.
22345         (ISNAN): Set to isnand instead of isnan.
22346         * lib/isfinite.c: Include isnand.h instead of isnan.h.
22347         (gl_isfinited): Use isnand instead of isnan.
22348         * lib/signbitd.c: Include isnand.h instead of isnan.h.
22349         (gl_signbitd): Use isnand instead of isnan.
22350         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
22351         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
22352         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
22353         (main): Use isnand instead of isnan.
22354         * tests/test-round1.c: Include isnand.h.
22355         (main): Use isnand instead of isnan.
22356         * tests/test-round2.c: Include isnand.h instead of isnan.h.
22357         (ISNAN): Set to isnand instead of isnan.
22358         * tests/test-trunc1.c: Include isnand.h.
22359         (main): Use isnand instead of isnan.
22360         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
22361         (equal): Use isnand instead of isnan.
22362         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
22363         isnand-nolibm.
22364         * NEWS: Mention the change.
22365
22366 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22367             Bruno Haible  <bruno@clisp.org>
22368
22369         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
22370         the GCC builtins for signbits are present and set
22371         REPLACE_SIGNBIT_USING_GCC if so.
22372         * lib/math.in.h (signbit): Define using GCC builtins if
22373         REPLACE_SIGNBIT_USING_GCC is set.
22374         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
22375         REPLACE_SIGNBIT_USING_GCC.
22376         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
22377
22378 2008-01-25  Jim Meyering  <meyering@redhat.com>
22379
22380         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
22381         * lib/poll.c: Include <config.h>, not "config.h".
22382         * tests/test-getaddrinfo.c: Likewise.
22383
22384 2008-01-25  Simon Josefsson  <simon@josefsson.org>
22385
22386         * modules/sockets-tests: New file.
22387
22388 2008-01-24  Simon Josefsson  <simon@josefsson.org>
22389
22390         * modules/sockets: New module, can be used to call WSA_Startup and
22391         WSA_Cleanup when needed.
22392
22393         * lib/sockets.h, lib/sockets.c: New files.
22394
22395         * m4/sockets.m4: New file.
22396
22397         * tests/test-sockets.c: New file.
22398
22399 2008-01-19  Bruno Haible  <bruno@clisp.org>
22400
22401         * doc/posix-headers: Renamed from doc/headers.
22402         * doc/posix-functions: Renamed from doc/functions.
22403         * doc/gnulib.texi: Update.
22404
22405 2008-01-19  Bruno Haible  <bruno@clisp.org>
22406
22407         * doc/glibc-functions/strcasestr.texi: Include contents of
22408         doc/functions/strcasestr.texi, fixing the list of platforms.
22409         * doc/functions/strcasestr.texi: Remove file.
22410
22411 2008-01-19  Bruno Haible  <bruno@clisp.org>
22412
22413         * doc/glibc-functions/memmem.texi: Include contents of
22414         doc/functions/memmem.texi.
22415         * doc/functions/memmem.texi: Remove file.
22416
22417 2008-01-18  Bruno Haible  <bruno@clisp.org>
22418
22419         * doc/glibc-functions/*.texi: New files.
22420         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
22421         to use the new files.
22422
22423 2008-01-17  Bruno Haible  <bruno@clisp.org>
22424
22425         * tests/test-gethostname.c (main): Fix printf statement.
22426
22427 2008-01-17  Simon Josefsson  <simon@josefsson.org>
22428
22429         * modules/gethostname-tests: New file.
22430
22431         * tests/test-gethostname.c: New file.
22432
22433 2008-01-17  Simon Josefsson  <simon@josefsson.org>
22434
22435         * lib/gethostname.c: Include string.h unconditionally, strncpy is
22436         used by the UNAME case.  Reported by Bruno Haible
22437         <bruno@clisp.org>.
22438
22439 2008-01-17  Eric Blake  <ebb9@byu.net>
22440
22441         Convert c-strcasestr to be more efficient.
22442         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
22443         (Depends-on): Add c-strcase, remove malloca, strnlen.
22444         * tests/test-c-strcasestr.c (main): Enhance test.
22445         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
22446
22447 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
22448
22449         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
22450         Use it in creating po/Makevars.
22451
22452 2008-01-15  Simon Josefsson  <simon@josefsson.org>
22453
22454         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
22455         Applications that requires it should initialize libgcrypt
22456         manually.
22457
22458 2008-01-16  Simon Josefsson  <simon@josefsson.org>
22459
22460         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
22461
22462 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
22463
22464         Fix problem with getdate on mingw32 reported by Simon Josefsson
22465         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
22466         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
22467         tzname", when deciding whether to declare tzname.
22468         * lib/strftime.c (tzname): Likewise.
22469
22470 2008-01-15  Bruno Haible  <bruno@clisp.org>
22471
22472         Work around a MacOS X 10.5 bug in frexpl().
22473         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
22474         * doc/functions/frexpl.texi: Document the bug.
22475         Reported by Elias Pipping <pipping@gentoo.org>.
22476
22477 2008-01-14  Eric Blake  <ebb9@byu.net>
22478
22479         Touch up previous patch.
22480         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
22481         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
22482
22483         Convert strcasestr module to use Two-Way algorithm.
22484         * modules/strcasestr-simple: New module, based on the old
22485         strcasestr, but with Two-Way rather than KMP.
22486         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
22487         * lib/string.in.h (rpl_strcasestr): Declare.
22488         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
22489         performance.
22490         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
22491         * modules/string (Makefile.am): Support strcasestr.
22492         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
22493         * modules/strcasestr-tests (Depends-on): Check for alarm.
22494         * tests/test-strcasestr.c: Augment test.
22495         * lib/str-two-way.h: Clean up stray macro.
22496         * NEWS: Document new module.
22497         * MODULES.html.sh (string handling): Likewise.
22498         * doc/functions/strcasestr.texi: New file.
22499         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
22500         here, since it is not a POSIX function.
22501
22502 2008-01-14  Colin Watson  <cjwatson@debian.org>
22503             Bruno Haible  <bruno@clisp.org>
22504
22505         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
22506         works fine; if not, set REPLACE_STRSIGNAL.
22507         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
22508         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22509         REPLACE_STRSIGNAL.
22510         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
22511         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
22512         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
22513
22514 2008-01-14  Bruno Haible  <bruno@clisp.org>
22515
22516         * modules/strsignal (Include): Change to <string.h>.
22517
22518 2008-01-14  Colin Watson  <cjwatson@debian.org>
22519
22520         * modules/argp (Notice): Add a notice recommending to change
22521         XGETTEXT_OPTIONS.
22522         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
22523
22524 2008-01-13  Colin Watson  <cjwatson@debian.org>
22525
22526         * modules/strsignal-tests: New file.
22527         * tests/test-strsignal.c: New file.
22528
22529         * lib/strsignal.c: New file, from glibc with modifications.
22530         * lib/siglist.h: New file, from glibc with modifications.
22531         * lib/string.in.h (strsignal): New declaration.
22532         * m4/strsignal.m4: New file.
22533         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22534         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
22535         * modules/strsignal: New file.
22536         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
22537         HAVE_DECL_STRSIGNAL.
22538
22539 2008-01-13  Bruno Haible  <bruno@clisp.org>
22540
22541         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
22542         locale encoding is not ASCII. Needed for OpenBSD 4.0.
22543         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
22544         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
22545
22546 2008-01-13  Bruno Haible  <bruno@clisp.org>
22547
22548         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
22549         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
22550         * lib/argp.h (__attribute__): Likewise.
22551         * lib/c-stack.c (__attribute__): Likewise.
22552         * lib/error.h (__attribute__): Likewise.
22553         * lib/fts.c (__attribute__): Likewise.
22554         * lib/openat.h (__attribute__): Likewise.
22555         * lib/stdio.in.h (__attribute__): Likewise.
22556         * lib/string.in.h (__attribute__): Likewise.
22557         * lib/utimens.c (__attribute__): Likewise.
22558         * lib/vasnprintf.h (__attribute__): Likewise.
22559         * lib/xalloc.h (__attribute__): Likewise.
22560         * lib/xprintf.h (__attribute__): Likewise.
22561         * lib/xstrtol.h (__attribute__): Likewise.
22562         * lib/xvasprintf.h (__attribute__): Likewise.
22563
22564 2008-01-12  Bruno Haible  <bruno@clisp.org>
22565
22566         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
22567         * doc/glibc-headers/a.out.texi: New file.
22568         * doc/glibc-headers/aliases.texi: New file.
22569         * doc/glibc-headers/alloca.texi: New file.
22570         * doc/glibc-headers/ar.texi: New file.
22571         * doc/glibc-headers/argp.texi: New file.
22572         * doc/glibc-headers/argz.texi: New file.
22573         * doc/glibc-headers/byteswap.texi: New file.
22574         * doc/glibc-headers/crypt.texi: New file.
22575         * doc/glibc-headers/endian.texi: New file.
22576         * doc/glibc-headers/envz.texi: New file.
22577         * doc/glibc-headers/err.texi: New file.
22578         * doc/glibc-headers/error.texi: New file.
22579         * doc/glibc-headers/execinfo.texi: New file.
22580         * doc/glibc-headers/fpu_control.texi: New file.
22581         * doc/glibc-headers/fstab.texi: New file.
22582         * doc/glibc-headers/fts.texi: New file.
22583         * doc/glibc-headers/getopt.texi: New file.
22584         * doc/glibc-headers/ieee754.texi: New file.
22585         * doc/glibc-headers/ifaddrs.texi: New file.
22586         * doc/glibc-headers/libintl.texi: New file.
22587         * doc/glibc-headers/mcheck.texi: New file.
22588         * doc/glibc-headers/mntent.texi: New file.
22589         * doc/glibc-headers/obstack.texi: New file.
22590         * doc/glibc-headers/paths.texi: New file.
22591         * doc/glibc-headers/printf.texi: New file.
22592         * doc/glibc-headers/pty.texi: New file.
22593         * doc/glibc-headers/resolv.texi: New file.
22594         * doc/glibc-headers/shadow.texi: New file.
22595         * doc/glibc-headers/sysexits.texi: New file.
22596         * doc/glibc-headers/ttyent.texi: New file.
22597
22598 2008-01-12  Jim Meyering  <meyering@redhat.com>
22599
22600         announce-gen: emit Gnulib's git-based version string.
22601         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
22602         New option --gnulib-version=V, where V is expected to be
22603         the output of running git describe in the gnulib directory.
22604         (get_tool_versions): Request feedback on xdelta.  I suspect it's
22605         not useful, and plan to stop publishing an xdelta file with each
22606         coreutils release.
22607
22608         * build-aux/announce-gen: Also check for lzma-compressed files.
22609
22610 2008-01-11  Bruno Haible  <bruno@clisp.org>
22611
22612         * tests/test-memmem.c (main): Increase maximum allowed time.
22613         * tests/test-strstr.c (main): Likewise.
22614
22615 2008-01-11  Bruno Haible  <bruno@clisp.org>
22616
22617         * doc/functions/memmem.texi: Add more precisions about platforms.
22618         * doc/functions/strstr.texi: Likewise.
22619
22620 2008-01-10  Eric Blake  <ebb9@byu.net>
22621
22622         * m4/strstr.m4: Delete cruft from copy-n-paste.
22623         Reported by Bruno Haible.
22624
22625 2008-01-10  Bruno Haible  <bruno@clisp.org>
22626
22627         Make c-strstr rely on strstr.
22628         * lib/c-strstr.c: Don't include str-kmp.h.
22629         (c_strstr): Define in terms of strstr.
22630         * modules/c-strstr (Files): Remove lib/str-kmp.h.
22631         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
22632
22633 2008-01-10  Bruno Haible  <bruno@clisp.org>
22634
22635         * doc/gnulib.texi (String Functions in C Locale): New section.
22636         * doc/c-ctype.texi: New file.
22637         * doc/c-strcase.texi: New file.
22638         * doc/c-strcaseeq.texi: New file.
22639         * doc/c-strcasestr.texi: New file.
22640         * doc/c-strstr.texi: New file.
22641         * doc/c-strtod.texi: New file.
22642         * doc/c-strtold.texi: New file.
22643
22644 2008-01-10  Eric Blake  <ebb9@byu.net>
22645
22646         * lib/relocatable.h: Fix a comment.
22647
22648 2008-01-10  Eric Blake  <ebb9@byu.net>
22649
22650         Share two-way algorithm.
22651         * lib/str-two-way.h: New file, merged from...
22652         * lib/memmem.c: ...here...
22653         * lib/strstr.c: ...and here.
22654         * modules/memmem (Files): Use it.
22655         * modules/strstr (Files): Likewise.
22656
22657         Avoid quadratic strstr implementations.
22658         * lib/strstr.c: New file.
22659         * m4/strstr.m4: Likewise.
22660         * modules/strstr: Likewise.
22661         * modules/strstr-tests: Likewise.
22662         * tests/test-strstr.c: Likewise.
22663         * lib/string.in.h (rpl_strstr): Declare.
22664         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
22665         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
22666         * modules/string (Makefile.am): Likewise.
22667         * MODULES.html.sh (string handling): Mention new module.
22668         * doc/functions/strstr.texi (strstr): Document the bug.
22669
22670 2008-01-10  Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/relocatable.h (relocate): State whether result is freshly
22673         allocated or not.
22674         * lib/relocatable.c (relocate): Return a freshly allocated string
22675         instead of a pointer to a privately held string.
22676         Reported by Sylvain Beucler <beuc@gnu.org>.
22677
22678 2008-01-10  Colin Watson  <cjwatson@debian.org>
22679
22680         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
22681         s/S_ISNLK/S_ISLNK/.
22682
22683 2008-01-09  Bruno Haible  <bruno@clisp.org>
22684
22685         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
22686         and other files.
22687         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
22688         if it's only a guess.
22689         * modules/memmem: Simplify by depending on memmem-simple.
22690
22691 2008-01-09  Bruno Haible  <bruno@clisp.org>
22692
22693         Work around OpenBSD 4.0 tdelete() bug.
22694         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
22695         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
22696         macros and don't redefine the enum values.
22697         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
22698         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
22699         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
22700
22701 2008-01-09  Bruno Haible  <bruno@clisp.org>
22702
22703         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
22704         (main): Don't perform the tests if setlocale did not install a UTF-8
22705         locale. Needed on OpenBSD 4.0.
22706         * modules/wcwidth-tests (Depends-on): Add localcharset.
22707
22708 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22709
22710         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
22711         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
22712         * NEWS: announce this.
22713         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
22714
22715 2008-01-09  Simon Josefsson  <simon@josefsson.org>
22716         and Eric Blake  <ebb9@byu.net>
22717
22718         Add memmem-simple module.
22719         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
22720         (gl_FUNC_MEMMEM): Separate performance from presence checks.
22721         * modules/memmem-simple: New file.
22722         * modules/memmem (Description): Tweak.
22723         * MODULES.html.sh (string handling): Mention new module.
22724         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
22725         addressed by memmem-simple.
22726         * NEWS: Document the difference.
22727
22728 2008-01-09  Eric Blake  <ebb9@byu.net>
22729
22730         Give gcc some memmem optimization hints.
22731         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
22732         (strcasestr): Declare as pure.
22733         * modules/memmem (Maintainer): Claim my implementation.
22734
22735 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22736
22737         Support AIX 6.1 and higher.
22738         * build-aux/config.libpath: Likewise.
22739         * build-aux/config.rpath: Likewise.
22740
22741 2008-01-08  Jim Meyering  <meyering@redhat.com>
22742             Bruno Haible  <bruno@clisp.org>
22743
22744         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
22745         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
22746         Reported by Peter Fales in
22747         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
22748
22749 2008-01-08  Bruno Haible  <bruno@clisp.org>
22750
22751         * modules/unictype/category-of (Depends-on): Add
22752         unictype/category-none.
22753         * modules/unictype/category-and-tests (Depends-on): Add
22754         unictype/category-{L,N,Lu,Nd}.
22755         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
22756         * modules/unictype/category-or-tests (Depends-on): Add
22757         unictype/category-{L,N}.
22758         * modules/unictype/category-name-tests (Depends-on): Add
22759         unictype/category-{Z,Nl}.
22760         Reported by Simon Josefsson.
22761
22762 2008-01-08  Bruno Haible  <bruno@clisp.org>
22763
22764         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
22765         convention better.
22766         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
22767         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
22768         Reported by Peter Miller <millerp@canb.auug.org.au>.
22769
22770 2008-01-08  Eric Blake  <ebb9@byu.net>
22771
22772         Rewrite memmem to guarantee linear complexity without malloc.
22773         * lib/memmem.c (memmem): Use Two-Way rather than
22774         Knuth-Morris-Pratt, to allow O(1) space usage.
22775         (critical_factorization, two_way_short_needle)
22776         (two_way_long_needle): New functions.
22777         (knuth_morris_pratt): Delete.
22778         * modules/memmem (Depends-on): No longer need malloca or stdbool.
22779         Add stdint.
22780         * tests/test-memmem.c (main): Add tests for periodic needle and
22781         sublinear performance.
22782         * doc/functions/memmem.texi (memmem): Document other deficiencies
22783         in cygwin and older glibc.
22784
22785 2008-01-08  Bruno Haible  <bruno@clisp.org>
22786
22787         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
22788         augmentation.
22789
22790 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
22791
22792         Add a configure time option: --disable-acl.
22793         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
22794         AC_ARG_ENABLE(acl).
22795
22796 2008-01-06  Simon Josefsson  <simon@josefsson.org>
22797
22798         * tests/test-localename.c: Don't include obsolete "setenv.h".
22799
22800         * modules/localename-tests (Depends-on): Need unsetenv.
22801
22802 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22803
22804         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
22805
22806 2008-01-06  Colin Watson  <cjwatson@debian.org>
22807
22808         * users.txt: Add man-db.
22809
22810 2008-01-07  Bruno Haible  <bruno@clisp.org>
22811
22812         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
22813         previous section name.
22814
22815 2008-01-07  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/progname.c (set_program_name): Don't strip off a leading
22818         "lt-" prefix outside a .libs directory.
22819         Suggested by Paul Eggert.
22820
22821 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
22822             Bruno Haible  <bruno@clisp.org>
22823
22824         Improve memory cleanup in 'relocatable' module.
22825         * lib/relocatable.h (compute_curr_prefix): Change return type to
22826         'char *'.
22827         * lib/relocatable.c (compute_curr_prefix): Change return type to
22828         'char *'. Free curr_installdir after use.
22829         (relocate): Free curr_prefix_better after use.
22830         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
22831
22832 2008-01-01  Bruno Haible  <bruno@clisp.org>
22833
22834         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
22835         failure on older glibc systems.
22836         Reported by Peter Fales <psfales@alcatel-lucent.com>.
22837
22838 2008-01-05  Eric Blake  <ebb9@byu.net>
22839
22840         Avoid quadratic system memmem.
22841         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
22842         Reported by Ralf Wildenhues.
22843
22844         Fix memmem test for mingw.
22845         * modules/memmem-tests (configure.ac): Check for alarm.
22846         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
22847         it.
22848         * doc/functions/memmem.texi: New file.
22849         * doc/gnulib.texi (Function Substitutes): Add memmem.
22850         Reported by Bruno Haible.
22851
22852 2008-01-04  Bruno Haible  <bruno@clisp.org>
22853
22854         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
22855         Require gl_HEADER_STRINGS_H_DEFAULTS, not
22856         gl_HEADER_STRING_H_DEFAULTS.
22857
22858 2008-01-04  Eric Blake  <ebb9@byu.net>
22859
22860         Shorten duration of memmem test.
22861         * tests/test-memmem.c (main): Use alarm to declare failure if test
22862         is taking too long.
22863         Reported by Ralf Wildenhues.
22864
22865 2007-12-21  Simon Josefsson  <simon@josefsson.org>
22866
22867         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
22868         string, needed by strerror.
22869
22870 2008-01-03  Colin Watson  <cjwatson@debian.org>
22871             Bruno Haible  <bruno@clisp.org>
22872
22873         * doc/gnulib-tool.texi (Localization): New section.
22874
22875 2008-01-02  Bruno Haible  <bruno@clisp.org>
22876
22877         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
22878         variables to 'unsigned char *' type.
22879         Reported by Paul Eggert.
22880
22881 2008-01-02  Jim Meyering  <jim@meyering.net>
22882
22883         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
22884
22885 2007-12-31  Jim Meyering  <jim@meyering.net>
22886
22887         Avoid use of private FTS type name.
22888         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
22889
22890 2007-12-30  Karl Berry  <karl@gnu.org>
22891
22892         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
22893         work around defect in Texinfo and/or the standalone Info browser.
22894
22895 2007-12-30  Bruno Haible  <bruno@clisp.org>
22896
22897         Unify 5 copies of the KMP code.
22898         * lib/str-kmp.h: New file.
22899         * lib/c-strcasestr.c: Include str-kmp.h.
22900         (knuth_morris_pratt): Remove function.
22901         (c_strcasestr): Update.
22902         * lib/c-strstr.c: Include str-kmp.h.
22903         (knuth_morris_pratt): Remove function.
22904         (c_strcasestr): Update.
22905         * lib/mbscasestr.c: Include str-kmp.h.
22906         (knuth_morris_pratt_unibyte): Remove function.
22907         * lib/mbsstr.c: Include str-kmp.h.
22908         (knuth_morris_pratt_unibyte): Remove function.
22909         * lib/strcasestr.c: Include str-kmp.h.
22910         (knuth_morris_pratt): Remove function.
22911         (strcasestr): Update.
22912         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
22913         * modules/c-strstr (Files): Likewise.
22914         * modules/mbscasestr (Files): Likewise.
22915         * modules/mbsstr (Files): Likewise.
22916         * modules/strcasestr (Files): Likewise.
22917         Suggested by Paul Eggert.
22918
22919 2007-12-30  Bruno Haible  <bruno@clisp.org>
22920
22921         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
22922         defined.
22923
22924 2007-12-30  Bruno Haible  <bruno@clisp.org>
22925
22926         * lib/xmalloca.h: Include xalloc.h.
22927         (xnmalloca): New macro.
22928
22929 2007-12-30  Bruno Haible  <bruno@clisp.org>
22930
22931         * lib/malloca.h (nmalloca): New macro.
22932         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
22933         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
22934         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
22935         knuth_morris_pratt_multibyte): Likewise.
22936         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
22937         knuth_morris_pratt_multibyte): Likewise.
22938         * lib/memmem.c (knuth_morris_pratt): Likewise.
22939         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
22940
22941 2007-12-25  Bruno Haible  <bruno@clisp.org>
22942
22943         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
22944         * lib/glob.c: Don't include openat.h.
22945         (link_exists2_p): Add back the code that deals with the
22946         !GLOB_ALTDIRFUNC case.
22947         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
22948         let it do the filename concatenation.
22949         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
22950         * modules/glob (Depends-on): Remove openat.
22951
22952 2007-12-31  Bruno Haible  <bruno@clisp.org>
22953
22954         * modules/dirfd (License): Change to LGPLv2+.
22955         Approved by Jim Meyering.
22956
22957 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
22958
22959         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
22960         when multiplying M by sizeof (size_t).
22961
22962 2007-12-10  Martin Lambers  <marlam@marlam.de>
22963
22964         Override getpagesize on mingw.
22965         * lib/getpagesize.c: New file.
22966         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
22967         * modules/getpagesize (Files): Add lib/getpagesize.c.
22968         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
22969         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22970         REPLACE_GETPAGESIZE.
22971         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
22972
22973 2007-12-25  Bruno Haible  <bruno@clisp.org>
22974
22975         * modules/localcharset (Notice): New field.
22976         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
22977         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
22978
22979 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22980             Bruno Haible  <bruno@clisp.org>
22981
22982         Avoid using the syntax symbol() in formatted documentation.
22983         * MODULES.html.sh (func_module): When replacing symbol() with a
22984         hyperlink, remove the parentheses. Show an error if some remain.
22985         Recognize and render the '...' syntax.
22986         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
22987         Rework. Add paragraph about GCC's inlining.
22988         * doc/alloca.texi: Likewise.
22989         * doc/error.texi: Remove parentheses from symbol reference.
22990         * doc/gnulib-intro.texi: Likewise.
22991         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
22992         * modules/fnmatch (Description): Reword to say "the ... function".
22993         * modules/full-read (Description): Likewise.
22994         * modules/full-write (Description): Likewise.
22995         * modules/safe-read (Description): Likewise.
22996         * modules/safe-write (Description): Likewise.
22997         * modules/strchrnul (Description): Likewise.
22998         * modules/trim (Description): Likewise.
22999         * modules/error (Description): Remove parentheses from symbol
23000         references.
23001         * modules/verror (Description): Likewise.
23002         Reported by Karl Berry.
23003
23004 2007-12-25  Bruno Haible  <bruno@clisp.org>
23005
23006         Fixup after 2007-10-16 commit.
23007         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
23008
23009 2007-12-24  Bruno Haible  <bruno@clisp.org>
23010
23011         Make --enable-relocatable work with DESTDIR.
23012         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
23013         to compute installdir from destprog.
23014         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
23015         also set the RELOC_DESTDIR variable.
23016         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23017
23018 2007-12-24  Bruno Haible  <bruno@clisp.org>
23019
23020         Fix link error due to xalloc_die().
23021         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
23022         of xreadlink.
23023         * lib/relocwrapper.c: Update comments.
23024         * build-aux/install-reloc: Remove xreadlink.c from file list.
23025         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
23026         xreadlink.c.
23027         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23028
23029 2007-12-24  Bruno Haible  <bruno@clisp.org>
23030
23031         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
23032         * lib/setenv.h: Remove file.
23033         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
23034         lib/setenv.h.
23035         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
23036         (Depends-on): Add stdlib.
23037         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
23038         gl_FUNC_UNSETENV.
23039         (Include): Replace setenv.h with <stdlib.h>.
23040         * modules/unsetenv: New file.
23041         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
23042         * lib/unsetenv.c: Include <stdlib.h> first.
23043         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
23044         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
23045         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
23046         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
23047         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
23048         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23049         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
23050         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23051         * doc/functions/unsetenv.texi: Update.
23052         * modules/xsetenv (Depends-on): Add unsetenv.
23053         * modules/getdate (Depends-on): Likewise.
23054         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
23055         * lib/xsetenv.c: Don't include setenv.h.
23056         * lib/getdate.y: Likewise.
23057         * lib/relocwrapper.c: Likewise.
23058         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
23059         (Depends-on): Add stdlib.
23060         * NEWS: Mention the changes.
23061         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23062
23063 2007-12-23  Bruno Haible  <bruno@clisp.org>
23064
23065         * lib/memmem.c (memmem): Use lowercase variable names. Tab
23066         indentation.
23067
23068 2007-12-23  Bruno Haible  <bruno@clisp.org>
23069
23070         * lib/c-strcasestr.c: Add more comments.
23071         * lib/c-strstr.c: Likewise.
23072         * lib/mbscasestr.c: Likewise.
23073         * lib/mbsstr.c: Likewise.
23074         * lib/strcasestr.c: Likewise.
23075         * lib/memmem.c: Likewise.
23076
23077 2007-12-23  Bruno Haible  <bruno@clisp.org>
23078
23079         * tests/test-memmem.c: Include <string.h> first.
23080
23081 2007-12-22  Bruno Haible  <bruno@clisp.org>
23082
23083         * gnulib-tool (func_create_testdir): Change $auxdir while generating
23084         the contents of $testsbase.
23085         Reported by Ralf Wildenhues.
23086
23087 2007-12-22  Bruno Haible  <bruno@clisp.org>
23088
23089         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
23090         two variables local_ldadd_before, local_ldadd_last.
23091
23092 2007-12-20  Eric Blake  <ebb9@byu.net>
23093
23094         Work around circular library issue when cross-compiling.
23095         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
23096         that progname.o does not need to pull in rpl_memcmp.
23097
23098 2007-12-19  Eric Blake  <ebb9@byu.net>
23099
23100         Fix memmem to avoid O(n^2) worst-case complexity.
23101         * lib/memmem.c (knuth_morris_pratt): New function.
23102         (memmem): Use it if first few naive iterations fail.
23103         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
23104         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
23105         * modules/memchr (License): Likewise.
23106         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
23107         malloca.
23108         * tests/test-memmem.c: Rewrite, borrowing ideas from
23109         test-mbsstr1.c; the old version wouldn't even compile!
23110         * modules/memmem-tests: New file.
23111         * lib/string.in.h (rpl_memmem): Add declaration.
23112         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
23113         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
23114         REPLACE_MEMMEM.
23115
23116 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
23117
23118         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
23119         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
23120         before any system include files, and undef after them all.  This
23121         should fix a problem on VMS reported by John E. Malmberg in
23122         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
23123
23124 2007-12-17  Eric Blake  <ebb9@byu.net>
23125
23126         Revert addition of verify, for BSD/OS.
23127         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
23128         can't handle large files, for the sake of obsolete platforms.
23129         * modules/fseeko (Depends-on): Remove verify.
23130         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
23131         * doc/functions/ftello.texi (ftello): Likewise.
23132         * doc/functions/fgetpos.texi (fgetpos): Likewise.
23133         Reported by Larry Jones.
23134
23135 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
23136
23137         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
23138         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
23139
23140 2007-12-17  Jim Meyering  <meyering@redhat.com>
23141
23142         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
23143         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
23144         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
23145         * modules/getcwd (Depends-on): Add openat.
23146         Reported by Petr Salinger.
23147
23148 2007-12-17  Bruno Haible  <bruno@clisp.org>
23149
23150         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
23151         avoid a segmentation fault of the configure test on x86_64 systems.
23152
23153 2007-12-15  Jim Meyering  <meyering@redhat.com>
23154
23155         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
23156
23157 2007-12-13  Eric Blake  <ebb9@byu.net>
23158
23159         Another fseek test.
23160         * tests/test-fseek.c (main): Also test ungetc handling.
23161         * tests/test-fseeko.c (main): Likewise.
23162         * modules/fseeko (Depends-on): Add verify.
23163         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
23164         large.
23165         Reported by Larry Jones.
23166
23167         Fix fseeko on mingw.
23168         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
23169         seek.
23170
23171         Beef up fseek tests.
23172         * tests/test-fseek.c (main): Also test eof handling.
23173         * tests/test-fseeko.c (main): Likewise.
23174         Reported by Larry Jones.
23175
23176 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
23177
23178         Fix fseeko on BSD-based platforms.
23179         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
23180         successful seek.
23181
23182 2007-12-12  Eric Blake  <ebb9@byu.net>
23183
23184         Allow circular dependency of separate libtests.a
23185         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
23186         when use_libtests.
23187
23188 2007-12-11  Eric Blake  <ebb9@byu.net>
23189
23190         Fix bug with -0.0L in previous patch.
23191         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
23192         * tests/test-isnan.c (main): Also test on zeroes.
23193         * tests/test-isnanf.c (main): Likewise.
23194         * tests/test-isnanl.h (main): Likewise.
23195
23196         Detect pseudo-denormals on x86 even when cross-compiling.
23197         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
23198         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
23199         invalid bit patterns that happen to satisfy ==.
23200
23201         Avoid link failures with separate libtests.a.
23202         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
23203         last, to satisfy circular dependencies.
23204
23205 2007-12-11  Eric Blake  <ebb9@byu.net>
23206         and Bruno Haible  <bruno@clisp.org>
23207
23208         Fix OpenBSD 4.0 <float.h> handling of long double.
23209         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
23210         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
23211         * doc/headers/float.texi (float.h): Document OpenBSD bug.
23212
23213 2007-12-11  Jim Meyering  <meyering@redhat.com>
23214
23215         * users.txt: Add libvirt.
23216
23217         Support versions of autoconf prior to 2.59c.
23218         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
23219         if it is not already defined.
23220
23221 2007-12-09  Bruno Haible  <bruno@clisp.org>
23222
23223         Let 'gnulib-tool --import' collect sources needed for the tests in
23224         tests/ rather than in lib/.
23225         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
23226         argument. If true, add rules to generate libtests.a, and put libtests.a
23227         into $(LDADD). Consider source files in subdirectories and set
23228         uses_subdirs.
23229         (func_emit_initmacro_start, func_emit_initmacro_end,
23230         func_emit_initmacro_done): Pass all arguments explicitly.
23231         (func_import): Determine two module lists main_modules,
23232         testsrelated_modules. Determine use_libtests. Determine two variables
23233         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
23234         instead of just sed_transform_lib_file. Determine two variables
23235         main_files and testsrelated_files. Compute 'files' as the union of
23236         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
23237         func_add_or_update. In the generated gnulib-comp.m4, collect the
23238         object files for tests/ in different variables than those for lib/.
23239         Substitute LIBTESTS_LIBDEPS.
23240         (func_create_testdir): Combine the uses_subdirs results from
23241         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
23242
23243 2007-12-09  Bruno Haible  <bruno@clisp.org>
23244
23245         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
23246         the build-aux directory.
23247
23248 2007-12-09  Bruno Haible  <bruno@clisp.org>
23249
23250         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
23251         introduced on 2006-09-09.
23252
23253 2007-12-07  Jim Meyering  <meyering@redhat.com>
23254
23255         Let these macros work also with autoconf-2.59.
23256         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
23257         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
23258         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
23259
23260 2007-12-06  Jim Meyering  <meyering@redhat.com>
23261
23262         Avoid a configure-time syntax error in gl_FUNC_ACL.
23263         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
23264         function in each branch, before testing the cache variable.
23265
23266 2007-12-04  Eric Blake  <ebb9@byu.net>
23267
23268         Make scripts executable.
23269         * build-aux/config.guess: Add execute permissions.
23270         * build-aux/config.sub: Likewise.
23271         * build-aux/gendocs.sh: Likewise.
23272
23273         Fix frexp on mingw.
23274         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
23275         cross-compiling.
23276         * doc/functions/frexp.texi (frexp): Document the bug.
23277
23278         Make cygwin fseeko check more reliable.
23279         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
23280         version numbers, rather than unrelated feature check.
23281         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
23282         * doc/functions/ftello.texi (ftello): Likewise.
23283         Reported by Bruno Haible.
23284
23285         * m4/strerror.m4: Bump version number.
23286
23287 2007-12-03  Bruno Haible  <bruno@clisp.org>
23288
23289         * doc/functions/mprotect.texi: Mention the mingw problem.
23290
23291 2007-12-03  Eric Blake  <ebb9@byu.net>
23292
23293         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
23294         REPLACE_STRERROR is initialized before this macro.
23295
23296 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
23297
23298         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
23299         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
23300         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
23301         put -lsec in even for programs other than 'ls'.  This fixes a problem
23302         for gettext reported by Bruno Haible in
23303         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
23304         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
23305         Add support for Solaris 10.  This isn't efficient, but should get the
23306         job done for now.
23307
23308 2007-12-03  James Youngman  <jay@gnu.org>
23309
23310         * doc/regexprops-generic.texi: change "an close-group" to "a
23311         close-group" and "illegal" to "not allowed".
23312
23313 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23314
23315         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
23316         pr_byname.h. Needed for the rare case when the maintainer has done
23317         "make maintainer-clean" in the source directory and then attempts a
23318         build outside the source directory.
23319         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
23320         scripts_byname.h.
23321
23322 2007-12-02  Martin Lambers <marlam@marlam.de>
23323             Bruno Haible  <bruno@clisp.org>
23324
23325         * lib/getpagesize.h: Remove file.
23326         * lib/unistd.in.h: Include declaration of getpagesize here.
23327         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
23328         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
23329         HAVE_SYS_PARAM_H.
23330         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
23331         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
23332         * modules/getpagesize (Files): Remove lib/getpagesize.h.
23333         (Depends-on): Add unistd.
23334         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23335         (Include): Use <unistd.h> instead of getpagesize.h.
23336         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
23337         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
23338         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
23339         gl_GETPAGESIZE invocation, already handled by module dependency.
23340         * lib/pagealign_alloc.c: Don't include getpagesize.h.
23341
23342 2007-12-02  Bruno Haible  <bruno@clisp.org>
23343
23344         * modules/strings-tests: New file.
23345         * tests/test-strings.c: New file.
23346
23347         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
23348         * lib/strings.in.h: New file.
23349         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
23350         * m4/strings_h.m4: New file.
23351         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
23352         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
23353         * modules/strings: New file.
23354         * modules/string (Makefile.am): Update.
23355         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
23356         Reported by Karl Berry.
23357
23358 2007-12-01  Eric Blake  <ebb9@byu.net>
23359
23360         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
23361         accomodate fix in cygwin 1.5.25.
23362
23363 2007-12-01  Jim Meyering  <meyering@redhat.com>
23364
23365         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
23366         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
23367         that would inhibit utf8-optimization of a regexp containing line-
23368         or buffer-anchors, e.g., `^', `$'.
23369
23370 2007-11-30  Bruno Haible  <bruno@clisp.org>
23371
23372         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
23373         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
23374         glthread_recursive_lock_init.
23375         * lib/lock.c (glthread_recursive_lock_init)
23376         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
23377         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23378
23379 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
23380
23381         New function qset_acl, like set_acl but with syscall semantics.
23382         * lib/acl.h (qset_acl): New decl.
23383         * lib/acl.c (qset_acl): New function.
23384         (set_acl): Use new function.  Use more-consistent diagnostics.
23385
23386 2007-11-28  Jim Meyering  <meyering@redhat.com>
23387
23388         * modules/physmem (License): Change from GPL to LGPLv2+.
23389
23390 2007-11-26  Bruno Haible  <bruno@clisp.org>
23391
23392         * lib/vasnprintf.c (decode_long_double): Don't abort if the
23393         'long double' type has excess precision.
23394         Reported by Jim Meyering in
23395         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
23396
23397 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23398
23399         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
23400         Sync from <http://gnu.org/licenses>.
23401         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
23402         with license text from same location.
23403         * doc/maintain.texi, doc/standards.texi:  Sync from
23404         <http://savannah.gnu.org/projects/gnustandards>.
23405
23406 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
23407         and Jim Meyering  <meyering@redhat.com>
23408
23409         Adjust getdate' grammar to accept a slightly more regular language.
23410         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
23411         Before, the former was rejected.
23412         * lib/getdate.y (digits_to_date_time): New function, factored
23413         out of ...
23414         (number): ...here.  Just call digits_to_date_time.
23415         (hybrid): New non-terminal to handle an <unsigned number,
23416         signed relative offset> sequence consistently.
23417
23418 2007-11-18  Jim Meyering  <meyering@redhat.com>
23419
23420         Pull my changes from coreutils:
23421         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
23422         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
23423         use of $gnulib_tool_option_extras, so that it's separated from the
23424         preceding argument.
23425
23426         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
23427         * build-aux/bootstrap (cp_mark_as_generated): Create any required
23428         parent destination directories before copying a file into place.
23429
23430 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23431
23432         bootstrap: work also with 4-argument variant of AC_INIT
23433         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
23434
23435 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23436
23437         Port test-getaddrinfo to Solaris.
23438         Problem reported by Bruno Haible in
23439         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
23440         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
23441         explanation of setting 'hints'.
23442         Don't reject an implementation merely because it returns EAI_SERVICE.
23443         (EAI_SERVICE): Define to 0 if not defined.
23444
23445 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23446
23447         The license of gnu-make and posix-shell is now "GPLed build tool".
23448         * modules/gnu-make (License): Likewise.
23449         * modules/posix-shell (License): Likewise.
23450
23451         New module posix-shell, for determining a POSIX shell
23452         or perhaps something that is close enough to a POSIX shell.
23453         * m4/posix-shell.m4: New file.
23454         * modules/posix-shell: New file.
23455
23456         * MODULES.html.sh: Mention new module.
23457
23458         New module gnu-make, for determining whether we're using GNU Make.
23459         * m4/gnu-make.m4: New file.
23460         * modules/gnu-make: New file.
23461         * MODULES.html.sh: Mention new module.
23462
23463 2007-11-14  Jim Meyering  <meyering@redhat.com>
23464
23465         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
23466         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
23467         use this macro to create a function _definition_.
23468         Remove useless "#undef ARGMATCH_DIE".
23469
23470 2007-11-14  Bruno Haible  <bruno@clisp.org>
23471
23472         * lib/config.charset: Update for OpenBSD 4.1.
23473         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
23474
23475 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
23476
23477         Document 64-bit #if problems in stdint.texi.
23478         * doc/headers/stdint.texi (stdint.h): Mention problems with
23479         64-bit-#if, and how to work around them.
23480
23481         Don't insist on 'long long int' support in the preprocessor.  It
23482         breaks too many things.  For example, PRIdMAX still uses a 'long
23483         long int' format with the latest Sun compiler, even though
23484         HAVE_LONG_LONG_INT isn't defined due to that compiler's
23485         preprocessor problem.  This causes the latest coreutils to dump
23486         core on Solaris 10 sparc with the Sun C compiler.
23487         Instead, fix the 2007-10-16 problem in a different way, by evaluating
23488         the troublesome expressions at configure-time, not at #if-time.
23489         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
23490         preprocessor.
23491         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
23492         compile-time C checks, done at 'configure'-time.
23493         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
23494         * modules/inttypes (Makefile): Substitute the new symbols that
23495         gl_INTTYPES_H now generates.
23496         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
23497
23498 2007-11-12  Bruno Haible  <bruno@clisp.org>
23499
23500         Tests for Unicode character classification functions.
23501
23502         * modules/unictype/bidicategory-byname-tests: New file.
23503         * modules/unictype/bidicategory-name-tests: New file.
23504         * modules/unictype/bidicategory-of-tests: New file.
23505         * modules/unictype/bidicategory-test-tests: New file.
23506         * modules/unictype/block-list-tests: New file.
23507         * modules/unictype/block-of-tests: New file.
23508         * modules/unictype/block-test-tests: New file.
23509         * modules/unictype/category-C-tests: New file.
23510         * modules/unictype/category-Cc-tests: New file.
23511         * modules/unictype/category-Cf-tests: New file.
23512         * modules/unictype/category-Cn-tests: New file.
23513         * modules/unictype/category-Co-tests: New file.
23514         * modules/unictype/category-Cs-tests: New file.
23515         * modules/unictype/category-L-tests: New file.
23516         * modules/unictype/category-Ll-tests: New file.
23517         * modules/unictype/category-Lm-tests: New file.
23518         * modules/unictype/category-Lo-tests: New file.
23519         * modules/unictype/category-Lt-tests: New file.
23520         * modules/unictype/category-Lu-tests: New file.
23521         * modules/unictype/category-M-tests: New file.
23522         * modules/unictype/category-Mc-tests: New file.
23523         * modules/unictype/category-Me-tests: New file.
23524         * modules/unictype/category-Mn-tests: New file.
23525         * modules/unictype/category-N-tests: New file.
23526         * modules/unictype/category-Nd-tests: New file.
23527         * modules/unictype/category-Nl-tests: New file.
23528         * modules/unictype/category-No-tests: New file.
23529         * modules/unictype/category-P-tests: New file.
23530         * modules/unictype/category-Pc-tests: New file.
23531         * modules/unictype/category-Pd-tests: New file.
23532         * modules/unictype/category-Pe-tests: New file.
23533         * modules/unictype/category-Pf-tests: New file.
23534         * modules/unictype/category-Pi-tests: New file.
23535         * modules/unictype/category-Po-tests: New file.
23536         * modules/unictype/category-Ps-tests: New file.
23537         * modules/unictype/category-S-tests: New file.
23538         * modules/unictype/category-Sc-tests: New file.
23539         * modules/unictype/category-Sk-tests: New file.
23540         * modules/unictype/category-Sm-tests: New file.
23541         * modules/unictype/category-So-tests: New file.
23542         * modules/unictype/category-Z-tests: New file.
23543         * modules/unictype/category-Zl-tests: New file.
23544         * modules/unictype/category-Zp-tests: New file.
23545         * modules/unictype/category-Zs-tests: New file.
23546         * modules/unictype/category-and-not-tests: New file.
23547         * modules/unictype/category-and-tests: New file.
23548         * modules/unictype/category-byname-tests: New file.
23549         * modules/unictype/category-name-tests: New file.
23550         * modules/unictype/category-none-tests: New file.
23551         * modules/unictype/category-of-tests: New file.
23552         * modules/unictype/category-or-tests: New file.
23553         * modules/unictype/category-test-withtable-tests: New file.
23554         * modules/unictype/combining-class-tests: New file.
23555         * modules/unictype/ctype-alnum-tests: New file.
23556         * modules/unictype/ctype-alpha-tests: New file.
23557         * modules/unictype/ctype-blank-tests: New file.
23558         * modules/unictype/ctype-cntrl-tests: New file.
23559         * modules/unictype/ctype-digit-tests: New file.
23560         * modules/unictype/ctype-graph-tests: New file.
23561         * modules/unictype/ctype-lower-tests: New file.
23562         * modules/unictype/ctype-print-tests: New file.
23563         * modules/unictype/ctype-punct-tests: New file.
23564         * modules/unictype/ctype-space-tests: New file.
23565         * modules/unictype/ctype-upper-tests: New file.
23566         * modules/unictype/ctype-xdigit-tests: New file.
23567         * modules/unictype/decimal-digit-tests: New file.
23568         * modules/unictype/digit-tests: New file.
23569         * modules/unictype/mirror-tests: New file.
23570         * modules/unictype/numeric-tests: New file.
23571         * modules/unictype/property-alphabetic-tests: New file.
23572         * modules/unictype/property-ascii-hex-digit-tests: New file.
23573         * modules/unictype/property-bidi-arabic-digit-tests: New file.
23574         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
23575         * modules/unictype/property-bidi-block-separator-tests: New file.
23576         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
23577         * modules/unictype/property-bidi-common-separator-tests: New file.
23578         * modules/unictype/property-bidi-control-tests: New file.
23579         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
23580         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
23581         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
23582         * modules/unictype/property-bidi-european-digit-tests: New file.
23583         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
23584         * modules/unictype/property-bidi-left-to-right-tests: New file.
23585         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
23586         * modules/unictype/property-bidi-other-neutral-tests: New file.
23587         * modules/unictype/property-bidi-pdf-tests: New file.
23588         * modules/unictype/property-bidi-segment-separator-tests: New file.
23589         * modules/unictype/property-bidi-whitespace-tests: New file.
23590         * modules/unictype/property-byname-tests: New file.
23591         * modules/unictype/property-combining-tests: New file.
23592         * modules/unictype/property-composite-tests: New file.
23593         * modules/unictype/property-currency-symbol-tests: New file.
23594         * modules/unictype/property-dash-tests: New file.
23595         * modules/unictype/property-decimal-digit-tests: New file.
23596         * modules/unictype/property-default-ignorable-code-point-tests: New file.
23597         * modules/unictype/property-deprecated-tests: New file.
23598         * modules/unictype/property-diacritic-tests: New file.
23599         * modules/unictype/property-extender-tests: New file.
23600         * modules/unictype/property-format-control-tests: New file.
23601         * modules/unictype/property-grapheme-base-tests: New file.
23602         * modules/unictype/property-grapheme-extend-tests: New file.
23603         * modules/unictype/property-grapheme-link-tests: New file.
23604         * modules/unictype/property-hex-digit-tests: New file.
23605         * modules/unictype/property-hyphen-tests: New file.
23606         * modules/unictype/property-id-continue-tests: New file.
23607         * modules/unictype/property-id-start-tests: New file.
23608         * modules/unictype/property-ideographic-tests: New file.
23609         * modules/unictype/property-ids-binary-operator-tests: New file.
23610         * modules/unictype/property-ids-trinary-operator-tests: New file.
23611         * modules/unictype/property-ignorable-control-tests: New file.
23612         * modules/unictype/property-iso-control-tests: New file.
23613         * modules/unictype/property-join-control-tests: New file.
23614         * modules/unictype/property-left-of-pair-tests: New file.
23615         * modules/unictype/property-line-separator-tests: New file.
23616         * modules/unictype/property-logical-order-exception-tests: New file.
23617         * modules/unictype/property-lowercase-tests: New file.
23618         * modules/unictype/property-math-tests: New file.
23619         * modules/unictype/property-non-break-tests: New file.
23620         * modules/unictype/property-not-a-character-tests: New file.
23621         * modules/unictype/property-numeric-tests: New file.
23622         * modules/unictype/property-other-alphabetic-tests: New file.
23623         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
23624         * modules/unictype/property-other-grapheme-extend-tests: New file.
23625         * modules/unictype/property-other-id-continue-tests: New file.
23626         * modules/unictype/property-other-id-start-tests: New file.
23627         * modules/unictype/property-other-lowercase-tests: New file.
23628         * modules/unictype/property-other-math-tests: New file.
23629         * modules/unictype/property-other-uppercase-tests: New file.
23630         * modules/unictype/property-paired-punctuation-tests: New file.
23631         * modules/unictype/property-paragraph-separator-tests: New file.
23632         * modules/unictype/property-pattern-syntax-tests: New file.
23633         * modules/unictype/property-pattern-white-space-tests: New file.
23634         * modules/unictype/property-private-use-tests: New file.
23635         * modules/unictype/property-punctuation-tests: New file.
23636         * modules/unictype/property-quotation-mark-tests: New file.
23637         * modules/unictype/property-radical-tests: New file.
23638         * modules/unictype/property-sentence-terminal-tests: New file.
23639         * modules/unictype/property-soft-dotted-tests: New file.
23640         * modules/unictype/property-space-tests: New file.
23641         * modules/unictype/property-terminal-punctuation-tests: New file.
23642         * modules/unictype/property-test-tests: New file.
23643         * modules/unictype/property-titlecase-tests: New file.
23644         * modules/unictype/property-unassigned-code-value-tests: New file.
23645         * modules/unictype/property-unified-ideograph-tests: New file.
23646         * modules/unictype/property-uppercase-tests: New file.
23647         * modules/unictype/property-variation-selector-tests: New file.
23648         * modules/unictype/property-white-space-tests: New file.
23649         * modules/unictype/property-xid-continue-tests: New file.
23650         * modules/unictype/property-xid-start-tests: New file.
23651         * modules/unictype/property-zero-width-tests: New file.
23652         * modules/unictype/scripts-tests: New file.
23653         * modules/unictype/syntax-c-ident-tests: New file.
23654         * modules/unictype/syntax-c-whitespace-tests: New file.
23655         * modules/unictype/syntax-java-ident-tests: New file.
23656         * modules/unictype/syntax-java-whitespace-tests: New file.
23657         * tests/unictype/test-bidi_byname.c: New file.
23658         * tests/unictype/test-bidi_name.c: New file.
23659         * tests/unictype/test-bidi_of.c: New file.
23660         * tests/unictype/test-bidi_test.c: New file.
23661         * tests/unictype/test-block_list.c: New file.
23662         * tests/unictype/test-block_of.c: New file.
23663         * tests/unictype/test-block_test.c: New file.
23664         * tests/unictype/test-categ_and.c: New file.
23665         * tests/unictype/test-categ_and_not.c: New file.
23666         * tests/unictype/test-categ_byname.c: New file.
23667         * tests/unictype/test-categ_name.c: New file.
23668         * tests/unictype/test-categ_none.c: New file.
23669         * tests/unictype/test-categ_of.c: New file.
23670         * tests/unictype/test-categ_or.c: New file.
23671         * tests/unictype/test-categ_test_withtable.c: New file.
23672         * tests/unictype/test-combining.c: New file.
23673         * tests/unictype/test-decdigit.c: New file.
23674         * tests/unictype/test-digit.c: New file.
23675         * tests/unictype/test-mirror.c: New file.
23676         * tests/unictype/test-numeric.c: New file.
23677         * tests/unictype/test-pr_byname.c: New file.
23678         * tests/unictype/test-pr_test.c: New file.
23679         * tests/unictype/test-predicate-part1.h: New file.
23680         * tests/unictype/test-predicate-part2.h: New file.
23681         * tests/unictype/test-scripts.c: New file.
23682         * tests/unictype/test-sy_c_ident.c: New file.
23683         * tests/unictype/test-sy_java_ident.c: New file.
23684
23685         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
23686         for Unicode 5.0.0.
23687         * tests/unictype/test-categ_Cc.c: Likewise.
23688         * tests/unictype/test-categ_Cf.c: Likewise.
23689         * tests/unictype/test-categ_Cn.c: Likewise.
23690         * tests/unictype/test-categ_Co.c: Likewise.
23691         * tests/unictype/test-categ_Cs.c: Likewise.
23692         * tests/unictype/test-categ_L.c: Likewise.
23693         * tests/unictype/test-categ_Ll.c: Likewise.
23694         * tests/unictype/test-categ_Lm.c: Likewise.
23695         * tests/unictype/test-categ_Lo.c: Likewise.
23696         * tests/unictype/test-categ_Lt.c: Likewise.
23697         * tests/unictype/test-categ_Lu.c: Likewise.
23698         * tests/unictype/test-categ_M.c: Likewise.
23699         * tests/unictype/test-categ_Mc.c: Likewise.
23700         * tests/unictype/test-categ_Me.c: Likewise.
23701         * tests/unictype/test-categ_Mn.c: Likewise.
23702         * tests/unictype/test-categ_N.c: Likewise.
23703         * tests/unictype/test-categ_Nd.c: Likewise.
23704         * tests/unictype/test-categ_Nl.c: Likewise.
23705         * tests/unictype/test-categ_No.c: Likewise.
23706         * tests/unictype/test-categ_P.c: Likewise.
23707         * tests/unictype/test-categ_Pc.c: Likewise.
23708         * tests/unictype/test-categ_Pd.c: Likewise.
23709         * tests/unictype/test-categ_Pe.c: Likewise.
23710         * tests/unictype/test-categ_Pf.c: Likewise.
23711         * tests/unictype/test-categ_Pi.c: Likewise.
23712         * tests/unictype/test-categ_Po.c: Likewise.
23713         * tests/unictype/test-categ_Ps.c: Likewise.
23714         * tests/unictype/test-categ_S.c: Likewise.
23715         * tests/unictype/test-categ_Sc.c: Likewise.
23716         * tests/unictype/test-categ_Sk.c: Likewise.
23717         * tests/unictype/test-categ_Sm.c: Likewise.
23718         * tests/unictype/test-categ_So.c: Likewise.
23719         * tests/unictype/test-categ_Z.c: Likewise.
23720         * tests/unictype/test-categ_Zl.c: Likewise.
23721         * tests/unictype/test-categ_Zp.c: Likewise.
23722         * tests/unictype/test-categ_Zs.c: Likewise.
23723         * tests/unictype/test-ctype_alnum.c: Likewise.
23724         * tests/unictype/test-ctype_alpha.c: Likewise.
23725         * tests/unictype/test-ctype_blank.c: Likewise.
23726         * tests/unictype/test-ctype_cntrl.c: Likewise.
23727         * tests/unictype/test-ctype_digit.c: Likewise.
23728         * tests/unictype/test-ctype_graph.c: Likewise.
23729         * tests/unictype/test-ctype_lower.c: Likewise.
23730         * tests/unictype/test-ctype_print.c: Likewise.
23731         * tests/unictype/test-ctype_punct.c: Likewise.
23732         * tests/unictype/test-ctype_space.c: Likewise.
23733         * tests/unictype/test-ctype_upper.c: Likewise.
23734         * tests/unictype/test-ctype_xdigit.c: Likewise.
23735         * tests/unictype/test-decdigit.h: Likewise.
23736         * tests/unictype/test-digit.h: Likewise.
23737         * tests/unictype/test-numeric.h: Likewise.
23738         * tests/unictype/test-pr_alphabetic.c: Likewise.
23739         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
23740         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
23741         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
23742         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
23743         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
23744         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
23745         * tests/unictype/test-pr_bidi_control.c: Likewise.
23746         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
23747         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
23748         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
23749         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
23750         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
23751         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
23752         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
23753         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
23754         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
23755         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
23756         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
23757         * tests/unictype/test-pr_combining.c: Likewise.
23758         * tests/unictype/test-pr_composite.c: Likewise.
23759         * tests/unictype/test-pr_currency_symbol.c: Likewise.
23760         * tests/unictype/test-pr_dash.c: Likewise.
23761         * tests/unictype/test-pr_decimal_digit.c: Likewise.
23762         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
23763         * tests/unictype/test-pr_deprecated.c: Likewise.
23764         * tests/unictype/test-pr_diacritic.c: Likewise.
23765         * tests/unictype/test-pr_extender.c: Likewise.
23766         * tests/unictype/test-pr_format_control.c: Likewise.
23767         * tests/unictype/test-pr_grapheme_base.c: Likewise.
23768         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
23769         * tests/unictype/test-pr_grapheme_link.c: Likewise.
23770         * tests/unictype/test-pr_hex_digit.c: Likewise.
23771         * tests/unictype/test-pr_hyphen.c: Likewise.
23772         * tests/unictype/test-pr_id_continue.c: Likewise.
23773         * tests/unictype/test-pr_id_start.c: Likewise.
23774         * tests/unictype/test-pr_ideographic.c: Likewise.
23775         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
23776         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
23777         * tests/unictype/test-pr_ignorable_control.c: Likewise.
23778         * tests/unictype/test-pr_iso_control.c: Likewise.
23779         * tests/unictype/test-pr_join_control.c: Likewise.
23780         * tests/unictype/test-pr_left_of_pair.c: Likewise.
23781         * tests/unictype/test-pr_line_separator.c: Likewise.
23782         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
23783         * tests/unictype/test-pr_lowercase.c: Likewise.
23784         * tests/unictype/test-pr_math.c: Likewise.
23785         * tests/unictype/test-pr_non_break.c: Likewise.
23786         * tests/unictype/test-pr_not_a_character.c: Likewise.
23787         * tests/unictype/test-pr_numeric.c: Likewise.
23788         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
23789         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
23790         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
23791         * tests/unictype/test-pr_other_id_continue.c: Likewise.
23792         * tests/unictype/test-pr_other_id_start.c: Likewise.
23793         * tests/unictype/test-pr_other_lowercase.c: Likewise.
23794         * tests/unictype/test-pr_other_math.c: Likewise.
23795         * tests/unictype/test-pr_other_uppercase.c: Likewise.
23796         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
23797         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
23798         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
23799         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
23800         * tests/unictype/test-pr_private_use.c: Likewise.
23801         * tests/unictype/test-pr_punctuation.c: Likewise.
23802         * tests/unictype/test-pr_quotation_mark.c: Likewise.
23803         * tests/unictype/test-pr_radical.c: Likewise.
23804         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
23805         * tests/unictype/test-pr_soft_dotted.c: Likewise.
23806         * tests/unictype/test-pr_space.c: Likewise.
23807         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
23808         * tests/unictype/test-pr_titlecase.c: Likewise.
23809         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
23810         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
23811         * tests/unictype/test-pr_uppercase.c: Likewise.
23812         * tests/unictype/test-pr_variation_selector.c: Likewise.
23813         * tests/unictype/test-pr_white_space.c: Likewise.
23814         * tests/unictype/test-pr_xid_continue.c: Likewise.
23815         * tests/unictype/test-pr_xid_start.c: Likewise.
23816         * tests/unictype/test-pr_zero_width.c: Likewise.
23817         * tests/unictype/test-sy_c_whitespace.c: Likewise.
23818         * tests/unictype/test-sy_java_whitespace.c: Likewise.
23819
23820 2007-11-12  Bruno Haible  <bruno@clisp.org>
23821
23822         Unicode character classification functions.
23823         * lib/unictype.h: New file.
23824         * modules/unictype/base: New file.
23825         * modules/unictype/category-L: New file.
23826         * modules/unictype/category-Lu: New file.
23827         * modules/unictype/category-Ll: New file.
23828         * modules/unictype/category-Lt: New file.
23829         * modules/unictype/category-Lm: New file.
23830         * modules/unictype/category-Lo: New file.
23831         * modules/unictype/category-M: New file.
23832         * modules/unictype/category-Mn: New file.
23833         * modules/unictype/category-Mc: New file.
23834         * modules/unictype/category-Me: New file.
23835         * modules/unictype/category-N: New file.
23836         * modules/unictype/category-Nd: New file.
23837         * modules/unictype/category-Nl: New file.
23838         * modules/unictype/category-No: New file.
23839         * modules/unictype/category-P: New file.
23840         * modules/unictype/category-Pc: New file.
23841         * modules/unictype/category-Pd: New file.
23842         * modules/unictype/category-Ps: New file.
23843         * modules/unictype/category-Pe: New file.
23844         * modules/unictype/category-Pi: New file.
23845         * modules/unictype/category-Pf: New file.
23846         * modules/unictype/category-Po: New file.
23847         * modules/unictype/category-S: New file.
23848         * modules/unictype/category-Sm: New file.
23849         * modules/unictype/category-Sc: New file.
23850         * modules/unictype/category-Sk: New file.
23851         * modules/unictype/category-So: New file.
23852         * modules/unictype/category-Z: New file.
23853         * modules/unictype/category-Zs: New file.
23854         * modules/unictype/category-Zl: New file.
23855         * modules/unictype/category-Zp: New file.
23856         * modules/unictype/category-C: New file.
23857         * modules/unictype/category-Cc: New file.
23858         * modules/unictype/category-Cf: New file.
23859         * modules/unictype/category-Cs: New file.
23860         * modules/unictype/category-Co: New file.
23861         * modules/unictype/category-Cn: New file.
23862         * modules/unictype/category-or: New file.
23863         * modules/unictype/category-of: New file.
23864         * modules/unictype/category-test: New file.
23865         * modules/unictype/category-test-withtable: New file.
23866         * modules/unictype/category-byname: New file.
23867         * modules/unictype/category-none: New file.
23868         * modules/unictype/category-and: New file.
23869         * modules/unictype/category-and-not: New file.
23870         * modules/unictype/category-name: New file.
23871         * modules/unictype/combining-class: New file.
23872         * modules/unictype/category-all: New file.
23873         * modules/unictype/bidicategory-all: New file.
23874         * modules/unictype/bidicategory-byname: New file.
23875         * modules/unictype/bidicategory-name: New file.
23876         * modules/unictype/bidicategory-of: New file.
23877         * modules/unictype/bidicategory-test: New file.
23878         * modules/unictype/decimal-digit: New file.
23879         * modules/unictype/digit: New file.
23880         * modules/unictype/numeric: New file.
23881         * modules/unictype/mirror: New file.
23882         * modules/unictype/property-white-space: New file.
23883         * modules/unictype/property-alphabetic: New file.
23884         * modules/unictype/property-other-alphabetic: New file.
23885         * modules/unictype/property-not-a-character: New file.
23886         * modules/unictype/property-default-ignorable-code-point: New file.
23887         * modules/unictype/property-other-default-ignorable-code-point: New
23888         file.
23889         * modules/unictype/property-deprecated: New file.
23890         * modules/unictype/property-logical-order-exception: New file.
23891         * modules/unictype/property-variation-selector: New file.
23892         * modules/unictype/property-private-use: New file.
23893         * modules/unictype/property-unassigned-code-value: New file.
23894         * modules/unictype/property-uppercase: New file.
23895         * modules/unictype/property-other-uppercase: New file.
23896         * modules/unictype/property-lowercase: New file.
23897         * modules/unictype/property-other-lowercase: New file.
23898         * modules/unictype/property-titlecase: New file.
23899         * modules/unictype/property-soft-dotted: New file.
23900         * modules/unictype/property-id-start: New file.
23901         * modules/unictype/property-other-id-start: New file.
23902         * modules/unictype/property-id-continue: New file.
23903         * modules/unictype/property-other-id-continue: New file.
23904         * modules/unictype/property-xid-start: New file.
23905         * modules/unictype/property-xid-continue: New file.
23906         * modules/unictype/property-pattern-white-space: New file.
23907         * modules/unictype/property-pattern-syntax: New file.
23908         * modules/unictype/property-join-control: New file.
23909         * modules/unictype/property-grapheme-base: New file.
23910         * modules/unictype/property-grapheme-extend: New file.
23911         * modules/unictype/property-other-grapheme-extend: New file.
23912         * modules/unictype/property-grapheme-link: New file.
23913         * modules/unictype/property-bidi-control: New file.
23914         * modules/unictype/property-bidi-left-to-right: New file.
23915         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
23916         * modules/unictype/property-bidi-arabic-right-to-left: New file.
23917         * modules/unictype/property-bidi-european-digit: New file.
23918         * modules/unictype/property-bidi-eur-num-separator: New file.
23919         * modules/unictype/property-bidi-eur-num-terminator: New file.
23920         * modules/unictype/property-bidi-arabic-digit: New file.
23921         * modules/unictype/property-bidi-common-separator: New file.
23922         * modules/unictype/property-bidi-block-separator: New file.
23923         * modules/unictype/property-bidi-segment-separator: New file.
23924         * modules/unictype/property-bidi-whitespace: New file.
23925         * modules/unictype/property-bidi-non-spacing-mark: New file.
23926         * modules/unictype/property-bidi-boundary-neutral: New file.
23927         * modules/unictype/property-bidi-pdf: New file.
23928         * modules/unictype/property-bidi-embedding-or-override: New file.
23929         * modules/unictype/property-bidi-other-neutral: New file.
23930         * modules/unictype/property-hex-digit: New file.
23931         * modules/unictype/property-ascii-hex-digit: New file.
23932         * modules/unictype/property-ideographic: New file.
23933         * modules/unictype/property-unified-ideograph: New file.
23934         * modules/unictype/property-radical: New file.
23935         * modules/unictype/property-ids-binary-operator: New file.
23936         * modules/unictype/property-ids-trinary-operator: New file.
23937         * modules/unictype/property-zero-width: New file.
23938         * modules/unictype/property-space: New file.
23939         * modules/unictype/property-non-break: New file.
23940         * modules/unictype/property-iso-control: New file.
23941         * modules/unictype/property-format-control: New file.
23942         * modules/unictype/property-dash: New file.
23943         * modules/unictype/property-hyphen: New file.
23944         * modules/unictype/property-punctuation: New file.
23945         * modules/unictype/property-line-separator: New file.
23946         * modules/unictype/property-paragraph-separator: New file.
23947         * modules/unictype/property-quotation-mark: New file.
23948         * modules/unictype/property-sentence-terminal: New file.
23949         * modules/unictype/property-terminal-punctuation: New file.
23950         * modules/unictype/property-currency-symbol: New file.
23951         * modules/unictype/property-math: New file.
23952         * modules/unictype/property-other-math: New file.
23953         * modules/unictype/property-paired-punctuation: New file.
23954         * modules/unictype/property-left-of-pair: New file.
23955         * modules/unictype/property-combining: New file.
23956         * modules/unictype/property-composite: New file.
23957         * modules/unictype/property-decimal-digit: New file.
23958         * modules/unictype/property-numeric: New file.
23959         * modules/unictype/property-diacritic: New file.
23960         * modules/unictype/property-extender: New file.
23961         * modules/unictype/property-ignorable-control: New file.
23962         * modules/unictype/property-test: New file.
23963         * modules/unictype/property-byname: New file.
23964         * modules/unictype/property-all: New file.
23965         * modules/unictype/scripts: New file.
23966         * modules/unictype/scripts-all: New file.
23967         * modules/unictype/block-of: New file.
23968         * modules/unictype/block-test: New file.
23969         * modules/unictype/block-list: New file.
23970         * modules/unictype/block-all: New file.
23971         * modules/unictype/syntax-c-whitespace: New file.
23972         * modules/unictype/syntax-java-whitespace: New file.
23973         * modules/unictype/syntax-c-ident: New file.
23974         * modules/unictype/syntax-java-ident: New file.
23975         * modules/unictype/ctype-alnum: New file.
23976         * modules/unictype/ctype-alpha: New file.
23977         * modules/unictype/ctype-cntrl: New file.
23978         * modules/unictype/ctype-digit: New file.
23979         * modules/unictype/ctype-graph: New file.
23980         * modules/unictype/ctype-lower: New file.
23981         * modules/unictype/ctype-print: New file.
23982         * modules/unictype/ctype-punct: New file.
23983         * modules/unictype/ctype-space: New file.
23984         * modules/unictype/ctype-upper: New file.
23985         * modules/unictype/ctype-xdigit: New file.
23986         * modules/unictype/ctype-blank: New file.
23987         * lib/unictype/bidi_byname.c: New file.
23988         * lib/unictype/bidi_name.c: New file.
23989         * lib/unictype/bidi_of.c: New file.
23990         * lib/unictype/bidi_test.c: New file.
23991         * lib/unictype/bitmap.h: New file.
23992         * lib/unictype/block_test.c: New file.
23993         * lib/unictype/blocks.c: New file.
23994         * lib/unictype/categ_C.c: New file.
23995         * lib/unictype/categ_Cc.c: New file.
23996         * lib/unictype/categ_Cf.c: New file.
23997         * lib/unictype/categ_Cn.c: New file.
23998         * lib/unictype/categ_Co.c: New file.
23999         * lib/unictype/categ_Cs.c: New file.
24000         * lib/unictype/categ_L.c: New file.
24001         * lib/unictype/categ_Ll.c: New file.
24002         * lib/unictype/categ_Lm.c: New file.
24003         * lib/unictype/categ_Lo.c: New file.
24004         * lib/unictype/categ_Lt.c: New file.
24005         * lib/unictype/categ_Lu.c: New file.
24006         * lib/unictype/categ_M.c: New file.
24007         * lib/unictype/categ_Mc.c: New file.
24008         * lib/unictype/categ_Me.c: New file.
24009         * lib/unictype/categ_Mn.c: New file.
24010         * lib/unictype/categ_N.c: New file.
24011         * lib/unictype/categ_Nd.c: New file.
24012         * lib/unictype/categ_Nl.c: New file.
24013         * lib/unictype/categ_No.c: New file.
24014         * lib/unictype/categ_P.c: New file.
24015         * lib/unictype/categ_Pc.c: New file.
24016         * lib/unictype/categ_Pd.c: New file.
24017         * lib/unictype/categ_Pe.c: New file.
24018         * lib/unictype/categ_Pf.c: New file.
24019         * lib/unictype/categ_Pi.c: New file.
24020         * lib/unictype/categ_Po.c: New file.
24021         * lib/unictype/categ_Ps.c: New file.
24022         * lib/unictype/categ_S.c: New file.
24023         * lib/unictype/categ_Sc.c: New file.
24024         * lib/unictype/categ_Sk.c: New file.
24025         * lib/unictype/categ_Sm.c: New file.
24026         * lib/unictype/categ_So.c: New file.
24027         * lib/unictype/categ_Z.c: New file.
24028         * lib/unictype/categ_Zl.c: New file.
24029         * lib/unictype/categ_Zp.c: New file.
24030         * lib/unictype/categ_Zs.c: New file.
24031         * lib/unictype/categ_and.c: New file.
24032         * lib/unictype/categ_and_not.c: New file.
24033         * lib/unictype/categ_byname.c: New file.
24034         * lib/unictype/categ_name.c: New file.
24035         * lib/unictype/categ_none.c: New file.
24036         * lib/unictype/categ_of.c: New file.
24037         * lib/unictype/categ_or.c: New file.
24038         * lib/unictype/categ_test.c: New file.
24039         * lib/unictype/combining.c: New file.
24040         * lib/unictype/ctype_alnum.c: New file.
24041         * lib/unictype/ctype_alpha.c: New file.
24042         * lib/unictype/ctype_blank.c: New file.
24043         * lib/unictype/ctype_cntrl.c: New file.
24044         * lib/unictype/ctype_digit.c: New file.
24045         * lib/unictype/ctype_graph.c: New file.
24046         * lib/unictype/ctype_lower.c: New file.
24047         * lib/unictype/ctype_print.c: New file.
24048         * lib/unictype/ctype_punct.c: New file.
24049         * lib/unictype/ctype_space.c: New file.
24050         * lib/unictype/ctype_upper.c: New file.
24051         * lib/unictype/ctype_xdigit.c: New file.
24052         * lib/unictype/decdigit.c: New file.
24053         * lib/unictype/digit.c: New file.
24054         * lib/unictype/identsyntaxmap.h: New file.
24055         * lib/unictype/mirror.c: New file.
24056         * lib/unictype/numeric.c: New file.
24057         * lib/unictype/pr_alphabetic.c: New file.
24058         * lib/unictype/pr_ascii_hex_digit.c: New file.
24059         * lib/unictype/pr_bidi_arabic_digit.c: New file.
24060         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
24061         * lib/unictype/pr_bidi_block_separator.c: New file.
24062         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
24063         * lib/unictype/pr_bidi_common_separator.c: New file.
24064         * lib/unictype/pr_bidi_control.c: New file.
24065         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
24066         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
24067         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
24068         * lib/unictype/pr_bidi_european_digit.c: New file.
24069         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
24070         * lib/unictype/pr_bidi_left_to_right.c: New file.
24071         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
24072         * lib/unictype/pr_bidi_other_neutral.c: New file.
24073         * lib/unictype/pr_bidi_pdf.c: New file.
24074         * lib/unictype/pr_bidi_segment_separator.c: New file.
24075         * lib/unictype/pr_bidi_whitespace.c: New file.
24076         * lib/unictype/pr_byname.c: New file.
24077         * lib/unictype/pr_byname.gperf: New file.
24078         * lib/unictype/pr_combining.c: New file.
24079         * lib/unictype/pr_composite.c: New file.
24080         * lib/unictype/pr_currency_symbol.c: New file.
24081         * lib/unictype/pr_dash.c: New file.
24082         * lib/unictype/pr_decimal_digit.c: New file.
24083         * lib/unictype/pr_default_ignorable_code_point.c: New file.
24084         * lib/unictype/pr_deprecated.c: New file.
24085         * lib/unictype/pr_diacritic.c: New file.
24086         * lib/unictype/pr_extender.c: New file.
24087         * lib/unictype/pr_format_control.c: New file.
24088         * lib/unictype/pr_grapheme_base.c: New file.
24089         * lib/unictype/pr_grapheme_extend.c: New file.
24090         * lib/unictype/pr_grapheme_link.c: New file.
24091         * lib/unictype/pr_hex_digit.c: New file.
24092         * lib/unictype/pr_hyphen.c: New file.
24093         * lib/unictype/pr_id_continue.c: New file.
24094         * lib/unictype/pr_id_start.c: New file.
24095         * lib/unictype/pr_ideographic.c: New file.
24096         * lib/unictype/pr_ids_binary_operator.c: New file.
24097         * lib/unictype/pr_ids_trinary_operator.c: New file.
24098         * lib/unictype/pr_ignorable_control.c: New file.
24099         * lib/unictype/pr_iso_control.c: New file.
24100         * lib/unictype/pr_join_control.c: New file.
24101         * lib/unictype/pr_left_of_pair.c: New file.
24102         * lib/unictype/pr_line_separator.c: New file.
24103         * lib/unictype/pr_logical_order_exception.c: New file.
24104         * lib/unictype/pr_lowercase.c: New file.
24105         * lib/unictype/pr_math.c: New file.
24106         * lib/unictype/pr_non_break.c: New file.
24107         * lib/unictype/pr_not_a_character.c: New file.
24108         * lib/unictype/pr_numeric.c: New file.
24109         * lib/unictype/pr_other_alphabetic.c: New file.
24110         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
24111         * lib/unictype/pr_other_grapheme_extend.c: New file.
24112         * lib/unictype/pr_other_id_continue.c: New file.
24113         * lib/unictype/pr_other_id_start.c: New file.
24114         * lib/unictype/pr_other_lowercase.c: New file.
24115         * lib/unictype/pr_other_math.c: New file.
24116         * lib/unictype/pr_other_uppercase.c: New file.
24117         * lib/unictype/pr_paired_punctuation.c: New file.
24118         * lib/unictype/pr_paragraph_separator.c: New file.
24119         * lib/unictype/pr_pattern_syntax.c: New file.
24120         * lib/unictype/pr_pattern_white_space.c: New file.
24121         * lib/unictype/pr_private_use.c: New file.
24122         * lib/unictype/pr_punctuation.c: New file.
24123         * lib/unictype/pr_quotation_mark.c: New file.
24124         * lib/unictype/pr_radical.c: New file.
24125         * lib/unictype/pr_sentence_terminal.c: New file.
24126         * lib/unictype/pr_soft_dotted.c: New file.
24127         * lib/unictype/pr_space.c: New file.
24128         * lib/unictype/pr_terminal_punctuation.c: New file.
24129         * lib/unictype/pr_test.c: New file.
24130         * lib/unictype/pr_titlecase.c: New file.
24131         * lib/unictype/pr_unassigned_code_value.c: New file.
24132         * lib/unictype/pr_unified_ideograph.c: New file.
24133         * lib/unictype/pr_uppercase.c: New file.
24134         * lib/unictype/pr_variation_selector.c: New file.
24135         * lib/unictype/pr_white_space.c: New file.
24136         * lib/unictype/pr_xid_continue.c: New file.
24137         * lib/unictype/pr_xid_start.c: New file.
24138         * lib/unictype/pr_zero_width.c: New file.
24139         * lib/unictype/scripts.c: New file.
24140         * lib/unictype/sy_c_ident.c: New file.
24141         * lib/unictype/sy_c_whitespace.c: New file.
24142         * lib/unictype/sy_java_ident.c: New file.
24143         * lib/unictype/sy_java_whitespace.c: New file.
24144
24145         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
24146         Unicode 5.0.0.
24147         * lib/unictype/blocks.h: Likewise.
24148         * lib/unictype/categ_C.h: Likewise.
24149         * lib/unictype/categ_Cc.h: Likewise.
24150         * lib/unictype/categ_Cf.h: Likewise.
24151         * lib/unictype/categ_Cn.h: Likewise.
24152         * lib/unictype/categ_Co.h: Likewise.
24153         * lib/unictype/categ_Cs.h: Likewise.
24154         * lib/unictype/categ_L.h: Likewise.
24155         * lib/unictype/categ_Ll.h: Likewise.
24156         * lib/unictype/categ_Lm.h: Likewise.
24157         * lib/unictype/categ_Lo.h: Likewise.
24158         * lib/unictype/categ_Lt.h: Likewise.
24159         * lib/unictype/categ_Lu.h: Likewise.
24160         * lib/unictype/categ_M.h: Likewise.
24161         * lib/unictype/categ_Mc.h: Likewise.
24162         * lib/unictype/categ_Me.h: Likewise.
24163         * lib/unictype/categ_Mn.h: Likewise.
24164         * lib/unictype/categ_N.h: Likewise.
24165         * lib/unictype/categ_Nd.h: Likewise.
24166         * lib/unictype/categ_Nl.h: Likewise.
24167         * lib/unictype/categ_No.h: Likewise.
24168         * lib/unictype/categ_P.h: Likewise.
24169         * lib/unictype/categ_Pc.h: Likewise.
24170         * lib/unictype/categ_Pd.h: Likewise.
24171         * lib/unictype/categ_Pe.h: Likewise.
24172         * lib/unictype/categ_Pf.h: Likewise.
24173         * lib/unictype/categ_Pi.h: Likewise.
24174         * lib/unictype/categ_Po.h: Likewise.
24175         * lib/unictype/categ_Ps.h: Likewise.
24176         * lib/unictype/categ_S.h: Likewise.
24177         * lib/unictype/categ_Sc.h: Likewise.
24178         * lib/unictype/categ_Sk.h: Likewise.
24179         * lib/unictype/categ_Sm.h: Likewise.
24180         * lib/unictype/categ_So.h: Likewise.
24181         * lib/unictype/categ_Z.h: Likewise.
24182         * lib/unictype/categ_Zl.h: Likewise.
24183         * lib/unictype/categ_Zp.h: Likewise.
24184         * lib/unictype/categ_Zs.h: Likewise.
24185         * lib/unictype/categ_of.h: Likewise.
24186         * lib/unictype/combining.h: Likewise.
24187         * lib/unictype/ctype_alnum.h: Likewise.
24188         * lib/unictype/ctype_alpha.h: Likewise.
24189         * lib/unictype/ctype_blank.h: Likewise.
24190         * lib/unictype/ctype_cntrl.h: Likewise.
24191         * lib/unictype/ctype_digit.h: Likewise.
24192         * lib/unictype/ctype_graph.h: Likewise.
24193         * lib/unictype/ctype_lower.h: Likewise.
24194         * lib/unictype/ctype_print.h: Likewise.
24195         * lib/unictype/ctype_punct.h: Likewise.
24196         * lib/unictype/ctype_space.h: Likewise.
24197         * lib/unictype/ctype_upper.h: Likewise.
24198         * lib/unictype/ctype_xdigit.h: Likewise.
24199         * lib/unictype/decdigit.h: Likewise.
24200         * lib/unictype/digit.h: Likewise.
24201         * lib/unictype/mirror.h: Likewise.
24202         * lib/unictype/numeric.h: Likewise.
24203         * lib/unictype/pr_alphabetic.h: Likewise.
24204         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
24205         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
24206         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
24207         * lib/unictype/pr_bidi_block_separator.h: Likewise.
24208         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
24209         * lib/unictype/pr_bidi_common_separator.h: Likewise.
24210         * lib/unictype/pr_bidi_control.h: Likewise.
24211         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
24212         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
24213         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
24214         * lib/unictype/pr_bidi_european_digit.h: Likewise.
24215         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
24216         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
24217         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
24218         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
24219         * lib/unictype/pr_bidi_pdf.h: Likewise.
24220         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
24221         * lib/unictype/pr_bidi_whitespace.h: Likewise.
24222         * lib/unictype/pr_combining.h: Likewise.
24223         * lib/unictype/pr_composite.h: Likewise.
24224         * lib/unictype/pr_currency_symbol.h: Likewise.
24225         * lib/unictype/pr_dash.h: Likewise.
24226         * lib/unictype/pr_decimal_digit.h: Likewise.
24227         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
24228         * lib/unictype/pr_deprecated.h: Likewise.
24229         * lib/unictype/pr_diacritic.h: Likewise.
24230         * lib/unictype/pr_extender.h: Likewise.
24231         * lib/unictype/pr_format_control.h: Likewise.
24232         * lib/unictype/pr_grapheme_base.h: Likewise.
24233         * lib/unictype/pr_grapheme_extend.h: Likewise.
24234         * lib/unictype/pr_grapheme_link.h: Likewise.
24235         * lib/unictype/pr_hex_digit.h: Likewise.
24236         * lib/unictype/pr_hyphen.h: Likewise.
24237         * lib/unictype/pr_id_continue.h: Likewise.
24238         * lib/unictype/pr_id_start.h: Likewise.
24239         * lib/unictype/pr_ideographic.h: Likewise.
24240         * lib/unictype/pr_ids_binary_operator.h: Likewise.
24241         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
24242         * lib/unictype/pr_ignorable_control.h: Likewise.
24243         * lib/unictype/pr_iso_control.h: Likewise.
24244         * lib/unictype/pr_join_control.h: Likewise.
24245         * lib/unictype/pr_left_of_pair.h: Likewise.
24246         * lib/unictype/pr_line_separator.h: Likewise.
24247         * lib/unictype/pr_logical_order_exception.h: Likewise.
24248         * lib/unictype/pr_lowercase.h: Likewise.
24249         * lib/unictype/pr_math.h: Likewise.
24250         * lib/unictype/pr_non_break.h: Likewise.
24251         * lib/unictype/pr_not_a_character.h: Likewise.
24252         * lib/unictype/pr_numeric.h: Likewise.
24253         * lib/unictype/pr_other_alphabetic.h: Likewise.
24254         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
24255         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
24256         * lib/unictype/pr_other_id_continue.h: Likewise.
24257         * lib/unictype/pr_other_id_start.h: Likewise.
24258         * lib/unictype/pr_other_lowercase.h: Likewise.
24259         * lib/unictype/pr_other_math.h: Likewise.
24260         * lib/unictype/pr_other_uppercase.h: Likewise.
24261         * lib/unictype/pr_paired_punctuation.h: Likewise.
24262         * lib/unictype/pr_paragraph_separator.h: Likewise.
24263         * lib/unictype/pr_pattern_syntax.h: Likewise.
24264         * lib/unictype/pr_pattern_white_space.h: Likewise.
24265         * lib/unictype/pr_private_use.h: Likewise.
24266         * lib/unictype/pr_punctuation.h: Likewise.
24267         * lib/unictype/pr_quotation_mark.h: Likewise.
24268         * lib/unictype/pr_radical.h: Likewise.
24269         * lib/unictype/pr_sentence_terminal.h: Likewise.
24270         * lib/unictype/pr_soft_dotted.h: Likewise.
24271         * lib/unictype/pr_space.h: Likewise.
24272         * lib/unictype/pr_terminal_punctuation.h: Likewise.
24273         * lib/unictype/pr_titlecase.h: Likewise.
24274         * lib/unictype/pr_unassigned_code_value.h: Likewise.
24275         * lib/unictype/pr_unified_ideograph.h: Likewise.
24276         * lib/unictype/pr_uppercase.h: Likewise.
24277         * lib/unictype/pr_variation_selector.h: Likewise.
24278         * lib/unictype/pr_white_space.h: Likewise.
24279         * lib/unictype/pr_xid_continue.h: Likewise.
24280         * lib/unictype/pr_xid_start.h: Likewise.
24281         * lib/unictype/pr_zero_width.h: Likewise.
24282         * lib/unictype/scripts.h: Likewise.
24283         * lib/unictype/scripts_byname.gperf: Likewise.
24284         * lib/unictype/sy_c_ident.h: Likewise.
24285         * lib/unictype/sy_c_whitespace.h: Likewise.
24286         * lib/unictype/sy_java_ident.h: Likewise.
24287         * lib/unictype/sy_java_whitespace.h: Likewise.
24288
24289         * lib/unictype/Makefile: New file.
24290         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
24291         glibc.
24292         * lib/unictype/3level.h: New file, copied from glibc.
24293         * lib/unictype/3levelbit.h: New file.
24294
24295 2007-11-11  Bruno Haible  <bruno@clisp.org>
24296
24297         * modules/gperf: New file.
24298         * modules/iconv_open (Depends-on): Add it.
24299         (Makefile.am): Remove the GPERF definition.
24300
24301 2007-11-11  Bruno Haible  <bruno@clisp.org>
24302
24303         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
24304         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
24305
24306 2007-11-11  Bruno Haible  <bruno@clisp.org>
24307
24308         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
24309         (usage): Remove function.
24310
24311 2007-11-11  Bruno Haible  <bruno@clisp.org>
24312
24313         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
24314         gl_FUNC_CEILF_LIBS.
24315         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
24316         gl_FUNC_CEIL_LIBS.
24317         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
24318         gl_FUNC_CEILL_LIBS.
24319         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
24320         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
24321         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
24322
24323 2007-11-11  Bruno Haible  <bruno@clisp.org>
24324
24325         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
24326         roundf were declared but do not exist on functions.
24327         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
24328         roundl were declared but do not exist on functions.
24329         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
24330         HAVE_FLOORL_AND_CEILL, respectively.
24331         Needed for Sun C on Solaris 10.
24332
24333 2007-11-11  Bruno Haible  <bruno@clisp.org>
24334
24335         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
24336         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
24337         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
24338         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
24339         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
24340         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
24341         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
24342         HAVE_DECL_ROUNDF.
24343         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
24344         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
24345         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
24346         of HAVE_DECL_ROUND*.
24347         * modules/math (Makefile.am): Update.
24348
24349 2007-11-10  Bruno Haible  <bruno@clisp.org>
24350
24351         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
24352         ptrdiff_t as m4/intl.m4.
24353
24354 2007-11-10  Jim Meyering  <meyering@redhat.com>
24355
24356         Avoid link failure for the argmatch test.
24357         * tests/test-argmatch.c (usage): Define function to avoid a link
24358         failure: argmatch_die requires a usage function.
24359
24360 2007-11-09  Bruno Haible  <bruno@clisp.org>
24361
24362         * doc/functions/snprintf.texi: Mention BeOS deficiency.
24363         * doc/functions/vsnprintf.texi: Likewise.
24364         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
24365         with a size argument < 2.
24366
24367 2007-11-09  Bruno Haible  <bruno@clisp.org>
24368
24369         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
24370         buffer. Fixes an inefficiency introduced on 2007-11-03.
24371
24372 2007-11-09  Bruno Haible  <bruno@clisp.org>
24373
24374         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
24375         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
24376
24377 2007-11-08  Jim Meyering  <meyering@redhat.com>
24378
24379         Change cache variable name prefix "jm_" to "gl_" everywhere.
24380         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
24381         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
24382         * m4/uptime.m4: s/gl_/jm_/
24383
24384 2007-11-07  Bruno Haible  <bruno@clisp.org>
24385
24386         Update to GNU gettext 0.17.
24387         * m4/intl.m4: Update to GNU gettext 0.17.
24388         * m4/po.m4: Likewise.
24389         * modules/gettext (Files): Remove m4/ulonglong.m4.
24390         (configure.ac): Require gettext infrastructure from version 0.17.
24391
24392 2007-11-06  Bruno Haible  <bruno@clisp.org>
24393
24394         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
24395         symbolic values are not defined in a public header.
24396         * lib/freadable.c (freadable) [QNX]: Likewise.
24397         * lib/freadahead.c (freadahead) [QNX]: Likewise.
24398         * lib/freading.c (freading) [QNX]: Likewise.
24399         * lib/fseterr.c (fseterr) [QNX]: Likewise.
24400         * lib/fwritable.c (fwritable) [QNX]: Likewise.
24401         * lib/fwriting.c (fwriting) [QNX]: Likewise.
24402         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
24403         Reported by Alain Magloire.
24404
24405         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
24406
24407 2007-11-05  Bruno Haible  <bruno@clisp.org>
24408
24409         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
24410         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
24411         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
24412         Reported by Eric Blake.
24413
24414 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24415             Bruno Haible  <bruno@clisp.org>
24416
24417         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
24418         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
24419         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
24420         (malloc): Undefine also before including <stdlib.h>.
24421         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
24422         Needed on OSF/1 4.0.
24423
24424 2007-11-05  Jim Meyering  <meyering@redhat.com>
24425
24426         git-version-gen: sync from coreutils.
24427         * build-aux/git-version-gen: Add comments.
24428         Change the first '-' to '.' in the snapshot version string,
24429         e.g., 6.9-377-08144 -> 6.9.377-08144
24430         Remove first parameter.
24431         Don't declare a version "-dirty" merely because a time
24432         stamp has changed.
24433
24434 2007-11-04  Bruno Haible  <bruno@clisp.org>
24435
24436         * lib/lock.h: Protect all macro definitions containing an 'if'
24437         statement through a "do { ... } while (0)".
24438         * lib/tls.h: Likewise.
24439
24440 2007-11-04  Bruno Haible  <bruno@clisp.org>
24441
24442         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
24443
24444 2007-11-04  Bruno Haible  <bruno@clisp.org>
24445
24446         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
24447         * modules/fprintf-posix (Depends-on): Add nocrash.
24448         * modules/snprintf-posix (Depends-on): Likewise.
24449         * modules/sprintf-posix (Depends-on): Likewise.
24450         * modules/vasnprintf-posix (Depends-on): Likewise.
24451         * modules/vasprintf-posix (Depends-on): Likewise.
24452         * modules/vfprintf-posix (Depends-on): Likewise.
24453         * modules/vsnprintf-posix (Depends-on): Likewise.
24454         * modules/vsprintf-posix (Depends-on): Likewise.
24455         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
24456         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
24457         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
24458         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
24459         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
24460         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
24461         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
24462
24463 2007-11-04  Bruno Haible  <bruno@clisp.org>
24464
24465         * modules/nocrash: New file.
24466         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
24467         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
24468
24469 2007-11-04  Bruno Haible  <bruno@clisp.org>
24470
24471         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
24472         precision handling.
24473         * tests/test-vasprintf-posix.c (test_function): Likewise.
24474         * tests/test-snprintf-posix.h (test_function): Likewise.
24475         * tests/test-sprintf-posix.h (test_function): Likewise.
24476
24477         Fix *printf behaviour for large precisions on mingw and BeOS.
24478         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
24479         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
24480         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
24481         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
24482         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24483         gl_PRINTF_PRECISION and test its result. Invoke
24484         gl_PREREQ_VASNPRINTF_PRECISION.
24485         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24486         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24487         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24488         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24489         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24490         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24491         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24492         * doc/functions/fprintf.texi: Update.
24493         * doc/functions/printf.texi: Update.
24494         * doc/functions/snprintf.texi: Update.
24495         * doc/functions/sprintf.texi: Update.
24496         * doc/functions/vfprintf.texi: Update.
24497         * doc/functions/vprintf.texi: Update.
24498         * doc/functions/vsnprintf.texi: Update.
24499         * doc/functions/vsprintf.texi: Update.
24500
24501 2007-11-04  Bruno Haible  <bruno@clisp.org>
24502
24503         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
24504
24505 2007-11-04  Bruno Haible  <bruno@clisp.org>
24506
24507         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
24508         Reported by Sylvain Beucler <beuc@gnu.org>.
24509
24510 2007-11-03  Bruno Haible  <bruno@clisp.org>
24511
24512         * tests/test-fprintf-posix2.sh: New file.
24513         * tests/test-fprintf-posix2.c: New file.
24514         * modules/fprintf-posix-tests (Files): Add them.
24515         (TESTS): Add test-fprintf-posix2.sh.
24516         (configure.ac): Check for getrlimit and setrlimit.
24517         (check_PROGRAMS): Add test-fprintf-posix2.
24518
24519         * tests/test-printf-posix2.sh: New file.
24520         * tests/test-printf-posix2.c: New file.
24521         * modules/printf-posix-tests (Files): Add them.
24522         (TESTS): Add test-printf-posix2.sh.
24523         (configure.ac): Check for getrlimit and setrlimit.
24524         (check_PROGRAMS): Add test-printf-posix2.
24525
24526         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
24527         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
24528         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
24529         (decode_double): New function, copied from decode_long_double.
24530         (scale10_round_decimal_decoded): New function, extracted from
24531         scale10_round_decimal_long_double.
24532         (scale10_round_decimal_long_double): Use it.
24533         (scale10_round_decimal_double): New function.
24534         (floorlog10): New function.
24535         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
24536         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
24537         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
24538         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24539         gl_PRINTF_ENOMEM and test its result. Invoke
24540         gl_PREREQ_VASNPRINTF_ENOMEM.
24541         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24542         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24543         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24544         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24545         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24546         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24547         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24548         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
24549         * modules/snprintf-posix (Depends-on): Likewise.
24550         * modules/sprintf-posix (Depends-on): Likewise.
24551         * modules/vasnprintf-posix (Depends-on): Likewise.
24552         * modules/vasprintf-posix (Depends-on): Likewise.
24553         * modules/vfprintf-posix (Depends-on): Likewise.
24554         * modules/vsnprintf-posix (Depends-on): Likewise.
24555         * modules/vsprintf-posix (Depends-on): Likewise.
24556         * doc/functions/fprintf.texi: Update.
24557         * doc/functions/printf.texi: Update.
24558         * doc/functions/snprintf.texi: Update.
24559         * doc/functions/sprintf.texi: Update.
24560         * doc/functions/vfprintf.texi: Update.
24561         * doc/functions/vprintf.texi: Update.
24562         * doc/functions/vsnprintf.texi: Update.
24563         * doc/functions/vsprintf.texi: Update.
24564
24565 2007-11-03  Bruno Haible  <bruno@clisp.org>
24566
24567         * modules/frexp-nolibm-tests: New file.
24568
24569         * modules/frexp-nolibm: New file.
24570         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
24571
24572 2007-11-03  Bruno Haible  <bruno@clisp.org>
24573
24574         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
24575         value is C99 compliant.
24576         Needed for OSF/1 5.1.
24577
24578 2007-11-03  Bruno Haible  <bruno@clisp.org>
24579
24580         Fix out-of-memory handling of vasnprintf.
24581         * lib/printf-parse.c: Include <errno.h>.
24582         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
24583         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
24584         is already set.
24585
24586 2007-11-02  Eric Blake  <ebb9@byu.net>
24587
24588         Fix tests on cygwin.
24589         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
24590
24591 2007-11-01  Bruno Haible  <bruno@clisp.org>
24592
24593         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
24594         warning.
24595         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
24596         needed for POSIX compatibility.
24597
24598 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24599
24600         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
24601         for compatibility with GNU.
24602
24603 2007-11-01  Bruno Haible  <bruno@clisp.org>
24604
24605         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
24606         (putenv): Renamed from rpl_putenv. Change argument type from
24607         'const char *' to 'char *'.
24608         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
24609         of defining putenv in config.h, just set REPLACE_PUTENV.
24610         * modules/putenv (Depends-on): Add stdlib.
24611         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24612         (Include): Use <stdlib.h>.
24613         * lib/stdlib.in.h (putenv): New declaration.
24614         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
24615         REPLACE_PUTENV.
24616         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
24617         REPLACE_PUTENV.
24618         Needed for MacOS X 10.5.0.
24619         Reported by Peter O'Gorman <peter@pogma.com>.
24620
24621 2007-11-01  Jim Meyering  <meyering@redhat.com>
24622
24623         Treat an empty date string exactly like "0".
24624         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
24625         if the remaining date string (to be parsed) is empty, use "0".
24626         Reported by Mischa Molhoek and discussed in this thread:
24627         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
24628
24629 2007-10-31  Bruno Haible  <bruno@clisp.org>
24630
24631         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
24632         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
24633         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
24634         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
24635         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
24636         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
24637
24638 2007-10-31  Bruno Haible  <bruno@clisp.org>
24639
24640         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
24641         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
24642         (AC_TYPE_LONG_LONG_INT): Use it.
24643         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
24644         it as well.
24645         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
24646         to m4/longlong.m4.
24647         * modules/stdint (Files): Remove m4/ulonglong.m4.
24648         * modules/strtoull (Files): Use m4/longlong.m4 instead of
24649         m4/ulonglong.m4.
24650         * modules/strtoumax (Files): Likewise.
24651
24652 2007-10-30  Bruno Haible  <bruno@clisp.org>
24653
24654         * modules/xvasprintf-posix: New file.
24655         Suggested by Eric Blake.
24656
24657 2007-10-30  Bruno Haible  <bruno@clisp.org>
24658
24659         * modules/xprintf-posix-tests: New file.
24660         * tests/test-xprintf-posix.sh: New file.
24661         * tests/test-xprintf-posix.c: New file.
24662         * tests/test-xfprintf-posix.c: New file.
24663
24664         * modules/xprintf-posix: New file.
24665
24666 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24667
24668         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
24669         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
24670         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
24671
24672 2007-10-29  Bruno Haible  <bruno@clisp.org>
24673
24674         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
24675         contain the special marker '_cv_'.
24676         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
24677         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
24678         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
24679         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
24680         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
24681         Reported by Ralf Wildenhues.
24682
24683 2007-10-29  Bruno Haible  <bruno@clisp.org>
24684
24685         * gnulib-tool (func_import): When --lgpl is not specified, set
24686         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
24687         GPLv3.
24688         Reported by Simon Josefsson.
24689
24690 2007-10-28  Bruno Haible  <bruno@clisp.org>
24691
24692         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
24693         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
24694         HAVE_DECL_ISFINITE.
24695         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
24696         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
24697         HAVE_DECL_ISFINITE.
24698
24699 2007-10-28  Bruno Haible  <bruno@clisp.org>
24700
24701         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
24702         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
24703
24704 2007-10-28  Bruno Haible  <bruno@clisp.org>
24705
24706         Fix link errors with Sun C 5.0 on Solaris 10.
24707         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
24708         function is declared but not present in the compiler's libm.
24709         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
24710         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
24711         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
24712         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
24713         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
24714         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
24715         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
24716         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
24717         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
24718         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
24719         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
24720         HAVE_DECL_FLOORL.
24721
24722 2007-10-28  Bruno Haible  <bruno@clisp.org>
24723
24724         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
24725         gl_FUNC_FLOORL. Cache the result.
24726         (gl_FUNC_FLOORL): Use it.
24727         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
24728         gl_FUNC_CEILL. Cache the result.
24729         (gl_FUNC_CEILL): Use it.
24730
24731         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
24732         gl_FUNC_FLOOR. Cache the result.
24733         (gl_FUNC_FLOOR): Use it.
24734         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
24735         gl_FUNC_CEIL. Cache the result.
24736         (gl_FUNC_CEIL): Use it.
24737
24738         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
24739         gl_FUNC_FLOORF. Cache the result.
24740         (gl_FUNC_FLOORF): Use it.
24741         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
24742         gl_FUNC_CEILF. Cache the result.
24743         (gl_FUNC_CEILF): Use it.
24744
24745 2007-10-28  Bruno Haible  <bruno@clisp.org>
24746
24747         * gnulib-tool: Allow specifying the LGPL version number through
24748         --lgpl=2 or --lgpl=3.
24749         (func_usage): Document --lgpl with argument.
24750         Handle --lgpl=... arguments.
24751         (func_import): Recognize also gl_LGPL calls with an argument. When
24752         --lgpl=2 is used and the module's license is just LGPL, report an
24753         error. Set sed_transform_lib_file according to the lgpl variable. In
24754         the generated files, use --lgpl or gl_LGPL invocations with argument,
24755         if necessary.
24756         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
24757         an LGPv2+ license.
24758         * doc/gnulib-tool.texi (Modified imports): Update explanation of
24759         gl_LGPL macro.
24760
24761 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24762             Bruno Haible  <bruno@clisp.org>
24763
24764         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
24765         (u16_uctomb_aux): Likewise.
24766         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
24767         !HAVE_INLINE.
24768         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
24769
24770 2007-10-28  Bruno Haible  <bruno@clisp.org>
24771
24772         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
24773         Invoke AM_GETTEXT_OPTION if it exists.
24774         * modules/vasprintf: Likewise.
24775         * modules/verror: Likewise.
24776         * modules/xprintf: Likewise.
24777         * modules/xvasprintf: Likewise.
24778
24779 2007-10-27  Ben Pfaff  <blp@gnu.org>
24780
24781         * lib/math.in.h: Define isfinite macro and prototypes for
24782         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
24783         implementations.
24784         * m4/math_h.m4: New substitutions for isfinite module.
24785         * lib/isfinite.c: New file.
24786         * m4/isfinite.m4: New file.
24787         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
24788         * modules/isfinite: New file.
24789         * modules/isfinite-tests: New file.
24790         * tests/tests-isfinite.c: New file.
24791         * doc/functions/isfinite.texi: Mention isfinite module.
24792         * MODULES.html.sh: Mention new module.
24793
24794 2007-10-27  Ben Pfaff  <blp@gnu.org>
24795
24796         Ralf Wildenhues reported that Tru64 4.0D declares the round
24797         functions but does not have definitions.
24798         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
24799         cannot be found in any library, set the output variable to
24800         "missing" instead of "".
24801         * m4/round.m4: Also use our substitute if we cannot find round in
24802         any library, even if it is declared.
24803         * m4/roundf.m4: Likewise for roundf.
24804         * m4/roundl.m4: Likewise for roundl.
24805         * lib/math.in.h: Undefine roundf, round, roundl before defining
24806         their replacements, to allow for hypothetical systems where these
24807         may be defined as macros but not available in libraries.
24808
24809 2007-10-27  Bruno Haible  <bruno@clisp.org>
24810
24811         * doc/gnulib.texi: Invoke @firstparagraphindent.
24812         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
24813         changes in gnulib.
24814         (Source changes): New section.
24815
24816 2007-10-26  Bruno Haible  <bruno@clisp.org>
24817
24818         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
24819         borrowed from autoconf.
24820
24821 2007-10-26  Bruno Haible  <bruno@clisp.org>
24822
24823         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
24824         strerror returned the empty string. Needed on HP-UX 11.00.
24825
24826 2007-10-24  Micah Cowan  <micah@cowan.name>
24827
24828         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
24829         * build-aux/bootstrap: Remove support for now-unnecessary option,
24830         --cvs-user, and envvars CVS_USER, CVS_RSH.
24831
24832 2007-10-24  Jim Meyering  <meyering@redhat.com>
24833
24834         Avoid diagnostics from sha1sum when there is no cached checksum.
24835         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
24836         if the po.s1 file hasn't been created yet.
24837
24838         * build-aux/bootstrap: Sync from coreutils:
24839         2007-10-24  Jim Meyering  <meyering@redhat.com>
24840         Get gnulib from the git repository, not from an obsolete cvs one.
24841         * build-aux/bootstrap: Suggestion from Micah Cowan.
24842         2007-10-04  Jim Meyering  <jim@meyering.net>
24843         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
24844         (update_po_files): Work also when there are no .po files in po/.
24845
24846 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24847
24848         * README: Append ".git" to git and cg examples.
24849         Problem reported by Benoit Sigoure.
24850
24851 2007-10-23  Micah Cowan  <micah@cowan.name>
24852
24853         * users.txt: Add wget.
24854
24855 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24856
24857         Fix linking of some unistdio tests on FreeBSD.
24858         * modules/unistdio/u16-vsnprintf-tests
24859         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
24860         * modules/unistdio/u16-vsprintf-tests
24861         (test_u16_vsnprintf1_LDADD): Likewise.
24862         * modules/unistdio/u32-vsnprintf-tests
24863         (test_u32_vsnprintf1_LDADD): Likewise.
24864         * modules/unistdio/u32-vsprintf-tests
24865         (test_u32_vsprintf1_LDADD): Likewise.
24866         * modules/unistdio/u8-vsnprintf-tests
24867         (test_u8_vsnprintf1_LDADD): Likewise.
24868         * modules/unistdio/u8-vsprintf-tests
24869         (test_u8_vsprintf1_LDADD): Likewise.
24870         * modules/unistdio/ulc-vsnprintf-tests
24871         (test_ulc_vsnprintf1_LDADD): Likewise.
24872         * modules/unistdio/ulc-vsprintf-tests
24873         (test_ulc_vsprintf1_LDADD): Likewise.
24874
24875         Fix linking of some uniconv tests on FreeBSD.
24876         * modules/uniconv/u16-conv-from-enc-tests
24877         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
24878         * modules/uniconv/u16-conv-to-enc-tests
24879         (test_u16_conv_to_enc_LDADD): Likewise.
24880         * modules/uniconv/u16-strconv-from-enc-tests
24881         (test_u16_strconv_from_enc_LDADD): Likewise.
24882         * modules/uniconv/u16-strconv-to-enc-tests
24883         (test_u16_strconv_to_enc_LDADD): Likewise.
24884         * modules/uniconv/u32-conv-from-enc-tests
24885         (test_u32_conv_from_enc_LDADD): Likewise.
24886         * modules/uniconv/u32-conv-to-enc-tests
24887         (test_u32_conv_to_enc_LDADD): Likewise.
24888         * modules/uniconv/u32-strconv-from-enc-tests
24889         (test_u32_strconv_from_enc_LDADD): Likewise.
24890         * modules/uniconv/u32-strconv-to-enc-tests
24891         (test_u32_strconv_to_enc_LDADD): Likewise.
24892         * modules/uniconv/u8-conv-from-enc-tests
24893         (test_u8_conv_from_enc_LDADD): Likewise.
24894         * modules/uniconv/u8-conv-to-enc-tests
24895         (test_u8_conv_to_enc_LDADD): Likewise.
24896         * modules/uniconv/u8-strconv-from-enc-tests
24897         (test_u8_strconv_from_enc_LDADD): Likewise.
24898         * modules/uniconv/u8-strconv-to-enc-tests
24899         (test_u8_strconv_to_enc_LDADD): Likewise.
24900
24901 2007-10-22  Bruno Haible  <bruno@clisp.org>
24902
24903         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
24904         size.
24905
24906 2007-10-22  Eric Blake  <ebb9@byu.net>
24907
24908         Tweak x*printf documentation.
24909         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
24910         variable name and comments.
24911         Suggested by Bruno Haible.
24912
24913 2007-10-22  Bruno Haible  <bruno@clisp.org>
24914
24915         * lib/acl.c (copy_acl): Fix file name in comment.
24916
24917 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24918
24919         Fix Tru64 problem with stdbool.h.
24920         * lib/stdbool.in.h (false, true):
24921         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
24922         Don't declare as an enum in this situation; it runs afoul of Tru64.
24923         Problem reported by Steven M. Schweda in
24924         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
24925
24926 2007-10-22  Eric Blake  <ebb9@byu.net>
24927
24928         Also wrap vf?printf.
24929         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
24930         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
24931         (xvprintf, xvfprintf): New functions.
24932
24933 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24934
24935         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
24936         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
24937
24938         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
24939         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
24940
24941 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24942
24943         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
24944         by Bruno Haible.
24945
24946 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24947
24948         * lib/getloadavg.c
24949         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
24950         Undef `sys' after including sys/table.h, for Tru64 4.0D.
24951
24952         * tests/test-i-ring.c: Work for C89.
24953
24954 2007-10-22  Bruno Haible  <bruno@clisp.org>
24955
24956         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
24957         -1u, in preprocessor expression, so that we don't test for the bug
24958         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
24959         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
24960
24961 2007-10-22  Eric Blake  <ebb9@byu.net>
24962
24963         * tests/test-yesno.sh: Silence stderr during test.
24964
24965 2007-10-22  Simon Josefsson  <simon@josefsson.org>
24966
24967         * modules/crypto/gc-camellia: New file.
24968
24969         * m4/gc-camellia.m4: New file.
24970
24971         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
24972
24973         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
24974
24975 2007-10-22  Simon Josefsson  <simon@josefsson.org>
24976
24977         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
24978         --help to stdout.  Reported by sms@antinode.org (Steven
24979         M. Schweda).
24980
24981 2007-10-22  Simon Josefsson  <simon@josefsson.org>
24982
24983         * users.txt: Fix link to libksba.
24984
24985 2007-10-21  Ben Pfaff  <blp@gnu.org>
24986
24987         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
24988         round.c roundf implementation that depends on floorf and ceilf to
24989         be tested unconditionally.
24990
24991 2007-10-21  Ben Pfaff  <blp@gnu.org>
24992
24993         * m4/check-libm-func.m4: Removed.
24994         * m4/check-math-lib.m4: New file.
24995         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
24996         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
24997         definition and lack of AC_LIBOBJ([roundf]).
24998         * m4/roundl.m4: Ditto, and similarly for roundl.
24999         * modules/round: Reference new m4 file.
25000         * modules/roundf: Ditto.
25001         * modules/roundl: Ditto.
25002         * tests/test-round2.c (main): Use ROUND instead of round.
25003         Bug report from Bruno Haible.
25004
25005 2007-10-21  Bruno Haible  <bruno@clisp.org>
25006
25007         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
25008         context.
25009
25010 2007-10-21  Bruno Haible  <bruno@clisp.org>
25011
25012         * tests/test-wcwidth.c (main): Allow negative result for some control
25013         characters.
25014
25015         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
25016         Needed on OSF/1 5.1.
25017
25018 2007-10-21  Bruno Haible  <bruno@clisp.org>
25019
25020         * tests/test-floorf1.c: Include isnanf.h.
25021         (main): Use isnanf() instead of isnan().
25022         * tests/test-ceilf1.c: Include isnanf.h.
25023         (main): Use isnanf() instead of isnan().
25024         * tests/test-truncf1.c: Include isnanf.h.
25025         (main): Use isnanf() instead of isnan().
25026         * tests/test-roundf1.c: Include isnanf.h.
25027         (main): Use isnanf() instead of isnan().
25028
25029 2007-10-21  Eric Blake  <ebb9@byu.net>
25030
25031         * users.txt: Update URL for m4.
25032
25033 2007-10-21  Bruno Haible  <bruno@clisp.org>
25034
25035         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
25036
25037 2007-10-21  Bruno Haible  <bruno@clisp.org>
25038
25039         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
25040         Git's management files if the CVS files are not present.
25041
25042 2007-10-20  Bruno Haible  <bruno@clisp.org>
25043
25044         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
25045         gcc-3.4.x.
25046
25047 2007-10-20  Ben Pfaff  <blp@gnu.org>
25048
25049         * lib/math.in.h: Declare round, roundf, roundl if we are providing
25050         implementations.
25051         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
25052         * lib/round.c: New file.
25053         * lib/roundf.c: New file.
25054         * lib/roundl.c: New file.
25055         * m4/round.m4: New file.
25056         * m4/roundf.m4: New file.
25057         * m4/roundl.m4: New file.
25058         * m4/check-libm-func-m4: New file.
25059         * modules/math: Replace round, roundf, roundl related @VARS@ in
25060         math.in.h.
25061         * modules/round: New file.
25062         * modules/round-tests: New file.
25063         * modules/roundf: New file.
25064         * modules/roundf-tests: New file.
25065         * modules/roundl: New file.
25066         * modules/roundl-tests: New file.
25067         * tests/test-round1.c: New file.
25068         * tests/test-round2.c: New file.
25069         * tests/test-roundf1.c: New file.
25070         * tests/test-roundf2.c: New file.
25071         * tests/test-roundl.c: New file.
25072         * doc/functions/round.texi: Mention round module.
25073         * doc/functions/roundf.texi: Mention roundf module.
25074         * doc/functions/roundl.texi: Mention roundl module.
25075         * MODULES.html.sh: Mention new modules.
25076         Thanks to Bruno Haible for suggestions.
25077
25078 2007-10-20  Jim Meyering  <meyering@redhat.com>
25079
25080         * lib/xprintf.c: Include <config.h> unconditionally.
25081
25082         Change xprintf's license to GPL.
25083         * modules/xprintf (License): s/LGPL/GPL/, since this module
25084         depends on modules (exit and exitfail) which are GPL.
25085         Suggestion from Bruno Haible.
25086
25087         xprintf fixes.
25088         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
25089         Use a clearer diagnostic.
25090         Patch from Bruno Haible.
25091
25092 2007-10-20  Bruno Haible  <bruno@clisp.org>
25093
25094         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
25095         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
25096         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25097
25098 2007-10-20  Bruno Haible  <bruno@clisp.org>
25099
25100         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
25101         precision in the comparison result > x - 1 or similar.
25102         * tests/test-ceilf2.c (correct_result_p): Likewise.
25103         * tests/test-truncf2.c (correct_result_p): Likewise.
25104         * tests/test-trunc2.c (correct_result_p): Likewise.
25105         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25106
25107 2007-10-20  Bruno Haible  <bruno@clisp.org>
25108
25109         * modules/ceil: New file.
25110         * m4/ceil.m4: New file.
25111         * doc/functions/ceil.texi: Mention the 'ceil' module.
25112
25113 2007-10-20  Bruno Haible  <bruno@clisp.org>
25114
25115         * modules/floor: New file.
25116         * m4/floor.m4: New file.
25117         * doc/functions/floor.texi: Mention the 'floor' module.
25118
25119 2007-10-20  Bruno Haible  <bruno@clisp.org>
25120
25121         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
25122         of %a.
25123         * modules/floorf-tests (Depends-on): Likewise.
25124         * modules/truncf-tests (Depends-on): Likewise.
25125         * modules/trunc-tests (Depends-on): Likewise.
25126         Reported by Ben Pfaff.
25127
25128 2007-10-19  Jim Meyering  <meyering@redhat.com>
25129
25130         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
25131         Don't bother testing specific errno values.  Just test ferror.
25132
25133         New module: xprintf
25134         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
25135
25136 2007-10-19  Bruno Haible  <bruno@clisp.org>
25137
25138         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
25139         syntax.
25140         * modules/javaexec (Makefile.am): Likewise.
25141         * modules/relocatable-prog (Makefile.am): Likewise.
25142         Suggested by Jim Meyering.
25143
25144 2007-10-18  Bruno Haible  <bruno@clisp.org>
25145
25146         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
25147         Reported by Jim Meyering.
25148
25149 2007-10-18  Eric Blake  <ebb9@byu.net>
25150
25151         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
25152
25153 2007-10-18  Bruno Haible  <bruno@clisp.org>
25154
25155         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
25156         the format string into writable memory. Needed in Fortify conditions.
25157
25158 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
25159             Bruno Haible  <bruno@clisp.org>
25160
25161         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
25162         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
25163         * modules/trim (Depends-on): Add mbchar.
25164         (configure.ac): Add gl_FUNC_MBRTOWC.
25165         (Makefile.am): Augment lib_SOURCES.
25166
25167 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25168
25169         Modify glob.c to use fstatat and dirfd, to simplify it.
25170         Suggested by Eric Blake.
25171         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
25172         Don't include <stdbool.h>; not used.
25173         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
25174         (link_exists_p): Simplify implementation, since we can now assume
25175         dirfd and fstatat.
25176         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
25177
25178 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25179
25180         * gnulib-tool (func_get_dependencies): Fix sed script to
25181         match only tests.
25182
25183 2007-10-17  Bruno Haible  <bruno@clisp.org>
25184
25185         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
25186         allow locale names without encoding suffix.
25187         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
25188         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25189
25190 2007-10-16  Bruno Haible  <bruno@clisp.org>
25191
25192         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
25193         * lib/getgroups.c (getgroups): Likewise.
25194         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
25195
25196 2007-10-16  Bruno Haible  <bruno@clisp.org>
25197
25198         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
25199         * modules/malloc-posix (License): Likewise.
25200         * modules/realloc-posix (License): Likewise.
25201         * modules/calloc-posix (License): Likewise.
25202         * modules/intprops (License): Change from GPL to LGPL, with
25203         Paul Eggert's approval.
25204
25205 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25206
25207         Merge glibc changes into lib/glob.c.
25208
25209         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
25210         2007-10-15 04:59:03 UTC.  Here are the changes:
25211
25212         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
25213
25214         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
25215
25216         * lib/glob.c: Add some branch prediction throughout.
25217
25218         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
25219
25220         [BZ #5103]
25221         * lib/glob.c (glob): Recognize patterns starting \/.
25222
25223         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
25224
25225         [BZ #3996]
25226         * lib/glob.c (attribute_hidden): Define if not defined.
25227         (glob): Unescape dirname, filename or username when needed and not
25228         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
25229         is NULL.  Handle unescaped [ in pattern without closing ].
25230         Don't pass GLOB_CHECK down to recursive glob for directories.
25231         (__glob_pattern_type): New function.
25232         (__glob_pattern_p): Implement using __glob_pattern_type.
25233         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
25234         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
25235         Remove unreachable code.
25236
25237         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
25238
25239         * lib/glob.c (glob_in_dir): Add some comments and asserts to
25240         explain why there are no leaks.
25241
25242         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
25243
25244         [BZ #3253]
25245         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
25246         time, rather allocate increasingly bigger arrays of pointers, if
25247         possible with alloca, if too large with malloc.
25248
25249 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25250
25251         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
25252         Problem reported by H.Merijn Brand in
25253         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
25254         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
25255         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
25256
25257 2007-10-15  Bruno Haible  <bruno@clisp.org>
25258
25259         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
25260         with explicit rpl_ prefix.
25261         * lib/fopen.c (fopen): Likewise.
25262         * lib/freopen.c (freopen): Likewise.
25263         * lib/iconv.c (iconv): Likewise.
25264         * lib/iconv_close.c (iconv_close): Likewise.
25265
25266 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25267
25268         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
25269
25270 2007-10-15  Bruno Haible  <bruno@clisp.org>
25271
25272         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
25273         <stddef.h> instead of <stdlib.h> since we only need NULL.
25274         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25275
25276 2007-10-15  Bruno Haible  <bruno@clisp.org>
25277
25278         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
25279         Replace paragraph talking about LIBOBJS.
25280         Reported by Colin Watson <cjwatson@debian.org>.
25281
25282 2007-10-15  Bruno Haible  <bruno@clisp.org>
25283
25284         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
25285         <stdlib.h> before using NULL.
25286
25287 2007-10-15  Simon Josefsson  <simon@josefsson.org>
25288
25289         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
25290         Reported by Albert Chin <china@thewrittenword.com>.
25291
25292 2007-10-14  Bruno Haible  <bruno@clisp.org>
25293
25294         * modules/iconv_open-utf-tests: New file.
25295         * tests/test-iconv-utf.c: New file.
25296
25297         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
25298         * modules/iconv_open-utf: New file.
25299         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
25300         (iconv, iconv_close): New declarations.
25301         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
25302         be defined.
25303         (iconv_open): Add special handling of conversion between UTF-8 and
25304         UTF-{16,32}{BE,LE}.
25305         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
25306         * lib/iconv_close.c: New file.
25307         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
25308         gl_FUNC_ICONV_OPEN.
25309         (gl_FUNC_ICONV_OPEN): Use it.
25310         (gl_FUNC_ICONV_OPEN_UTF): New macro.
25311         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
25312         and REPLACE_ICONV_UTF.
25313         * modules/iconv_open (Depends-on): Add c-strcase.
25314         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
25315         ICONV_CONST.
25316         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
25317
25318 2007-10-13  Albert Chin  <china@thewrittenword.com>
25319             Bruno Haible  <bruno@clisp.org>
25320
25321         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
25322         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
25323
25324 2007-10-13  Bruno Haible  <bruno@clisp.org>
25325
25326         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
25327         defined, use the ISO C99 inline semantics.
25328         * lib/argp.h (ARGP_EI): Likewise.
25329
25330 2007-10-13  Bruno Haible  <bruno@clisp.org>
25331
25332         Handle 'inline' change in gcc 4.3.0.
25333         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
25334         argp_fmtstream_write, argp_fmtstream_set_lmargin,
25335         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
25336         argp_fmtstream_point): Disable 'extern' declaration if the function
25337         definition is going to be provided inline.
25338         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
25339         semantics, not the ISO C99 inline semantics.
25340         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
25341         'extern' declaration if the function definition is going to be provided
25342         inline.
25343         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
25344         the GNU C inline semantics, not the ISO C99 inline semantics. With
25345         GCC 4.2, avoid a warning.
25346
25347 2007-10-13  Bruno Haible  <bruno@clisp.org>
25348
25349         * lib/freading.h (freading): Enable the use of __freading for
25350         glibc >= 2.7.
25351         * lib/freading.c (freading): Likewise.
25352
25353 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
25354
25355         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
25356         "warning: C99 inline functions are not supported; using GNU89".
25357
25358 2007-10-12  Bruno Haible  <bruno@clisp.org>
25359
25360         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
25361         of 2.
25362         * tests/test-ceilf2.c: New file.
25363         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
25364
25365         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
25366         * modules/ceilf-tests: Update.
25367
25368 2007-10-12  Bruno Haible  <bruno@clisp.org>
25369
25370         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
25371         of 2.
25372         * tests/test-floorf2.c: New file.
25373         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
25374
25375         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
25376         * modules/floorf-tests: Update.
25377
25378 2007-10-12  Bruno Haible  <bruno@clisp.org>
25379
25380         * tests/test-trunc2.c: New file.
25381         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
25382
25383         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
25384         * modules/trunc-tests: Update.
25385
25386 2007-10-12  Bruno Haible  <bruno@clisp.org>
25387
25388         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
25389         of 2.
25390         * tests/test-truncf2.c: New file.
25391         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
25392
25393         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
25394         * modules/truncf-tests: Update.
25395
25396 2007-10-11  Eric Blake  <ebb9@byu.net>
25397
25398         Don't claim strerror is broken on Interix.
25399         * doc/functions/strerror.texi (strerror): Known broken systems are
25400         now Solaris 8, and not Interix.
25401         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
25402         Interix on cross-compile.
25403         Reported by Martin Koeppe in
25404         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
25405
25406 2007-10-11  Bruno Haible  <bruno@clisp.org>
25407
25408         * modules/i-ring-tests: New file.
25409         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
25410         instead of assert.
25411
25412 2007-10-11  Bruno Haible  <bruno@clisp.org>
25413
25414         * modules/filenamecat-tests: New file.
25415         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
25416         * lib/filenamecat.c: Remove test code.
25417
25418 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25419
25420         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
25421
25422         * lib/strerror.c: Include <string.h> always, to test interface,
25423         and to remove the need for the dummy.
25424         Include intprops.h to compute width instead of doing it ourselves
25425         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
25426         (strerror): Define it to return NULL if there's no system strerror.
25427         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
25428         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
25429         ancient pre-strerror Unix systems well any more.  Saying "unknown
25430         system error" is enough.
25431         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
25432         simpler strerror.c implementation.
25433         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
25434         Simplify the tests to reflect the simpler strerror implementation.
25435         * modules/strerror (Depends-on): Add intprops.
25436
25437 2007-10-09  Eric Blake  <ebb9@byu.net>
25438
25439         Silence test-fpending.
25440         * modules/fpending-tests (Files): Add wrapper script.
25441         * tests/test-fpending.sh: New file.
25442
25443 2007-10-09  Bruno Haible  <bruno@clisp.org>
25444
25445         * MODULES.html.sh (func_module): Don't create a hyperlink for
25446         function names like 'printf_frexp'.
25447         (Misc): Add crc, memxor.
25448         (Characteristics of floating types): New section.
25449         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
25450         isnanf-nolibm, signbit, trunc, truncf, truncl.
25451         (Enhancements for ISO C 99 functions): New subsection Input/output.
25452         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
25453         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
25454         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
25455         (Compatibility checks for POSIX:2001 functions): Add clock-time.
25456         (Enhancements for POSIX:2001 functions): Add chdir-long.
25457         (File system functions): Add areadlink, chdir-safer, read-file.
25458         Remove cycle-check.
25459         (File system as inode set): New section.
25460         (Date and time): Add gethrxtime.
25461         (Multithreading): Add openmp.
25462         (Internationalization functions): Add localename.
25463         (Unicode string functions): Add unistr/u*-mbsnlen.
25464         (Support for maintaining and releasing projects): Add git-version-gen.
25465         (Lone files): Remove directories.
25466
25467 2007-10-08  Ben Pfaff  <blp@gnu.org>
25468
25469         * lib/xmalloca.h: Fix typo in comment.
25470
25471 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
25472
25473         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
25474         when avoiding problems with integer overflow.  Use a portable test
25475         instead.
25476
25477 2007-10-08  Simon Josefsson  <simon@josefsson.org>
25478
25479         * modules/dummy (License): Change to LGPLv2+.
25480         * modules/float (License): Likewise
25481         * modules/realloc (License): Likewise
25482         * modules/stdlib (License): Likewise
25483
25484 2007-10-07  Bruno Haible  <bruno@clisp.org>
25485
25486         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
25487         * floor.c (TWO_MANT_DIG): Likewise.
25488         * ceil.c (TWO_MANT_DIG): Likewise.
25489         Reported by Ben Pfaff.
25490
25491 2007-10-07  Bruno Haible  <bruno@clisp.org>
25492
25493         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
25494         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
25495         * lib/frexp.c (FUNC): Likewise.
25496         * lib/printf-frexp.h (printf_frexp): Likewise.
25497         * lib/printf-frexpl.h (printf_frexpl): Likewise.
25498         * lib/printf-frexp.c (FUNC): Likewise.
25499         Suggested by Jim Meyering.
25500
25501 2007-10-07  Jim Meyering  <meyering@redhat.com>
25502
25503         Make xnanosleep's integer overflow test more robust.
25504         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
25505         so that gcc-4.3.0 doesn't optimize away this test for overflow.
25506
25507 2007-10-07  Bruno Haible  <bruno@clisp.org>
25508
25509         * NEWS: Mention the license change.
25510
25511         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
25512         abbreviations in the modules files.
25513
25514         Change copyright notice from GPLv2+ to GPLv3+.
25515         * README: Change copyright notice.
25516         * MODULES.html.sh: Likewise.
25517         * build-aux/bootstrap.conf: Likewise.
25518         * build-aux/config.libpath: Likewise.
25519         * build-aux/csharpcomp.sh.in: Likewise.
25520         * build-aux/csharpexec.sh.in: Likewise.
25521         * build-aux/install-reloc: Likewise.
25522         * build-aux/javacomp.sh.in: Likewise.
25523         * build-aux/javaexec.sh.in: Likewise.
25524         * build-aux/ldd.sh.in: Likewise.
25525         * build-aux/reloc-ldflags: Likewise.
25526         * build-aux/relocatable.sh.in: Likewise.
25527         * build-aux/x-to-1.in: Likewise.
25528         * check-module: Likewise.
25529         * config/srclistvars.sh: Likewise.
25530         * gnulib-tool: Likewise.
25531         * lib/acl-internal.h: Likewise.
25532         * lib/acl.c: Likewise.
25533         * lib/acl.h: Likewise.
25534         * lib/acl_entries.c: Likewise.
25535         * lib/areadlink-with-size.c: Likewise.
25536         * lib/areadlink.c: Likewise.
25537         * lib/areadlink.h: Likewise.
25538         * lib/argmatch.c: Likewise.
25539         * lib/argmatch.h: Likewise.
25540         * lib/argp-ba.c: Likewise.
25541         * lib/argp-eexst.c: Likewise.
25542         * lib/argp-fmtstream.c: Likewise.
25543         * lib/argp-fmtstream.h: Likewise.
25544         * lib/argp-fs-xinl.c: Likewise.
25545         * lib/argp-help.c: Likewise.
25546         * lib/argp-namefrob.h: Likewise.
25547         * lib/argp-parse.c: Likewise.
25548         * lib/argp-pin.c: Likewise.
25549         * lib/argp-pv.c: Likewise.
25550         * lib/argp-pvh.c: Likewise.
25551         * lib/argp-xinl.c: Likewise.
25552         * lib/argp.h: Likewise.
25553         * lib/at-func.c: Likewise.
25554         * lib/atanl.c: Likewise.
25555         * lib/backupfile.c: Likewise.
25556         * lib/backupfile.h: Likewise.
25557         * lib/basename.c: Likewise.
25558         * lib/binary-io.h: Likewise.
25559         * lib/byteswap.in.h: Likewise.
25560         * lib/c-stack.c: Likewise.
25561         * lib/c-stack.h: Likewise.
25562         * lib/c-strcasestr.c: Likewise.
25563         * lib/c-strcasestr.h: Likewise.
25564         * lib/c-strstr.c: Likewise.
25565         * lib/c-strstr.h: Likewise.
25566         * lib/c-strtod.c: Likewise.
25567         * lib/calloc.c: Likewise.
25568         * lib/canon-host.c: Likewise.
25569         * lib/canon-host.h: Likewise.
25570         * lib/canonicalize-lgpl.c: Likewise.
25571         * lib/canonicalize.c: Likewise.
25572         * lib/canonicalize.h: Likewise.
25573         * lib/ceil.c: Likewise.
25574         * lib/ceilf.c: Likewise.
25575         * lib/ceill.c: Likewise.
25576         * lib/chdir-long.c: Likewise.
25577         * lib/chdir-long.h: Likewise.
25578         * lib/chdir-safer.c: Likewise.
25579         * lib/chdir-safer.h: Likewise.
25580         * lib/chown.c: Likewise.
25581         * lib/classpath.c: Likewise.
25582         * lib/classpath.h: Likewise.
25583         * lib/clean-temp.c: Likewise.
25584         * lib/clean-temp.h: Likewise.
25585         * lib/cloexec.c: Likewise.
25586         * lib/close-stream.c: Likewise.
25587         * lib/closein.c: Likewise.
25588         * lib/closein.h: Likewise.
25589         * lib/closeout.c: Likewise.
25590         * lib/closeout.h: Likewise.
25591         * lib/concat-filename.c: Likewise.
25592         * lib/copy-file.c: Likewise.
25593         * lib/copy-file.h: Likewise.
25594         * lib/count-one-bits.h: Likewise.
25595         * lib/crc.c: Likewise.
25596         * lib/crc.h: Likewise.
25597         * lib/creat-safer.c: Likewise.
25598         * lib/csharpcomp.c: Likewise.
25599         * lib/csharpcomp.h: Likewise.
25600         * lib/csharpexec.c: Likewise.
25601         * lib/csharpexec.h: Likewise.
25602         * lib/cycle-check.c: Likewise.
25603         * lib/cycle-check.h: Likewise.
25604         * lib/diacrit.c: Likewise.
25605         * lib/diacrit.h: Likewise.
25606         * lib/diffseq.h: Likewise.
25607         * lib/dirchownmod.c: Likewise.
25608         * lib/dirent.in.h: Likewise.
25609         * lib/dirfd.c: Likewise.
25610         * lib/dirfd.h: Likewise.
25611         * lib/dirname.c: Likewise.
25612         * lib/dirname.h: Likewise.
25613         * lib/dummy.c: Likewise.
25614         * lib/dup-safer.c: Likewise.
25615         * lib/dup2.c: Likewise.
25616         * lib/eealloc.h: Likewise.
25617         * lib/error.c: Likewise.
25618         * lib/error.h: Likewise.
25619         * lib/euidaccess.c: Likewise.
25620         * lib/exclude.c: Likewise.
25621         * lib/exclude.h: Likewise.
25622         * lib/execute.c: Likewise.
25623         * lib/execute.h: Likewise.
25624         * lib/exitfail.c: Likewise.
25625         * lib/exitfail.h: Likewise.
25626         * lib/expl.c: Likewise.
25627         * lib/fatal-signal.c: Likewise.
25628         * lib/fatal-signal.h: Likewise.
25629         * lib/fbufmode.c: Likewise.
25630         * lib/fbufmode.h: Likewise.
25631         * lib/fchdir.c: Likewise.
25632         * lib/fchmodat.c: Likewise.
25633         * lib/fchownat.c: Likewise.
25634         * lib/fcntl--.h: Likewise.
25635         * lib/fcntl-safer.h: Likewise.
25636         * lib/fcntl.in.h: Likewise.
25637         * lib/fd-safer.c: Likewise.
25638         * lib/fflush.c: Likewise.
25639         * lib/file-has-acl.c: Likewise.
25640         * lib/file-set.c: Likewise.
25641         * lib/file-type.c: Likewise.
25642         * lib/file-type.h: Likewise.
25643         * lib/fileblocks.c: Likewise.
25644         * lib/filemode.c: Likewise.
25645         * lib/filemode.h: Likewise.
25646         * lib/filename.h: Likewise.
25647         * lib/filenamecat.c: Likewise.
25648         * lib/filenamecat.h: Likewise.
25649         * lib/findprog.c: Likewise.
25650         * lib/findprog.h: Likewise.
25651         * lib/float.in.h: Likewise.
25652         * lib/floor.c: Likewise.
25653         * lib/floorf.c: Likewise.
25654         * lib/floorl.c: Likewise.
25655         * lib/fopen-safer.c: Likewise.
25656         * lib/fopen.c: Likewise.
25657         * lib/fpending.c: Likewise.
25658         * lib/fpending.h: Likewise.
25659         * lib/fprintf.c: Likewise.
25660         * lib/fprintftime.h: Likewise.
25661         * lib/fpucw.h: Likewise.
25662         * lib/fpurge.c: Likewise.
25663         * lib/fpurge.h: Likewise.
25664         * lib/freadable.c: Likewise.
25665         * lib/freadable.h: Likewise.
25666         * lib/freadahead.c: Likewise.
25667         * lib/freadahead.h: Likewise.
25668         * lib/freading.c: Likewise.
25669         * lib/freading.h: Likewise.
25670         * lib/free.c: Likewise.
25671         * lib/freopen.c: Likewise.
25672         * lib/frexp.c: Likewise.
25673         * lib/frexpl.c: Likewise.
25674         * lib/fseek.c: Likewise.
25675         * lib/fseterr.c: Likewise.
25676         * lib/fseterr.h: Likewise.
25677         * lib/fstatat.c: Likewise.
25678         * lib/fstrcmp.c: Likewise.
25679         * lib/fstrcmp.h: Likewise.
25680         * lib/fsusage.c: Likewise.
25681         * lib/fsusage.h: Likewise.
25682         * lib/ftell.c: Likewise.
25683         * lib/ftello.c: Likewise.
25684         * lib/fts-cycle.c: Likewise.
25685         * lib/fts.c: Likewise.
25686         * lib/fts_.h: Likewise.
25687         * lib/full-read.c: Likewise.
25688         * lib/full-read.h: Likewise.
25689         * lib/full-write.c: Likewise.
25690         * lib/full-write.h: Likewise.
25691         * lib/fwritable.c: Likewise.
25692         * lib/fwritable.h: Likewise.
25693         * lib/fwriteerror.c: Likewise.
25694         * lib/fwriteerror.h: Likewise.
25695         * lib/fwriting.c: Likewise.
25696         * lib/fwriting.h: Likewise.
25697         * lib/gcd.c: Likewise.
25698         * lib/gcd.h: Likewise.
25699         * lib/getcwd.c: Likewise.
25700         * lib/getdate.h: Likewise.
25701         * lib/getdate.y: Likewise.
25702         * lib/getdomainname.c: Likewise.
25703         * lib/getdomainname.h: Likewise.
25704         * lib/getgroups.c: Likewise.
25705         * lib/gethostname.c: Likewise.
25706         * lib/gethrxtime.c: Likewise.
25707         * lib/gethrxtime.h: Likewise.
25708         * lib/getloadavg.c: Likewise.
25709         * lib/getndelim2.c: Likewise.
25710         * lib/getndelim2.h: Likewise.
25711         * lib/getnline.c: Likewise.
25712         * lib/getnline.h: Likewise.
25713         * lib/getopt.c: Likewise.
25714         * lib/getopt.in.h: Likewise.
25715         * lib/getopt1.c: Likewise.
25716         * lib/getopt_int.h: Likewise.
25717         * lib/getpagesize.h: Likewise.
25718         * lib/getsubopt.c: Likewise.
25719         * lib/gettime.c: Likewise.
25720         * lib/getugroups.c: Likewise.
25721         * lib/getugroups.h: Likewise.
25722         * lib/getusershell.c: Likewise.
25723         * lib/gl_anyavltree_list1.h: Likewise.
25724         * lib/gl_anyavltree_list2.h: Likewise.
25725         * lib/gl_anyhash_list1.h: Likewise.
25726         * lib/gl_anyhash_list2.h: Likewise.
25727         * lib/gl_anylinked_list1.h: Likewise.
25728         * lib/gl_anylinked_list2.h: Likewise.
25729         * lib/gl_anyrbtree_list1.h: Likewise.
25730         * lib/gl_anyrbtree_list2.h: Likewise.
25731         * lib/gl_anytree_list1.h: Likewise.
25732         * lib/gl_anytree_list2.h: Likewise.
25733         * lib/gl_anytree_oset.h: Likewise.
25734         * lib/gl_anytreehash_list1.h: Likewise.
25735         * lib/gl_anytreehash_list2.h: Likewise.
25736         * lib/gl_array_list.c: Likewise.
25737         * lib/gl_array_list.h: Likewise.
25738         * lib/gl_array_oset.c: Likewise.
25739         * lib/gl_array_oset.h: Likewise.
25740         * lib/gl_avltree_list.c: Likewise.
25741         * lib/gl_avltree_list.h: Likewise.
25742         * lib/gl_avltree_oset.c: Likewise.
25743         * lib/gl_avltree_oset.h: Likewise.
25744         * lib/gl_avltreehash_list.c: Likewise.
25745         * lib/gl_avltreehash_list.h: Likewise.
25746         * lib/gl_carray_list.c: Likewise.
25747         * lib/gl_carray_list.h: Likewise.
25748         * lib/gl_linked_list.c: Likewise.
25749         * lib/gl_linked_list.h: Likewise.
25750         * lib/gl_linkedhash_list.c: Likewise.
25751         * lib/gl_linkedhash_list.h: Likewise.
25752         * lib/gl_list.c: Likewise.
25753         * lib/gl_list.h: Likewise.
25754         * lib/gl_oset.c: Likewise.
25755         * lib/gl_oset.h: Likewise.
25756         * lib/gl_rbtree_list.c: Likewise.
25757         * lib/gl_rbtree_list.h: Likewise.
25758         * lib/gl_rbtree_oset.c: Likewise.
25759         * lib/gl_rbtree_oset.h: Likewise.
25760         * lib/gl_rbtreehash_list.c: Likewise.
25761         * lib/gl_rbtreehash_list.h: Likewise.
25762         * lib/gl_sublist.c: Likewise.
25763         * lib/gl_sublist.h: Likewise.
25764         * lib/group-member.c: Likewise.
25765         * lib/group-member.h: Likewise.
25766         * lib/hard-locale.c: Likewise.
25767         * lib/hard-locale.h: Likewise.
25768         * lib/hash-pjw.c: Likewise.
25769         * lib/hash-pjw.h: Likewise.
25770         * lib/hash-triple.c: Likewise.
25771         * lib/hash.c: Likewise.
25772         * lib/hash.h: Likewise.
25773         * lib/human.c: Likewise.
25774         * lib/human.h: Likewise.
25775         * lib/i-ring.c: Likewise.
25776         * lib/i-ring.h: Likewise.
25777         * lib/idcache.c: Likewise.
25778         * lib/imaxabs.c: Likewise.
25779         * lib/imaxdiv.c: Likewise.
25780         * lib/inet_pton.c: Likewise.
25781         * lib/inet_pton.h: Likewise.
25782         * lib/intprops.h: Likewise.
25783         * lib/inttostr.c: Likewise.
25784         * lib/inttostr.h: Likewise.
25785         * lib/inttypes.in.h: Likewise.
25786         * lib/isapipe.c: Likewise.
25787         * lib/isdir.c: Likewise.
25788         * lib/isnan.c: Likewise.
25789         * lib/isnan.h: Likewise.
25790         * lib/isnanf.c: Likewise.
25791         * lib/isnanf.h: Likewise.
25792         * lib/isnanl-nolibm.h: Likewise.
25793         * lib/isnanl.c: Likewise.
25794         * lib/isnanl.h: Likewise.
25795         * lib/javacomp.c: Likewise.
25796         * lib/javacomp.h: Likewise.
25797         * lib/javaexec.c: Likewise.
25798         * lib/javaexec.h: Likewise.
25799         * lib/javaversion.c: Likewise.
25800         * lib/javaversion.h: Likewise.
25801         * lib/javaversion.java: Likewise.
25802         * lib/lbrkprop.h: Likewise.
25803         * lib/lchmod.h: Likewise.
25804         * lib/lchown.c: Likewise.
25805         * lib/ldexpl.c: Likewise.
25806         * lib/linebreak.c: Likewise.
25807         * lib/linebreak.h: Likewise.
25808         * lib/linebuffer.c: Likewise.
25809         * lib/linebuffer.h: Likewise.
25810         * lib/locale.in.h: Likewise.
25811         * lib/logl.c: Likewise.
25812         * lib/long-options.c: Likewise.
25813         * lib/long-options.h: Likewise.
25814         * lib/lstat.c: Likewise.
25815         * lib/lstat.h: Likewise.
25816         * lib/math.in.h: Likewise.
25817         * lib/mbchar.c: Likewise.
25818         * lib/mbchar.h: Likewise.
25819         * lib/mbfile.h: Likewise.
25820         * lib/mbiter.h: Likewise.
25821         * lib/mbscasecmp.c: Likewise.
25822         * lib/mbscasestr.c: Likewise.
25823         * lib/mbschr.c: Likewise.
25824         * lib/mbscspn.c: Likewise.
25825         * lib/mbslen.c: Likewise.
25826         * lib/mbsncasecmp.c: Likewise.
25827         * lib/mbsnlen.c: Likewise.
25828         * lib/mbspbrk.c: Likewise.
25829         * lib/mbspcasecmp.c: Likewise.
25830         * lib/mbsrchr.c: Likewise.
25831         * lib/mbssep.c: Likewise.
25832         * lib/mbsspn.c: Likewise.
25833         * lib/mbsstr.c: Likewise.
25834         * lib/mbstok_r.c: Likewise.
25835         * lib/mbswidth.c: Likewise.
25836         * lib/mbswidth.h: Likewise.
25837         * lib/mbuiter.h: Likewise.
25838         * lib/memcasecmp.c: Likewise.
25839         * lib/memcasecmp.h: Likewise.
25840         * lib/memchr.c: Likewise.
25841         * lib/memcmp.c: Likewise.
25842         * lib/memcoll.c: Likewise.
25843         * lib/memcoll.h: Likewise.
25844         * lib/memcpy.c: Likewise.
25845         * lib/memrchr.c: Likewise.
25846         * lib/mkancesdirs.c: Likewise.
25847         * lib/mkdir-p.c: Likewise.
25848         * lib/mkdir-p.h: Likewise.
25849         * lib/mkdir.c: Likewise.
25850         * lib/mkdirat.c: Likewise.
25851         * lib/mkdtemp.c: Likewise.
25852         * lib/mkstemp-safer.c: Likewise.
25853         * lib/mkstemp.c: Likewise.
25854         * lib/modechange.c: Likewise.
25855         * lib/modechange.h: Likewise.
25856         * lib/mountlist.c: Likewise.
25857         * lib/mountlist.h: Likewise.
25858         * lib/mpsort.c: Likewise.
25859         * lib/nanosleep.c: Likewise.
25860         * lib/obstack.c: Likewise.
25861         * lib/obstack.h: Likewise.
25862         * lib/open-safer.c: Likewise.
25863         * lib/open.c: Likewise.
25864         * lib/openat-die.c: Likewise.
25865         * lib/openat-priv.h: Likewise.
25866         * lib/openat-proc.c: Likewise.
25867         * lib/openat.c: Likewise.
25868         * lib/openat.h: Likewise.
25869         * lib/pagealign_alloc.c: Likewise.
25870         * lib/pagealign_alloc.h: Likewise.
25871         * lib/physmem.c: Likewise.
25872         * lib/physmem.h: Likewise.
25873         * lib/pipe-safer.c: Likewise.
25874         * lib/pipe.c: Likewise.
25875         * lib/pipe.h: Likewise.
25876         * lib/posixtm.c: Likewise.
25877         * lib/posixtm.h: Likewise.
25878         * lib/posixver.c: Likewise.
25879         * lib/printf-frexp.c: Likewise.
25880         * lib/printf-frexp.h: Likewise.
25881         * lib/printf-frexpl.c: Likewise.
25882         * lib/printf-frexpl.h: Likewise.
25883         * lib/printf.c: Likewise.
25884         * lib/progname.c: Likewise.
25885         * lib/progname.h: Likewise.
25886         * lib/progreloc.c: Likewise.
25887         * lib/putenv.c: Likewise.
25888         * lib/quote.c: Likewise.
25889         * lib/quote.h: Likewise.
25890         * lib/quotearg.c: Likewise.
25891         * lib/quotearg.h: Likewise.
25892         * lib/raise.c: Likewise.
25893         * lib/readline.c: Likewise.
25894         * lib/readline.h: Likewise.
25895         * lib/readlink.c: Likewise.
25896         * lib/readtokens.c: Likewise.
25897         * lib/readtokens.h: Likewise.
25898         * lib/readtokens0.c: Likewise.
25899         * lib/readtokens0.h: Likewise.
25900         * lib/readutmp.c: Likewise.
25901         * lib/readutmp.h: Likewise.
25902         * lib/realloc.c: Likewise.
25903         * lib/relocwrapper.c: Likewise.
25904         * lib/rename-dest-slash.c: Likewise.
25905         * lib/rename.c: Likewise.
25906         * lib/rmdir.c: Likewise.
25907         * lib/rpmatch.c: Likewise.
25908         * lib/safe-read.c: Likewise.
25909         * lib/safe-read.h: Likewise.
25910         * lib/safe-write.c: Likewise.
25911         * lib/safe-write.h: Likewise.
25912         * lib/same-inode.h: Likewise.
25913         * lib/same.c: Likewise.
25914         * lib/same.h: Likewise.
25915         * lib/save-cwd.c: Likewise.
25916         * lib/save-cwd.h: Likewise.
25917         * lib/savedir.c: Likewise.
25918         * lib/savedir.h: Likewise.
25919         * lib/savewd.c: Likewise.
25920         * lib/savewd.h: Likewise.
25921         * lib/search.in.h: Likewise.
25922         * lib/setenv.c: Likewise.
25923         * lib/setenv.h: Likewise.
25924         * lib/settime.c: Likewise.
25925         * lib/sh-quote.c: Likewise.
25926         * lib/sh-quote.h: Likewise.
25927         * lib/sig2str.c: Likewise.
25928         * lib/sig2str.h: Likewise.
25929         * lib/signal.in.h: Likewise.
25930         * lib/signbitd.c: Likewise.
25931         * lib/signbitf.c: Likewise.
25932         * lib/signbitl.c: Likewise.
25933         * lib/sigprocmask.c: Likewise.
25934         * lib/sincosl.c: Likewise.
25935         * lib/sleep.c: Likewise.
25936         * lib/sprintf.c: Likewise.
25937         * lib/sqrtl.c: Likewise.
25938         * lib/stat-time.h: Likewise.
25939         * lib/stdio--.h: Likewise.
25940         * lib/stdio-safer.h: Likewise.
25941         * lib/stdlib--.h: Likewise.
25942         * lib/stdlib-safer.h: Likewise.
25943         * lib/stdlib.in.h: Likewise.
25944         * lib/stpcpy.c: Likewise.
25945         * lib/stpncpy.c: Likewise.
25946         * lib/strchrnul.c: Likewise.
25947         * lib/strcspn.c: Likewise.
25948         * lib/strerror.c: Likewise.
25949         * lib/strftime.c: Likewise.
25950         * lib/strftime.h: Likewise.
25951         * lib/striconveh.c: Likewise.
25952         * lib/striconveh.h: Likewise.
25953         * lib/striconveha.c: Likewise.
25954         * lib/striconveha.h: Likewise.
25955         * lib/stripslash.c: Likewise.
25956         * lib/strnlen1.c: Likewise.
25957         * lib/strnlen1.h: Likewise.
25958         * lib/strtod.c: Likewise.
25959         * lib/strtoimax.c: Likewise.
25960         * lib/strtok_r.c: Likewise.
25961         * lib/strtol.c: Likewise.
25962         * lib/strtoll.c: Likewise.
25963         * lib/strtoul.c: Likewise.
25964         * lib/strtoull.c: Likewise.
25965         * lib/sysexits.in.h: Likewise.
25966         * lib/tempname.c: Likewise.
25967         * lib/tempname.h: Likewise.
25968         * lib/timespec.h: Likewise.
25969         * lib/tls.c: Likewise.
25970         * lib/tls.h: Likewise.
25971         * lib/tmpdir.c: Likewise.
25972         * lib/tmpdir.h: Likewise.
25973         * lib/tmpfile-safer.c: Likewise.
25974         * lib/tmpfile.c: Likewise.
25975         * lib/trigl.c: Likewise.
25976         * lib/trigl.h: Likewise.
25977         * lib/trim.c: Likewise.
25978         * lib/trim.h: Likewise.
25979         * lib/trunc.c: Likewise.
25980         * lib/truncf.c: Likewise.
25981         * lib/truncl.c: Likewise.
25982         * lib/tsearch.c: Likewise.
25983         * lib/unicodeio.c: Likewise.
25984         * lib/unicodeio.h: Likewise.
25985         * lib/unistd--.h: Likewise.
25986         * lib/unistd-safer.h: Likewise.
25987         * lib/unistdio/ulc-fprintf.c: Likewise.
25988         * lib/unistdio/ulc-vfprintf.c: Likewise.
25989         * lib/unlinkdir.c: Likewise.
25990         * lib/unlinkdir.h: Likewise.
25991         * lib/unlocked-io.h: Likewise.
25992         * lib/unsetenv.c: Likewise.
25993         * lib/userspec.c: Likewise.
25994         * lib/utime.c: Likewise.
25995         * lib/utimecmp.c: Likewise.
25996         * lib/utimecmp.h: Likewise.
25997         * lib/utimens.c: Likewise.
25998         * lib/verify.h: Likewise.
25999         * lib/verror.c: Likewise.
26000         * lib/verror.h: Likewise.
26001         * lib/version-etc-fsf.c: Likewise.
26002         * lib/version-etc.c: Likewise.
26003         * lib/version-etc.h: Likewise.
26004         * lib/vfprintf.c: Likewise.
26005         * lib/vprintf.c: Likewise.
26006         * lib/vsprintf.c: Likewise.
26007         * lib/w32spawn.h: Likewise.
26008         * lib/wait-process.c: Likewise.
26009         * lib/wait-process.h: Likewise.
26010         * lib/wcwidth.c: Likewise.
26011         * lib/write-any-file.c: Likewise.
26012         * lib/xalloc-die.c: Likewise.
26013         * lib/xalloc.h: Likewise.
26014         * lib/xasprintf.c: Likewise.
26015         * lib/xgetcwd.c: Likewise.
26016         * lib/xgetcwd.h: Likewise.
26017         * lib/xgetdomainname.c: Likewise.
26018         * lib/xgetdomainname.h: Likewise.
26019         * lib/xgethostname.c: Likewise.
26020         * lib/xmalloc.c: Likewise.
26021         * lib/xmalloca.c: Likewise.
26022         * lib/xmalloca.h: Likewise.
26023         * lib/xmemcoll.c: Likewise.
26024         * lib/xnanosleep.c: Likewise.
26025         * lib/xreadlink.c: Likewise.
26026         * lib/xreadlink.h: Likewise.
26027         * lib/xsetenv.c: Likewise.
26028         * lib/xsetenv.h: Likewise.
26029         * lib/xstriconv.c: Likewise.
26030         * lib/xstriconv.h: Likewise.
26031         * lib/xstrndup.c: Likewise.
26032         * lib/xstrndup.h: Likewise.
26033         * lib/xstrtod.c: Likewise.
26034         * lib/xstrtod.h: Likewise.
26035         * lib/xstrtol-error.c: Likewise.
26036         * lib/xstrtol.c: Likewise.
26037         * lib/xstrtol.h: Likewise.
26038         * lib/xtime.h: Likewise.
26039         * lib/xvasprintf.c: Likewise.
26040         * lib/xvasprintf.h: Likewise.
26041         * lib/yesno.c: Likewise.
26042         * lib/yesno.h: Likewise.
26043         * posix-modules: Likewise.
26044         * tests/test-alloca-opt.c: Likewise.
26045         * tests/test-arcfour.c: Likewise.
26046         * tests/test-arctwo.c: Likewise.
26047         * tests/test-argmatch.c: Likewise.
26048         * tests/test-argp-2.sh: Likewise.
26049         * tests/test-argp.c: Likewise.
26050         * tests/test-arpa_inet.c: Likewise.
26051         * tests/test-array_list.c: Likewise.
26052         * tests/test-array_oset.c: Likewise.
26053         * tests/test-atexit.c: Likewise.
26054         * tests/test-avltree_list.c: Likewise.
26055         * tests/test-avltree_oset.c: Likewise.
26056         * tests/test-avltreehash_list.c: Likewise.
26057         * tests/test-base64.c: Likewise.
26058         * tests/test-binary-io.c: Likewise.
26059         * tests/test-byteswap.c: Likewise.
26060         * tests/test-c-ctype.c: Likewise.
26061         * tests/test-c-strcasecmp.c: Likewise.
26062         * tests/test-c-strcasestr.c: Likewise.
26063         * tests/test-c-strncasecmp.c: Likewise.
26064         * tests/test-c-strstr.c: Likewise.
26065         * tests/test-canonicalize-lgpl.c: Likewise.
26066         * tests/test-canonicalize.c: Likewise.
26067         * tests/test-carray_list.c: Likewise.
26068         * tests/test-ceilf.c: Likewise.
26069         * tests/test-ceill.c: Likewise.
26070         * tests/test-count-one-bits.c: Likewise.
26071         * tests/test-crc.c: Likewise.
26072         * tests/test-dirname.c: Likewise.
26073         * tests/test-fbufmode.c: Likewise.
26074         * tests/test-fcntl.c: Likewise.
26075         * tests/test-fflush.c: Likewise.
26076         * tests/test-floorf.c: Likewise.
26077         * tests/test-floorl.c: Likewise.
26078         * tests/test-fopen.c: Likewise.
26079         * tests/test-fprintf-posix.c: Likewise.
26080         * tests/test-fprintf-posix.h: Likewise.
26081         * tests/test-fpurge.c: Likewise.
26082         * tests/test-freadable.c: Likewise.
26083         * tests/test-freadahead.c: Likewise.
26084         * tests/test-freading.c: Likewise.
26085         * tests/test-freopen.c: Likewise.
26086         * tests/test-frexp.c: Likewise.
26087         * tests/test-frexpl.c: Likewise.
26088         * tests/test-fseek.c: Likewise.
26089         * tests/test-fseeko.c: Likewise.
26090         * tests/test-fseterr.c: Likewise.
26091         * tests/test-fstrcmp.c: Likewise.
26092         * tests/test-ftell.c: Likewise.
26093         * tests/test-ftello.c: Likewise.
26094         * tests/test-fwritable.c: Likewise.
26095         * tests/test-fwriting.c: Likewise.
26096         * tests/test-getaddrinfo.c: Likewise.
26097         * tests/test-getpass.c: Likewise.
26098         * tests/test-gettimeofday.c: Likewise.
26099         * tests/test-hmac-md5.c: Likewise.
26100         * tests/test-hmac-sha1.c: Likewise.
26101         * tests/test-iconv.c: Likewise.
26102         * tests/test-iconvme.c: Likewise.
26103         * tests/test-inttypes.c: Likewise.
26104         * tests/test-isnan.c: Likewise.
26105         * tests/test-isnanf.c: Likewise.
26106         * tests/test-isnanl-nolibm.c: Likewise.
26107         * tests/test-isnanl.c: Likewise.
26108         * tests/test-isnanl.h: Likewise.
26109         * tests/test-ldexpl.c: Likewise.
26110         * tests/test-linked_list.c: Likewise.
26111         * tests/test-linkedhash_list.c: Likewise.
26112         * tests/test-locale.c: Likewise.
26113         * tests/test-localename.c: Likewise.
26114         * tests/test-lock.c: Likewise.
26115         * tests/test-lseek.c: Likewise.
26116         * tests/test-malloca.c: Likewise.
26117         * tests/test-math.c: Likewise.
26118         * tests/test-mbscasecmp.c: Likewise.
26119         * tests/test-mbscasestr1.c: Likewise.
26120         * tests/test-mbscasestr2.c: Likewise.
26121         * tests/test-mbscasestr3.c: Likewise.
26122         * tests/test-mbscasestr4.c: Likewise.
26123         * tests/test-mbschr.c: Likewise.
26124         * tests/test-mbscspn.c: Likewise.
26125         * tests/test-mbsncasecmp.c: Likewise.
26126         * tests/test-mbspbrk.c: Likewise.
26127         * tests/test-mbspcasecmp.c: Likewise.
26128         * tests/test-mbsrchr.c: Likewise.
26129         * tests/test-mbsspn.c: Likewise.
26130         * tests/test-mbsstr1.c: Likewise.
26131         * tests/test-mbsstr2.c: Likewise.
26132         * tests/test-mbsstr3.c: Likewise.
26133         * tests/test-md5.c: Likewise.
26134         * tests/test-memmem.c: Likewise.
26135         * tests/test-netinet_in.c: Likewise.
26136         * tests/test-open.c: Likewise.
26137         * tests/test-printf-frexp.c: Likewise.
26138         * tests/test-printf-frexpl.c: Likewise.
26139         * tests/test-printf-posix.c: Likewise.
26140         * tests/test-printf-posix.h: Likewise.
26141         * tests/test-rbtree_list.c: Likewise.
26142         * tests/test-rbtree_oset.c: Likewise.
26143         * tests/test-rbtreehash_list.c: Likewise.
26144         * tests/test-read-file.c: Likewise.
26145         * tests/test-rijndael.c: Likewise.
26146         * tests/test-search.c: Likewise.
26147         * tests/test-signbit.c: Likewise.
26148         * tests/test-sleep.c: Likewise.
26149         * tests/test-snprintf-posix.c: Likewise.
26150         * tests/test-snprintf-posix.h: Likewise.
26151         * tests/test-snprintf.c: Likewise.
26152         * tests/test-sprintf-posix.c: Likewise.
26153         * tests/test-sprintf-posix.h: Likewise.
26154         * tests/test-stat-time.c: Likewise.
26155         * tests/test-stdbool.c: Likewise.
26156         * tests/test-stdint.c: Likewise.
26157         * tests/test-stdio.c: Likewise.
26158         * tests/test-stdlib.c: Likewise.
26159         * tests/test-stpncpy.c: Likewise.
26160         * tests/test-strcasestr.c: Likewise.
26161         * tests/test-striconv.c: Likewise.
26162         * tests/test-striconveh.c: Likewise.
26163         * tests/test-striconveha.c: Likewise.
26164         * tests/test-string.c: Likewise.
26165         * tests/test-sys_select.c: Likewise.
26166         * tests/test-sys_socket.c: Likewise.
26167         * tests/test-sys_stat.c: Likewise.
26168         * tests/test-sys_time.c: Likewise.
26169         * tests/test-sysexits.c: Likewise.
26170         * tests/test-time.c: Likewise.
26171         * tests/test-tls.c: Likewise.
26172         * tests/test-trunc.c: Likewise.
26173         * tests/test-truncf.c: Likewise.
26174         * tests/test-truncl.c: Likewise.
26175         * tests/test-unistd.c: Likewise.
26176         * tests/test-vasnprintf-posix.c: Likewise.
26177         * tests/test-vasnprintf-posix2.c: Likewise.
26178         * tests/test-vasnprintf.c: Likewise.
26179         * tests/test-vasprintf-posix.c: Likewise.
26180         * tests/test-vasprintf.c: Likewise.
26181         * tests/test-verify.c: Likewise.
26182         * tests/test-vfprintf-posix.c: Likewise.
26183         * tests/test-vprintf-posix.c: Likewise.
26184         * tests/test-vsnprintf-posix.c: Likewise.
26185         * tests/test-vsnprintf.c: Likewise.
26186         * tests/test-vsprintf-posix.c: Likewise.
26187         * tests/test-wchar.c: Likewise.
26188         * tests/test-wctype.c: Likewise.
26189         * tests/test-wcwidth.c: Likewise.
26190         * tests/test-xstrtol.c: Likewise.
26191         * tests/test-xvasprintf.c: Likewise.
26192         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
26193         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
26194         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
26195         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
26196         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
26197         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
26198         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
26199         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
26200         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
26201         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
26202         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
26203         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
26204         * tests/uniname/test-uninames.c: Likewise.
26205         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
26206         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
26207         * tests/unistdio/test-u16-printf1.h: Likewise.
26208         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
26209         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
26210         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
26211         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
26212         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
26213         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
26214         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
26215         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
26216         * tests/unistdio/test-u32-printf1.h: Likewise.
26217         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
26218         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
26219         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
26220         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
26221         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
26222         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
26223         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
26224         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
26225         * tests/unistdio/test-u8-printf1.h: Likewise.
26226         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
26227         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
26228         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
26229         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
26230         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
26231         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
26232         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
26233         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
26234         * tests/unistdio/test-ulc-printf1.h: Likewise.
26235         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
26236         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
26237         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
26238         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
26239         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
26240         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
26241         * tests/uniwidth/test-u16-strwidth.c: Likewise.
26242         * tests/uniwidth/test-u16-width.c: Likewise.
26243         * tests/uniwidth/test-u32-strwidth.c: Likewise.
26244         * tests/uniwidth/test-u32-width.c: Likewise.
26245         * tests/uniwidth/test-u8-strwidth.c: Likewise.
26246         * tests/uniwidth/test-u8-width.c: Likewise.
26247         * tests/uniwidth/test-uc_width.c: Likewise.
26248         * config/srclist-update: Likewise.
26249         (fixlicense): Update to GPLv3+.
26250
26251         Change copyright notice from LGPLv2.1+ to LGPLv3+.
26252         * tests/test-tsearch.c: Change copyright notice.
26253
26254         Change copyright notice from LGPLv2.0+ to LGPLv3+.
26255         * lib/c-strcaseeq.h: Change copyright notice.
26256         * lib/streq.h: Likewise.
26257         * lib/uniconv.h: Likewise.
26258         * lib/uniconv/u-conv-from-enc.h: Likewise.
26259         * lib/uniconv/u-conv-to-enc.h: Likewise.
26260         * lib/uniconv/u-strconv-from-enc.h: Likewise.
26261         * lib/uniconv/u-strconv-to-enc.h: Likewise.
26262         * lib/uniconv/u16-conv-from-enc.c: Likewise.
26263         * lib/uniconv/u16-conv-to-enc.c: Likewise.
26264         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
26265         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
26266         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
26267         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
26268         * lib/uniconv/u32-conv-from-enc.c: Likewise.
26269         * lib/uniconv/u32-conv-to-enc.c: Likewise.
26270         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
26271         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
26272         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
26273         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
26274         * lib/uniconv/u8-conv-from-enc.c: Likewise.
26275         * lib/uniconv/u8-conv-to-enc.c: Likewise.
26276         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
26277         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
26278         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
26279         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
26280         * lib/uniname.h: Likewise.
26281         * lib/uniname/uniname.c: Likewise.
26282         * lib/unistdio.h: Likewise.
26283         * lib/unistdio/u-asnprintf.h: Likewise.
26284         * lib/unistdio/u-asprintf.h: Likewise.
26285         * lib/unistdio/u-printf-args.c: Likewise.
26286         * lib/unistdio/u-printf-args.h: Likewise.
26287         * lib/unistdio/u-printf-parse.h: Likewise.
26288         * lib/unistdio/u-snprintf.h: Likewise.
26289         * lib/unistdio/u-sprintf.h: Likewise.
26290         * lib/unistdio/u-vasprintf.h: Likewise.
26291         * lib/unistdio/u-vsnprintf.h: Likewise.
26292         * lib/unistdio/u-vsprintf.h: Likewise.
26293         * lib/unistdio/u16-asnprintf.c: Likewise.
26294         * lib/unistdio/u16-asprintf.c: Likewise.
26295         * lib/unistdio/u16-printf-parse.c: Likewise.
26296         * lib/unistdio/u16-snprintf.c: Likewise.
26297         * lib/unistdio/u16-sprintf.c: Likewise.
26298         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
26299         * lib/unistdio/u16-u16-asprintf.c: Likewise.
26300         * lib/unistdio/u16-u16-snprintf.c: Likewise.
26301         * lib/unistdio/u16-u16-sprintf.c: Likewise.
26302         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
26303         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
26304         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
26305         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
26306         * lib/unistdio/u16-vasnprintf.c: Likewise.
26307         * lib/unistdio/u16-vasprintf.c: Likewise.
26308         * lib/unistdio/u16-vsnprintf.c: Likewise.
26309         * lib/unistdio/u16-vsprintf.c: Likewise.
26310         * lib/unistdio/u32-asnprintf.c: Likewise.
26311         * lib/unistdio/u32-asprintf.c: Likewise.
26312         * lib/unistdio/u32-printf-parse.c: Likewise.
26313         * lib/unistdio/u32-snprintf.c: Likewise.
26314         * lib/unistdio/u32-sprintf.c: Likewise.
26315         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
26316         * lib/unistdio/u32-u32-asprintf.c: Likewise.
26317         * lib/unistdio/u32-u32-snprintf.c: Likewise.
26318         * lib/unistdio/u32-u32-sprintf.c: Likewise.
26319         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
26320         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
26321         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
26322         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
26323         * lib/unistdio/u32-vasnprintf.c: Likewise.
26324         * lib/unistdio/u32-vasprintf.c: Likewise.
26325         * lib/unistdio/u32-vsnprintf.c: Likewise.
26326         * lib/unistdio/u32-vsprintf.c: Likewise.
26327         * lib/unistdio/u8-asnprintf.c: Likewise.
26328         * lib/unistdio/u8-asprintf.c: Likewise.
26329         * lib/unistdio/u8-printf-parse.c: Likewise.
26330         * lib/unistdio/u8-snprintf.c: Likewise.
26331         * lib/unistdio/u8-sprintf.c: Likewise.
26332         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
26333         * lib/unistdio/u8-u8-asprintf.c: Likewise.
26334         * lib/unistdio/u8-u8-snprintf.c: Likewise.
26335         * lib/unistdio/u8-u8-sprintf.c: Likewise.
26336         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
26337         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
26338         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
26339         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
26340         * lib/unistdio/u8-vasnprintf.c: Likewise.
26341         * lib/unistdio/u8-vasprintf.c: Likewise.
26342         * lib/unistdio/u8-vsnprintf.c: Likewise.
26343         * lib/unistdio/u8-vsprintf.c: Likewise.
26344         * lib/unistdio/ulc-asnprintf.c: Likewise.
26345         * lib/unistdio/ulc-asprintf.c: Likewise.
26346         * lib/unistdio/ulc-printf-parse.c: Likewise.
26347         * lib/unistdio/ulc-snprintf.c: Likewise.
26348         * lib/unistdio/ulc-sprintf.c: Likewise.
26349         * lib/unistdio/ulc-vasnprintf.c: Likewise.
26350         * lib/unistdio/ulc-vasprintf.c: Likewise.
26351         * lib/unistdio/ulc-vsnprintf.c: Likewise.
26352         * lib/unistdio/ulc-vsprintf.c: Likewise.
26353         * lib/unistr.h: Likewise.
26354         * lib/unistr/u-cpy-alloc.h: Likewise.
26355         * lib/unistr/u-cpy.h: Likewise.
26356         * lib/unistr/u-endswith.h: Likewise.
26357         * lib/unistr/u-move.h: Likewise.
26358         * lib/unistr/u-set.h: Likewise.
26359         * lib/unistr/u-startswith.h: Likewise.
26360         * lib/unistr/u-stpcpy.h: Likewise.
26361         * lib/unistr/u-stpncpy.h: Likewise.
26362         * lib/unistr/u-strcat.h: Likewise.
26363         * lib/unistr/u-strcpy.h: Likewise.
26364         * lib/unistr/u-strcspn.h: Likewise.
26365         * lib/unistr/u-strdup.h: Likewise.
26366         * lib/unistr/u-strlen.h: Likewise.
26367         * lib/unistr/u-strncat.h: Likewise.
26368         * lib/unistr/u-strncpy.h: Likewise.
26369         * lib/unistr/u-strnlen.h: Likewise.
26370         * lib/unistr/u-strpbrk.h: Likewise.
26371         * lib/unistr/u-strspn.h: Likewise.
26372         * lib/unistr/u-strstr.h: Likewise.
26373         * lib/unistr/u-strtok.h: Likewise.
26374         * lib/unistr/u16-check.c: Likewise.
26375         * lib/unistr/u16-chr.c: Likewise.
26376         * lib/unistr/u16-cmp.c: Likewise.
26377         * lib/unistr/u16-cpy-alloc.c: Likewise.
26378         * lib/unistr/u16-cpy.c: Likewise.
26379         * lib/unistr/u16-endswith.c: Likewise.
26380         * lib/unistr/u16-mblen.c: Likewise.
26381         * lib/unistr/u16-mbsnlen.c: Likewise.
26382         * lib/unistr/u16-mbtouc-aux.c: Likewise.
26383         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
26384         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
26385         * lib/unistr/u16-mbtouc.c: Likewise.
26386         * lib/unistr/u16-mbtoucr.c: Likewise.
26387         * lib/unistr/u16-move.c: Likewise.
26388         * lib/unistr/u16-next.c: Likewise.
26389         * lib/unistr/u16-prev.c: Likewise.
26390         * lib/unistr/u16-set.c: Likewise.
26391         * lib/unistr/u16-startswith.c: Likewise.
26392         * lib/unistr/u16-stpcpy.c: Likewise.
26393         * lib/unistr/u16-stpncpy.c: Likewise.
26394         * lib/unistr/u16-strcat.c: Likewise.
26395         * lib/unistr/u16-strchr.c: Likewise.
26396         * lib/unistr/u16-strcmp.c: Likewise.
26397         * lib/unistr/u16-strcpy.c: Likewise.
26398         * lib/unistr/u16-strcspn.c: Likewise.
26399         * lib/unistr/u16-strdup.c: Likewise.
26400         * lib/unistr/u16-strlen.c: Likewise.
26401         * lib/unistr/u16-strmblen.c: Likewise.
26402         * lib/unistr/u16-strmbtouc.c: Likewise.
26403         * lib/unistr/u16-strncat.c: Likewise.
26404         * lib/unistr/u16-strncmp.c: Likewise.
26405         * lib/unistr/u16-strncpy.c: Likewise.
26406         * lib/unistr/u16-strnlen.c: Likewise.
26407         * lib/unistr/u16-strpbrk.c: Likewise.
26408         * lib/unistr/u16-strrchr.c: Likewise.
26409         * lib/unistr/u16-strspn.c: Likewise.
26410         * lib/unistr/u16-strstr.c: Likewise.
26411         * lib/unistr/u16-strtok.c: Likewise.
26412         * lib/unistr/u16-to-u32.c: Likewise.
26413         * lib/unistr/u16-to-u8.c: Likewise.
26414         * lib/unistr/u16-uctomb-aux.c: Likewise.
26415         * lib/unistr/u16-uctomb.c: Likewise.
26416         * lib/unistr/u32-check.c: Likewise.
26417         * lib/unistr/u32-chr.c: Likewise.
26418         * lib/unistr/u32-cmp.c: Likewise.
26419         * lib/unistr/u32-cpy-alloc.c: Likewise.
26420         * lib/unistr/u32-cpy.c: Likewise.
26421         * lib/unistr/u32-endswith.c: Likewise.
26422         * lib/unistr/u32-mblen.c: Likewise.
26423         * lib/unistr/u32-mbsnlen.c: Likewise.
26424         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
26425         * lib/unistr/u32-mbtouc.c: Likewise.
26426         * lib/unistr/u32-mbtoucr.c: Likewise.
26427         * lib/unistr/u32-move.c: Likewise.
26428         * lib/unistr/u32-next.c: Likewise.
26429         * lib/unistr/u32-prev.c: Likewise.
26430         * lib/unistr/u32-set.c: Likewise.
26431         * lib/unistr/u32-startswith.c: Likewise.
26432         * lib/unistr/u32-stpcpy.c: Likewise.
26433         * lib/unistr/u32-stpncpy.c: Likewise.
26434         * lib/unistr/u32-strcat.c: Likewise.
26435         * lib/unistr/u32-strchr.c: Likewise.
26436         * lib/unistr/u32-strcmp.c: Likewise.
26437         * lib/unistr/u32-strcpy.c: Likewise.
26438         * lib/unistr/u32-strcspn.c: Likewise.
26439         * lib/unistr/u32-strdup.c: Likewise.
26440         * lib/unistr/u32-strlen.c: Likewise.
26441         * lib/unistr/u32-strmblen.c: Likewise.
26442         * lib/unistr/u32-strmbtouc.c: Likewise.
26443         * lib/unistr/u32-strncat.c: Likewise.
26444         * lib/unistr/u32-strncmp.c: Likewise.
26445         * lib/unistr/u32-strncpy.c: Likewise.
26446         * lib/unistr/u32-strnlen.c: Likewise.
26447         * lib/unistr/u32-strpbrk.c: Likewise.
26448         * lib/unistr/u32-strrchr.c: Likewise.
26449         * lib/unistr/u32-strspn.c: Likewise.
26450         * lib/unistr/u32-strstr.c: Likewise.
26451         * lib/unistr/u32-strtok.c: Likewise.
26452         * lib/unistr/u32-to-u16.c: Likewise.
26453         * lib/unistr/u32-to-u8.c: Likewise.
26454         * lib/unistr/u32-uctomb.c: Likewise.
26455         * lib/unistr/u8-check.c: Likewise.
26456         * lib/unistr/u8-chr.c: Likewise.
26457         * lib/unistr/u8-cmp.c: Likewise.
26458         * lib/unistr/u8-cpy-alloc.c: Likewise.
26459         * lib/unistr/u8-cpy.c: Likewise.
26460         * lib/unistr/u8-endswith.c: Likewise.
26461         * lib/unistr/u8-mblen.c: Likewise.
26462         * lib/unistr/u8-mbsnlen.c: Likewise.
26463         * lib/unistr/u8-mbtouc-aux.c: Likewise.
26464         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
26465         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
26466         * lib/unistr/u8-mbtouc.c: Likewise.
26467         * lib/unistr/u8-mbtoucr.c: Likewise.
26468         * lib/unistr/u8-move.c: Likewise.
26469         * lib/unistr/u8-next.c: Likewise.
26470         * lib/unistr/u8-prev.c: Likewise.
26471         * lib/unistr/u8-set.c: Likewise.
26472         * lib/unistr/u8-startswith.c: Likewise.
26473         * lib/unistr/u8-stpcpy.c: Likewise.
26474         * lib/unistr/u8-stpncpy.c: Likewise.
26475         * lib/unistr/u8-strcat.c: Likewise.
26476         * lib/unistr/u8-strchr.c: Likewise.
26477         * lib/unistr/u8-strcmp.c: Likewise.
26478         * lib/unistr/u8-strcpy.c: Likewise.
26479         * lib/unistr/u8-strcspn.c: Likewise.
26480         * lib/unistr/u8-strdup.c: Likewise.
26481         * lib/unistr/u8-strlen.c: Likewise.
26482         * lib/unistr/u8-strmblen.c: Likewise.
26483         * lib/unistr/u8-strmbtouc.c: Likewise.
26484         * lib/unistr/u8-strncat.c: Likewise.
26485         * lib/unistr/u8-strncmp.c: Likewise.
26486         * lib/unistr/u8-strncpy.c: Likewise.
26487         * lib/unistr/u8-strnlen.c: Likewise.
26488         * lib/unistr/u8-strpbrk.c: Likewise.
26489         * lib/unistr/u8-strrchr.c: Likewise.
26490         * lib/unistr/u8-strspn.c: Likewise.
26491         * lib/unistr/u8-strstr.c: Likewise.
26492         * lib/unistr/u8-strtok.c: Likewise.
26493         * lib/unistr/u8-to-u16.c: Likewise.
26494         * lib/unistr/u8-to-u32.c: Likewise.
26495         * lib/unistr/u8-uctomb-aux.c: Likewise.
26496         * lib/unistr/u8-uctomb.c: Likewise.
26497         * lib/unitypes.h: Likewise.
26498         * lib/uniwidth.h: Likewise.
26499         * lib/uniwidth/cjk.h: Likewise.
26500         * lib/uniwidth/u16-strwidth.c: Likewise.
26501         * lib/uniwidth/u16-width.c: Likewise.
26502         * lib/uniwidth/u32-strwidth.c: Likewise.
26503         * lib/uniwidth/u32-width.c: Likewise.
26504         * lib/uniwidth/u8-strwidth.c: Likewise.
26505         * lib/uniwidth/u8-width.c: Likewise.
26506         * lib/uniwidth/width.c: Likewise.
26507
26508 2007-10-07  Bruno Haible  <bruno@clisp.org>
26509
26510         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
26511         The file is still under LGPL (see modules/inttypes).
26512
26513 2007-10-06  Bruno Haible  <bruno@clisp.org>
26514
26515         * modules/trunc (Dependencies): Add 'extensions'.
26516         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
26517         Reported by Ben Pfaff <blp@gnu.org>.
26518
26519 2007-10-06  Bruno Haible  <bruno@clisp.org>
26520
26521         * modules/freopen-tests: New file.
26522         * tests/test-freopen.c: New file.
26523
26524         * modules/fopen-tests: New file.
26525         * tests/test-fopen.c: New file.
26526
26527         * modules/fopen: New file.
26528         * lib/fopen.c: New file.
26529         * m4/fopen.m4: New file.
26530         * modules/freopen: New file.
26531         * lib/freopen.c: New file.
26532         * m4/freopen.m4: New file.
26533         * lib/stdio.in.h (fopen, freopen): New declarations.
26534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
26535         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
26536         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
26537         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
26538         * doc/functions/fopen.texi: Mention the 'fopen' module.
26539         * doc/functions/freopen.texi: Mention the 'freopen' module.
26540
26541 2007-10-06  Bruno Haible  <bruno@clisp.org>
26542
26543         * modules/open-tests: New file.
26544         * tests/test-open.c: New file.
26545
26546         * modules/open: New file.
26547         * lib/open.c: New file.
26548         * m4/open.m4: New file.
26549         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
26550         lib/open.c does.
26551         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
26552         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
26553         macros.
26554         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
26555         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
26556         REPLACE_OPEN.
26557         * doc/functions/open.texi: Mention the 'open' module.
26558
26559 2007-10-04  Bruno Haible  <bruno@clisp.org>
26560
26561         * modules/ceill-tests: New file.
26562         * tests/test-ceill.c: New file.
26563
26564         * modules/ceill: New file.
26565         * lib/ceill.c: Replace entire file.
26566         * m4/ceill.m4: New file.
26567         * lib/math.in.h (ceill): Replace declaration.
26568         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
26569         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
26570         * doc/functions/ceill.texi: Mention the 'ceill' module.
26571         * modules/mathl (Files): Remove lib/ceill.c.
26572         (Depends-on): Add ceill.
26573
26574 2007-10-04  Bruno Haible  <bruno@clisp.org>
26575
26576         * modules/ceilf-tests: New file.
26577         * tests/test-ceilf.c: New file.
26578
26579         * modules/ceilf: New file.
26580         * lib/ceil.c: New file.
26581         * lib/ceilf.c: New file.
26582         * m4/ceilf.m4: New file.
26583         * lib/math.in.h (ceilf): New declaration.
26584         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
26585         HAVE_DECL_CEILF.
26586         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
26587         HAVE_DECL_CEILF.
26588         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
26589
26590 2007-10-04  Bruno Haible  <bruno@clisp.org>
26591
26592         * modules/floorl-tests: New file.
26593         * tests/test-floorl.c: New file.
26594
26595         * modules/floorl: New file.
26596         * lib/floorl.c: Replace entire file.
26597         * m4/floorl.m4: New file.
26598         * lib/math.in.h (floorl): Replace declaration.
26599         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
26600         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
26601         * doc/functions/floorl.texi: Mention the 'floorl' module.
26602         * modules/mathl (Files): Remove lib/floorl.c.
26603         (Depends-on): Add floorl.
26604
26605 2007-10-04  Bruno Haible  <bruno@clisp.org>
26606
26607         * modules/floorf-tests: New file.
26608         * tests/test-floorf.c: New file.
26609
26610         * modules/floorf: New file.
26611         * lib/floor.c: New file.
26612         * lib/floorf.c: New file.
26613         * m4/floorf.m4: New file.
26614         * lib/math.in.h (floorf): New declaration.
26615         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
26616         HAVE_DECL_FLOORF.
26617         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
26618         HAVE_DECL_FLOORF.
26619         * doc/functions/floorf.texi: Mention the 'floorf' module.
26620
26621 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
26622             Bruno Haible  <bruno@clisp.org>
26623
26624         Advertise for the Git server instead of the CVS server.
26625         * doc/gnulib-intro.texi (Steady Development): Mention the Git
26626         repository instead of the CVS one.
26627         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
26628         about all VCS systems generically.
26629         * doc/gnulib.texi (Introduction): Capitalize `Git'.
26630
26631 2007-10-04  Bruno Haible  <bruno@clisp.org>
26632
26633         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
26634         means.
26635         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
26636
26637 2007-10-04  Bruno Haible  <bruno@clisp.org>
26638
26639         * modules/truncl-tests: New file.
26640         * tests/test-truncl.c: New file.
26641
26642         * modules/truncl: New file.
26643         * lib/truncl.c: New file.
26644         * m4/truncl.m4: New file.
26645         * lib/math.in.h (truncl): New declaration.
26646         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
26647         HAVE_DECL_TRUNCL.
26648         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
26649         HAVE_DECL_TRUNCL.
26650         * doc/functions/truncl.texi: Mention the 'truncl' module.
26651
26652 2007-10-04  Bruno Haible  <bruno@clisp.org>
26653
26654         * modules/truncf-tests: New file.
26655         * tests/test-truncf.c: New file.
26656
26657         * modules/truncf: New file.
26658         * lib/trunc.c: Make paramerizable through USE_* macros.
26659         * lib/truncf.c: New file.
26660         * m4/truncf.m4: New file.
26661         * lib/math.in.h (truncf): New declaration.
26662         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
26663         HAVE_DECL_TRUNCF.
26664         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
26665         HAVE_DECL_TRUNCF.
26666         * doc/functions/truncf.texi: Mention the 'truncf' module.
26667
26668 2007-10-03  Bruno Haible  <bruno@clisp.org>
26669
26670         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26671         augmentation also for tests modules.
26672         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
26673         * modules/atexit-tests (Makefile.am): Likewise.
26674         * modules/binary-io-tests (Makefile.am): Likewise.
26675         * modules/c-strcase-tests (Makefile.am): Likewise.
26676         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
26677         * modules/canonicalize-tests (Makefile.am): Likewise.
26678         * modules/closein-tests (Makefile.am): Likewise.
26679         * modules/fprintf-posix-tests (Makefile.am): Likewise.
26680         * modules/freadahead-tests (Makefile.am): Likewise.
26681         * modules/fseek-tests (Makefile.am): Likewise.
26682         * modules/fseeko-tests (Makefile.am): Likewise.
26683         * modules/ftell-tests (Makefile.am): Likewise.
26684         * modules/ftello-tests (Makefile.am): Likewise.
26685         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
26686         * modules/isnanl-tests (Makefile.am): Likewise.
26687         * modules/lseek-tests (Makefile.am): Likewise.
26688         * modules/mbscasecmp-tests (Makefile.am): Likewise.
26689         * modules/mbscasestr-tests (Makefile.am): Likewise.
26690         * modules/mbschr-tests (Makefile.am): Likewise.
26691         * modules/mbscspn-tests (Makefile.am): Likewise.
26692         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
26693         * modules/mbspbrk-tests (Makefile.am): Likewise.
26694         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
26695         * modules/mbsrchr-tests (Makefile.am): Likewise.
26696         * modules/mbsspn-tests (Makefile.am): Likewise.
26697         * modules/mbsstr-tests (Makefile.am): Likewise.
26698         * modules/printf-posix-tests (Makefile.am): Likewise.
26699         * modules/snprintf-posix-tests (Makefile.am): Likewise.
26700         * modules/sprintf-posix-tests (Makefile.am): Likewise.
26701         * modules/tsearch-tests (Makefile.am): Likewise.
26702         * modules/uniname/uniname-tests (Makefile.am): Likewise.
26703         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
26704         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
26705         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
26706         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
26707         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
26708         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
26709         * modules/vprintf-posix-tests (Makefile.am): Likewise.
26710         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
26711         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
26712         * modules/xstrtoimax-tests (Makefile.am): Likewise.
26713         * modules/xstrtol-tests (Makefile.am): Likewise.
26714         * modules/xstrtoumax-tests (Makefile.am): Likewise.
26715         * modules/yesno-tests (Makefile.am): Likewise.
26716
26717 2007-10-03  Bruno Haible  <bruno@clisp.org>
26718
26719         * modules/trunc-tests: New file.
26720         * tests/test-trunc.c: New file.
26721
26722         * modules/trunc: New file.
26723         * lib/trunc.c: New file.
26724         * m4/trunc.m4: New file.
26725         * lib/math.in.h (trunc): New declaration.
26726         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
26727         HAVE_DECL_TRUNC.
26728         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
26729         HAVE_DECL_TRUNC.
26730         * doc/functions/trunc.texi: Mention the 'trunc' module.
26731
26732 2007-10-03  Bruno Haible  <bruno@clisp.org>
26733
26734         * tests/test-fpending.c: New file, mostly copied
26735         from coreutils/lib/t-fpending.c.
26736         * modules/fpending-tests: New file.
26737
26738 2007-10-03  Bruno Haible  <bruno@clisp.org>
26739
26740         Port the stdio extensions to QNX (untested).
26741         * lib/fseterr.c (fseterr): Add support for QNX.
26742         * lib/fbufmode.c (fbufmode): Likewise.
26743         * lib/freadable.c (freadable): Likewise.
26744         * lib/fwritable.c (fwritable): Likewise.
26745         * lib/freading.c (freading): Likewise.
26746         * lib/fwriting.c (fwriting): Likewise.
26747         * lib/freadahead.c (freadahed): Likewise.
26748         * lib/fpurge.c (fpurge): Likewise.
26749         * lib/fseeko.c (rpl_fseeko): Likewise.
26750
26751 2007-10-03  Bruno Haible  <bruno@clisp.org>
26752             Jim Meyering  <jim@meyering.net>
26753             Eric Blake  <ebb9@byu.net>
26754
26755         * doc/relocatable.texi: Use @command instead of @program.
26756
26757 2007-10-02  Jim Meyering  <jim@meyering.net>
26758
26759         Perform one more "_.h" -> ".in.h" substitution.
26760         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
26761         instead of unistd_.h here, too.
26762
26763 2007-10-01  Bruno Haible  <bruno@clisp.org>
26764
26765         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
26766         Needed for the alloca-opt module.
26767
26768 2007-09-30  Bruno Haible  <bruno@clisp.org>
26769
26770         * lib/alloca.in.h: Renamed from lib/alloca_.h.
26771         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
26772         alloca_.h.
26773         * lib/argz.in.h: Renamed from lib/argz_.h.
26774         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
26775         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
26776         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
26777         byteswap_.h.
26778         * lib/dirent.in.h: Renamed from lib/dirent_.h.
26779         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
26780         dirent_.h.
26781         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
26782         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
26783         fcntl_.h.
26784         * lib/float.in.h: Renamed from lib/float_.h.
26785         * modules/float (Files, Makefile.am): Use float.in.h instead of
26786         float_.h.
26787         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
26788         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
26789         fnmatch_.h.
26790         * lib/getopt.in.h: Renamed from lib/getopt_.h.
26791         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
26792         getopt_.h.
26793         * lib/glob.in.h: Renamed from lib/glob_.h.
26794         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
26795         * lib/iconv.in.h: Renamed from lib/iconv_.h.
26796         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
26797         iconv_.h.
26798         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
26799         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
26800         inttypes_.h.
26801         * lib/locale.in.h: Renamed from lib/locale_.h.
26802         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
26803         locale_.h.
26804         * lib/math.in.h: Renamed from lib/math_.h.
26805         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
26806         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
26807         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
26808         of netinet_in_.h. Add dependency.
26809         * lib/poll.in.h: Renamed from lib/poll_.h.
26810         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
26811         * lib/search.in.h: Renamed from lib/search_.h.
26812         * modules/search (Files, Makefile.am): Use search.in.h instead of
26813         search_.h.
26814         * lib/signal.in.h: Renamed from lib/signal_.h.
26815         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
26816         _signal.h.
26817         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
26818         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
26819         stdbool_.h.
26820         * lib/stdint.in.h: Renamed from lib/stdint_.h.
26821         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
26822         stdint_.h.
26823         * lib/stdio.in.h: Renamed from lib/stdio_.h.
26824         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
26825         stdio_.h.
26826         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
26827         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
26828         stdlib_.h.
26829         * lib/string.in.h: Renamed from lib/string_.h.
26830         * modules/string (Files, Makefile.am): Use string.in.h instead of
26831         string_.h.
26832         * doc/gnulib-tool.texi (Initial import): Update.
26833         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
26834         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
26835         of sys_select_.h. Add dependency.
26836         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
26837         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
26838         of sys_socket_.h.
26839         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
26840         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
26841         sys_stat_.h.
26842         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
26843         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
26844         sys_time_.h.
26845         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
26846         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
26847         sysexits_.h.
26848         * lib/time.in.h: Renamed from lib/time_.h.
26849         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
26850         * lib/unistd.in.h: Renamed from lib/unistd_.h.
26851         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
26852         unistd_.h.
26853         * lib/wchar.in.h: Renamed from lib/wchar_.h.
26854         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
26855         wchar_.h.
26856         * lib/wctype.in.h: Renamed from lib/wctype_.h.
26857         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
26858         wctype_.h.
26859         * build-aux/bootstrap (slurp): Update.
26860         * lib/.cppi-disable: Update.
26861
26862 2007-09-30  Bruno Haible  <bruno@clisp.org>
26863
26864         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
26865         Needed on BeOS.
26866
26867 2007-09-30  Bruno Haible  <bruno@clisp.org>
26868
26869         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
26870
26871 2007-09-29  Bruno Haible  <bruno@clisp.org>
26872
26873         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
26874
26875 2007-09-29  Bruno Haible  <bruno@clisp.org>
26876
26877         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
26878         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
26879         * build-aux/install-reloc: Compile also areadlink.c.
26880         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
26881
26882 2007-09-29  Bruno Haible  <bruno@clisp.org>
26883
26884         * gnulib-tool (func_emit_initmacro_done): Indentation.
26885
26886 2007-09-29  Bruno Haible  <bruno@clisp.org>
26887
26888         * README: Add CVS checkout update instructions.
26889         Info from Bob Proulx <bob@proulx.com>.
26890
26891 2007-09-28  Eric Blake  <ebb9@byu.net>
26892
26893         Provide move-if-change.
26894         * build-aux/move-if-change: New file, based on best practice
26895         rather than any canonical upstream location.
26896
26897 2007-09-28  Jim Meyering  <jim@meyering.net>
26898
26899         Fix canonicalize loop-detection corner case.
26900         Do not attempt to stat the symlink values stored via seen_triple.
26901         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
26902         on linux-2.6.18, (but not 2.6.22).
26903         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
26904         triple_compare.  The former compares dev,ino,filename, while the latter
26905         would actually stat dirname(filename) when dev and ino were equal.
26906         * lib/hash-triple.c: Install <string.h>.
26907         (STREQ): Define.
26908         (triple_compare_ino_str): New function.
26909         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
26910
26911 2007-09-28  Eric Blake  <ebb9@byu.net>
26912
26913         Enforce that AC_REPLACE_FUNCS files exist.
26914         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
26915         override check for typos.
26916
26917         Fix test-closein on Solaris 10.
26918         * tests/test-closein.c (main): Don't assume stdin can be inherited
26919         closed on all systems.
26920         * tests/test-closein.sh: Likewise.
26921         Reported by Piotr Tarnowski.
26922
26923 2007-09-28  Jim Meyering  <jim@meyering.net>
26924
26925         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
26926
26927 2007-09-27  Jim Meyering  <jim@meyering.net>
26928
26929         canonicalize: Avoid a false-positive cycle failure.
26930         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
26931         Sort.  Remove cycle-check.
26932         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
26933         not cycle-check.h.
26934         (seen_triple): New function.
26935         (canonicalize_filename_mode): Use it instead of cycle-check.
26936         * tests/test-canonicalize.c: Add a test for this bug.
26937         * tests/test-canonicalize.sh: Set up and run the test.
26938
26939         New module, file-set, from coreutils.
26940         * modules/file-set: Define it.
26941         * lib/file-set.c, lib/file-set.h: Implement.
26942
26943         New module, hash-triple, from coreutils.
26944         * modules/hash-triple: Define it.
26945         * lib/hash-triple.c, lib/hash-triple.h: Implement.
26946
26947 2007-09-25  Eric Blake  <ebb9@byu.net>
26948
26949         Fix strerror on Interix.
26950         * lib/string_.h (strerror): Declare replacement.
26951         * doc/functions/strerror.texi (strerror): Document the Interix
26952         shortcoming.
26953         * modules/string (Makefile.am): Support new hooks.
26954         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
26955         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
26956         gl_FUNC_STRERROR_SEPARATE.
26957         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
26958         * lib/strerror.c (rpl_strerror): Provide replacement.
26959         * modules/strerror (Depends-on): Add string.
26960         (configure.ac): Detect use of module.
26961         * tests/test-strerror.c: New file.
26962         * modules/strerror-tests: New test module.
26963         * modules/argp (Depends-on): Add strerror.
26964         * modules/error (Depends-on): Likewise.
26965         Reported by Martin Koeppe.
26966
26967 2007-09-24  Bruno Haible  <bruno@clisp.org>
26968
26969         * README: Update git instructions.
26970
26971 2007-09-24  Eric Blake  <ebb9@byu.net>
26972
26973         Revert fpending breakage from 2007-09-08.
26974         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
26975         __fpending.c.
26976
26977 2007-09-24  Jim Meyering  <jim@meyering.net>
26978
26979         filenamecat.c: Add a test.
26980         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
26981         showing how the function works when DIR is the empty string.
26982
26983 2007-09-21  Simon Josefsson  <simon@josefsson.org>
26984
26985         * tests/test-canonicalize.sh: Turn on executable bit.
26986
26987 2007-09-19  Eric Blake  <ebb9@byu.net>
26988
26989         * README: Update CVS instructions.
26990
26991 2007-09-18  Bruno Haible  <bruno@clisp.org>
26992
26993         * modules/areadlink: New file.
26994         * lib/areadlink.h (areadlink): New declaration.
26995         * lib/areadlink.c: New file, based on lib/xreadlink.c.
26996
26997 2007-09-17  Jim Meyering  <jim@meyering.net>
26998
26999         * lib/savewd.c (ESTALE) [!defined]: Define.
27000         Reported to be required on Interix by Martin Koeppe.
27001
27002 2007-09-17  Bruno Haible  <bruno@clisp.org>
27003
27004         * gnulib-tool (func_version): Use $version.
27005
27006 2007-09-16  Bruno Haible  <bruno@clisp.org>
27007
27008         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
27009         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
27010         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
27011         Reported by Greg Schafer <gschafer@zip.com.au>.
27012
27013 2007-09-15  Bruno Haible  <bruno@clisp.org>
27014
27015         * gnulib-tool (sed): Try a little harder to make bash understand the
27016         alias.
27017         Reported by Bruce Korb <bruce.korb@gmail.com>.
27018
27019 2007-09-13  Eric Blake  <ebb9@byu.net>
27020
27021         * ChangeLog: Remove conflict markers.
27022
27023 2007-09-13  Simon Josefsson  <simon@josefsson.org>
27024
27025         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
27026         Reported by Bruno Haible <bruno@clisp.org>.
27027
27028 2007-09-12  Bruno Haible  <bruno@clisp.org>
27029
27030         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
27031         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
27032         is not defined.
27033
27034 2007-09-12  Eric Blake  <ebb9@byu.net>
27035
27036         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
27037         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
27038         Autoconf definition.
27039         * modules/euidaccess (Depends-on): Add extensions, for
27040         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
27041         * modules/fnmatch (Depends-on): Likewise.
27042         * modules/getaddrinfo (Depends-on): Likewise.
27043         * modules/getdelim (Depends-on): Likewise.
27044         * modules/getline (Depends-on): Likewise.
27045         * modules/getsubopt (Depends-on): Likewise.
27046         * modules/gettext (Depends-on): Likewise.
27047         * modules/group-member (Depends-on): Likewise.
27048         * modules/mbchar (Depends-on): Likewise.
27049         * modules/memmem (Depends-on): Likewise.
27050         * modules/mempcpy (Depends-on): Likewise.
27051         * modules/memrchr (Depends-on): Likewise.
27052         * modules/pagealign_alloc (Depends-on): Likewise.
27053         * modules/readutmp (Depends-on): Likewise.
27054         * modules/stpcpy (Depends-on): Likewise.
27055         * modules/stpncpy (Depends-on): Likewise.
27056         * modules/strchrnul (Depends-on): Likewise.
27057         * modules/strndup (Depends-on): Likewise.
27058         * modules/strsep (Depends-on): Likewise.
27059         * modules/strverscmp (Depends-on): Likewise.
27060         * modules/vasprintf (Depends-on): Likewise.
27061         * modules/wcwidth (Depends-on): Likewise.
27062         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
27063         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
27064         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
27065         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
27066         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
27067         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
27068         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
27069         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27070         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
27071         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
27072         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
27073         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
27074         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
27075         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
27076         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
27077         * m4/readutmp.m4 (gl_READUTMP): Likewise.
27078         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27079         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
27080         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
27081         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
27082         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
27083         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
27084         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
27085         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
27086         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
27087         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
27088         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
27089         so that lock.m4 can be used in gettext without extensions module.
27090
27091 2007-09-11  Bruno Haible  <bruno@clisp.org>
27092
27093         * m4/isc-posix.m4: Remove file.
27094         Suggested by Eric Blake.
27095
27096 2007-09-11  Eric Blake  <ebb9@byu.net>
27097
27098         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
27099
27100 2007-09-10  Bruno Haible  <bruno@clisp.org>
27101
27102         * posix-modules: Fix typo in error message.
27103         Reported by Matt <mkraai@beckman.com>.
27104
27105 2007-09-09  Bruno Haible  <bruno@clisp.org>
27106
27107         * doc/functions/getdelim.texi: Update list of platforms lacking the
27108         function.
27109         * doc/functions/getline.texi: Likewise.
27110
27111 2007-09-09  Jim Meyering  <jim@meyering.net>
27112
27113         * lib/hash.c (hash_initialize): Detect calloc failure.
27114         Reported by Bruno Haible.
27115
27116 2007-09-09  Bruno Haible  <bruno@clisp.org>
27117
27118         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
27119         malloc or realloc fails.
27120
27121 2007-09-09  Bruno Haible  <bruno@clisp.org>
27122
27123         * modules/getcwd (Depends-on): Add malloc-posix.
27124         * modules/glob (Depends-on): Likewise.
27125         * modules/putenv (Depends-on): Likewise.
27126         * modules/strdup (Depends-on): Likewise.
27127         * modules/getdelim (Depends-on): Add realloc-posix.
27128         * modules/read-file (Depends-on): Likewise.
27129
27130 2007-09-09  Bruno Haible  <bruno@clisp.org>
27131
27132         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
27133         (gl_FUNC_MALLOC_POSIX): Require it.
27134         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
27135         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
27136         * modules/realloc (Files): Add m4/malloc.m4.
27137         * modules/calloc (Files): Likewise.
27138
27139 2007-09-09  Bruno Haible  <bruno@clisp.org>
27140
27141         * modules/malloc-posix: New file.
27142         * modules/malloc (Depends-on): Add malloc-posix.
27143         * lib/malloc.c: Include errno.h.
27144         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
27145         and a POSIX-compatible malloc into a single function. Set ENOMEM
27146         when returning NULL.
27147         * m4/malloc.m4: New file.
27148         * doc/functions/malloc.texi: Mention the malloc-posix module.
27149         * lib/stdlib_.h (malloc): New declaration.
27150         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27151         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
27152         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
27153         and HAVE_MALLOC_POSIX.
27154
27155 2007-09-09  Bruno Haible  <bruno@clisp.org>
27156
27157         * modules/realloc-posix: New file.
27158         * modules/realloc (Depends-on): Add realloc-posix.
27159         * lib/realloc.c: Include errno.h.
27160         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
27161         and a POSIX-compatible realloc into a single function. Set ENOMEM
27162         when returning NULL.
27163         * m4/realloc.m4: New file.
27164         * doc/functions/realloc.texi: Mention the realloc-posix module.
27165         * lib/stdlib_.h (realloc): New declaration.
27166         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27167         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
27168         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
27169         and HAVE_REALLOC_POSIX.
27170
27171 2007-09-09  Bruno Haible  <bruno@clisp.org>
27172
27173         * modules/calloc-posix: New file.
27174         * modules/calloc (Depends-on): Add calloc-posix.
27175         * lib/calloc.c: Include errno.h.
27176         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
27177         and a POSIX-compatible calloc into a single function. Set ENOMEM
27178         when returning NULL.
27179         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
27180         * doc/functions/calloc.texi: Mention the calloc-posix module.
27181         * lib/stdlib_.h (calloc): New declaration.
27182         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27183         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
27184         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
27185         and HAVE_CALLOC_POSIX.
27186
27187 2007-09-09  Bruno Haible  <bruno@clisp.org>
27188
27189         Allow for modules to show an arbitrary notice.
27190         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
27191         * gnulib-tool: New option --extract-notice.
27192         (func_usage): Document it.
27193         (sed_extract_prog): Update.
27194         (func_get_notice): New function.
27195         (func_modules_notice): New function.
27196         (func_import, func_create_testdir): Invoke it.
27197         Suggested by Jim Meyering.
27198
27199 2007-09-09  Bruno Haible  <bruno@clisp.org>
27200
27201         * gnulib-tool: New options --verbose, --quiet.
27202         (func_usage): Document them.
27203         (verbose): New variable.
27204         (func_execute_command): New function.
27205         (func_import): Don't show the module list and the file list if
27206         $verbose < 0.
27207         (func_create_testdir): Likewise. Use func_execute_command.
27208         (func_create_megatestdir): Use func_execute_command.
27209
27210 2007-09-08  Bruno Haible  <bruno@clisp.org>
27211
27212         * gnulib-tool (func_import): Prefer rsync over wget when available,
27213         for fetching the PO files.
27214
27215 2007-09-08  Bruno Haible  <bruno@clisp.org>
27216
27217         * posix-modules: New file. Portions copied from gnulib-tool.
27218         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
27219
27220 2007-09-08  Jim Meyering  <jim@meyering.net>
27221
27222         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
27223         * lib/fpending.h: Rename from __fpending.h.
27224         * lib/fpending.c: Rename from __fpending.c.
27225         Include "fpending.h", not "__fpending.h".
27226         * lib/__fpending.h, lib/__fpending.c: Remove files.
27227         * modules/fpending (Files): Reflect new file names.
27228         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
27229
27230 2007-09-08  Bruno Haible  <bruno@clisp.org>
27231
27232         * m4/inttypes-h.m4: Remove stub file.
27233
27234 2007-09-07  Simon Josefsson  <simon@josefsson.org>
27235
27236         * doc/headers/stdint.texi: Discuss #include_next issue.
27237
27238 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27239
27240         * build-aux/bootstrap: Remove obsolete comment about wget --help.
27241
27242 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27243
27244         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
27245         in variable name.
27246
27247 2007-09-03  Jim Meyering  <jim@meyering.net>
27248
27249         New module: git-version-gen.
27250         * modules/git-version-gen: New file.
27251
27252         Import changes from coreutils for bootstrap script.
27253
27254         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
27255
27256         bootstrap: uses rsync to download the .po files
27257         * build-aux/bootstrap (po_download_command_format): New global.
27258         (download_po_files): Use rsync.
27259         (update_po_files): Don't remove .po files after download,
27260         so future rsync runs can take advantage of the copies.
27261
27262         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
27263
27264         Solve the unnecessary-.po-file-regeneration problem once and for all.
27265         * build-aux/bootstrap (download_po_files): New function, renamed from
27266         get_translations.  Now, downloads, but doesn't update LINGUAS.
27267         (update_po_files): New function.
27268
27269         bootstrap: Ignore more.
27270         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
27271         uniwidth to e.g., lib/.gitignore.
27272         (slurp): Handle the sys_stat_.h -> sys mapping, too.
27273
27274         * build-aux/bootstrap: New setting: vc_ignore.
27275         (insert_sorted_if_absent): Create $file if absent.
27276         Adapt to new, possibly empty, list: $vc_ignore.
27277
27278         bootstrap: generate more ignorable names
27279         * build-aux/bootstrap (slurp): When generating ignorable names,
27280         also map .sin to .sed, .gperf to .c, and .y to .c.
27281
27282 2007-09-03  Jim Meyering  <jim@meyering.net>
27283
27284         * build-aux/git-version-gen: New file, from coreutils.  For details, see
27285         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
27286
27287 2007-09-02  Bruno Haible  <bruno@clisp.org>
27288
27289         Fix mis-recognition of 'mcs' on QNX 6.
27290         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
27291         output contains the string "Mono".
27292         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
27293         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
27294
27295 2007-09-01  Bruno Haible  <bruno@clisp.org>
27296
27297         Fix collision between uniwidth/* and linebreak modules.
27298         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
27299         u32_width): Remove declarations.
27300         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
27301         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
27302         streq3, streq2, streq1, streq0): Remove functions.
27303         (STREQ): Remove macro.
27304         (is_cjk_encoding): Remove function.
27305         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
27306         (uc_width, u8_width, u16_width, u32_width): Remove functions.
27307         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
27308         * NEWS: Document the change.
27309
27310 2007-09-01  Bruno Haible  <bruno@clisp.org>
27311
27312         * lib/streq.h: Add double-inclusion guard.
27313
27314 2007-09-01  Karl Berry  <karl@gnu.org>
27315
27316         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
27317
27318 2007-08-28  Jim Meyering  <jim@meyering.net>
27319
27320         Rename mreadlink_with_size to areadlink_with_size.
27321         * NEWS: Document the change.
27322         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
27323         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
27324         * lib/mreadlink.h: Rename this to...
27325         * lib/areadlink.h: ...this.
27326         * modules/mreadlink-with-size: Rename this to...
27327         * modules/areadlink-with-size: ...this.
27328         * lib/canonicalize.c: Reflect the renaming.
27329         * modules/canonicalize: Likewise.
27330
27331 2007-08-26  Bruno Haible  <bruno@clisp.org>
27332
27333         * gnulib-tool (func_import): When deciding which files to remove,
27334         consider also dangling symbolic links.
27335         Reported by Eric Blake.
27336
27337 2007-08-26  Bruno Haible  <bruno@clisp.org>
27338
27339         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
27340
27341 2007-08-23  Simon Josefsson  <simon@josefsson.org>
27342
27343         * lib/readline.c: Don't include getline.h, the prototype is now
27344         found in stdio.h.
27345
27346 2007-08-23  Jim Meyering  <jim@meyering.net>
27347
27348         Getdelim touchup.
27349         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
27350         around the funlockfile call, since funlockfile never sets errno.
27351         Don't set errno upon failed realloc.
27352
27353 2007-08-22  Eric Blake  <ebb9@byu.net>
27354
27355         Getline touchups.
27356         * lib/getdelim.c (getdelim): Revert regression that required *n to
27357         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
27358         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
27359         getdelim, rather than whether implementation is missing.
27360         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
27361         * lib/stdio_.h (getline): Also declare if replacement is
27362         required.
27363         * doc/functions/getdelim.texi: New file.
27364         * doc/functions/getline.texi: Likewise.
27365         * doc/gnulib.texi (Function Substitutes): Add new files.
27366         Reported by Bruno Haible.
27367
27368 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
27369
27370         * users.txt: Add Guile.
27371
27372 2007-08-22  Eric Blake  <ebb9@byu.net>
27373
27374         * tests/test-getdelim.c (main): Use remove, not unlink.
27375         * tests/test-getline.c (main): Likewise.
27376
27377         Move getline and getdelim into stdio.h, per POSIX 200x.
27378         * modules/getline (Files): Remove getline.h.
27379         (Depends-on): Add stdio.
27380         (configure.ac): Add module indicator.
27381         * modules/getdelim (Files): Remove getdelim.h.
27382         (Depends-on): Add stdio.
27383         (configure.ac): Add module indicator.
27384         * modules/stdio (Makefile.am): Work with new indicators.
27385         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
27386         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
27387         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
27388         * lib/getdelim.h: Delete.
27389         * lib/getline.h: Delete.
27390         * lib/stdio_.h (getdelim, getline): Declare.
27391         * modules/getdelim-tests: New module.
27392         * modules/getline-tests: Likewise.
27393         * tests/test-getdelim.c: New file.
27394         * tests/test-getline.c: Likewise.
27395         * NEWS: Document the change.
27396         * lib/getline.c: Update choice of header.
27397         * lib/csharpcomp.c: Likewise.
27398         * lib/getpass.c: Likewise.
27399         * lib/javacomp.c: Likewise.
27400         * lib/javaversion.c: Likewise.
27401         * lib/yesno.c: Likewise.
27402         * lib/getdelim.c: Likewise.
27403         (getdelim): Set errno on failure, and avoid memory leak.
27404
27405 2007-08-19  Bruno Haible  <bruno@clisp.org>
27406
27407         * modules/closein (Depends-on): Add freadahead.
27408         * lib/closein.c: Include freadahead.h.
27409         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
27410         is zero.
27411
27412 2007-08-19  Bruno Haible  <bruno@clisp.org>
27413
27414         * modules/freadahead-tests: New file.
27415         * tests/test-freadahead.sh: New file.
27416         * tests/test-freadahead.c: New file.
27417
27418         * modules/freadahead: New file.
27419         * lib/freadahead.h: New file.
27420         * lib/freadahead.c: New file.
27421         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
27422         fbufmode, fpurge, freadable, fwritable.
27423
27424 2007-08-19  Eric Blake  <ebb9@byu.net>
27425
27426         Test yesno in combination with closein.
27427         * lib/yesno.c (yesno): Document use of stdin.
27428         * modules/yesno-tests (Files): New module.
27429         * tests/test-yesno.c (main): New file.
27430         * tests/test-yesno.sh: Likewise.
27431
27432 2007-08-19  Bruno Haible  <bruno@clisp.org>
27433
27434         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
27435         * lib/fseeko.c (rpl_fseeko): Likewise.
27436         * lib/fseterr.c (fseterr): Likewise.
27437
27438 2007-08-19  Bruno Haible  <bruno@clisp.org>
27439
27440         * tests/test-lseek.c (main): Disable a test for BeOS.
27441         * doc/functions/lseek.texi: Document the BeOS bug.
27442
27443 2007-08-19  Bruno Haible  <bruno@clisp.org>
27444             Eric Blake  <ebb9@byu.net>
27445
27446         * lib/lseek.c: Include <sys/stat.h>.
27447         (rpl_lseek): Add workaround code also for Unix platforms.
27448         Needed for BeOS.
27449         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
27450         * doc/functions/lseek.texi: Document BeOS definiency.
27451
27452 2007-08-18  Bruno Haible  <bruno@clisp.org>
27453
27454         * modules/fstrcmp-tests: New file.
27455         * tests/test-fstrcmp.c: New file.
27456
27457 2007-08-18  Bruno Haible  <bruno@clisp.org>
27458
27459         * modules/fstrcmp: New file, from GNU gettext with modifications.
27460         * lib/fstrcmp.h: New file, from GNU gettext.
27461         * lib/fstrcmp.c: New file, from GNU gettext.
27462         * MODULES.html.sh (String handling): Add fstrcmp.
27463
27464 2007-08-18  Bruno Haible  <bruno@clisp.org>
27465
27466         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
27467         'bool'.
27468         (diag, compareseq): Remove const from the ctxt argument.
27469         (USE_HEURISTIC): Undefine at the end.
27470
27471 2007-08-18  Jim Meyering  <jim@meyering.net>
27472
27473         New file: lib/idcache.h
27474         * NEWS: Mention the addition.
27475         * modules/idcache (Files): Add lib/idcache.h
27476         * lib/idcache.c: Include "idcache.h".
27477         Don't include <sys/types.h>.
27478         Add a FIXME comment.
27479         Move file-scoped "static" declarations to the top.
27480         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
27481
27482 2007-08-17  Bruno Haible  <bruno@clisp.org>
27483         and Paul Eggert  <eggert@cs.ucla.edu>
27484
27485         * MODULES.html.sh: Add diffseq.
27486         * modules/diffseq: New file.
27487         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
27488         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
27489
27490 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27491
27492         Import changes from coreutils for bootstrap script.
27493
27494         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
27495
27496         * build-aux/bootstrap (slurp): Work even in environments where
27497         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
27498         current code does not slurp files whose names start with ".", and
27499         this looks like it might be a troublesome area.
27500
27501         2007-07-11  Jim Meyering  <jim@meyering.net>
27502
27503         If there's a GPL vN copyright comment, require that N == 3.
27504
27505         2007-07-08  Jim Meyering  <jim@meyering.net>
27506
27507         Run the coreutils-specific code only if tests/Makefile.am.in exists.
27508         * build-aux/bootstrap (mam_template): Move definition out of loop.
27509
27510         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
27511
27512         * build-aux/bootstrap (symlink_to_dir): Rename function from
27513         symlink_to_gnulib.  Add a directory parameter.  Update all
27514         callers.
27515         (cp_mark_as_generated): Also check for -- and link to -- files in
27516         gl/.
27517
27518         2007-07-08  Jim Meyering  <jim@meyering.net>
27519
27520         Adapt to deeper hierarchy in gnulib.
27521         * build-aux/bootstrap (symlink_to_dir): If the destination
27522         directory doesn't exist, create it. This is required at least for
27523         "lib/uniwidth/cjk.h".
27524
27525         2007-05-15  Jim Meyering  <jim@meyering.net>
27526
27527         * build-aux/bootstrap: Now that generated Makefile.am files
27528         are no longer under version control, they must be created at
27529         bootstrap time.
27530
27531 2007-08-14  Ben Pfaff  <blp@gnu.org>
27532
27533         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
27534
27535 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
27536
27537         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
27538         given the changes below.
27539         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
27540         even on hosts that have padding bits beyond the supported 64.
27541
27542 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
27543
27544         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
27545         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
27546         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
27547         depends on it.
27548         (xstrtol_error): Remove.
27549         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
27550         but with a different signature.
27551         (ATTRIBUTE_NORETURN, __attribute__): New macros.
27552         * lib/xstrtol-error.c: Include exitfail.h.
27553         (xstrtol_fatal): New function, with a different signature from the
27554         old xstrtol_error, so that the caller need not worry about passing
27555         in an exit status, or about storage management of the option argument.
27556         (xstrtol_error): Now a static function.  Redo signature to
27557         implement xstrtol_fatal.  Output the correct number of hyphens in
27558         front of the option so that the caller need not worry about
27559         storage management.
27560         (N_): New macro.
27561         (_): Remove; not used now.
27562         * modules/xstrtol: Depend on getopt.
27563         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
27564         of old STRTOL_FATAL_ERROR macro.
27565         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
27566         of test program.
27567         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
27568         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
27569
27570 2007-08-08  Eric Blake  <ebb9@byu.net>
27571
27572         * lib/xstrtol-error.c: Add missing include.
27573
27574         Move xstrtol messages into gnulib domain, when --pobase is used.
27575         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
27576         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
27577         * modules/xstrtol (Files): Distribute new file.
27578         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
27579         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
27580         * tests/test-xstrtol.c: ...into new file.
27581         * tests/test-xstrtoul.c: Also test xstrtoul.
27582         * tests/test-xstrtoimax.c: Also test xstrtoimax.
27583         * tests/test-xstrtoumax.c: Also test xstrtoumax.
27584         * tests/test-xstrtol.sh: Drive the tests.
27585         * tests/test-xstrtoimax.sh: Likewise.
27586         * tests/test-xstrtoumax.sh: Likewise.
27587         * modules/xstrtol-tests: New module.
27588         * modules/xstrtoimax-tests: Likewise.
27589         * modules/xstrtoumax-tests: Likewise.
27590
27591 2007-08-08  Jim Meyering  <jim@meyering.net>
27592
27593         New function: mfile_name_concat.
27594         * lib/filenamecat.c (mfile_name_concat): New function, just like
27595         file_name_concat, but return NULL upon failure rather than exiting
27596         with a diagnostic.
27597         * lib/filenamecat.h: Declare it.
27598
27599 2007-08-07  Bruno Haible  <bruno@clisp.org>
27600
27601         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
27602         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
27603         warning from gcc.
27604         Reported by Eric Blake.
27605
27606 2007-08-07  Simon Josefsson  <simon@josefsson.org>
27607
27608         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
27609         * modules/crypto/arcfour (License): Likewise.
27610         * modules/crypto/des-tests (License): Likewise.
27611         * modules/crypto/gc-arctwo-tests (License): Likewise.
27612         * modules/crypto/gc-des-tests (License): Likewise.
27613         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
27614         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
27615         * modules/crypto/gc-md2-tests (License): Likewise.
27616         * modules/crypto/gc-md4-tests (License): Likewise.
27617         * modules/crypto/gc-md5-tests (License): Likewise.
27618         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
27619         * modules/crypto/gc-rijndael-tests (License): Likewise.
27620         * modules/crypto/gc-sha1-tests (License): Likewise.
27621         * modules/crypto/gc-tests (License): Likewise.
27622         * modules/crypto/hmac-md5 (License): Likewise.
27623         * modules/crypto/hmac-sha1 (License): Likewise.
27624         * modules/crypto/md2-tests (License): Likewise.
27625         * modules/crypto/md4-tests (License): Likewise.
27626         * modules/crypto/md5 (License): Likewise.
27627         * modules/crypto/rijndael (License): Likewise.
27628         * modules/crypto/sha1 (License): Likewise.
27629         * modules/memxor (License): Likewise.
27630
27631 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
27632         and Bruno Haible  <bruno@clisp.org>
27633
27634         * NEWS: Describe interface changes to human, xstrtol.
27635         * lib/human.h: Include <xstrtol.h>.
27636         (human_options): Return enum strtol_error, not int.  Remove
27637         bool arg; take int * instead.
27638         * lib/human.c: Don't include "gettext.h".
27639         (_): Remove; no longer used.
27640         Don't include <xstrtol.h>, since human.h does it.
27641         (human_options): Adjust to abovementioned interface changes.
27642         Do not report error to stderr; that's now the caller's
27643         responsibility.
27644         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
27645         interface change.
27646         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
27647         Str, Argument_type_string.  All uses changed.  Put " argument"
27648         in diagnostics to make them clearer.  Change wording of suffix
27649         message for clarity.
27650         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
27651         Argument_type_string.
27652         (STRTOL_FATAL_WARN): Remove; no longer used.
27653         * modules/human (Depends-on): Remove gettext-h.
27654
27655 2007-08-06  Simon Josefsson  <simon@josefsson.org>
27656
27657         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
27658
27659 2007-07-31  Bruno Haible  <bruno@clisp.org>
27660
27661         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
27662         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
27663         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
27664
27665 2007-07-31  Bruno Haible  <bruno@clisp.org>
27666
27667         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
27668         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
27669
27670 2007-07-30  Bruno Haible  <bruno@clisp.org>
27671
27672         * modules/base64 (License): Use the synonymous term "LGPLv2+".
27673         * modules/c-ctype (License): Likewise.
27674         * modules/c-strcase (License): Likewise.
27675         * modules/check-version (License): Likewise.
27676         * modules/iconv (License): Likewise.
27677         * modules/iconv_open (License): Likewise.
27678         * modules/read-file (License): Likewise.
27679         * modules/striconv (License): Likewise.
27680         * modules/strverscmp (License): Likewise.
27681         * modules/vasprintf (License): Likewise.
27682         * modules/crypto/des (License): Likewise.
27683         * modules/crypto/gc (License): Likewise.
27684         * modules/crypto/gc-arcfour (License): Likewise.
27685         * modules/crypto/gc-arctwo (License): Likewise.
27686         * modules/crypto/gc-des (License): Likewise.
27687         * modules/crypto/gc-hmac-md5 (License): Likewise.
27688         * modules/crypto/gc-hmac-sha1 (License): Likewise.
27689         * modules/crypto/gc-md2 (License): Likewise.
27690         * modules/crypto/gc-md4 (License): Likewise.
27691         * modules/crypto/gc-md5 (License): Likewise.
27692         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
27693         * modules/crypto/gc-random (License): Likewise.
27694         * modules/crypto/gc-rijndael (License): Likewise.
27695         * modules/crypto/gc-sha1 (License): Likewise.
27696         * modules/crypto/md2 (License): Likewise.
27697         * modules/crypto/md4 (License): Likewise.
27698
27699 2007-07-30  Jim Meyering  <jim@meyering.net>
27700
27701         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
27702         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
27703         it has valid stat data.  This bug would cause du not to count the
27704         sizes of inaccessible directories.
27705         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
27706         in <http://bugzilla.redhat.com/250077>.
27707
27708 2007-07-25  Peter O'Gorman  <peter@pogma.com>
27709             Bruno Haible  <bruno@clisp.org>
27710
27711         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
27712         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
27713         #include_next, gives a diagnostic about it, but reports no error in
27714         the exit code.
27715         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
27716
27717 2007-07-24  Ben Pfaff  <blp@gnu.org>
27718
27719         Improve name: "count-one-bits" is better than "popcount".
27720         * MODULES.html.sh: Update name.
27721         * lib/popcount.h: Renamed lib/count-one-bits.h.
27722         (popcount): Renamed count_one_bits.
27723         (popcountl): Renamed count_one_bits_l.
27724         (popcountll): Renamed count_one_bits_ll.
27725         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
27726         * modules/popcount: Renamed module/count-one-bits.
27727         * modules/popcount-tests: Renamed module/count-one-bits-tests.
27728         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
27729
27730 2007-07-23  Ben Pfaff  <blp@gnu.org>
27731
27732         * lib/popcount.h (popcount32): Reduce size of constants, to allow
27733         better code generation, and add U to large constants to avoid
27734         warnings, in non-GCC case.
27735         Suggested by Bruno Haible.
27736
27737 2007-07-23  Ben Pfaff  <blp@gnu.org>
27738
27739         * lib/popcount.h: Use verify_true instead of if...abort.
27740         * modules/popcount: Depend on verify module.
27741         Suggested by Jim Meyering.
27742
27743 2007-07-23  Bruno Haible  <bruno@clisp.org>
27744
27745         * gnulib-tool (func_import): Create a .cvsignore file also when the
27746         directory is not yet in CVS but the toplevel directory is. When
27747         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
27748         Reported by Karl Berry.
27749
27750 2007-07-22  Ben Pfaff  <blp@gnu.org>
27751
27752         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
27753         case.
27754         Suggested by Eric Blake.
27755
27756 2007-07-22  Ben Pfaff  <blp@gnu.org>
27757
27758         New module: popcount.
27759         * MODULES.html.sh: Add popcount.
27760         * modules/popcount: New file.
27761         * modules/popcount-tests: New file.
27762         * tests/test-popcount.c: New file.
27763         * lib/popcount.h: New file.
27764         * m4/popcount.m4: New file.
27765
27766 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27767
27768         * build-aux/announce-gen: Update to GPLv3.
27769
27770         * build-aux/config.guess: Update from config.
27771
27772 2007-07-21  Bruno Haible  <bruno@clisp.org>
27773
27774         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
27775         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
27776
27777 2007-07-20  Jim Meyering  <jim@meyering.net>
27778
27779         * check-module: Diagnose a self-dependency.
27780
27781 2007-07-19  Bruno Haible  <bruno@clisp.org>
27782
27783         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
27784         empty.
27785         Reported by Eric Blake.
27786
27787 2007-07-18  Bruno Haible  <bruno@clisp.org>
27788
27789         * gnulib-tool: New options --po-base, --po-domain.
27790         (func_usage): Document them.
27791         (pobase, po_domain): New variables.
27792         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
27793         DEFAULT_TEXT_DOMAIN.
27794         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
27795         (func_import): Consider pobase and po_domain. Create a po/ directory.
27796         (func_create_testdir): Set pobase and po_domain to empty.
27797         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
27798         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
27799
27800 2007-07-18  Bruno Haible  <bruno@clisp.org>
27801
27802         * gnulib-tool (func_get_automake_snippet): Synthesize also an
27803         EXTRA_DIST augmentation for files in build-aux/.
27804
27805 2007-07-16  Bruno Haible  <bruno@clisp.org>
27806
27807         * modules/lseek (License): Use the synonymous term "LGPLv2+".
27808         * modules/getdelim (License): Likewise.
27809
27810 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27811
27812         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
27813         * modules/d-type (License): Likewise.
27814         * modules/extensions (License): Likewise.
27815         * modules/fnmatch (License): Likewise.
27816         * modules/fseeko (License): Likewise.
27817         * modules/getaddrinfo (License): Likewise.
27818         * modules/getline (License): Likewise.
27819         * modules/getlogin_r (License): Likewise.
27820         * modules/getpass (License): Likewise.
27821         * modules/gettimeofday (License): Likewise.
27822         * modules/glob (License): Likewise.
27823         * modules/inet_ntop (License): Likewise.
27824         * modules/malloc (License): Likewise.
27825         * modules/malloca (License): Likewise.
27826         * modules/memmem (License): Likewise.
27827         * modules/mempcpy (License): Likewise.
27828         * modules/memset (License): Likewise.
27829         * modules/minmax (License): Likewise.
27830         * modules/mktime (License): Likewise.
27831         * modules/netinet_in (License): Likewise.
27832         * modules/pathmax (License): Likewise.
27833         * modules/poll (License): Likewise.
27834         * modules/regex (License): Likewise.
27835         * modules/snprintf (License): Likewise.
27836         * modules/stdbool (License): Likewise.
27837         * modules/stdint (License): Likewise.
27838         * modules/stdio (License): Likewise.
27839         * modules/strcase (License): Likewise.
27840         * modules/strcasestr (License): Likewise.
27841         * modules/strdup (License): Likewise.
27842         * modules/string (License): Likewise.
27843         * modules/strndup (License): Likewise.
27844         * modules/strnlen (License): Likewise.
27845         * modules/strpbrk (License): Likewise.
27846         * modules/strptime (License): Likewise.
27847         * modules/strsep (License): Likewise.
27848         * modules/sys_select (License): Likewise.
27849         * modules/sys_socket (License): Likewise.
27850         * modules/sys_stat (License): Likewise.
27851         * modules/sys_time (License): Likewise.
27852         * modules/time (License): Likewise.
27853         * modules/time_r (License): Likewise.
27854         * modules/timegm (License): Likewise.
27855         * modules/unistd (License): Likewise.
27856         * modules/vsnprintf (License): Likewise.
27857         * modules/wctype (License): Likewise.
27858
27859 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27860
27861         * modules/argz (License): LGPLv2+.
27862
27863 2007-07-15  Karl Berry  <karl@gnu.org>
27864
27865         * doc/gnulib.texi: revise node structure per new fdl.texi.
27866
27867 2007-07-14  Bruno Haible  <bruno@clisp.org>
27868
27869         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
27870         the output file.
27871         * lib/uniname/uninames.h: Regenerated.
27872
27873 2007-07-14  Karl Berry  <karl@gnu.org>
27874
27875         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
27876         omitting sectioning and index commands.
27877
27878 2007-07-13  Bruno Haible  <bruno@clisp.org>
27879
27880         New gnulib-tool option --more-symlinks.
27881         * gnulib-tool (func_usage): Document --more-symlinks.
27882         (do_copyrights): New variable.
27883         Recognize option --more-symlinks.
27884         (func_import): Don't add a copyright notice transform to
27885         sed_transform_lib_file if do_copyrights is empty.
27886
27887 2007-07-13  Bruno Haible  <bruno@clisp.org>
27888
27889         * lib/vasnprintf.c (decimal_point_char): Define also if
27890         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
27891         && !NEED_PRINTF_DIRECTIVE_A.
27892         Reported by Clemens Koller <clemens.koller@anagramm.de> via
27893         Gary V. Vaughan <gary@gnu.org>.
27894
27895 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
27896
27897         * lib/inttypes_.h: Undo previous change, since it was fixed
27898         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
27899
27900 2007-07-13  Bruno Haible  <bruno@clisp.org>
27901
27902         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
27903         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
27904
27905 2007-07-13  Jim Meyering  <jim@meyering.net>
27906
27907         df: Don't fail for Tru64's "file-on-file mount".
27908         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
27909         so we fall through and use statfs instead.  Details here:
27910         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
27911         Reported by Albert Chin.
27912
27913 2007-07-13  Bruno Haible  <bruno@clisp.org>
27914
27915         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
27916         * modules/configmake (License): Likewise.
27917         * modules/gettext (License): Likewise.
27918         * modules/gettext-h (License): Likewise.
27919         * modules/include_next (License): Likewise.
27920         * modules/link-warning (License): Likewise.
27921         * modules/localcharset (License): Likewise.
27922         * modules/localename (License): Likewise.
27923         * modules/lock (License): Likewise.
27924         * modules/relocatable-lib-lgpl (License): Likewise.
27925         * modules/size_max (License): Likewise.
27926         * modules/vasnprintf (License): Likewise.
27927         * modules/wchar (License): Likewise.
27928         * modules/xsize (License): Likewise.
27929
27930 2007-07-13  Bruno Haible  <bruno@clisp.org>
27931
27932         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
27933         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
27934
27935 2007-07-12  Bruno Haible  <bruno@clisp.org>
27936
27937         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
27938         in the modules files.
27939
27940 2007-07-11  Karl Berry  <karl@gnu.org>
27941
27942         * MODULES.html.sh (func_module): use
27943          sed -e '\|^'"${includefile}"'$|d'
27944          instead of /.../d, to avoid errors on $includefile's containing /.
27945
27946 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27947
27948         * gnulib-tool (func_import): Avoid duplication of --avoid
27949         statements
27950         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
27951         names to `_' in variable names.
27952
27953 2007-07-10  Eric Blake  <ebb9@byu.net>
27954
27955         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
27956         * NEWS: Document this change.
27957
27958 2007-07-08  Bruno Haible  <bruno@clisp.org>
27959
27960         Update to Unicode 5.0.
27961         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
27962         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
27963         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
27964         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
27965         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
27966         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
27967         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
27968         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
27969         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
27970         U+10A3F, U+1D242..U+1D244.
27971         (nonspacing_table_ind): Update.
27972         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
27973         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
27974
27975 2007-07-08  Bruno Haible  <bruno@clisp.org>
27976
27977         Update to Unicode 5.0.
27978         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
27979         code transform. Extend the name index field of unicode_name_to_code and
27980         unicode_code_to_name from 16 to 24 bits.
27981         * lib/uniname/uniname.c (unicode_character_name,
27982         unicode_name_character): Add the range 0x12xxx to the code transform.
27983         * lib/uniname/uninames.h: Regenerated.
27984         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
27985
27986 2007-07-07  Bruno Haible  <bruno@clisp.org>
27987
27988         * modules/wcwidth-tests: New file.
27989         * tests/test-wcwidth.c: New file.
27990
27991         Work around MacOS X wcwidth() bug.
27992         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
27993         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
27994         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
27995         original wcwidth in non-UTF-8 locales.
27996         * modules/wcwidth (Depends-on): Add localcharset, streq,
27997         uniwidth/width.
27998         * doc/functions/wcwidth.texi: Update.
27999
28000 2007-07-07  Bruno Haible  <bruno@clisp.org>
28001
28002         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
28003         (wcwidth): New declaration.
28004         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
28005         macros.
28006         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
28007         here. Prepare for creating <wchar.h> unconditionally.
28008         * modules/wchar (Depends-on): Add link-warning.
28009         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
28010         REPLACE_WCWIDTH, and GL_LINK_WARNING.
28011         * lib/wcwidth.h: Remove file.
28012         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
28013         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
28014         * modules/wcwidth (Files): Remove lib/wcwidth.h.
28015         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
28016         (Include): Replace wcwidth.h with <wchar.h>.
28017         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
28018         * lib/mbchar.h: Don't include wcwidth.h.
28019         * lib/mbswidth.c: Likewise.
28020         * NEWS: Mention the change.
28021
28022 2007-07-07  Bruno Haible  <bruno@clisp.org>
28023
28024         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
28025         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
28026         definition with an external declaration.
28027         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
28028         defined as a function. Remove AC_C_INLINE requirement.
28029         * modules/wcwidth (Files): Add lib/wcwidth.c.
28030         (Makefile.am): Remove redundant statement.
28031
28032 2007-07-07  Bruno Haible  <bruno@clisp.org>
28033
28034         * MODULES.html.sh (Unicode string functions): Add the new modules.
28035
28036         * tests/uniwidth/test-u32-strwidth.c: New file.
28037         * modules/uniwidth/u32-strwidth-tests: New file.
28038
28039         * lib/uniwidth/u32-strwidth.c: New file.
28040         * modules/uniwidth/u32-strwidth: New file.
28041
28042         * tests/uniwidth/test-u16-strwidth.c: New file.
28043         * modules/uniwidth/u16-strwidth-tests: New file.
28044
28045         * lib/uniwidth/u16-strwidth.c: New file.
28046         * modules/uniwidth/u16-strwidth: New file.
28047
28048         * tests/uniwidth/test-u8-strwidth.c: New file.
28049         * modules/uniwidth/u8-strwidth-tests: New file.
28050
28051         * lib/uniwidth/u8-strwidth.c: New file.
28052         * modules/uniwidth/u8-strwidth: New file.
28053
28054         * tests/uniwidth/test-u32-width.c: New file.
28055         * modules/uniwidth/u32-width-tests: New file.
28056
28057         * lib/uniwidth/u32-width.c: New file.
28058         * modules/uniwidth/u32-width: New file.
28059
28060         * tests/uniwidth/test-u16-width.c: New file.
28061         * modules/uniwidth/u16-width-tests: New file.
28062
28063         * lib/uniwidth/u16-width.c: New file.
28064         * modules/uniwidth/u16-width: New file.
28065
28066         * tests/uniwidth/test-u8-width.c: New file.
28067         * modules/uniwidth/u8-width-tests: New file.
28068
28069         * lib/uniwidth/u8-width.c: New file.
28070         * modules/uniwidth/u8-width: New file.
28071
28072         * tests/uniwidth/test-uc_width.c: New file.
28073         * modules/uniwidth/width-tests: New file.
28074
28075         * lib/uniwidth/width.c: New file, from GNU libiconv.
28076         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
28077         * modules/uniwidth/width: New file.
28078
28079         * lib/uniwidth.h: New file, from GNU libiconv.
28080         * modules/uniwidth/base: New file.
28081
28082 2007-07-07  Bruno Haible  <bruno@clisp.org>
28083
28084         * lib/uniname.h: New file, from GNU gettext.
28085         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
28086         * lib/uniname/uninames.h: New file, from GNU gettext.
28087         * lib/uniname/uniname.c: New file, from GNU gettext.
28088         * tests/uniname/test-uninames.sh: New file.
28089         * tests/uniname/test-uninames.c: New file, from GNU gettext.
28090         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
28091         * modules/uniname/base: New file.
28092         * modules/uniname/uniname: New file.
28093         * modules/uniname/uniname-tests: New file.
28094         * MODULES.html.sh (Unicode string functions): Add the new modules.
28095
28096 2007-07-06  Bruno Haible  <bruno@clisp.org>
28097
28098         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
28099
28100 2007-07-06  Bruno Haible  <bruno@clisp.org>
28101
28102         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
28103         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
28104         includes <cygwin/sys_time.h> which includes <sys/select.h> which
28105         include <sys/time.h>.
28106         Reported by Eric Blake.
28107
28108 2007-07-06  Eric Blake  <ebb9@byu.net>
28109
28110         Fix testing canonicalize on cygwin.
28111         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
28112         Revert patch from 2007-06-19.
28113         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
28114         canonicalize module is also in use.
28115         * tests/test-canonicalize.c: New file.
28116         * tests/test-canonicalize.sh: Likewise.
28117         * modules/canonicalize-tests: Likewise.
28118
28119 2007-07-06  Jim Meyering  <jim@meyering.net>
28120
28121         * lib/getugroups.c (getugroups): Detect getgrent failure.
28122         Adjust comment to reflect reality: this function may return -1.
28123
28124 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
28125
28126         * build-aux/bootstrap (TP_URL,get_translations): Update to use
28127         the new TP address.
28128         (usage): Fix typo
28129         (gnulib_mk): New variable.
28130
28131 2007-07-05  Jim Meyering  <jim@meyering.net>
28132
28133         Don't let endgrent clobber errno, no matter how improbable.
28134         * lib/getugroups.c (getugroups): Save and restore errno around
28135         endgrent call.
28136
28137         Close the group DB even when failing with 2^31 or more members.
28138         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
28139
28140 2007-07-04  Jim Meyering  <jim@meyering.net>
28141
28142         * lib/getugroups.h: New file.
28143         * lib/getugroups.c: Include "getugroups.h".
28144         Remove uses of "register" keyword.
28145         Move local variable, "cp", down into scope where used.
28146         Give "username" parameter the "const" attribute.
28147         * modules/getugroups (Files): Add lib/getugroups.h
28148
28149 2007-07-04  Karl Berry  <karl@gnu.org>
28150
28151         * MODULES.html.sh (func_all_modules): Complete rename of
28152         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
28153
28154 2007-07-02  Bruno Haible  <bruno@clisp.org>
28155
28156         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
28157         mode, when inttypes.h comes from gnulib.
28158         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
28159
28160 2007-07-02  Simon Josefsson  <simon@josefsson.org>
28161
28162         * NEWS: Mention lgpl module name change.
28163
28164         * modules/lgpl-2.1: Renamed from lgpl.
28165
28166         * NEWS: Mention gpl module name change.
28167
28168         * modules/gpl-3.0: New file, based on gpl-2.0.
28169
28170         * modules/gpl-2.0: Renamed from gpl.
28171
28172         * modules/gpl: Fix filename, doc/gpl.texi is now found at
28173         doc/gpl-2.0.texi.
28174
28175 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28176
28177         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
28178         #define __STDC_LIMIT_MACROS temporarily while including
28179         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
28180         Problem reported by Joel E. Denny in
28181         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
28182
28183 2007-07-01  Bruno Haible  <bruno@clisp.org>
28184
28185         * lib/unistdio.h: New file.
28186         * lib/unistdio/u-asnprintf.h: New file.
28187         * lib/unistdio/u-asprintf.h: New file.
28188         * lib/unistdio/u-printf-args.c: New file.
28189         * lib/unistdio/u-printf-args.h: New file.
28190         * lib/unistdio/u-printf-parse.h: New file.
28191         * lib/unistdio/u-snprintf.h: New file.
28192         * lib/unistdio/u-sprintf.h: New file.
28193         * lib/unistdio/u-vasprintf.h: New file.
28194         * lib/unistdio/u-vsnprintf.h: New file.
28195         * lib/unistdio/u-vsprintf.h: New file.
28196         * lib/unistdio/ulc-asnprintf.c: New file.
28197         * lib/unistdio/ulc-asprintf.c: New file.
28198         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
28199         * lib/unistdio/ulc-printf-parse.c: New file.
28200         * lib/unistdio/ulc-snprintf.c: New file.
28201         * lib/unistdio/ulc-sprintf.c: New file.
28202         * lib/unistdio/ulc-vasnprintf.c: New file.
28203         * lib/unistdio/ulc-vasprintf.c: New file.
28204         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
28205         * lib/unistdio/ulc-vsnprintf.c: New file.
28206         * lib/unistdio/ulc-vsprintf.c: New file.
28207         * lib/unistdio/u8-asnprintf.c: New file.
28208         * lib/unistdio/u8-asprintf.c: New file.
28209         * lib/unistdio/u8-printf-parse.c: New file.
28210         * lib/unistdio/u8-snprintf.c: New file.
28211         * lib/unistdio/u8-sprintf.c: New file.
28212         * lib/unistdio/u8-vasnprintf.c: New file.
28213         * lib/unistdio/u8-vasprintf.c: New file.
28214         * lib/unistdio/u8-vsnprintf.c: New file.
28215         * lib/unistdio/u8-vsprintf.c: New file.
28216         * lib/unistdio/u8-u8-asnprintf.c: New file.
28217         * lib/unistdio/u8-u8-asprintf.c: New file.
28218         * lib/unistdio/u8-u8-snprintf.c: New file.
28219         * lib/unistdio/u8-u8-sprintf.c: New file.
28220         * lib/unistdio/u8-u8-vasnprintf.c: New file.
28221         * lib/unistdio/u8-u8-vasprintf.c: New file.
28222         * lib/unistdio/u8-u8-vsnprintf.c: New file.
28223         * lib/unistdio/u8-u8-vsprintf.c: New file.
28224         * lib/unistdio/u16-asnprintf.c: New file.
28225         * lib/unistdio/u16-asprintf.c: New file.
28226         * lib/unistdio/u16-printf-parse.c: New file.
28227         * lib/unistdio/u16-snprintf.c: New file.
28228         * lib/unistdio/u16-sprintf.c: New file.
28229         * lib/unistdio/u16-vasnprintf.c: New file.
28230         * lib/unistdio/u16-vasprintf.c: New file.
28231         * lib/unistdio/u16-vsnprintf.c: New file.
28232         * lib/unistdio/u16-vsprintf.c: New file.
28233         * lib/unistdio/u16-u16-asnprintf.c: New file.
28234         * lib/unistdio/u16-u16-asprintf.c: New file.
28235         * lib/unistdio/u16-u16-snprintf.c: New file.
28236         * lib/unistdio/u16-u16-sprintf.c: New file.
28237         * lib/unistdio/u16-u16-vasnprintf.c: New file.
28238         * lib/unistdio/u16-u16-vasprintf.c: New file.
28239         * lib/unistdio/u16-u16-vsnprintf.c: New file.
28240         * lib/unistdio/u16-u16-vsprintf.c: New file.
28241         * lib/unistdio/u32-asnprintf.c: New file.
28242         * lib/unistdio/u32-asprintf.c: New file.
28243         * lib/unistdio/u32-printf-parse.c: New file.
28244         * lib/unistdio/u32-snprintf.c: New file.
28245         * lib/unistdio/u32-sprintf.c: New file.
28246         * lib/unistdio/u32-vasnprintf.c: New file.
28247         * lib/unistdio/u32-vasprintf.c: New file.
28248         * lib/unistdio/u32-vsnprintf.c: New file.
28249         * lib/unistdio/u32-vsprintf.c: New file.
28250         * lib/unistdio/u32-u32-asnprintf.c: New file.
28251         * lib/unistdio/u32-u32-asprintf.c: New file.
28252         * lib/unistdio/u32-u32-snprintf.c: New file.
28253         * lib/unistdio/u32-u32-sprintf.c: New file.
28254         * lib/unistdio/u32-u32-vasnprintf.c: New file.
28255         * lib/unistdio/u32-u32-vasprintf.c: New file.
28256         * lib/unistdio/u32-u32-vsnprintf.c: New file.
28257         * lib/unistdio/u32-u32-vsprintf.c: New file.
28258         * tests/unistdio/test-ulc-asnprintf1.c: New file.
28259         * tests/unistdio/test-ulc-asnprintf1.h: New file.
28260         * tests/unistdio/test-ulc-printf1.h: New file.
28261         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
28262         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
28263         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
28264         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
28265         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
28266         * tests/unistdio/test-ulc-vasprintf1.c: New file.
28267         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
28268         * tests/unistdio/test-ulc-vsprintf1.c: New file.
28269         * tests/unistdio/test-u8-asnprintf1.c: New file.
28270         * tests/unistdio/test-u8-asnprintf1.h: New file.
28271         * tests/unistdio/test-u8-printf1.h: New file.
28272         * tests/unistdio/test-u8-vasnprintf1.c: New file.
28273         * tests/unistdio/test-u8-vasnprintf2.c: New file.
28274         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
28275         * tests/unistdio/test-u8-vasnprintf3.c: New file.
28276         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
28277         * tests/unistdio/test-u8-vasprintf1.c: New file.
28278         * tests/unistdio/test-u8-vsnprintf1.c: New file.
28279         * tests/unistdio/test-u8-vsprintf1.c: New file.
28280         * tests/unistdio/test-u16-asnprintf1.c: New file.
28281         * tests/unistdio/test-u16-asnprintf1.h: New file.
28282         * tests/unistdio/test-u16-printf1.h: New file.
28283         * tests/unistdio/test-u16-vasnprintf1.c: New file.
28284         * tests/unistdio/test-u16-vasnprintf2.c: New file.
28285         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
28286         * tests/unistdio/test-u16-vasnprintf3.c: New file.
28287         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
28288         * tests/unistdio/test-u16-vasprintf1.c: New file.
28289         * tests/unistdio/test-u16-vsnprintf1.c: New file.
28290         * tests/unistdio/test-u16-vsprintf1.c: New file.
28291         * tests/unistdio/test-u32-asnprintf1.c: New file.
28292         * tests/unistdio/test-u32-asnprintf1.h: New file.
28293         * tests/unistdio/test-u32-printf1.h: New file.
28294         * tests/unistdio/test-u32-vasnprintf1.c: New file.
28295         * tests/unistdio/test-u32-vasnprintf2.c: New file.
28296         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
28297         * tests/unistdio/test-u32-vasnprintf3.c: New file.
28298         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
28299         * tests/unistdio/test-u32-vasprintf1.c: New file.
28300         * tests/unistdio/test-u32-vsnprintf1.c: New file.
28301         * tests/unistdio/test-u32-vsprintf1.c: New file.
28302         * modules/unistdio/base: New file.
28303         * modules/unistdio/u-printf-args: New file.
28304         * modules/unistdio/ulc-asnprintf: New file.
28305         * modules/unistdio/ulc-asprintf: New file.
28306         * modules/unistdio/ulc-fprintf: New file.
28307         * modules/unistdio/ulc-printf-parse: New file.
28308         * modules/unistdio/ulc-snprintf: New file.
28309         * modules/unistdio/ulc-sprintf: New file.
28310         * modules/unistdio/ulc-vasnprintf: New file.
28311         * modules/unistdio/ulc-vasprintf: New file.
28312         * modules/unistdio/ulc-vfprintf: New file.
28313         * modules/unistdio/ulc-vsnprintf: New file.
28314         * modules/unistdio/ulc-vsprintf: New file.
28315         * modules/unistdio/u8-asnprintf: New file.
28316         * modules/unistdio/u8-asprintf: New file.
28317         * modules/unistdio/u8-printf-parse: New file.
28318         * modules/unistdio/u8-snprintf: New file.
28319         * modules/unistdio/u8-sprintf: New file.
28320         * modules/unistdio/u8-vasnprintf: New file.
28321         * modules/unistdio/u8-vasprintf: New file.
28322         * modules/unistdio/u8-vsnprintf: New file.
28323         * modules/unistdio/u8-vsprintf: New file.
28324         * modules/unistdio/u8-u8-asnprintf: New file.
28325         * modules/unistdio/u8-u8-asprintf: New file.
28326         * modules/unistdio/u8-u8-snprintf: New file.
28327         * modules/unistdio/u8-u8-sprintf: New file.
28328         * modules/unistdio/u8-u8-vasnprintf: New file.
28329         * modules/unistdio/u8-u8-vasprintf: New file.
28330         * modules/unistdio/u8-u8-vsnprintf: New file.
28331         * modules/unistdio/u8-u8-vsprintf: New file.
28332         * modules/unistdio/u16-asnprintf: New file.
28333         * modules/unistdio/u16-asprintf: New file.
28334         * modules/unistdio/u16-printf-parse: New file.
28335         * modules/unistdio/u16-snprintf: New file.
28336         * modules/unistdio/u16-sprintf: New file.
28337         * modules/unistdio/u16-vasnprintf: New file.
28338         * modules/unistdio/u16-vasprintf: New file.
28339         * modules/unistdio/u16-vsnprintf: New file.
28340         * modules/unistdio/u16-vsprintf: New file.
28341         * modules/unistdio/u16-u16-asnprintf: New file.
28342         * modules/unistdio/u16-u16-asprintf: New file.
28343         * modules/unistdio/u16-u16-snprintf: New file.
28344         * modules/unistdio/u16-u16-sprintf: New file.
28345         * modules/unistdio/u16-u16-vasnprintf: New file.
28346         * modules/unistdio/u16-u16-vasprintf: New file.
28347         * modules/unistdio/u16-u16-vsnprintf: New file.
28348         * modules/unistdio/u16-u16-vsprintf: New file.
28349         * modules/unistdio/u32-asnprintf: New file.
28350         * modules/unistdio/u32-asprintf: New file.
28351         * modules/unistdio/u32-printf-parse: New file.
28352         * modules/unistdio/u32-snprintf: New file.
28353         * modules/unistdio/u32-sprintf: New file.
28354         * modules/unistdio/u32-vasnprintf: New file.
28355         * modules/unistdio/u32-vasprintf: New file.
28356         * modules/unistdio/u32-vsnprintf: New file.
28357         * modules/unistdio/u32-vsprintf: New file.
28358         * modules/unistdio/u32-u32-asnprintf: New file.
28359         * modules/unistdio/u32-u32-asprintf: New file.
28360         * modules/unistdio/u32-u32-snprintf: New file.
28361         * modules/unistdio/u32-u32-sprintf: New file.
28362         * modules/unistdio/u32-u32-vasnprintf: New file.
28363         * modules/unistdio/u32-u32-vasprintf: New file.
28364         * modules/unistdio/u32-u32-vsnprintf: New file.
28365         * modules/unistdio/u32-u32-vsprintf: New file.
28366         * modules/unistdio/ulc-asnprintf-tests: New file.
28367         * modules/unistdio/ulc-vasnprintf-tests: New file.
28368         * modules/unistdio/ulc-vasprintf-tests: New file.
28369         * modules/unistdio/ulc-vsnprintf-tests: New file.
28370         * modules/unistdio/ulc-vsprintf-tests: New file.
28371         * modules/unistdio/u8-asnprintf-tests: New file.
28372         * modules/unistdio/u8-vasnprintf-tests: New file.
28373         * modules/unistdio/u8-vasprintf-tests: New file.
28374         * modules/unistdio/u8-vsnprintf-tests: New file.
28375         * modules/unistdio/u8-vsprintf-tests: New file.
28376         * modules/unistdio/u16-asnprintf-tests: New file.
28377         * modules/unistdio/u16-vasnprintf-tests: New file.
28378         * modules/unistdio/u16-vasprintf-tests: New file.
28379         * modules/unistdio/u16-vsnprintf-tests: New file.
28380         * modules/unistdio/u16-vsprintf-tests: New file.
28381         * modules/unistdio/u32-asnprintf-tests: New file.
28382         * modules/unistdio/u32-vasnprintf-tests: New file.
28383         * modules/unistdio/u32-vasprintf-tests: New file.
28384         * modules/unistdio/u32-vsnprintf-tests: New file.
28385         * modules/unistdio/u32-vsprintf-tests: New file.
28386         * MODULES.html.sh (Unicode string functions): Add the new modules.
28387
28388 2007-07-01  Bruno Haible  <bruno@clisp.org>
28389
28390         * lib/sprintf.c (sprintf): Limit the available length estimation,
28391         to avoid address wraparound.
28392         * lib/vsprintf.c (vsprintf): Likewise.
28393         * modules/sprintf-posix (Dependencies): Add stdint.
28394         * modules/vsprintf-posix (Dependencies): Likewise.
28395
28396 2007-07-01  Bruno Haible  <bruno@clisp.org>
28397
28398         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
28399         Windows PATH as well. Conservative double-quoting. Comments.
28400
28401 2007-07-01  Bruno Haible  <bruno@clisp.org>
28402             Eric Blake  <ebb9@byu.net>
28403             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28404
28405         * gnulib-tool (self_abspathname): Fix algorithm to cope with
28406         empty components in $PATH, denoting '.'.
28407
28408 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28409
28410         * gnulib-tool: Fix indentation.
28411         (func_create_megatestdir): Likewise.
28412         Report by Bruno Haible.
28413
28414 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28415
28416         Sync from Automake.
28417         * build-aux/gnupload: Fix shell portability issues with for loops.
28418         Report by Karl Berry.
28419
28420 2007-06-29  Simon Josefsson  <simon@josefsson.org>
28421
28422         * build-aux/maint.mk (POURL): Use translationproject.org.
28423
28424 2007-06-27  Simon Josefsson  <simon@josefsson.org>
28425             Bruno Haible  <bruno@clisp.org>
28426
28427         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
28428         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
28429         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
28430         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
28431         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
28432
28433 2007-06-27  Bruno Haible  <bruno@clisp.org>
28434
28435         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
28436         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
28437
28438 2007-06-26  Karl Berry  <karl@gnu.org>
28439
28440         * MODULES.html.sh: remove xreadlink-with-size.
28441
28442 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28443
28444         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
28445         method that I hope also handles the double-include problem noted
28446         by Bruno Haible in
28447         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
28448
28449 2007-06-23  Bruno Haible  <bruno@clisp.org>
28450
28451         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28452         Don't let the 'mostlyclean' target fail if the last subdirectory could
28453         not be removed.
28454         Reported by Karl Berry.
28455
28456 2007-06-23  Bruno Haible  <bruno@clisp.org>
28457
28458         * gnulib-tool (echo): Add a speedier workaround for ksh.
28459         * tests/test-echo.sh: Likewise.
28460
28461 2007-06-23  Bruno Haible  <bruno@clisp.org>
28462
28463         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
28464         * tests/test-echo.sh: Likewise.
28465
28466 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28467
28468         * gnulib-tool (IFS): Initialize early, so we don't set it to
28469         empty later.
28470         (self_abspathname): Rewrite algorithm to set it, reindent.
28471         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
28472         (func_create_megatestdir): Merge some sed scripts.
28473
28474 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28475
28476         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
28477         exposed by Sun Studio 11 cc on Solaris 8.
28478
28479 2007-06-22  Bruno Haible  <bruno@clisp.org>
28480
28481         * gnulib-tool (echo): Ensure the echo primitive does not interpret
28482         backslashes.
28483         * tests/test-echo.sh: New file.
28484
28485 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28486
28487         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
28488         simplify `sed_replace_build_aux' scripts, they are portable but
28489         echoing them with `echo' is not.
28490         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
28491
28492 2007-06-21  Karl Berry  <karl@gnu.org>
28493
28494         * config/srclist.txt: guess we can't handle the licenses via
28495         srclist at the moment.
28496
28497 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28498
28499         * MODULES.html.sh: Add include_next.
28500         * modules/include_next: New file.
28501
28502 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28503
28504         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
28505         INCLUDE_NEXT.
28506         (gl_CHECK_NEXT_HEADERS): New macro.
28507         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
28508         the obsolescent gl_ABSOLUTE_HEADER.
28509         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
28510         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
28511         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
28512         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
28513         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
28514         * m4/math_h.m4 (gl_MATH_H): Likewise.
28515         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
28516         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
28517         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
28518         * m4/stdint.m4 (gl_STDINT_H): Likewise.
28519         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
28520         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
28521         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
28522         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
28523         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
28524         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
28525         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
28526         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
28527         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
28528         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
28529         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
28530         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
28531         * m4/inttypes.m4 (gl_INTTYPES_H): Define
28532         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
28533         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
28534         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
28535         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
28536         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
28537         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
28538         * lib/float_.h: Likewise.
28539         * lib/inttypes_.h: Likewise.
28540         * lib/math_.h: Likewise.
28541         * lib/search_.h: Likewise.
28542         * lib/signal_.h: Likewise.
28543         * lib/stdint_.h: Likewise.
28544         * lib/stdio_.h: Likewise.
28545         * lib/stdlib_.h: Likewise.
28546         * lib/string_.h: Likewise.
28547         * lib/sys_stat_.h: Likewise.
28548         * lib/sys_time_.h: Likewise.
28549         * lib/time_.h: Likewise.
28550         * lib/unistd_.h: Likewise.
28551         * lib/wchar_.h: Likewise.
28552         * lib/wctype_.h: Likewise.
28553         * lib/dirent_.h: Likewise.
28554         * lib/iconv_.h: Likewise.
28555         * lib/locale_.h: Likewise.
28556         * lib/netinet_in_.h: Likewise.
28557         * lib/sys_select_.h: Likewise.
28558         * lib/sys_socket_.h: Likewise.
28559         * lib/sysexits_.h: Likewise.
28560         * modules/fcntl (Depends-on): Depend on include_next, not
28561         absolute_header.
28562         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
28563         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
28564         * modules/fchdir: Likewise.
28565         * modules/float: Likewise.
28566         * modules/iconv_open: Likewise.
28567         * modules/inttypes: Likewise.
28568         * modules/locale: Likewise.
28569         * modules/math: Likewise.
28570         * modules/netinet_in: Likewise.
28571         * modules/search: Likewise.
28572         * modules/signal: Likewise.
28573         * modules/stdint: Likewise.
28574         * modules/stdio: Likewise.
28575         * modules/stdlib: Likewise.
28576         * modules/string: Likewise.
28577         * modules/sys_select: Likewise.
28578         * modules/sys_socket: Likewise.
28579         * modules/sys_stat: Likewise.
28580         * modules/sys_time: Likewise.
28581         * modules/sysexits: Likewise.
28582         * modules/time: Likewise.
28583         * modules/unistd: Likewise.
28584         * modules/wchar: Likewise.
28585         * modules/wctype: Likewise.
28586         * modules/sys_stat: Change maintainer to "all".
28587         * modules/unistd: Likewise.
28588
28589 2007-06-20  Karl Berry  <karl@gnu.org>
28590
28591         * config/srclist.txt: track www changes in license files.
28592
28593 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
28594
28595         * build-aux/bootstrap: Remove stray dot.
28596         Make sure build_aux settings are honored when linking
28597         gnulib_extra_files.
28598
28599 2007-06-19  Eric Blake  <ebb9@byu.net>
28600
28601         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
28602         Allow compilation on cygwin.
28603
28604 2007-06-19  Jim Meyering  <jim@meyering.net>
28605
28606         xreadlink-with-size: Remove module.  No longer used.
28607         Ex-callers now use xreadlink or mreadlink-with-size.
28608         * modules/xreadlink-with-size: Remove module.
28609         * lib/xreadlink-with-size.c: Remove file.
28610         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
28611         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
28612         just before the function definition *is* accurate.
28613
28614         Eliminate one way canonicalize_filename_mode could exit.
28615         * lib/canonicalize.c (canonicalize_filename_mode):
28616         Use mreadlink_with_size, not xreadlink_with_size.
28617
28618 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
28619
28620         Detect porting problems to FreeBSD/arm, which has time_t wider than
28621         long int.  Original problem reported for GNU diff by Xin Li in
28622         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
28623         * modules/getdate (Depends-on): Add intprops, verify.
28624         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
28625         is an integer type no wider than long int.
28626
28627 2007-06-18  Jim Meyering  <jim@meyering.net>
28628
28629         New module: mreadlink-with-size.
28630         * MODULES.html.sh: Add mreadlink-with-size.
28631         * modules/mreadlink-with-size: New module
28632         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
28633         not xreadlink-with-size.
28634         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
28635
28636 2007-06-16  Bruno Haible  <bruno@clisp.org>
28637
28638         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
28639         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
28640         Reported by Gary V. Vaughan <gary@gnu.org>.
28641
28642 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
28643
28644         Revamp lchown so that it lives in unistd.h where it belongs.
28645         * lib/lchown.h: Remove.
28646         * lib/dirchownmod.c: Don't include lib/lchown.h.
28647         * lib/fchownat.c: Likewise.
28648         * lib/openat.c: Likewise.
28649         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
28650         does not follow symlinks.
28651         (EOPNOTSUPP): Define if not defined.
28652         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
28653         is defined to 0.
28654         (lchown): New decl.
28655         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
28656         Do not check for lchown decl.
28657         Set REPLACE_LCHOWN.
28658         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
28659         REPLACE_LCHOWN.
28660         * modules/chown: Make it clear it follows symlinks.
28661         * modules/lchown: Make it clear it doesn't follow symlinks.
28662         (Files): Remove lib/lchown.h
28663         (Depends-on): Add unistd.
28664         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
28665         (Include): Include <unistd.h>, not "lchown.h".
28666         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
28667         REPLACE_LCHOWN.
28668
28669 2007-06-15  Jim Meyering  <jim@meyering.net>
28670
28671         Change license (GPL to LGPL) of fsusage and dependents.
28672         * modules/fsusage (License): Change to LGPL.
28673         * modules/full-read (License): Likewise.
28674         * modules/full-write (License): Likewise.
28675         * modules/safe-read (License): Likewise.
28676         * modules/safe-write (License): Likewise.
28677
28678 2007-06-14  Ben Pfaff  <blp@gnu.org>
28679
28680         Missing part of allocsa -> malloca transition.
28681         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
28682         gl_MALLOCA.
28683
28684 2007-06-12  Bruno Haible  <bruno@clisp.org>
28685
28686         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
28687         to ia64, x86_64, i386.
28688         Reported by Eric Blake.
28689
28690 2007-06-12  Bruno Haible  <bruno@clisp.org>
28691
28692         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
28693         cross-compiling to x86_64.
28694
28695 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
28696
28697         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
28698         glitch reported by Ralf Wildenhues in
28699         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
28700
28701         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
28702         Vin Shelton.
28703
28704 2007-06-11  Bruno Haible  <bruno@clisp.org>
28705
28706         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
28707         replacement string.
28708         Reported by Eric Blake.
28709
28710 2007-06-10  Bruno Haible  <bruno@clisp.org>
28711
28712         Prepare vasnprintf code for use with Unicode strings.
28713         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
28714         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
28715         TYPE_U32_STRING.
28716         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
28717         a_u32_string variants.
28718         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
28719         * lib/printf-args.c: Don't include config.h and the specification
28720         header if PRINTF_FETCHARGS is already defined.
28721         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
28722         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
28723         TYPE_U16_STRING, TYPE_U32_STRING.
28724         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
28725         u16_directive, u16_directives, u32_directive, u32_directives): New
28726         types.
28727         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
28728         New declarations.
28729         * lib/printf-parse.c: Don't include config.h and the specification
28730         header if PRINTF_PARSE is already defined. Eliminate the set of
28731         parameters for WIDE_CHAR_VERSION; the user of this file must provide
28732         them now. Include c-ctype.h.
28733         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
28734         directive and CHAR_T_ONLY_ASCII.
28735         * lib/vasnprintf.c: Don't include config.h and the specification header
28736         if VASNPRINTF is already defined.
28737         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
28738         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
28739         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
28740         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
28741         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
28742         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
28743         code accordingly.
28744         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
28745         pad_ourselves also in this case, with the 'c' and 's' directives, and
28746         with a different notion of "width".
28747         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
28748
28749 2007-06-10  Bruno Haible  <bruno@clisp.org>
28750
28751         * modules/unistr/u32-mbsnlen: New file.
28752         * lib/unistr/u32-mbsnlen.c: New file.
28753
28754         * modules/unistr/u16-mbsnlen: New file.
28755         * lib/unistr/u16-mbsnlen.c: New file.
28756
28757         * modules/unistr/u8-mbsnlen: New file.
28758         * lib/unistr/u8-mbsnlen.c: New file.
28759
28760         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
28761         declarations.
28762
28763 2007-06-10  Bruno Haible  <bruno@clisp.org>
28764
28765         * lib/string_.h (mbsnlen): New declaration.
28766         * lib/mbsnlen.c: New file.
28767         * m4/mbsnlen.m4: New file.
28768         * modules/mbsnlen: New file.
28769         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
28770         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
28771         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
28772
28773 2007-06-10  Bruno Haible  <bruno@clisp.org>
28774
28775         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
28776
28777 2007-06-10  Bruno Haible  <bruno@clisp.org>
28778
28779         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
28780         * lib/mbuiter.h: Likewise.
28781
28782 2007-06-10  Bruno Haible  <bruno@clisp.org>
28783
28784         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
28785         declaration.
28786
28787 2007-06-10  Karl Berry  <karl@gnu.org>
28788
28789         * config/srclist.txt: remove gettext entries, Bruno prefers
28790         to update individually.
28791
28792 2007-06-10  Bruno Haible  <bruno@clisp.org>
28793
28794         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
28795         'maxlen'. Ensure only length + width bytes are allocated, not
28796         length + 1 + width.
28797
28798 2007-06-09  Bruno Haible  <bruno@clisp.org>
28799
28800         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
28801         (CHAR_T): Remove macro.
28802         (VASNPRINTF): Update.
28803
28804 2007-06-09  Bruno Haible  <bruno@clisp.org>
28805
28806         * MODULES.html.sh (Unicode string functions): Add the new modules.
28807
28808         * modules/uniconv/u32-conv-to-enc: New file.
28809         * lib/uniconv/u32-conv-to-enc.c: New file.
28810         * modules/uniconv/u32-conv-to-enc-tests: New file.
28811         * tests/uniconv/test-u32-conv-to-enc.c: New file.
28812
28813         * modules/uniconv/u16-conv-to-enc: New file.
28814         * lib/uniconv/u16-conv-to-enc.c: New file.
28815         * lib/uniconv/u-conv-to-enc.h: New file.
28816         * modules/uniconv/u16-conv-to-enc-tests: New file.
28817         * tests/uniconv/test-u16-conv-to-enc.c: New file.
28818
28819         * modules/uniconv/u8-conv-to-enc: New file.
28820         * lib/uniconv/u8-conv-to-enc.c: New file.
28821         * modules/uniconv/u8-conv-to-enc-tests: New file.
28822         * tests/uniconv/test-u8-conv-to-enc.c: New file.
28823
28824         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
28825         u32_conv_to_encoding): New declarations.
28826
28827 2007-06-09  Bruno Haible  <bruno@clisp.org>
28828
28829         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
28830
28831 2007-06-09  Bruno Haible  <bruno@clisp.org>
28832
28833         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
28834         * modules/malloca: Renamed from modules/allocsa, updated.
28835         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
28836         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
28837         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
28838         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
28839         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
28840         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
28841         * modules/xmalloca: Renamed from modules/xallocsa, updated.
28842         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
28843         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
28844         * modules/c-strcasestr (Depends-on): Update.
28845         * lib/c-strcasestr.c: Update.
28846         * modules/c-strstr (Depends-on): Update.
28847         * lib/c-strstr.c: Update.
28848         * modules/canonicalize-lgpl (Depends-on): Update.
28849         * lib/canonicalize-lgpl.c: Update.
28850         * modules/clean-temp (Depends-on): Update.
28851         * lib/clean-temp.c: Update.
28852         * modules/csharpcomp (Depends-on): Update.
28853         * lib/csharpcomp.c: Update.
28854         * modules/csharpexec (Depends-on): Update.
28855         * lib/csharpexec.c: Update.
28856         * modules/javacomp (Depends-on): Update.
28857         * lib/javacomp.c: Update.
28858         * modules/javaexec (Depends-on): Update.
28859         * lib/javaexec.c: Update.
28860         * modules/mbscasestr (Depends-on): Update.
28861         * lib/mbscasestr.c: Update.
28862         * modules/mbsstr (Depends-on): Update.
28863         * lib/mbsstr.c: Update.
28864         * modules/setenv (Depends-on): Update.
28865         * lib/setenv.c: Update.
28866         * modules/strcasestr (Depends-on): Update.
28867         * lib/strcasestr.c: Update.
28868         * modules/striconveha (Depends-on): Update.
28869         * lib/striconveha.c: Update.
28870         * modules/relocatable-prog-wrapper (Files): Update.
28871         * lib/relocwrapper.c: Update.
28872         * build-aux/install-reloc: Update.
28873         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
28874
28875 2007-06-08  Bruno Haible  <bruno@clisp.org>
28876
28877         Port to uClibc.
28878         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
28879         * lib/fpurge.c (fpurge): Likewise.
28880         * lib/freading.c (freading): Likewise.
28881         * lib/fseeko.c (rpl_fseeko): Likewise.
28882         * lib/fseterr.c (fseterr): Likewise.
28883         * lib/fwriting.c (fwriting): Likewise.
28884         * tests/test-fflush.c (main): Avoid a failure on uClibc.
28885
28886 2007-06-08  Bruno Haible  <bruno@clisp.org>
28887
28888         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
28889         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
28890         * modules/gettext (Files): Add m4/intlmacosx.m4.
28891
28892 2007-06-07  Bruno Haible  <bruno@clisp.org>
28893
28894         * modules/localename-tests: New file.
28895         * tests/test-localename.c: New file.
28896
28897         New module 'localename'.
28898         * lib/localename.h: New file.
28899         * lib/localename.c: New file, from GNU gettext.
28900         * m4/localename.m4: New file.
28901         * modules/localename: New file.
28902
28903 2007-06-07  Bruno Haible  <bruno@clisp.org>
28904
28905         Work around the lack of <wchar.h> on some builds of uClibc.
28906         * doc/headers/wchar.texi: Update.
28907         * lib/wchar_.h: Include <wchar.h> only if it exists.
28908         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
28909         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
28910         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
28911         doesn't exist.
28912         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
28913         * modules/mbfile (Depends-on): Add wchar.
28914         * modules/mbiter (Depends-on): Likewise.
28915         * modules/mbuiter (Depends-on): Likewise.
28916         Reported by Simon Josefsson.
28917
28918 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
28919
28920         Work around problem reported by Steven M. Schweda in
28921         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
28922         Tru64 5.1B with the Compaq compiler environment installed declares
28923         an 'isblank' function but does not define it in the C library.
28924         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
28925         * lib/regex_internal.h (isblank): Likewise.
28926         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
28927         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28928
28929 2007-06-05  Bruno Haible  <bruno@clisp.org>
28930
28931         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
28932         ia64.
28933         * modules/printf-safe: New file.
28934         * modules/fprintf-posix (Depends-on): Add printf-safe.
28935         * modules/printf-posix (Depends-on): Likewise.
28936         * modules/snprintf-posix (Depends-on): Likewise.
28937         * modules/sprintf-posix (Depends-on): Likewise.
28938         * modules/vasnprintf-posix (Depends-on): Likewise.
28939         * modules/vasprintf-posix (Depends-on): Likewise.
28940         * modules/vfprintf-posix (Depends-on): Likewise.
28941         * modules/vprintf-posix (Depends-on): Likewise.
28942         * modules/vsnprintf-posix (Depends-on): Likewise.
28943         * modules/vsprintf-posix (Depends-on): Likewise.
28944         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
28945         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
28946         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
28947         "no" on i386, x86_64, ia64.
28948         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
28949         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28950         on i386, x86_64, ia64.
28951         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
28952         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28953         on i386, x86_64, ia64.
28954         * tests/test-vasnprintf-posix.c: Include float.h.
28955         (LDBL80_WORDS): New macro.
28956         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28957         on i386, x86_64, ia64.
28958         * tests/test-vasprintf-posix.c: Include float.h.
28959         (LDBL80_WORDS): New macro.
28960         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28961         on i386, x86_64, ia64.
28962         * tests/test-snprintf-posix.c: Include float.h.
28963         * tests/test-sprintf-posix.c: Likewise.
28964         * tests/test-vsnprintf-posix.c: Likewise.
28965         * tests/test-vsprintf-posix.c: Likewise.
28966
28967 2007-06-05  Bruno Haible  <bruno@clisp.org>
28968
28969         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
28970         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
28971         non-IEEE numbers on i386, x86_64, ia64.
28972         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
28973         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
28974         * tests/test-isnanl.h: Include float.h.
28975         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
28976
28977 2007-06-05  Bruno Haible  <bruno@clisp.org>
28978
28979         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
28980         also the %a / %A. Handle the %a / %A code before this extra handling.
28981
28982 2007-06-05  Bruno Haible  <bruno@clisp.org>
28983
28984         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
28985         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
28986
28987 2007-06-05  Bruno Haible  <bruno@clisp.org>
28988
28989         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
28990         typo in variable name.
28991
28992 2007-06-05  Eric Blake  <ebb9@byu.net>
28993
28994         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
28995         Reported by Simon Josefsson.
28996
28997 2007-06-04  Bruno Haible  <bruno@clisp.org>
28998
28999         Avoid test failures on some PowerPC platforms.
29000         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
29001         Define differently for PowerPC.
29002         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
29003         Reported by Gary V. Vaughan <gary@gnu.org>.
29004
29005 2007-06-02  Bruno Haible  <bruno@clisp.org>
29006
29007         Fix test-stdint failure on FreeBSD/ia64.
29008         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
29009         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
29010         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
29011         * doc/headers/stdint.texi: Update.
29012
29013 2007-06-01  Bruno Haible  <bruno@clisp.org>
29014
29015         * tests/test-binary-io.c (main): Pass a third argument to open().
29016         Reported by Gary V. Vaughan <gary@gnu.org>.
29017
29018 2007-06-01  Bruno Haible  <bruno@clisp.org>
29019
29020         * doc/functions/frexpl.texi: Update for mingw.
29021
29022 2007-06-01  Bruno Haible  <bruno@clisp.org>
29023
29024         * tests/test-lseek.c (main): Disable test of errno for invalid third
29025         argument.
29026         * doc/functions/lseek.texi: Update.
29027         Reported by Gary V. Vaughan <gary@gnu.org>.
29028
29029 2007-05-28  Bruno Haible  <bruno@clisp.org>
29030
29031         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
29032
29033 2007-05-31  Eric Blake  <ebb9@byu.net>
29034
29035         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
29036         cross compiling.
29037
29038 2007-05-30  Eric Blake  <ebb9@byu.net>
29039         and Bruno Haible  <bruno@clisp.org>
29040
29041         Work around mingw test failures exposed by m4-1.4.9b.
29042         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
29043         * tests/test-unistd.c: Disable uid_t and git_t tests for the
29044         moment.
29045
29046 2007-05-30  Bruno Haible  <bruno@clisp.org>
29047
29048         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
29049         assuming that they are closed. Needed on HP-UX 11.
29050
29051 2007-05-29  Bruno Haible  <bruno@clisp.org>
29052
29053         Fix a problem with #include_next.
29054         * lib/dirent_.h: Split the double-inclusion guard.
29055         * lib/fcntl_.h: Likewise.
29056         * lib/float_.h: Likewise.
29057         * lib/iconv_.h: Likewise.
29058         * lib/inttypes_.h: Likewise.
29059         * lib/locale_.h: Likewise.
29060         * lib/math_.h: Likewise.
29061         * lib/netinet_in_.h: Likewise.
29062         * lib/search_.h: Likewise.
29063         * lib/signal_.h: Likewise.
29064         * lib/stdint_.h: Likewise.
29065         * lib/stdio_.h: Likewise.
29066         * lib/stdlib_.h: Likewise.
29067         * lib/string_.h: Likewise.
29068         * lib/sys_select_.h: Likewise.
29069         * lib/sys_socket_.h: Likewise.
29070         * lib/sys_stat_.h: Likewise.
29071         * lib/sys_time_.h: Likewise.
29072         * lib/sysexits_.h: Likewise.
29073         * lib/time_.h: Likewise.
29074         * lib/unistd_.h: Likewise.
29075         * lib/wchar_.h: Likewise.
29076         * lib/wctype_.h: Likewise.
29077
29078 2007-05-29  Bruno Haible  <bruno@clisp.org>
29079
29080         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
29081         for the moment.
29082
29083 2007-05-29  Bruno Haible  <bruno@clisp.org>
29084
29085         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
29086         invocation.
29087         Reported by Eric Blake.
29088
29089 2007-05-29  Bruno Haible  <bruno@clisp.org>
29090
29091         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
29092         compiling case.
29093
29094 2007-05-29  Eric Blake  <ebb9@byu.net>
29095             Bruno Haible  <bruno@clisp.org>
29096
29097         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
29098         cross compiles.
29099
29100 2007-05-28  Eric Blake  <ebb9@byu.net>
29101
29102         * modules/closein-tests (test_closein_LDADD): Support test on
29103         cygwin with libtool.
29104
29105 2007-05-28  Bruno Haible  <bruno@clisp.org>
29106
29107         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
29108         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29109         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29110         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29111         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29112         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29113         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29114         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29115         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29116
29117 2007-05-28  Eric Blake  <ebb9@byu.net>
29118
29119         Unconditionally include <config.h> in unit tests.
29120         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
29121         * tests/test-allocsa.c, tests/test-arcfour.c,
29122         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
29123         tests/test-array_list.c, tests/test-array_oset.c,
29124         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
29125         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
29126         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
29127         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
29128         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
29129         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
29130         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
29131         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
29132         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
29133         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
29134         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
29135         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
29136         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
29137         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
29138         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
29139         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
29140         test-md5.c, test-memmem.c, test-printf-posix.c,
29141         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
29142         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
29143         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
29144         test-strcasestr.c, test-striconv.c, test-striconveh.c,
29145         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
29146         test-vasnprintf-posix2.c, test-vasnprintf.c,
29147         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
29148         test-vfprintf-posix.c, test-vprintf-posix.c,
29149         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
29150         test-xvasprintf.c: Likewise.
29151
29152 2007-05-28  Bruno Haible  <bruno@clisp.org>
29153
29154         * gnulib-tool (func_import): Remember the --with-tests command-line
29155         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
29156         Reported by Eric Blake.
29157
29158 2007-05-28  Bruno Haible  <bruno@clisp.org>
29159
29160         * modules/ftell-tests: New file.
29161         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
29162         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
29163
29164         * lib/ftell.c: New file.
29165         * modules/ftell: New file.
29166         * m4/ftell.m4: New file.
29167         * doc/functions/ftell.texi: Update.
29168         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
29169         REPLACE_FTELL.
29170         * lib/stdio_.h (rpl_ftell): New declaration.
29171         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
29172         REPLACE_FTELL.
29173
29174 2007-05-28  Eric Blake  <ebb9@byu.net>
29175
29176         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
29177
29178 2007-05-28  Bruno Haible  <bruno@clisp.org>
29179
29180         * modules/fseek-tests: New file.
29181         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
29182         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
29183
29184         * lib/fseek.c: New file.
29185         * modules/fseek: New file.
29186         * m4/fseek.m4: New file.
29187         * doc/functions/fseek.texi: Update.
29188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
29189         REPLACE_FSEEK.
29190         * lib/stdio_.h (rpl_fseek): New declaration.
29191         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
29192         REPLACE_FSEEK.
29193
29194 2007-05-28  Bruno Haible  <bruno@clisp.org>
29195
29196         * lib/stdio_.h (fflush): More comments.
29197
29198 2007-05-28  Bruno Haible  <bruno@clisp.org>
29199
29200         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
29201         runtime test.
29202
29203 2007-05-28  Eric Blake  <ebb9@byu.net>
29204
29205         Improve lseek module.
29206         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
29207         * lib/unistd_.h (lseek): Scale back link warning message.
29208         * tests/test-lseek.c: Beef up test.
29209         * tests/test-lseek.sh: Exercise more facets of lseek.
29210         Reported by Bruno Haible.
29211
29212 2007-05-28  Bruno Haible  <bruno@clisp.org>
29213
29214         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
29215         to define.
29216
29217 2007-05-27  Bruno Haible  <bruno@clisp.org>
29218
29219         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
29220
29221 2007-05-27  Bruno Haible  <bruno@clisp.org>
29222
29223         * modules/openmp: New file.
29224         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
29225         Noah Misch.
29226
29227 2007-05-26  Bruno Haible  <bruno@clisp.org>
29228
29229         * modules/chdir-long (Depends-on): Add fchdir.
29230         * modules/chdir-safer (Depends-on): Likewise.
29231         * modules/fts (Depends-on): Likewise.
29232         * modules/fts-lgpl (Depends-on): Likewise.
29233         * modules/openat (Depends-on): Likewise.
29234         * modules/savewd (Depends-on): Likewise.
29235
29236 2007-05-24  Eric Blake  <ebb9@byu.net>
29237
29238         Fix lseek on mingw.
29239         * modules/lseek: New module.
29240         * m4/lseek.m4: New file.
29241         * lib/lseek.c: New file.
29242         * modules/lseek-tests: New file.
29243         * tests/test-lseek.c: New file.
29244         * tests/test-lseek.sh: New file.
29245         * MODULES.html.sh: Document lseek module.
29246         * modules/fflush (Depends-on): Add lseek, fseeko.
29247         * modules/fseeko (Depends-on): Likewise.
29248         * modules/ftello (Depends-on): Likewise.
29249         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
29250         broken.
29251         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
29252         broken.
29253         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
29254         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
29255         * lib/ftello.c (rpl_ftello): Likewise.
29256         * tests/test-fseeko.c (main): Test this.
29257         * tests/test-fseeko.sh: Likewise.
29258         * tests/test-ftello.c (main): Likewise.
29259         * tests/test-ftello.sh: Likewise.
29260         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
29261         implies replacing fseek.
29262         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
29263         HAVE_FTELLO.
29264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
29265         * modules/unistd (Makefile.am): Likewise.
29266         * lib/unistd_.h (lseek): Declare a replacement.
29267         * doc/functions/lseek.texi (lseek): Document this fix.
29268         * doc/functions/fseek.texi (fseek): Likewise.
29269         * doc/functions/ftell.texi (ftell): Likewise.
29270
29271 2007-05-24  Bruno Haible  <bruno@clisp.org>
29272
29273         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
29274         in the printed representation of a NaN.
29275         * tests/test-vasprintf-posix.c (test_function): Likewise.
29276         * tests/test-snprintf-posix.h (test_function): Likewise.
29277         * tests/test-sprintf-posix.h (test_function): Likewise.
29278         Reported by Eric Blake.
29279
29280 2007-05-23  Eric Blake  <ebb9@byu.net>
29281
29282         Fix fseeko/ftello on cygwin 1.5.24.
29283         * doc/functions/fseeko.texi (fseeko): Document the fix.
29284         * doc/functions/ftello.texi (ftello): Document the fix.
29285         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
29286         * doc/functions/stdout.text (stdout): New file.
29287         * doc/functions/stderr.text (stderr): New file.
29288         * doc/gnulib.texi (Function Substitutes): Use new files.
29289         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
29290         prior to 1.7.0.
29291         * tests/test-ftello.c (main): Likewise for ftello.
29292         * tests/test-fseeko.sh: New file.
29293         * tests/test-ftello.sh: New file.
29294         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
29295         with seekable stdin.
29296         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
29297         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
29298         (gl_REPLACE_FSEEKO): New macro.
29299         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
29300         * modules/fseeko (Files): Distribute fseeko.c.
29301         * modules/ftello (Files): Distribute ftello.c.
29302         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
29303         mode.
29304         * lib/ftello.c (rpl_ftello): New file.
29305         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
29306         fseeko, ftello.
29307         (gl_STDIN_LARGE_OFFSET): New macro.
29308         * modules/stdio (Makefile.am): Perform the replacement.
29309         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
29310
29311 2007-05-23  Bruno Haible  <bruno@clisp.org>
29312
29313         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
29314         GNULIB_POSIXCHECK is defined.
29315
29316 2007-05-21  Bruno Haible  <bruno@clisp.org>
29317
29318         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
29319         Check also the output for NaN arguments. When cross-compiling, guess
29320         no on IRIX.
29321         * lib/vasnprintf.c: Update comments.
29322         * tests/test-vasnprintf-posix.c (strisnan): New function.
29323         (test_function): Use it.
29324         * tests/test-vasprintf-posix.c (strisnan): New function.
29325         (test_function): Use it.
29326         * tests/test-snprintf-posix.h (strisnan): New function.
29327         (test_function): Use it.
29328         * tests/test-sprintf-posix.h (strisnan): New function.
29329         (test_function): Use it.
29330         Reported by Eric Blake.
29331
29332 2007-05-20  Bruno Haible  <bruno@clisp.org>
29333
29334         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
29335         numbers that fails on BeOS.
29336         * doc/functions/frexpl.texi: Update.
29337
29338 2007-05-20  Jim Meyering  <jim@meyering.net>
29339
29340         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
29341         forced upon us by glibc-2.6.
29342
29343 2007-05-20  Bruno Haible  <bruno@clisp.org>
29344
29345         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
29346         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
29347         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
29348         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
29349         NEED_PRINTF_INFINITE.
29350         (is_infinitel): New function.
29351         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
29352         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
29353         gl_PREREQ_VASNPRINTF_INFINITE.
29354         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
29355         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29356         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
29357         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
29358         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
29359         gl_PREREQ_VASNPRINTF_INFINITE.
29360         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29361         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29362         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29363         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29364         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29365         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29366         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29367         * doc/functions/fprintf.texi: Update.
29368         * doc/functions/printf.texi: Update.
29369         * doc/functions/snprintf.texi: Update.
29370         * doc/functions/sprintf.texi: Update.
29371         * doc/functions/vfprintf.texi: Update.
29372         * doc/functions/vprintf.texi: Update.
29373         * doc/functions/vsnprintf.texi: Update.
29374         * doc/functions/vsprintf.texi: Update.
29375
29376 2007-05-20  Bruno Haible  <bruno@clisp.org>
29377
29378         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
29379         was not found in libc.
29380         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
29381
29382 2007-05-20  Bruno Haible  <bruno@clisp.org>
29383
29384         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
29385         printed as "-nan" instead of "nan".
29386         * tests/test-vasprintf-posix.c (test_function): Likewise.
29387         * tests/test-snprintf-posix.h (test_function): Likewise.
29388         * tests/test-sprintf-posix.h (test_function): Likewise.
29389         Needed for HP-UX 11.
29390
29391 2007-05-20  Jim Meyering  <jim@meyering.net>
29392
29393         Fix buggy test for the fchownat-deref bug.
29394         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
29395         symlink required for the run-test.  Without it, this test would
29396         always declare that fchownat doesn't work, and client code would
29397         unnecessarily use the replacement function with fixed libc.
29398         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
29399         Reported by Greg Schafer.
29400
29401 2007-05-19  Bruno Haible  <bruno@clisp.org>
29402
29403         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
29404         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
29405         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
29406         Needed for IRIX 6.5 and Solaris 2.5.1.
29407
29408 2007-05-19  Bruno Haible  <bruno@clisp.org>
29409
29410         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
29411         (test_function): Skip tests involving -0.0 on platforms where
29412         -0.0 = 0.0.
29413         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
29414         (test_function): Skip tests involving -0.0 on platforms where
29415         -0.0 = 0.0.
29416         * tests/test-snprintf-posix.h (have_minus_zero): New function.
29417         (test_function): Skip tests involving -0.0 on platforms where
29418         -0.0 = 0.0.
29419         * tests/test-sprintf-posix.h (have_minus_zero): New function.
29420         (test_function): Skip tests involving -0.0 on platforms where
29421         -0.0 = 0.0.
29422         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
29423         tests.
29424         * tests/test-printf-posix.h (test_function): Likewise.
29425         * tests/test-printf-posix.output: Remove all -0.0 related results.
29426         Needed for IRIX 6.5.
29427
29428 2007-05-19  Bruno Haible  <bruno@clisp.org>
29429
29430         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
29431         printed as "nan0x7fffffff" instead of "nan".
29432         * tests/test-vasprintf-posix.c (test_function): Likewise.
29433         * tests/test-snprintf-posix.h (test_function): Likewise.
29434         * tests/test-sprintf-posix.h (test_function): Likewise.
29435         * tests/test-fprintf-posix.h (NaN): Remove macro.
29436         (test_function): Remove all NaN related tests.
29437         * tests/test-printf-posix.h (NaN): Remove macro.
29438         (test_function): Remove all NaN related tests.
29439         * tests/test-printf-posix.output: Remove all NaN related results.
29440         Needed for IRIX 6.5.
29441
29442 2007-05-19  Bruno Haible  <bruno@clisp.org>
29443
29444         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
29445         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
29446
29447 2007-05-19  Bruno Haible  <bruno@clisp.org>
29448
29449         * lib/float_.h: New file.
29450         * m4/float_h.m4: New file.
29451         * modules/float: New file.
29452         * modules/isnanl (Dependencies): Add float.
29453         * modules/isnanl-nolibm (Dependencies): Likewise.
29454         * modules/mathl (Dependencies): Likewise.
29455         * modules/printf-frexpl (Dependencies): Likewise.
29456         * modules/signbit (Dependencies): Likewise.
29457         * modules/vasnprintf (Dependencies): Likewise.
29458         * doc/headers/float.texi: Update.
29459
29460 2007-05-19  Jim Meyering  <jim@meyering.net>
29461
29462         * lib/utimens.c (gl_futimens): Rename from futimens,
29463         now that glibc-2.6 declares futimens.
29464         * lib/utimens.h: Likewise.
29465
29466 2007-05-19  Bruno Haible  <bruno@clisp.org>
29467
29468         Avoid test failures on mingw.
29469         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
29470         * tests/test-printf-posix.sh: Likewise.
29471         * tests/test-vfprintf-posix.sh: Likewise.
29472         * tests/test-vprintf-posix.sh: Likewise.
29473
29474 2007-05-19  Bruno Haible  <bruno@clisp.org>
29475
29476         Fix *printf result for NaN, Inf, -0.0 on mingw.
29477         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
29478         * lib/vasnprintf.c: Include math.h and isnan.h.
29479         (is_infinite_or_zero): New function.
29480         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
29481         values in the %f, %F, %e, %E, %g, %G directives.
29482         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
29483         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29484         gl_PRINTF_INFINITE and test its result. Invoke
29485         gl_PREREQ_VASNPRINTF_INFINITE.
29486         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29487         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29488         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29489         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29490         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29491         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29492         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29493         * doc/functions/fprintf.texi: Update.
29494         * doc/functions/printf.texi: Update.
29495         * doc/functions/snprintf.texi: Update.
29496         * doc/functions/sprintf.texi: Update.
29497         * doc/functions/vfprintf.texi: Update.
29498         * doc/functions/vprintf.texi: Update.
29499         * doc/functions/vsnprintf.texi: Update.
29500         * doc/functions/vsprintf.texi: Update.
29501
29502 2007-05-19  Bruno Haible  <bruno@clisp.org>
29503
29504         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
29505         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
29506         Instead of multiplying with 10^k, set extra_zeroes to k.
29507         (scale10_round_long_double): Remove function.
29508
29509 2007-05-18  Bruno Haible  <bruno@clisp.org>
29510
29511         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
29512         introduced on 2007-05-06.
29513
29514 2007-05-18  Bruno Haible  <bruno@clisp.org>
29515
29516         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
29517         %g directives.
29518         * tests/test-vasprintf-posix.c (test_function): Likewise.
29519         * tests/test-snprintf-posix.h (test_function): Likewise.
29520         * tests/test-sprintf-posix.h (test_function): Likewise.
29521
29522 2007-05-18  Bruno Haible  <bruno@clisp.org>
29523
29524         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
29525         (strmatch): New function.
29526         (test_function): Test the %f directive on numbers of various exponents.
29527         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
29528         (strmatch): New function.
29529         (test_function): Test the %f directive on numbers of various exponents.
29530         * tests/test-snprintf-posix.h (strmatch): New function.
29531         (test_function): Test the %f directive on numbers of various exponents.
29532         * tests/test-sprintf-posix.h (strmatch): New function.
29533         (test_function): Test the %f directive on numbers of various exponents.
29534         * tests/test-snprintf-posix.c (SIZEOF): New macro.
29535         * tests/test-sprintf-posix.c (SIZEOF): New macro.
29536         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
29537         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
29538
29539 2007-05-18  Bruno Haible  <bruno@clisp.org>
29540
29541         Add support for 'long double' number output.
29542         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
29543         * lib/vasnprintf.c: Include math.h and float+.h.
29544         (mp_limb_t): New type.
29545         (GMP_LIMB_BITS): New macro.
29546         (mp_twolimb_t): New type.
29547         (GMP_TWOLIMB_BITS): New macro.
29548         (mpn_t): New type.
29549         (multiply, divide, convert_to_decimal, decode_long_double,
29550         scale10_round_long_double, scale10_round_decimal_long_double,
29551         floorlog10l): New functions.
29552         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
29553         for the %f, %F, %e, %E, %g, %G directives.
29554         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
29555         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29556         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
29557         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
29558         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29559         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29560         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29561         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29562         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29563         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29564         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29565         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
29566         * modules/snprintf-posix (Depends-on): Likewise.
29567         * modules/sprintf-posix (Depends-on): Likewise.
29568         * modules/vasnprintf-posix (Depends-on): Likewise.
29569         * modules/vasprintf-posix (Depends-on): Likewise.
29570         * modules/vfprintf-posix (Depends-on): Likewise.
29571         * modules/vsnprintf-posix (Depends-on): Likewise.
29572         * modules/vsprintf-posix (Depends-on): Likewise.
29573         * modules/vasnprintf (Files): Add lib/float+.h.
29574         * doc/functions/fprintf.texi: Update.
29575         * doc/functions/printf.texi: Update.
29576         * doc/functions/snprintf.texi: Update.
29577         * doc/functions/sprintf.texi: Update.
29578         * doc/functions/vfprintf.texi: Update.
29579         * doc/functions/vprintf.texi: Update.
29580         * doc/functions/vsnprintf.texi: Update.
29581         * doc/functions/vsprintf.texi: Update.
29582
29583 2007-05-18  Bruno Haible  <bruno@clisp.org>
29584
29585         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
29586
29587 2007-05-18  Bruno Haible  <bruno@clisp.org>
29588
29589         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
29590         for printing 64-bit integers. Needed for mingw.
29591
29592 2007-05-18  Bruno Haible  <bruno@clisp.org>
29593
29594         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
29595         gl_FUNC_FREXPL_WORKS.
29596         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
29597
29598 2007-05-18  Bruno Haible  <bruno@clisp.org>
29599
29600         * modules/frexpl-nolibm-tests: New file.
29601
29602         * modules/frexpl-nolibm: New file.
29603         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
29604
29605 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29606
29607         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
29608         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
29609         GCC 4.2, which otherwise issues a lot of warnings.
29610         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
29611         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
29612         Likewise.
29613         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
29614         * modules/iconv_open (iconv.h): Likewise.
29615         * modules/locale (locale.h): Likewise.
29616         * modules/netinet_in (netinet/in.h): Likewise.
29617         * modules/sys_select (sys_select.h): Likewise.
29618         * modules/sys_socket (sys/socket.h): Likewise.
29619         * modules/sys_stat (sys/stat.h): Likewise.
29620         * modules/sysexits (sysexits.h): Likewise.
29621         * modules/unistd (unistd.h): Likewise.
29622
29623 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29624
29625         * modules/closein-tests (Makefile.am): Distribute
29626         `test-closein.sh'.
29627
29628 2007-05-17  Bruno Haible  <bruno@clisp.org>
29629
29630         * tests/test-printf-posix.output: Renamed from
29631         tests/test-fprintf-posix.out.
29632         * modules/fprintf-posix-tests: Update.
29633         * modules/printf-posix-tests: Update.
29634         * modules/vfprintf-posix-tests: Update.
29635         * modules/vprintf-posix-tests: Update.
29636         * tests/test-fprintf-posix.sh: Update.
29637         * tests/test-printf-posix.sh: Update.
29638         * tests/test-vfprintf-posix.sh: Update.
29639         * tests/test-vprintf-posix.sh: Update.
29640         Reported by Ralf Wildenhues.
29641
29642 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29643
29644         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
29645         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
29646         GCC 4.2, which otherwise issues a lot of warnings.
29647         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
29648         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
29649         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
29650         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
29651         it should no longer be needed.
29652         * lib/string_.h: Likewise.
29653         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
29654         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
29655         * modules/inttypes (inttypes.h): Likewise.
29656         * modules/math (math.h): Likewise.
29657         * modules/search (search.h): Likewise.
29658         * modules/signal (signal.h): Likewise.
29659         * modules/stdint (stdint.h): Likewise.
29660         * modules/stdio (stdio.h): Likewise.
29661         * modules/stdlib (stdlib.h): Likewise.
29662         * modules/string (string.h): Likewise.
29663         * modules/sys_time (sys/time.h): Likewise.
29664         * modules/time (time.h): Likewise.
29665         * modules/wchar (wchar.h): Likewise.
29666         * modules/wctype (wtype.h): Likewise.
29667
29668 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
29669
29670         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
29671
29672 2007-05-13  Bruno Haible  <bruno@clisp.org>
29673
29674         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
29675         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
29676         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
29677         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
29678         (gl_PREREQ_STRTOK_R): Don't require it here.
29679
29680 2007-05-13  Bruno Haible  <bruno@clisp.org>
29681
29682         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
29683         when used in C++ mode.
29684
29685 2007-05-12  Bruno Haible  <bruno@clisp.org>
29686
29687         * lib/linebuffer.h: Tweak doc.
29688         * lib/linebuffer.c: Likewise.
29689
29690 2007-05-12  James Youngman  <jay@gnu.org>
29691
29692         * lib/linebuffer.c (readlinebuffer_delim): New function,
29693         like readlinebuffer, but use a caller-specified delimiter.
29694         (readlinebuffer): Just call readlinebuffer_delim with '\n'
29695         as the delimiter.
29696         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
29697
29698 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
29699
29700         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
29701         * modules/openat (Files): Remove openat-die.c.
29702         (Depends-on): Add openat-die.
29703         * modules/openat-die: New module.
29704
29705 2007-05-06  Bruno Haible  <bruno@clisp.org>
29706
29707         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
29708         Update with info about Cygwin.
29709         * doc/functions/fprintf.texi: Update.
29710         * doc/functions/printf.texi: Update.
29711         * doc/functions/snprintf.texi: Update.
29712         * doc/functions/sprintf.texi: Update.
29713         * doc/functions/vfprintf.texi: Update.
29714         * doc/functions/vprintf.texi: Update.
29715         * doc/functions/vsnprintf.texi: Update.
29716         * doc/functions/vsprintf.texi: Update.
29717         Reported by Eric Blake.
29718
29719 2007-05-06  Bruno Haible  <bruno@clisp.org>
29720
29721         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
29722         padding ourselves for the floating-point directives.
29723         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
29724         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
29725         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29726         gl_PRINTF_FLAG_ZERO and test its result. Invoke
29727         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
29728         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29729         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
29730         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29731         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29732         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29733         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29734         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29735         * tests/test-snprintf-posix.h (test_function): Also check the width
29736         and some flags in the %f directive.
29737         * tests/test-sprintf-posix.h (test_function): Likewise.
29738         * tests/test-vasnprintf-posix.c (test_function): Likewise.
29739         * tests/test-vasprintf-posix.c (test_function): Likewise.
29740         * doc/functions/fprintf.texi: Update.
29741         * doc/functions/printf.texi: Update.
29742         * doc/functions/snprintf.texi: Update.
29743         * doc/functions/sprintf.texi: Update.
29744         * doc/functions/vfprintf.texi: Update.
29745         * doc/functions/vprintf.texi: Update.
29746         * doc/functions/vsnprintf.texi: Update.
29747         * doc/functions/vsprintf.texi: Update.
29748
29749 2007-05-06  Bruno Haible  <bruno@clisp.org>
29750
29751         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
29752         pass the ' flag character to sprintf or snprintf.
29753         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
29754         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
29755         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29756         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
29757         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
29758         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29759         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
29760         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29761         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29762         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29763         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29764         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29765         * tests/test-snprintf-posix.h (test_function): Also check the grouping
29766         flag.
29767         * tests/test-sprintf-posix.h (test_function): Likewise.
29768         * tests/test-vasnprintf-posix.c (test_function): Likewise.
29769         * tests/test-vasprintf-posix.c (test_function): Likewise.
29770         * doc/functions/fprintf.texi: Update.
29771         * doc/functions/printf.texi: Update.
29772         * doc/functions/snprintf.texi: Update.
29773         * doc/functions/sprintf.texi: Update.
29774         * doc/functions/vfprintf.texi: Update.
29775         * doc/functions/vprintf.texi: Update.
29776         * doc/functions/vsnprintf.texi: Update.
29777         * doc/functions/vsprintf.texi: Update.
29778
29779 2007-05-01  Bruno Haible  <bruno@clisp.org>
29780
29781         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
29782
29783 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
29784
29785         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
29786         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
29787
29788 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
29789
29790         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
29791         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
29792         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
29793
29794 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
29795
29796         * lib/argp-help.c (struct hol_entry): New member `ord'.
29797         (HOL_ENTRY_PTRCMP): Use ord for comparison
29798         (hol_sort): Initialize ord.
29799
29800 2007-05-01  Bruno Haible  <bruno@clisp.org>
29801
29802         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
29803         Reported by Eric Blake.
29804         * doc/gnulib.texi (Function Substitutes): Update.
29805
29806 2007-05-01  Bruno Haible  <bruno@clisp.org>
29807
29808         * doc/functions.texi: Remove file, now redundant through
29809         doc/functions/*.texi.
29810
29811 2007-05-01  Bruno Haible  <bruno@clisp.org>
29812
29813         * modules/argp (Depends-on): Add sleep.
29814
29815 2007-05-01  Bruno Haible  <bruno@clisp.org>
29816
29817         * modules/sleep-tests: New file.
29818         * tests/test-sleep.c: New file.
29819
29820         * modules/sleep: New file.
29821         * lib/sleep.c: New file.
29822         * m4/sleep.m4: New file.
29823         * lib/unistd_.h (sleep): New declaration.
29824         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
29825         HAVE_SLEEP.
29826         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
29827         * doc/functions/sleep.texi: Document the sleep module.
29828
29829 2007-05-01  Bruno Haible  <bruno@clisp.org>
29830
29831         * lib/sigprocmask.h: Remove file.
29832         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
29833         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
29834         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
29835         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
29836         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
29837         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
29838         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
29839         HAVE_SIGSET_T as a shell variable.
29840         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
29841         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
29842         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
29843         (Depends-on): Add signal. Remove verify.
29844         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
29845         (Include): Mention <signal.h> instead of sigprocmask.h.
29846         * NEWS: Mention the change.
29847         * lib/fatal-signal.c: Don't include sigprocmask.h.
29848
29849 2007-05-01  Bruno Haible  <bruno@clisp.org>
29850
29851         * modules/signal: New file.
29852         * lib/signal_.h: New file.
29853         * m4/signal_h.m4: New file.
29854
29855 2007-05-01  Bruno Haible  <bruno@clisp.org>
29856
29857         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
29858         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
29859         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
29860         HAVE_WCTYPE_CTMP_BUG into wctype.h.
29861
29862 2007-05-01  Bruno Haible  <bruno@clisp.org>
29863
29864         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
29865         configure time.
29866         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
29867         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
29868         * modules/sys_stat (Makefile.am): Substitute their values into
29869         sys/stat.h.
29870
29871 2007-05-01  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
29874         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
29875         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
29876
29877 2007-05-01  Bruno Haible  <bruno@clisp.org>
29878
29879         * doc/header/assert.texi: Undo last change: don't mention the gnulib
29880         'assert' module here.
29881
29882 2007-05-01  Bruno Haible  <bruno@clisp.org>
29883
29884         * doc/functions/*.texi: New files.
29885         * doc/functions/google-ranking.txt: New file.
29886         * doc/gnulib.texi (Function Substitutes): New chapter.
29887         (ctime, inet_ntoa): Remove sections.
29888         * doc/ctime.texi: Remove file.
29889         * doc/inet_ntoa.texi: Remove file.
29890         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
29891         dependencies.
29892         (%.info): New rule, specifying a --reference-limit.
29893
29894 2007-05-01  Bruno Haible  <bruno@clisp.org>
29895
29896         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
29897
29898 2007-05-01  Bruno Haible  <bruno@clisp.org>
29899
29900         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
29901         the portability of 'mkdir' to mingw systems.
29902
29903 2007-05-01  Bruno Haible  <bruno@clisp.org>
29904
29905         * doc/headers/google-ranking.txt: New file.
29906
29907 2007-04-30  Eric Blake  <ebb9@byu.net>
29908
29909         Prefer fseeko to fseek.
29910         * modules/getpass (Depends-on): Add fseeko.
29911         * lib/getpass.c (getpass): Use fseeko, not fseek.
29912
29913 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
29914
29915         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
29916         assumes the sorting is stable, while most qsort implementations
29917         are not.  Use argument addresses to ensure they never compare as
29918         equal.
29919
29920         * tests/test-argp-2.sh (usage-indent test): Fix output
29921         (func_compare): Restore diff options
29922         * tests/test-argp.c: Restore #include "progname.h"
29923
29924 2007-04-29  Bruno Haible  <bruno@clisp.org>
29925
29926         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
29927         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29928         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
29929         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29930         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
29931         (configure.ac): Define CHECK_SNPRINTF_POSIX.
29932         (TESTS, check_PROGRAMS): Add test-snprintf.
29933         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
29934         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
29935         (TESTS, check_PROGRAMS): Add test-vsnprintf.
29936         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
29937         assertions that fail on HP-UX, OSF/1, or IRIX.
29938         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
29939
29940 2007-04-29  Bruno Haible  <bruno@clisp.org>
29941
29942         * MODULES.html.sh (posix_functions): Remove 'contents'.
29943
29944 2007-04-29  Karl Berry  <karl@gnu.org>
29945
29946         * config/srclist.txt (gendocs_template_min): new entry.
29947
29948 2007-04-29  Bruno Haible  <bruno@clisp.org>
29949
29950         Work around fpurge bug on BSD systems.
29951         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
29952         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
29953         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
29954         fpurge to rpl_fpurge if the system already has this function.
29955         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
29956         the case where the system already has this function. Correct invariants
29957         on BSD systems.
29958         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
29959         BSD systems.
29960
29961 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
29962
29963         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
29964         proposed by Sven Verdoolaege.
29965
29966         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
29967         options.
29968         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
29969         (usage and help tests): Update
29970
29971 2007-04-29  Bruno Haible  <bruno@clisp.org>
29972
29973         * tests/test-fflush.c (main): Use a file of size 17, not 10.
29974         Print more information in case of failure. Disable a test on BeOS.
29975
29976 2007-04-29  Bruno Haible  <bruno@clisp.org>
29977
29978         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
29979         This helps debugging on systems on which no gdb is available.
29980
29981 2007-04-29  Bruno Haible  <bruno@clisp.org>
29982
29983         * lib/freading.h: Improve comments.
29984         * lib/fwriting.h: Likewise.
29985         * tests/test-freading.c (main): Don't check freading immediately after
29986         repositioning. Needed for glibc.
29987
29988 2007-04-29  Bruno Haible  <bruno@clisp.org>
29989
29990         * lib/freading.c (freading): Trivial simplification.
29991
29992 2007-04-28  Bruno Haible  <bruno@clisp.org>
29993
29994         * tests/test-fwriting.c (main): Also test the interaction between
29995         fflush and fwriting.
29996         * modules/fwriting-tests (Depends-on): Add fflush.
29997
29998         * tests/test-freading.c (main): Also test the interaction between
29999         fflush and freading.
30000         * modules/freading-tests (Depends-on): Add fflush.
30001
30002 2007-04-28  Bruno Haible  <bruno@clisp.org>
30003
30004         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
30005         fseeko and ftello.
30006         Suggested by Eric Blake.
30007
30008 2007-04-28  Jim Meyering  <jim@meyering.net>
30009
30010         Avoid false-negative in gl_STDINT_H's C99 conformance test.
30011         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
30012         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
30013
30014 2007-04-27  Eric Blake  <ebb9@byu.net>
30015
30016         * doc/headers/assert.texi (assert.h): Document assert module use.
30017
30018 2007-04-27  Bruno Haible  <bruno@clisp.org>
30019
30020         * doc/headers/*.texi: New files.
30021         * doc/gnulib.texi (Header File Substitutes): New chapter.
30022         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
30023         dependencies.
30024         (standards.info ,standards.html, standards.dvi): Update dependencies.
30025         (mostlyclean, clean): New targets.
30026
30027 2007-04-27  Bruno Haible  <bruno@clisp.org>
30028
30029         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
30030         * modules/sysexits (Files, Makefile.am): Update.
30031
30032         * lib/sys_socket_.h: Renamed from lib/socket_.h.
30033         * modules/sys_socket (Files, Makefile.am): Update.
30034
30035         * lib/sys_stat_.h: Renamed from lib/stat_.h.
30036         * modules/sys_stat (Files, Makefile.am): Update.
30037
30038 2007-04-27  Eric Blake  <ebb9@byu.net>
30039
30040         * lib/freading.h: Improve comments.
30041         * lib/fwriting.h: Likewise.
30042         * lib/fflush.c: Likewise.
30043
30044         Fix closein for mingw.
30045         * modules/closein-tests: Add tests for closein.
30046         * tests/test-closein.c: New file.
30047         * tests/test-closein.sh: Likewise.
30048         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
30049         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
30050
30051 2007-04-27  Bruno Haible  <bruno@clisp.org>
30052
30053         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
30054         version is < 6.
30055         * lib/math_.h [__DECC]: Likewise.
30056         * lib/stdio_.h [__DECC]: Likewise.
30057         * lib/stdlib_.h [__DECC]: Likewise.
30058         * lib/string_.h [__DECC]: Likewise.
30059         * lib/time_.h [__DECC]: Likewise.
30060         * lib/wchar_.h [__DECC]: Likewise.
30061         * lib/wctype_.h [__DECC]: Likewise.
30062
30063 2007-04-27  Bruno Haible  <bruno@clisp.org>
30064
30065         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
30066
30067 2007-04-27  Bruno Haible  <bruno@clisp.org>
30068
30069         * lib/fflush.c: Add comments.
30070         * modules/fpurge-tests (Depends-on): Add fflush.
30071         * modules/freadable-tests (Depends-on): Likewise.
30072         * modules/fwritable-tests (Depends-on): Likewise.
30073
30074 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
30075
30076         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
30077         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
30078         Report by Bruno Haible <bruno@clisp.org>.
30079
30080 2007-04-26  Eric Blake  <ebb9@byu.net>
30081
30082         Fix fflush on mingw.
30083         * modules/fflush (Depends-on): Add freading.
30084         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
30085         but unread data.
30086
30087 2007-04-26  Eric Blake  <ebb9@byu.net>
30088         and Bruno Haible  <bruno@clisp.org>
30089
30090         Implement freading and fwriting.
30091         * lib/freading.c: New file.
30092         * lib/freading.h: Likewise.
30093         * m4/freading.m4: Likewise.
30094         * modules/freading: Likewise.
30095         * modules/freading-tests: Likewise.
30096         * tests/test-freading.c: Likewise.
30097         * lib/fwriting.c: New file.
30098         * lib/fwriting.h: Likewise.
30099         * m4/fwriting.m4: Likewise.
30100         * modules/fwriting: Likewise.
30101         * modules/fwriting-tests: Likewise.
30102         * tests/test-fwriting.c: Likewise.
30103         * MODULES.html.sh (File stream based Input/Output): Mention them.
30104
30105 2007-04-26  Bruno Haible  <bruno@clisp.org>
30106
30107         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
30108         'long' when we assume it.
30109         Suggested by Eric Blake.
30110
30111 2007-04-26  Bruno Haible  <bruno@clisp.org>
30112
30113         Ensure fseeko, ftello are declared on glibc systems.
30114         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
30115         * modules/fseeko (configure.ac-early): Likewise.
30116         * modules/ftello (configure.ac-early): Likewise.
30117         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
30118         AC_FUNC_FSEEKO for this.
30119         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
30120         (gl_CHECK_FSEEKO): Remove macro.
30121
30122 2007-04-26  Bruno Haible  <bruno@clisp.org>
30123
30124         * tests/test-fflush.c (main): Also check the ftell result after
30125         fflush and fseek/fseeko.
30126         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
30127         file descriptor position cache in the stream.
30128         * lib/fseeko.c (rpl_fseeko): Likewise.
30129
30130 2007-04-26  Bruno Haible  <bruno@clisp.org>
30131
30132         * modules/fflush-tests (Depends-on): Add fseeko.
30133
30134 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
30135             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30136
30137         * lib/argz_.h: ensure error_t definition is obtained in same
30138         mechanism system argz.h would have.
30139         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
30140         argz facilities are known bad.  Err on the side of caution if
30141         cross-compiling.
30142
30143 2007-04-25  Eric Blake  <ebb9@byu.net>
30144
30145         * lib/fpurge.c (includes): Use stdlib.h for free.
30146         * tests/test-fflush.c (main): Also test fflush-fseeko.
30147
30148 2007-04-25  Bruno Haible  <bruno@clisp.org>
30149
30150         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
30151         * lib/fseeko.c: New file.
30152         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
30153         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
30154         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
30155         gl_FUNC_FSEEKO.
30156         (gl_FUNC_FSEEKO): Invoke it.
30157         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
30158         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
30159         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
30160
30161 2007-04-25  Bruno Haible  <bruno@clisp.org>
30162
30163         * modules/fflush (Depends-on): Add ftello.
30164
30165 2007-04-25  Bruno Haible  <bruno@clisp.org>
30166
30167         * modules/ftello-tests: New file.
30168         * tests/test-ftello.c: New file.
30169
30170         * modules/ftello: New file.
30171         * m4/ftello.m4: New file.
30172         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
30173         HAVE_FTELLO.
30174         * lib/stdio_.h (ftello): New declaration.
30175         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
30176         HAVE_FTELLO.
30177
30178 2007-04-25  Bruno Haible  <bruno@clisp.org>
30179
30180         * modules/fseeko-tests: New file.
30181         * tests/test-fseeko.c: New file.
30182
30183         * modules/fseeko: New file.
30184         * m4/fseeko.m4: New file.
30185         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
30186         HAVE_FSEEKO.
30187         * lib/stdio_.h (fseeko): New declaration.
30188         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
30189         HAVE_FSEEKO.
30190
30191 2007-04-25  Bruno Haible  <bruno@clisp.org>
30192
30193         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
30194
30195 2007-04-25  Bruno Haible  <bruno@clisp.org>
30196
30197         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
30198         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
30199         * tests/test-unistd.c: Likewise.
30200         * tests/test-fcntl.c: Likewise.
30201
30202 2007-04-23  Eric Blake  <ebb9@byu.net>
30203
30204         * lib/fflush.c: Fix missing include.
30205         Reported by Bruno Haible.
30206
30207 2007-04-23  Bruno Haible  <bruno@clisp.org>
30208
30209         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
30210         Reported by Eric Blake.
30211
30212 2007-04-23  Bruno Haible  <bruno@clisp.org>
30213
30214         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
30215
30216 2007-04-23  Bruno Haible  <bruno@clisp.org>
30217
30218         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
30219
30220 2007-04-23  Bruno Haible  <bruno@clisp.org>
30221
30222         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
30223         Needed on HP-UX 11.
30224
30225 2007-04-16  Eric Blake  <ebb9@byu.net>
30226
30227         Make fflush rely on fpurge.
30228         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
30229         open coding all variants.
30230         * modules/fflush (Depends-on): Add fpurge and unistd.
30231         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
30232         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
30233
30234         Fix --with-tests compilation on cygwin.
30235         * modules/argmatch-tests (Makefile.am): List gnulib library first
30236         in LDADD.
30237         * modules/argp-tests (Makefile.am): Likewise.
30238         * modules/array-list-tests (Makefile.am): Likewise.
30239         * modules/array-oset-tests (Makefile.am): Likewise.
30240         * modules/avltree-list-tests (Makefile.am): Likewise.
30241         * modules/avltree-oset-tests (Makefile.am): Likewise.
30242         * modules/avltreehash-list-tests (Makefile.am): Likewise.
30243         * modules/carray-list-tests (Makefile.am): Likewise.
30244         * modules/dirname-tests (Makefile.am): Likewise.
30245         * modules/frexp-tests (Makefile.am): Likewise.
30246         * modules/isnanl-tests (Makefile.am): Likewise.
30247         * modules/linked-list-tests (Makefile.am): Likewise.
30248         * modules/linkedhash-list-tests (Makefile.am): Likewise.
30249         * modules/lock-tests (Makefile.am): Likewise.
30250         * modules/rbtree-list-tests (Makefile.am): Likewise.
30251         * modules/rbtree-oset-tests (Makefile.am): Likewise.
30252         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
30253         * modules/tls-tests (Makefile.am): Likewise.
30254         * modules/tsearch-tests (Makefile.am): Likewise.
30255         * modules/xvasprintf-tests (Makefile.am): Likewise.
30256
30257         Fix fpurge for cygwin.
30258         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
30259         value.
30260         * modules/fpurge-tests (Depends-on): Clean up trash.
30261
30262 2007-04-16  Simon Josefsson  <simon@josefsson.org>
30263
30264         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
30265
30266         * m4/autobuild.m4: Re-indent.
30267
30268 2007-04-13  Bruno Haible  <bruno@clisp.org>
30269
30270         * modules/fpurge-tests: New file.
30271         * tests/test-fpurge.c: New file.
30272
30273         * modules/fpurge: New file.
30274         * lib/fpurge.h: New file.
30275         * lib/fpurge.c: New file.
30276         * m4/fpurge.m4: New file.
30277
30278 2007-04-13  Bruno Haible  <bruno@clisp.org>
30279
30280         * modules/fbufmode-tests: New file.
30281         * tests/test-fbufmode.c: New file.
30282
30283         * modules/fbufmode: New file.
30284         * lib/fbufmode.h: New file.
30285         * lib/fbufmode.c: New file.
30286         * m4/fbufmode.m4: New file.
30287
30288 2007-04-13  Bruno Haible  <bruno@clisp.org>
30289
30290         * modules/fwritable-tests: New file.
30291         * tests/test-fwritable.c: New file.
30292
30293         * modules/fwritable: New file.
30294         * lib/fwritable.h: New file.
30295         * lib/fwritable.c: New file.
30296         * m4/fwritable.m4: New file.
30297
30298 2007-04-13  Bruno Haible  <bruno@clisp.org>
30299
30300         * modules/freadable-tests: New file.
30301         * tests/test-freadable.c: New file.
30302
30303         * modules/freadable: New file.
30304         * lib/freadable.h: New file.
30305         * lib/freadable.c: New file.
30306         * m4/freadable.m4: New file.
30307
30308 2007-04-13  Bruno Haible  <bruno@clisp.org>
30309
30310         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
30311         MOSTLYCLEANFILES.
30312
30313 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
30314
30315         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
30316         gzip bootstrap.conf to avoid dragging in i18n machinery.
30317         (gnulib_tool_option): Use it.
30318
30319 2007-04-13  Bruno Haible  <bruno@clisp.org>
30320
30321         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
30322         %F directives.
30323         * tests/test-vasprintf-posix.c (test_function): Likewise.
30324         * tests/test-snprintf-posix.h (test_function): Likewise.
30325         * tests/test-sprintf-posix.h (test_function): Likewise.
30326         * tests/test-fprintf-posix.h (test_function): Likewise.
30327         * tests/test-printf-posix.h (test_function): Likewise.
30328         * tests/test-fprintf-posix.out: Likewise.
30329
30330 2007-04-13  Bruno Haible  <bruno@clisp.org>
30331
30332         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
30333         * modules/tls-tests (configure.ac): Likewise.
30334         Reported by Arto C. Nirkko <anirkko@insel.ch>.
30335
30336 2007-04-13  Bruno Haible  <bruno@clisp.org>
30337
30338         * lib/tls.c (glthread_tls_get): Fix return type.
30339         Patch by Arto C. Nirkko <anirkko@insel.ch>.
30340
30341 2007-04-12  Eric Blake  <ebb9@byu.net>
30342
30343         * modules/gettime (Depends-on): Remove gettime.
30344         Reported by Dmitry V. Levin.
30345
30346 2007-04-12  Bruno Haible  <bruno@clisp.org>
30347
30348         * modules/fflush (Include): Mention <stdio.h>.
30349         * modules/strtoimax (Include): Mention <inttypes.h>.
30350         * modules/strtoumax (Include): Likewise.
30351
30352 2007-04-12  Eric Blake  <ebb9@byu.net>
30353
30354         * .cvsignore: New file.
30355         * .gitignore: Likewise.
30356
30357 2007-04-12  Bruno Haible  <bruno@clisp.org>
30358
30359         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
30360         not before, since $(LDADD) often contains libgnu.a.
30361         * modules/striconv-tests (test_striconv_LDADD): Likewise.
30362         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
30363         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
30364         Needed on Cygwin.
30365
30366 2007-04-12  Eric Blake  <ebb9@byu.net>
30367
30368         Work around glibc's failure to flush stdin on fclose.
30369         * lib/closein.c (close_stdin): Flush stdin before closing.
30370
30371         Work around glibc's failure to reset seekable stdin on exit.
30372         * modules/closein: New module.
30373         * lib/closein.c: New file.
30374         * lib/closein.h: Likewise.
30375         * m4/closein.m4: Likewise.
30376         * MODULES.html.sh (File stream based Input/Output): Document it.
30377
30378 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30379
30380         * gnulib-tool: Rename generated 'autobuild' script to
30381         'do-autobuild' in --create-megatestdir output.
30382
30383         * doc/gnulib.texi (Build robot for gnulib): Fix.
30384
30385 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30386
30387         * modules/sysexits (Depends-on): Add absolute-header.
30388
30389 2007-04-12  Eric Blake  <ebb9@byu.net>
30390
30391         No need to preserve errno on success.
30392         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
30393         Reported by Bruno Haible.
30394
30395 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30396
30397         * MODULES.html.sh (Support for maintaining and releasing
30398         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
30399
30400 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30401
30402         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
30403
30404 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30405
30406         * modules/autobuild: New module.
30407
30408         * m4/autobuild.m4: New file.
30409
30410 2007-04-11  Bruno Haible  <bruno@clisp.org>
30411
30412         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
30413         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
30414         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
30415         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
30416         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30417         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30418         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30419         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30420         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30421         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30422         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
30423         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30424         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30425         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
30426         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30427         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30428         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
30429         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30430         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30431         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
30432         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30433         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30434         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
30435         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30436         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30437         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
30438         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30439         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30440         Reported by Eric Blake.
30441
30442 2007-04-11  Bruno Haible  <bruno@clisp.org>
30443
30444         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
30445
30446 2007-04-10  Bruno Haible  <bruno@clisp.org>
30447
30448         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
30449         for NaN and Infinity. Needed on FreeBSD 6.1.
30450         * tests/test-vasnprintf-posix.c (test_function): Undo last change
30451         regarding results for "%010a" of Infinity and NaN.
30452         * tests/test-vasprintf-posix.c (test_function): Likewise.
30453         * tests/test-snprintf-posix.h (test_function): Likewise.
30454         * tests/test-sprintf-posix.h (test_function): Likewise.
30455         * tests/test-fprintf-posix.h (test_function): Likewise.
30456         * tests/test-printf-posix.h (test_function): Likewise.
30457         * tests/test-fprintf-posix.out: Likewise.
30458
30459 2007-04-10  Bruno Haible  <bruno@clisp.org>
30460
30461         * modules/locale-tests: New file.
30462         * tests/test-locale.c: New file.
30463
30464         * modules/locale: New file.
30465         * lib/locale_.h: New file.
30466         * m4/locale_h.m4: New file.
30467
30468 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
30469             Bruno Haible  <bruno@clisp.org>
30470
30471         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
30472         be determined, test for availability of the copysignf, copysign,
30473         copysignl functions.
30474         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
30475         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
30476         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
30477
30478 2007-04-09  Eric Blake  <ebb9@byu.net>
30479
30480         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
30481         * modules/stdio (Makefile.am): Support fflush.
30482         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
30483         * modules/fflush: New file.
30484         * lib/fflush.c: Likewise.
30485         * m4/fflush.m4: Likewise.
30486         * modules/fflush-tests: New test.
30487         * tests/test-fflush.c: Likewise.
30488         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
30489
30490 2007-04-06  Bruno Haible  <bruno@clisp.org>
30491
30492         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
30493         (VASNPRINTF): Use signbit for faster determination whether to print a
30494         minus sign.
30495         * modules/vasnprintf (Files): Remove lib/float+.h.
30496         * modules/fprintf-posix (Depends-on): Add signbit.
30497         * modules/snprintf-posix (Depends-on): Likewise.
30498         * modules/sprintf-posix (Depends-on): Likewise.
30499         * modules/vasnprintf-posix (Depends-on): Likewise.
30500         * modules/vasprintf-posix (Depends-on): Likewise.
30501         * modules/vfprintf-posix (Depends-on): Likewise.
30502         * modules/vsnprintf-posix (Depends-on): Likewise.
30503         * modules/vsprintf-posix (Depends-on): Likewise.
30504
30505 2007-04-06  Bruno Haible  <bruno@clisp.org>
30506
30507         * tests/test-frexp.c (main): Test also the sign bit of zero results.
30508         * tests/test-frexpl.c (main): Likewise.
30509         * tests/test-ldexpl.c (main): Likewise.
30510         * modules/frexp-tests (Depends-on): Add signbit.
30511         * modules/frexpl-tests (Depdends-on): Likewise.
30512         * modules/ldexpl-tests (Depdends-on): Likewise.
30513
30514 2007-04-06  Bruno Haible  <bruno@clisp.org>
30515
30516         * modules/signbit-tests: New file.
30517         * tests/test-signbit.c: New file.
30518
30519         * modules/signbit: New file.
30520         * lib/signbitf.c: New file.
30521         * lib/signbitd.c: New file.
30522         * lib/signbitl.c: New file.
30523         * m4/signbit.m4: New file.
30524         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
30525         (signbit): New macro.
30526         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
30527         REPLACE_SIGNBIT.
30528         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
30529         REPLACE_FREXPL into math.h.
30530
30531 2007-04-06  Bruno Haible  <bruno@clisp.org>
30532
30533         * modules/isnanf-nolibm-tests: New file.
30534         * tests/test-isnanf.c: New file.
30535
30536         * modules/isnanf-nolibm: New file.
30537         * lib/isnanf.h: New file.
30538         * lib/isnanf.c: New file.
30539         * lib/isnan.c: Consider the USE_FLOAT macro.
30540         * m4/isnanf.m4: New file.
30541
30542 2007-04-06  Bruno Haible  <bruno@clisp.org>
30543
30544         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
30545         (Link): New section.
30546
30547         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
30548
30549 2007-04-06  Bruno Haible  <bruno@clisp.org>
30550
30551         Assume the 'long double' type.
30552         * m4/longdouble.m4: Remove file.
30553         * config/srclist.txt: Don't mention longdouble.m4.
30554         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
30555         * lib/float+.h: Likewise.
30556         * lib/frexp.c: Likewise.
30557         * lib/printf-args.h: Likewise.
30558         * lib/printf-args.c: Likewise.
30559         * lib/printf-frexp.c: Likewise.
30560         * lib/printf-parse.c: Likewise.
30561         * lib/vasnprintf.c: Likewise.
30562         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
30563         * m4/intl.m4: Likewise.
30564         * m4/isnanl.m4: Likewise.
30565         * m4/printf.m4: Likewise.
30566         * m4/printf-frexpl.m4: Likewise.
30567         * m4/vasnprintf.m4: Likewise.
30568         * modules/allocsa (Files): Remove m4/longdouble.m4.
30569         * modules/gettext (Files): Likewise.
30570         * modules/relocatable-prog-wrapper (Files): Likewise.
30571         * modules/vasnprintf (Files): Likewise.
30572         * modules/isnanl (Files): Likewise.
30573         (Include): Simplify.
30574         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
30575         (Include): Simplify.
30576         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
30577         (Include): Simplify.
30578         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
30579         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30580         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
30581         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30582         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
30583         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30584         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
30585         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30586         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
30587         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30588         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
30589         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30590         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
30591         * tests/test-isnanl.c: Likewise.
30592         * tests/test-snprintf-posix.h: Likewise.
30593         * tests/test-sprintf-posix.h: Likewise.
30594         * tests/test-vasnprintf-posix.c: Likewise.
30595         * tests/test-vasnprintf-posix2.c: Likewise.
30596         * tests/test-vasprintf-posix.c: Likewise.
30597
30598 2007-04-06  Bruno Haible  <bruno@clisp.org>
30599
30600         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
30601         * lib/math_.h [__DECC]: Include the overridden include file through
30602         #include_next, outside the double-inclusion guard.
30603         * lib/stdio_.h [__DECC]: Likewise.
30604         * lib/stdlib_.h [__DECC]: Likewise.
30605         * lib/string_.h [__DECC]: Likewise.
30606         * lib/time_.h [__DECC]: Likewise.
30607         * lib/wchar_.h [__DECC]: Likewise.
30608         * lib/wctype_.h [__DECC]: Likewise.
30609         * lib/inttypes_.h [__DECC]: Likewise.
30610         Reported by Albert Chin <china@thewrittenword.com> in
30611         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
30612
30613 2007-04-04  Eric Blake  <ebb9@byu.net>
30614
30615         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
30616         1.5.x.
30617
30618 2007-04-04  Bruno Haible  <bruno@clisp.org>
30619
30620         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
30621         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
30622
30623 2007-04-04  Bruno Haible  <bruno@clisp.org>
30624
30625         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
30626         results for "%010a" of Infinity and NaN.
30627         * tests/test-vasprintf-posix.c (test_function): Likewise.
30628         * tests/test-snprintf-posix.h (test_function): Likewise.
30629         * tests/test-sprintf-posix.h (test_function): Likewise.
30630         * tests/test-fprintf-posix.h (test_function): Remove these tests.
30631         * tests/test-printf-posix.h (test_function): Likewise.
30632         * tests/test-fprintf-posix.out: Update.
30633         Needed for FreeBSD 6.1.
30634
30635 2007-04-04  Bruno Haible  <bruno@clisp.org>
30636
30637         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
30638         directly used by the gnulib modules nor by gnulib-tool.
30639
30640 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
30641
30642         * DEPENDENCIES: Give overall description of version dependency
30643         desirability.  Use more-typical names for apps.
30644         Add shell, coreutils, diffutils, grep, tar, gzip.
30645
30646 2007-04-04  Simon Josefsson  <simon@josefsson.org>
30647
30648         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
30649
30650 2007-04-04  Karl Berry  <karl@gnu.org>
30651
30652         * MODULES.html.sh (func_module): missing '.
30653
30654 2007-04-03  Bruno Haible  <bruno@clisp.org>
30655
30656         * modules/argmatch-tests (Makefile.am): New variable
30657         test_argmatch_LDADD.
30658         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
30659         * modules/array-list-tests (Makefile.am): New variable
30660         test_array_list_LDADD.
30661         * modules/array-oset-tests (Makefile.am): New variable
30662         test_array_oset_LDADD.
30663         * modules/avltree-list-tests (Makefile.am): New variable
30664         test_avltree_list_LDADD.
30665         * modules/avltree-oset-tests (Makefile.am): New variable
30666         test_avltree_oset_LDADD.
30667         * modules/avltreehash-list-tests (Makefile.am): New variable
30668         test_avltreehash_list_LDADD.
30669         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
30670         test_canonicalize_lgpl_LDADD.
30671         * modules/carray-list-tests (Makefile.am): New variable
30672         test_carray_list_LDADD.
30673         * modules/dirname-tests (Makefile.am): New variable
30674         test_dirname_LDADD.
30675         * modules/linked-list-tests (Makefile.am): New variable
30676         test_linked_list_LDADD.
30677         * modules/linkedhash-list-tests (Makefile.am): New variable
30678         test_linkedhash_list_LDADD.
30679         * modules/rbtree-list-tests (Makefile.am): New variable
30680         test_rbtree_list_LDADD.
30681         * modules/rbtree-oset-tests (Makefile.am): New variable
30682         test_rbtree_oset_LDADD.
30683         * modules/rbtreehash-list-tests (Makefile.am): New variable
30684         test_rbtreehash_list_LDADD.
30685         * modules/xvasprintf-tests (Makefile.am): New variable
30686         test_xvasprintf_LDADD.
30687         Reported by Eric Blake.
30688
30689 2007-04-03  Eric Blake  <ebb9@byu.net>
30690
30691         * DEPENDENCIES: Weaken m4 requirements.
30692
30693 2007-04-03  Bruno Haible  <bruno@clisp.org>
30694
30695         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
30696         * modules/isnanl-tests (configure.ac): Likewise.
30697
30698 2007-04-03  Ben Pfaff  <blp@gnu.org>
30699
30700         * modules/iconv_open: Add $(srcdir)/ to source directory
30701         references in Makefile fragments that call gperf, to fix VPATH
30702         builds.
30703
30704 2007-04-03  Bruno Haible  <bruno@clisp.org>
30705
30706         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
30707         * lib/ldexpl.c: Undo last change.
30708
30709 2007-04-03  Bruno Haible  <bruno@clisp.org>
30710
30711         * modules/printf-frexpl (Depends-on): Undo last change.
30712         (Files): Add m4/ldexpl.m4.
30713
30714 2007-04-03  Bruno Haible  <bruno@clisp.org>
30715
30716         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
30717         * modules/isnanl (Link): New section.
30718
30719         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
30720         * modules/frexp (Link): New section.
30721
30722         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
30723         * modules/frexpl (Link): New section.
30724
30725         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
30726         * modules/ldexpl (Link): New section.
30727
30728 2007-04-03  Bruno Haible  <bruno@clisp.org>
30729
30730         * modules/TEMPLATE-EXTENDED: New file.
30731         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
30732
30733 2007-04-03  Bruno Haible  <bruno@clisp.org>
30734
30735         * DEPENDENCIES: New file.
30736         Suggested by Simon Josefsson.
30737
30738 2007-04-03  Bruno Haible  <bruno@clisp.org>
30739
30740         * doc/gnulib.texi: Escape @.
30741
30742 2007-04-03  James Youngman  <jay@gnu.org>
30743         and Paul Eggert  <eggert@cs.ucla.edu>
30744
30745         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
30746         birthtime on all systems that have birthtime, not just those which
30747         use st_birthtimensec rather than st_birthtim.  Putting zero in
30748         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
30749         that the birth time is not available for files on an NFS mount.
30750
30751 2007-04-03  Simon Josefsson  <simon@josefsson.org>
30752
30753         * modules/memxor: Move back from crypto/, suggested by Bruno.
30754         * modules/crypto/hmac-sha1: Fix memxor dependency.
30755
30756         * modules/crypto/gc: Moved from ../.
30757
30758 2007-04-02  Eric Blake  <ebb9@byu.net>
30759
30760         * lib/ldexpl.c (includes): Avoid libm.
30761
30762         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
30763
30764 2007-04-02  Bruno Haible  <bruno@clisp.org>
30765
30766         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
30767         on IRIX.
30768
30769 2007-04-02  Bruno Haible  <bruno@clisp.org>
30770
30771         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
30772         x86 or x86_64 platforms running MacOS X.
30773         Reported by Ryan Schmidt <@ryandesign.com>.
30774
30775 2007-04-02  Bruno Haible  <bruno@clisp.org>
30776
30777         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
30778         i386.
30779
30780 2007-04-01  Simon Josefsson  <simon@josefsson.org>
30781
30782         * modules/crypto/arcfour: Moved from ../.
30783         * modules/crypto/arcfour-tests: Moved from ../.
30784         * modules/crypto/arctwo: Moved from ../.
30785         * modules/crypto/arctwo-tests: Moved from ../.
30786         * modules/crypto/des: Moved from ../.
30787         * modules/crypto/des-tests: Moved from ../.
30788         * modules/crypto/gc-arcfour: Moved from ../.
30789         * modules/crypto/gc-arcfour-tests: Moved from ../.
30790         * modules/crypto/gc-arctwo: Moved from ../.
30791         * modules/crypto/gc-arctwo-tests: Moved from ../.
30792         * modules/crypto/gc-des: Moved from ../.
30793         * modules/crypto/gc-des-tests: Moved from ../.
30794         * modules/crypto/gc-hmac-md5: Moved from ../.
30795         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
30796         * modules/crypto/gc-hmac-sha1: Moved from ../.
30797         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
30798         * modules/crypto/gc-md2: Moved from ../.
30799         * modules/crypto/gc-md2-tests: Moved from ../.
30800         * modules/crypto/gc-md4: Moved from ../.
30801         * modules/crypto/gc-md4-tests: Moved from ../.
30802         * modules/crypto/gc-md5: Moved from ../.
30803         * modules/crypto/gc-md5-tests: Moved from ../.
30804         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
30805         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
30806         * modules/crypto/gc-random: Moved from ../.
30807         * modules/crypto/gc-rijndael: Moved from ../.
30808         * modules/crypto/gc-rijndael-tests: Moved from ../.
30809         * modules/crypto/gc-sha1: Moved from ../.
30810         * modules/crypto/gc-sha1-tests: Moved from ../.
30811         * modules/crypto/gc-tests: Moved from ../.
30812         * modules/crypto/hmac-md5: Moved from ../.
30813         * modules/crypto/hmac-md5-tests: Moved from ../.
30814         * modules/crypto/hmac-sha1: Moved from ../.
30815         * modules/crypto/hmac-sha1-tests: Moved from ../.
30816         * modules/crypto/md2: Moved from ../.
30817         * modules/crypto/md2-tests: Moved from ../.
30818         * modules/crypto/md4: Moved from ../.
30819         * modules/crypto/md4-tests: Moved from ../.
30820         * modules/crypto/md5: Moved from ../.
30821         * modules/crypto/md5-tests: Moved from ../.
30822         * modules/crypto/memxor: Moved from ../.
30823         * modules/crypto/rijndael: Moved from ../.
30824         * modules/crypto/rijndael-tests: Moved from ../.
30825         * modules/crypto/sha1: Moved from ../.
30826
30827 2007-03-30  James Youngman  <jay@gnu.org>
30828
30829         * tests/test-stat-time.c (prepare_test): use chmod() rather than
30830         rename() to change the ctime of a file (because ctime is unaffected
30831         by rename on jfs2 on AIX 5.1).
30832         (main): Start by doing cleanup, in case a previous run failed leaving
30833         test files behind.
30834
30835 2007-03-31  Bruno Haible  <bruno@clisp.org>
30836
30837         Support old proprietary implementations of iconv.
30838         * modules/iconv_open: New file.
30839         * lib/iconv_.h: New file.
30840         * m4/iconv_h.m4: New file.
30841         * lib/iconv_open.c: New file.
30842         * lib/iconv_open-aix.gperf: New file.
30843         * lib/iconv_open-hpux.gperf: New file.
30844         * lib/iconv_open-irix.gperf: New file.
30845         * lib/iconv_open-osf.gperf: New file.
30846         * m4/iconv_open.m4: New file.
30847         * modules/linebreak (Depends-on): Add iconv_open.
30848         * modules/striconv (Depends-on): Likewise.
30849         * modules/striconveh (Depends-on): Likewise.
30850         * modules/unicodeio (Depends-on): Likewise.
30851         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
30852         (iconv_t)(-1).
30853         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
30854         conversion if cd is (iconv_t)(-1).
30855         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
30856         is not possible.
30857
30858 2007-03-31  Bruno Haible  <bruno@clisp.org>
30859
30860         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
30861         work on Solaris either. Protect also second use of "autodetect_jp".
30862
30863 2007-03-31  Bruno Haible  <bruno@clisp.org>
30864
30865         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
30866         the function is not present.
30867
30868 2007-03-31  Bruno Haible  <bruno@clisp.org>
30869
30870         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
30871         the function is not present.
30872
30873 2007-03-31  Bruno Haible  <bruno@clisp.org>
30874
30875         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
30876         a bug in HP-UX iconv_open().
30877
30878 2007-03-31  Bruno Haible  <bruno@clisp.org>
30879
30880         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
30881         (Mathematics <math.h>): New section, add fpieee.
30882         (Input/output <stdio.h>): Add fseterr.
30883         (Mathematics <math.h>): New section, add printf-frexp.
30884         (Container data structures): Add sublist.
30885         (Core language properties): Add fpucw, inline.
30886         (Functions for greatest-width integer types <inttypes.h>): Add
30887         imaxabs, imaxdiv, inttypes.
30888         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
30889         isnanl-nolibm, ldexp.
30890         (Mathematics <math.h>): New section, add printf-frexpl.
30891         (Support for systems lacking POSIX:2001): Add fprintf-posix,
30892         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
30893         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
30894         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
30895         (Unicode string functions): Add unistr/u*-mbtoucr.
30896         (Java): Add javacomp-script, javaexec-script.
30897         (C#): Add csharpcomp-script, csharpexec-script.
30898         (Support for building libraries and executables): Add havelib,
30899         relocatable-*.
30900         (Support for maintaining and releasing projects): Renamed from
30901         'Support for maintaining and release projects'. Add announce-gen.
30902
30903 2007-03-31  Bruno Haible  <bruno@clisp.org>
30904
30905         * README: Talk primarily about git.
30906         (git and CVS): Renamed from CVS.
30907         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
30908         gnulib is available through git.
30909         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
30910
30911 2007-03-30  Bruno Haible  <bruno@clisp.org>
30912
30913         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
30914         * lib/poll_.h: Likewise.
30915         * lib/stat_.h: Likewise.
30916         * lib/sys_time_.h: Likewise.
30917         * lib/sysexit_.h: Likewise.
30918         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
30919         * lib/stdbool_.h: Likewise.
30920         * lib/byteswap_.h: Add double-inclusion guard.
30921
30922 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
30923
30924         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
30925
30926 2007-03-30  Karl Berry  <karl@gnu.org>
30927
30928         * config/srclist-update: double space after USA in the license
30929         substitution, since that's how it's usually (?) written.
30930
30931 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30932
30933         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
30934         reported by Bruno Haible.
30935
30936 2007-03-29  Bruno Haible  <bruno@clisp.org>
30937
30938         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
30939         a bug in AIX iconv().
30940
30941 2007-03-29  Bruno Haible  <bruno@clisp.org>
30942
30943         * modules/ldexpl-tests: New file.
30944         * tests/test-ldexpl.c: New file.
30945
30946 2007-03-29  Bruno Haible  <bruno@clisp.org>
30947
30948         * lib/ldexpl.c: Include fpucw.h.
30949         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
30950         multiplication.
30951         * modules/ldexpl (Depends-on): Add fpucw.
30952
30953 2007-03-29  Bruno Haible  <bruno@clisp.org>
30954
30955         * modules/ldexpl: New file.
30956         * m4/ldexpl.m4: New file.
30957         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
30958         set.
30959         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
30960         REPLACE_LDEXPL.
30961         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
30962         REPLACE_LDEXPL.
30963         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
30964         gl_FUNC_LDEXPL_WORKS.
30965         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
30966         * modules/mathl (Files): Remove lib/ldexpl.c.
30967         (Depends-on): Add ldexpl.
30968
30969 2007-03-29  Bruno Haible  <bruno@clisp.org>
30970
30971         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
30972
30973 2007-03-29  Bruno Haible  <bruno@clisp.org>
30974
30975         * tests/test-striconveh.c (main): Don't assume that a direct conversion
30976         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
30977         and possibly also HP-UX.
30978         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
30979         work on AIX, IRIX, HP-UX, OSF/1.
30980         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
30981         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
30982         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
30983         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
30984         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
30985         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
30986
30987 2007-03-29  Bruno Haible  <bruno@clisp.org>
30988
30989         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
30990
30991 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
30992
30993         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
30994         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
30995
30996 2007-03-29  Eric Blake  <ebb9@byu.net>
30997
30998         * lib/acl-internal.h: Remove redundant include.
30999         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
31000         Cygwin when a file is locked.
31001
31002 2007-03-29  Bruno Haible  <bruno@clisp.org>
31003
31004         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
31005         file.
31006         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
31007
31008 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
31009
31010         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
31011         try to remove a parent directory if the child couldn't be removed
31012         (except for the first rmdir, which could fail because the child
31013         doesn't exist).  Problem reported by Jeff Blaine in
31014         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
31015
31016 2007-03-28  Bruno Haible  <bruno@clisp.org>
31017
31018         * lib/striconveh.c (utf8conv_carefully): New function.
31019         (mem_cd_iconveh_internal): Invoke it.
31020
31021 2007-03-28  Bruno Haible  <bruno@clisp.org>
31022
31023         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
31024         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
31025         input.
31026         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
31027         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
31028         unistr/u8-uctomb.
31029
31030 2007-03-28  Bruno Haible  <bruno@clisp.org>
31031
31032         * modules/unistr/u8-mbtoucr: New file.
31033         * lib/unistr/u8-mbtoucr.c: New file.
31034         * modules/unistr/u16-mbtoucr: New file.
31035         * lib/unistr/u16-mbtoucr.c: New file.
31036         * modules/unistr/u16-mbtoucr: New file.
31037         * lib/unistr/u16-mbtoucr.c: New file.
31038         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
31039
31040 2007-03-27  Simon Josefsson  <simon@josefsson.org>
31041             Bruno Haible  <bruno@clisp.org>
31042
31043         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
31044         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
31045         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
31046
31047         * m4/stdio_h.m4: Add stubs for vasprintf too.
31048
31049         * modules/stdio: Support vasprintf in sed command.
31050
31051         * modules/vasprintf: Depend on stdio for prototypes.  Remove
31052         vasprintf.h.  Add stdio module indicator.
31053
31054         * lib/stdio_.h: Declare asprintf and vasprintf, based on
31055         vasprintf.h.
31056
31057         * lib/vasprintf.h: File removed.
31058
31059         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
31060         * lib/vasprintf.c: Ditto.
31061         * lib/xvasprintf.c: Ditto.
31062         * tests/test-vasprintf-posix.c: Ditto.
31063         * tests/test-vasprintf.c: Ditto.
31064
31065 2007-03-27  Bruno Haible  <bruno@clisp.org>
31066
31067         Make vasnprintf multithread-safe.
31068         * lib/vasnprintf.c (decimal_point_char): New function.
31069         (VASNPRINTF): Use it.
31070         Suggested by Simon Josefsson.
31071
31072 2007-03-27  Eric Blake  <ebb9@byu.net>
31073
31074         Support sub-second birthtime on cygwin.
31075         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
31076         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
31077         (get_stat_birthtime): Also work with st_birthtim.
31078
31079 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
31080
31081         * lib/stat-time.h (USE_BIRTHTIME): Remove.
31082         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
31083         (get_stat_birthtime_ns): Do not try to use "spare" fields.
31084         (get_stat_birthtime_ns): Simplify compile-time tests.
31085         (get_stat_birthtime): Change the API to look like
31086         get_stat_mtime etc., except return a negative tv_nsec on error.
31087         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
31088         Don't check for "spare" fields.
31089         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
31090         or for struct stat.st_birthtime, as these tests aren't used.
31091         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
31092
31093 2007-03-27  Bruno Haible  <bruno@clisp.org>
31094
31095         * lib/stat-time.h: Include <sys/stat.h>.
31096
31097 2007-03-27  James Youngman  <jay@gnu.org>
31098
31099         * lib/stat-time.h (get_stat_birthtime): New function for
31100           retrieving st_birthtime as provided by UFS2 (hence *BSD).
31101         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
31102           and its variants.
31103         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
31104         * modules/stat-time-test: New file.
31105         * tests/test-stat-time.c: New test, devised by Bruno Haible.
31106
31107 2007-03-26  Bruno Haible  <bruno@clisp.org>
31108
31109         Better support of signalling NaNs.
31110         * lib/atanl.c: Include isnanl.h.
31111         (atanl): Perform test for NaN at the beginning of the function and
31112         through a call to isnanl.
31113         * lib/cosl.c: Include isnanl.h.
31114         (cosl): Perform test for NaN at the beginning of the function and
31115         through a call to isnanl.
31116         * lib/ldexpl.c: Include isnanl.h.
31117         (ldexpl): Perform test for NaN through a call to isnanl.
31118         * lib/logl.c: Include isnanl.h.
31119         (logl): Perform test for NaN at the beginning of the function and
31120         through a call to isnanl.
31121         * lib/sinl.c: Include isnanl.h.
31122         (sinl): Perform test for NaN at the beginning of the function and
31123         through a call to isnanl.
31124         * lib/sqrtl.c: Include isnanl.h.
31125         (sqrtl): Perform test for NaN at the beginning of the function and
31126         through a call to isnanl.
31127         * lib/tanl.c: Include isnanl.h.
31128         (tanl): Perform test for NaN at the beginning of the function and
31129         through a call to isnanl.
31130         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
31131         * modules/mathl (Depends-on): Add isnanl.
31132
31133 2007-03-26  Eric Blake  <ebb9@byu.net>
31134
31135         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
31136         regression in logic sense of previous patch.
31137
31138 2007-03-26  Bruno Haible  <bruno@clisp.org>
31139
31140         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
31141         unportable shell command "if ! ...".
31142         Reported by Ralf Wildenhues.
31143
31144 2007-03-25  Bruno Haible  <bruno@clisp.org>
31145
31146         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
31147         <sysexits.h> file, and only add EX_CONFIG.
31148         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
31149         absolute file name and whether it is sufficient. Substitute also
31150         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
31151         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
31152         ABSOLUTE_SYSEXITS_H into sysexits.h.
31153
31154 2007-03-25  Bruno Haible  <bruno@clisp.org>
31155
31156         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
31157         hints is NULL.
31158
31159 2007-03-25  Bruno Haible  <bruno@clisp.org>
31160
31161         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
31162         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
31163
31164 2007-03-25  Bruno Haible  <bruno@clisp.org>
31165
31166         * lib/vasnprintf.c: Include langinfo.h.
31167         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
31168         multithread-safe.
31169         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
31170         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
31171         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31172         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31173         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31174         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31175         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31176         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
31177         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31178         Reported by Simon Josefsson.
31179
31180 2007-03-25  Bruno Haible  <bruno@clisp.org>
31181
31182         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
31183         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
31184         * modules/vasnprintf (Depends-on): Add stdint.
31185
31186 2007-03-25  Bruno Haible  <bruno@clisp.org>
31187
31188         * modules/fpieee: New file.
31189         * m4/fpieee.m4: New file.
31190         * modules/isnan-nolibm (Depends-on): Add fpieee.
31191         * modules/isnanl-nolibm (Depends-on): Add fpieee.
31192         * modules/isnanl (Depends-on): Add fpieee.
31193
31194 2007-03-25  Bruno Haible  <bruno@clisp.org>
31195
31196         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
31197
31198 2007-03-25  Bruno Haible  <bruno@clisp.org>
31199
31200         Avoid test failures on IRIX 6.5.
31201         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
31202         (main): Use it.
31203         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
31204         macros.
31205         (main): Use them.
31206
31207 2007-03-25  Bruno Haible  <bruno@clisp.org>
31208
31209         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
31210         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
31211         exists but doesn't work.
31212         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
31213         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
31214         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
31215         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
31216
31217 2007-03-25  Bruno Haible  <bruno@clisp.org>
31218
31219         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
31220         returns inf. Needed on IRIX 6.5.
31221
31222 2007-03-25  Bruno Haible  <bruno@clisp.org>
31223
31224         * tests/test-frexpl.c: Include isnanl-nolibm.h.
31225         (main): Use isnanl instead of x != x idiom.
31226         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
31227
31228         * tests/test-frexp.c: Include isnan.h.
31229         (main): Use isnan instead of x != x idiom.
31230         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
31231
31232 2007-03-25  Bruno Haible  <bruno@clisp.org>
31233
31234         * tests/test-frexp.c (NaN): New function/macro.
31235         (main): Use it instead of 0.0 / 0.0.
31236         * tests/test-isnan.c (NaN): New function/macro.
31237         (main): Use it instead of 0.0 / 0.0.
31238         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
31239         (test_function): Use it instead of 0.0 / 0.0.
31240         * tests/test-vasprintf-posix.c (NaN): New function/macro.
31241         (test_function): Use it instead of 0.0 / 0.0.
31242         * tests/test-snprintf-posix.h (NaN): New function/macro.
31243         (test_function): Use it instead of 0.0 / 0.0.
31244         * tests/test-sprintf-posix.h (NaN): New function/macro.
31245         (test_function): Use it instead of 0.0 / 0.0.
31246         * tests/test-fprintf-posix.h (NaN): New function/macro.
31247         (test_function): Use it instead of 0.0 / 0.0.
31248         * tests/test-printf-posix.h (NaN): New function/macro.
31249         (test_function): Use it instead of 0.0 / 0.0.
31250
31251         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
31252
31253 2007-03-25  Bruno Haible  <bruno@clisp.org>
31254
31255         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
31256
31257 2007-03-25  Bruno Haible  <bruno@clisp.org>
31258
31259         * lib/regexec.c (merge_state_with_log): Make static.
31260
31261 2007-03-25  Bruno Haible  <bruno@clisp.org>
31262
31263         * lib/trigl.c (kernel_rem_pio2): Make static.
31264
31265 2007-03-25  Bruno Haible  <bruno@clisp.org>
31266
31267         * lib/sincosl.c (sincosl_table): Make static.
31268
31269 2007-03-25  Bruno Haible  <bruno@clisp.org>
31270
31271         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
31272         if the compiler does not support C99.
31273
31274 2007-03-25  Bruno Haible  <bruno@clisp.org>
31275
31276         * modules/time (Makefile.am): Ensure all rule action lines start with a
31277         tab.
31278
31279 2007-03-24  Bruno Haible  <bruno@clisp.org>
31280
31281         * modules/tsearch-tests: New file.
31282         * tests/test-tsearch.sh: New file.
31283         * tests/test-tsearch.c: New file, mostly copied from glibc.
31284
31285         * modules/search-tests: New file.
31286         * tests/test-search.c: New file.
31287
31288         * modules/search: New file.
31289         * lib/search_.h: New file, incorporating lib/tsearch.h.
31290         * m4/search_h.m4: New file.
31291         * lib/tsearch.h: Remove file.
31292         * lib/tsearch.c: Include search.h instead of tsearch.h.
31293         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
31294         HAVE_TSEARCH.
31295         * modules/tsearch (Files): Remove lib/tsearch.h.
31296         (Depends-on): Add search.
31297         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
31298         (Include): Change tsearch.h into search.h.
31299
31300 2007-03-24  Bruno Haible  <bruno@clisp.org>
31301
31302         * modules/fpucw: New file.
31303         * lib/fpucw.h: New file.
31304         * lib/frexp.c: Include fpucw.h.
31305         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
31306         (FUNC): Use them.
31307         * lib/printf-frexp.c: Include fpucw.h.
31308         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
31309         (FUNC): Use them.
31310         * lib/vasnprintf.c: Include fpucw.h.
31311         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
31312         'long double' calculations.
31313         * tests/test-frexpl.c: Include fpucw.h.
31314         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
31315         * tests/test-printf-frexpl.c: Include fpucw.h.
31316         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
31317         * modules/frexpl (Depends-on): Add fpucw.
31318         * modules/printf-frexpl (Depends-on): Likewise.
31319         * modules/fprintf-posix (Depends-on): Likewise.
31320         * modules/snprintf-posix (Depends-on): Likewise.
31321         * modules/sprintf-posix (Depends-on): Likewise.
31322         * modules/vasnprintf-posix (Depends-on): Likewise.
31323         * modules/vasprintf-posix (Depends-on): Likewise.
31324         * modules/vfprintf-posix (Depends-on): Likewise.
31325         * modules/vsnprintf-posix (Depends-on): Likewise.
31326         * modules/vsprintf-posix (Depends-on): Likewise.
31327         * modules/frexpl-tests (Depends-on): Likewise.
31328         * modules/printf-frexpl-tests (Depends-on): Likewise.
31329
31330 2007-03-24  Bruno Haible  <bruno@clisp.org>
31331
31332         * lib/float+.h: New file.
31333         * lib/isnan.c: Include float+.h.
31334         (SIZE): New macro.
31335         (FUNC): Compare only SIZE bytes of the value.
31336         * lib/vasnprintf.c: Include float+.h.
31337         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
31338         SIZEOF_LDBL or SIZEOF_DBL bytes.
31339         * modules/isnan-nolibm (Files): Add lib/float+.h.
31340         * modules/isnanl-nolibm (Files): Add lib/float+.h.
31341         * modules/isnanl (Files): Add lib/float+.h.
31342         * modules/vasnprintf (Files): Add lib/float+.h.
31343
31344 2007-03-24  Bruno Haible  <bruno@clisp.org>
31345
31346         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
31347         include isnanl-nolibm.h.
31348
31349 2007-03-24  Bruno Haible  <bruno@clisp.org>
31350
31351         * tests/test-read-file.c (main): Don't produce spurious output for
31352         expected situations. Make the test fail if it encountered unexpected
31353         results.
31354
31355 2007-03-24  Bruno Haible  <bruno@clisp.org>
31356
31357         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
31358         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
31359
31360 2007-03-24  Bruno Haible  <bruno@clisp.org>
31361
31362         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
31363
31364 2007-03-24  Bruno Haible  <bruno@clisp.org>
31365
31366         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
31367         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
31368
31369         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
31370         * modules/utf8-ucs4: Turn into a symbolic link to module
31371         unistr/u8-mbtouc.
31372
31373         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
31374         utf8-ucs4-unsafe.
31375         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
31376         unistr/u8-mbtouc-unsafe.
31377
31378         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
31379         * modules/utf16-ucs4: Turn into a symbolic link to module
31380         unistr/u16-mbtouc.
31381
31382         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
31383         utf16-ucs4-unsafe.
31384         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
31385         unistr/u16-mbtouc-unsafe.
31386
31387         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
31388         * modules/ucs4-utf8: Turn into a symbolic link to module
31389         unistr/u8-ubtomb.
31390
31391         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
31392         * modules/ucs4-utf16: Turn into a symbolic link to module
31393         unistr/u16-ubtomb.
31394
31395 2007-03-24  Bruno Haible  <bruno@clisp.org>
31396
31397         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
31398         Enable the function only if HAVE_INLINE.
31399         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
31400         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
31401         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
31402         Enable the function only if HAVE_INLINE.
31403         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
31404         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
31405         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
31406         Enable the function only if HAVE_INLINE.
31407         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
31408         Enable the function only if HAVE_INLINE.
31409         * modules/utf8-ucs4: Update.
31410         * modules/utf8-ucs4-unsafe: Update.
31411         * modules/utf16-ucs4: Update.
31412         * modules/utf16-ucs4-unsafe: Update.
31413         * modules/ucs4-utf8: Update.
31414         * modules/ucs4-utf16: Update.
31415
31416 2007-03-24  Bruno Haible  <bruno@clisp.org>
31417
31418         * lib/utf8-ucs4.h: Remove file.
31419         * lib/utf8-ucs4-unsafe.h: Remove file.
31420         * lib/utf16-ucs4.h: Remove file.
31421         * lib/utf16-ucs4-unsafe.h: Remove file.
31422         * lib/ucs4-utf8.h: Remove file.
31423         * lib/ucs4-utf16.h: Remove file.
31424         * lib/unistr.h: Include their previous contents.
31425         * m4/utf-ucs4.m4: Remove file.
31426         * m4/ucs4-utf.m4: Remove file.
31427         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
31428         (Depends-on): Add unistr/base.
31429         (configure.ac): Remove gl_UTF_UCS4.
31430         (Makefile.am): Update.
31431         (Include): Change to unistr.h.
31432         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
31433         (Depends-on): Add unistr/base.
31434         (configure.ac): Remove gl_UTF_UCS4.
31435         (Makefile.am): Update.
31436         (Include): Change to unistr.h.
31437         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
31438         (Depends-on): Add unistr/base.
31439         (configure.ac): Remove gl_UTF_UCS4.
31440         (Makefile.am): Update.
31441         (Include): Change to unistr.h.
31442         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
31443         (Depends-on): Add unistr/base.
31444         (configure.ac): Remove gl_UTF_UCS4.
31445         (Makefile.am): Update.
31446         (Include): Change to unistr.h.
31447         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
31448         (Depends-on): Add unistr/base.
31449         (configure.ac): Remove gl_UCS4_UTF.
31450         (Makefile.am): Update.
31451         (Include): Change to unistr.h.
31452         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
31453         (Depends-on): Add unistr/base.
31454         (configure.ac): Remove gl_UCS4_UTF.
31455         (Makefile.am): Update.
31456         (Include): Change to unistr.h.
31457         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
31458         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
31459         utf8-ucs4-unsafe.h.
31460         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
31461         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
31462         utf16-ucs4-unsafe.h.
31463         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
31464         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
31465         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
31466         * lib/unistr/u8-strchr.c: Likewise.
31467         * lib/unistr/u8-strrchr.c: Likewise.
31468         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
31469         * lib/unistr/u16-strchr.c: Likewise.
31470         * lib/unistr/u16-strrchr.c: Likewise.
31471         * lib/striconveh.c: Update.
31472         * lib/linebreak.c: Update.
31473
31474 2007-03-24  Bruno Haible  <bruno@clisp.org>
31475
31476         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
31477         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
31478
31479 2007-03-22  Bruno Haible  <bruno@clisp.org>
31480
31481         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
31482
31483 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31484
31485         * MODULES.html.sh (File system functions): New module write-any-file.
31486         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
31487         * m4/write-any-file.m4: New files.
31488
31489 2007-03-23  Eric Blake  <ebb9@byu.net>
31490
31491         * gnulib-tool: Rearrange space-tab sequences, since some editors
31492         like to eat them.
31493
31494 2007-03-23  Eric Blake  <ebb9@byu.net>
31495
31496         * lib/version-etc.c (version_etc_va): Update license wording to
31497         be more concise.  Recommended by Richard Stallman.
31498
31499 2007-03-22  Bruno Haible  <bruno@clisp.org>
31500
31501         * lib/poll.c (MSG_PEEK): New fallback definition.
31502
31503 2007-03-22  Bruno Haible  <bruno@clisp.org>
31504
31505         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
31506         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
31507         (main): Update.
31508         Fixes a compilation error on BeOS.
31509
31510 2007-03-22  Bruno Haible  <bruno@clisp.org>
31511
31512         * modules/frexpl-tests: New file.
31513         * tests/test-frexpl.c: New file.
31514
31515         * modules/frexpl: New file.
31516         * m4/frexpl.m4: New file.
31517         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
31518         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
31519         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
31520         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
31521         (Depends-on): Add frexpl. Remove isnanl-nolibm.
31522         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
31523
31524 2007-03-22  Bruno Haible  <bruno@clisp.org>
31525
31526         * lib/frexpl.c: Share code with lib/frexp.c.
31527         * modules/mathl (Files): Add lib/frexp.c.
31528         (Depends-on): Add isnanl-nolibm.
31529
31530 2007-03-22  Bruno Haible  <bruno@clisp.org>
31531
31532         * modules/printf-frexp (Files): Add m4/frexp.m4.
31533         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
31534         only if the found frexp function actually works.
31535
31536 2007-03-22  Bruno Haible  <bruno@clisp.org>
31537
31538         * lib/frexp.c: Remove older implementation that uses divisions.
31539
31540 2007-03-21  Bruno Haible  <bruno@clisp.org>
31541
31542         * modules/frexp-tests: New file.
31543         * tests/test-frexp.c: New file.
31544
31545         * modules/frexp: New file.
31546         * lib/frexp.c: New file.
31547         * m4/frexp.m4: New file.
31548         * lib/math_.h (frexp): New declaration.
31549         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
31550         REPLACE_FREXP.
31551         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
31552
31553 2007-03-21  Bruno Haible  <bruno@clisp.org>
31554
31555         * modules/isnanl-tests: New file.
31556         * tests/test-isnanl.c: New file.
31557
31558         * modules/isnanl: New file.
31559         * lib/isnanl.h: New file.
31560         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
31561         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
31562         gl_FUNC_ISNANL_WORKS.
31563         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
31564         New macros.
31565
31566 2007-03-21  Bruno Haible  <bruno@clisp.org>
31567
31568         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
31569         lib/isnanl.h.
31570         (Include): Update.
31571         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
31572         * lib/vasnprintf.c: Update.
31573         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
31574         tests/test-isnanl.h, remove tests/test-isnanl.c.
31575         (Makefile.am): Update.
31576         * tests/test-isnanl-nolibm.c: New file.
31577         * tests/test-isnanl.h: New file.
31578         * tests/test-isnanl.c: Remove file.
31579
31580 2007-03-21  Jim Meyering  <jim@meyering.net>
31581
31582         When trying to open ".", treat ESTALE like EACCES.
31583         * lib/savewd.c (savewd_save): Resort to forking not just upon
31584         failure with EACCES, but also when errno is ESTALE.
31585
31586 2007-03-20  Bruno Haible  <bruno@clisp.org>
31587
31588         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
31589         Needed on AIX 5.1. Reported by Matthew Woehlke.
31590
31591 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
31592
31593         Suggestions by Bruno Haible:
31594         * lib/acl-internal.h: Include "gettext.h" rather than rolling
31595         our own.
31596         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
31597         * modules/acl (Depends-on): Add gettext.
31598
31599 2007-03-19  Bruno Haible  <bruno@clisp.org>
31600
31601         * modules/iconvme: Remove file.
31602         * lib/iconvme.h: Remove file.
31603         * lib/iconvme.c: Remove file.
31604         * m4/iconvme.m4: Remove file.
31605
31606 2007-03-19  Bruno Haible  <bruno@clisp.org>
31607
31608         * doc/relocatable-maint.texi: Break long shell script line.
31609         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
31610
31611 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
31612
31613         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
31614         handle file_has_acl.
31615         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
31616         * lib/acl.c: Move header inclusions and related macro defns into
31617         lib/acl-internal.h.
31618         (S_ISLNK): Remove defn, since that's now done for us.
31619         (file_has_acl): Move to lib/file-has-acl.c.
31620         Call acl_trivial if available.  This is the crucial part of the fix.
31621         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
31622         shared within the library.  Rewrite a bit, partly to make it compatible
31623         with the GNU coding style.
31624         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
31625         Remove unnecessary double-quotes.
31626         Don't test for acl_to_text; the build will catch that.
31627         Replace acl_entries if it doesn't exist and it is needed.
31628         Check for -lsec and acl_trivial (as used on Solaris 10).
31629         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
31630         lib/file-has-acl.c.
31631         (Depends-on): Add sys_stat, for S_ISLNK.
31632
31633 2007-03-19  Ben Pfaff  <blp@gnu.org>
31634
31635         * doc/gnulib.texi: Fix typos.
31636         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
31637
31638 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
31639
31640         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
31641         If size is zero here, buf must be zero.
31642
31643 2007-03-19  Simon Josefsson  <simon@josefsson.org>
31644
31645         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
31646         <bruno@clisp.org>.
31647
31648 2007-03-18  Bruno Haible  <bruno@clisp.org>
31649
31650         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
31651         Suggested by Eric Blake.
31652
31653 2007-03-18  Ben Pfaff  <blp@gnu.org>
31654
31655         * doc/relocatable.texi: Recommend using as prefix a directory
31656         that does not exist and will never be created.  Based on
31657         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
31658         and others.
31659
31660 2007-03-17  Bruno Haible  <bruno@clisp.org>
31661
31662         * lib/fchownat.c: Include lchown.h.
31663
31664 2007-03-17  Bruno Haible  <bruno@clisp.org>
31665
31666         Fix endless loop when the given allocated size was > INT_MAX.
31667         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
31668         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
31669         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
31670         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
31671         * lib/sprintf.c (sprintf): Likewise.
31672
31673 2007-03-17  Bruno Haible  <bruno@clisp.org>
31674
31675         * tests/test-argp-2.sh (func_compare): Output a context diff.
31676
31677 2007-03-17  Bruno Haible  <bruno@clisp.org>
31678
31679         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
31680         locale's decimal-point character.
31681
31682 2007-03-17  Bruno Haible  <bruno@clisp.org>
31683
31684         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
31685         before comparing it. Needed because on some platforms (e.g. x86) a
31686         'long double' occupies less bytes than sizeof (long double).
31687
31688 2007-03-17  Bruno Haible  <bruno@clisp.org>
31689
31690         * tests/test-crc.c (main): Make printf statements 64-bit clean.
31691         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
31692         * tests/test-getaddrinfo.c (simple): Likewise.
31693         * tests/test-read-file.c (main): Likewise.
31694
31695 2007-03-17  Bruno Haible  <bruno@clisp.org>
31696
31697         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
31698
31699 2007-03-17  Bruno Haible  <bruno@clisp.org>
31700
31701         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
31702         unused variable.
31703
31704 2007-03-17  Bruno Haible  <bruno@clisp.org>
31705
31706         * tests/test-c-strcasecmp.c: Include c-strcase.h.
31707         * tests/test-c-strncasecmp.c: Likewise.
31708
31709 2007-03-17  Bruno Haible  <bruno@clisp.org>
31710
31711         * modules/stdlib (Depends-on): Add unistd.
31712         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
31713         Needed for MacOS X 10.3.
31714
31715 2007-03-17  Bruno Haible  <bruno@clisp.org>
31716
31717         * lib/unistr/u-strdup.h: Include <stdlib.h>.
31718
31719 2007-03-17  Bruno Haible  <bruno@clisp.org>
31720
31721         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
31722
31723 2007-03-17  Bruno Haible  <bruno@clisp.org>
31724
31725         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
31726         to reflect files copied from gnulib (with or without modifications).
31727         Suggested by Jim Meyering.
31728
31729 2007-03-17  Eric Blake  <ebb9@byu.net>
31730
31731         * NEWS: Document stdlib change from 2007-02-18.
31732
31733 2007-03-17  Jim Meyering  <jim@meyering.net>
31734
31735         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
31736         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
31737         someone uses a name containing shell meta-characters.
31738         Reported by Alfred M. Szmidt.
31739
31740         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
31741
31742 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
31743
31744         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
31745         and copy gettext configuration files only if configure.ac contains
31746         a use of AM_GNU_GETTEXT_VERSION.
31747
31748 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
31749
31750         * build-aux/bootstrap (gnulib_name): New variable.
31751         (gnulib_tool_options): Use it.
31752
31753 2007-03-13  Simon Josefsson  <simon@josefsson.org>
31754
31755         * tests/test-des.c: Use new namespace.
31756
31757 2007-03-15  Bruno Haible  <bruno@clisp.org>
31758
31759         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
31760         Reported by James Youngman <jay@gnu.org>.
31761
31762 2007-03-15  Bruno Haible  <bruno@clisp.org>
31763
31764         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
31765         declared prototype. Needed with cc on OSF/1 5.1.
31766
31767 2007-03-15  Bruno Haible  <bruno@clisp.org>
31768
31769         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
31770         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
31771         (struct gl_list_implementation): Add dispose_fn argument to the
31772         'create_empty', 'create' methods.
31773         (struct gl_list_impl_base): Add field 'dispose_fn'.
31774         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
31775         argument.
31776         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
31777         dispose_fn argument.
31778         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
31779         dispose_fn on the dropped values.
31780         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
31781         dispose_fn argument.
31782         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
31783         dropped values.
31784         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
31785         (gl_tree_remove_node): Call dispose_fn on the dropped value.
31786         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
31787         (gl_tree_remove_node): Call dispose_fn on the dropped value.
31788         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
31789         argument.
31790         (gl_tree_list_free): Call dispose_fn on the dropped values.
31791         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
31792         the dropped values.
31793         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
31794         Add dispose_fn argument.
31795         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
31796         Call dispose_fn on the dropped values.
31797         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
31798         Add dispose_fn argument.
31799         (gl_sublist_create): Initialize the 'dispose_fn' field.
31800         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
31801         * tests/test-array_list.c (main): Update.
31802         * tests/test-carray_list.c (main): Update.
31803         * tests/test-avltree_list.c (main): Update.
31804         * tests/test-rbtree_list.c (main): Update.
31805         * tests/test-avltreehash_list.c (main): Update.
31806         * tests/test-rbtreehash_list.c (main): Update.
31807         * tests/test-linked_list.c (main): Update.
31808         * tests/test-linkedhash_list.c (main): Update.
31809         * tests/test-array_oset.c (main): Update.
31810
31811 2007-03-15  Bruno Haible  <bruno@clisp.org>
31812
31813         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
31814         (gl_oset_create_empty): Add dispose_fn argument.
31815         (struct gl_oset_implementation): Add dispose_fn argument to
31816         'create_empty' method.
31817         (struct gl_oset_impl_base): Add dispose_fn field.
31818         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
31819         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
31820         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
31821         values.
31822         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
31823         (gl_tree_oset_free): Call dispose_fn on the dropped values.
31824         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
31825         dropped value.
31826         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
31827         dropped value.
31828         * tests/test-array_oset.c (main): Update.
31829         * tests/test-avltree_oset.c (main): Update.
31830         * tests/test-rbtree_oset.c (main): Update.
31831         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
31832
31833 2007-03-13  Bruno Haible  <bruno@clisp.org>
31834
31835         * tests/test-stdbool.c (i): Update after last patch.
31836
31837 2007-03-12  Bruno Haible  <bruno@clisp.org>
31838
31839         * lib/quotearg.c: Include <wctype.h> early, before the definition of
31840         the iswprint macro. Needed on Solaris 2.5.1.
31841
31842 2007-03-12  Bruno Haible  <bruno@clisp.org>
31843
31844         * tests/test-printf-frexp.c (main): Declare x as volatile.
31845
31846 2007-03-12  Simon Josefsson  <simon@josefsson.org>
31847
31848         * doc/gnulib.texi (Build robot for gnulib): New section.
31849
31850 2007-03-12  Jim Meyering  <jim@meyering.net>
31851
31852         * build-aux/bootstrap: New file.
31853         * build-aux/bootstrap.conf: New file, from coreutils.
31854
31855 2007-03-11  Bruno Haible  <bruno@clisp.org>
31856
31857         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
31858
31859 2007-03-12  Simon Josefsson  <simon@josefsson.org>
31860
31861         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
31862         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
31863         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
31864
31865 2007-03-11  Bruno Haible  <bruno@clisp.org>
31866
31867         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
31868         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
31869
31870 2007-03-11  Bruno Haible  <bruno@clisp.org>
31871
31872         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
31873         formula. Needed for SunPRO C 5.0.
31874
31875 2007-03-11  Bruno Haible  <bruno@clisp.org>
31876
31877         * modules/long-options (Depends-on): Add getopt.
31878
31879 2007-03-11  Bruno Haible  <bruno@clisp.org>
31880
31881         * modules/modechange (Depends-on): Add stdbool.
31882
31883 2007-03-11  Bruno Haible  <bruno@clisp.org>
31884
31885         * modules/i-ring (Depends-on): Add stdbool.
31886
31887 2007-03-11  Bruno Haible  <bruno@clisp.org>
31888
31889         * modules/gc-des (Depends-on): Add stdbool.
31890
31891 2007-03-11  Bruno Haible  <bruno@clisp.org>
31892
31893         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
31894
31895 2007-03-11  Bruno Haible  <bruno@clisp.org>
31896
31897         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
31898
31899 2007-03-11  Bruno Haible  <bruno@clisp.org>
31900
31901         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
31902
31903 2007-03-11  Bruno Haible  <bruno@clisp.org>
31904
31905         * lib/vasnprintf.c (sprintf): Undefine.
31906
31907 2007-03-11  Bruno Haible  <bruno@clisp.org>
31908
31909         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
31910         initializers in SunPRO C and Compaq C compilers.
31911
31912 2007-03-11  Bruno Haible  <bruno@clisp.org>
31913
31914         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
31915         decrementing code ANSI C compliant.
31916
31917 2007-03-11  Bruno Haible  <bruno@clisp.org>
31918
31919         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
31920         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
31921
31922 2007-03-11  Bruno Haible  <bruno@clisp.org>
31923
31924         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
31925         <stdbool.h> substitute doesn't pass.
31926
31927 2007-03-11  Bruno Haible  <bruno@clisp.org>
31928
31929         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
31930
31931 2007-03-11  Bruno Haible  <bruno@clisp.org>
31932
31933         * gnulib-tool (func_create_megatestdir): Create also an autobuild
31934         script, for submission to autobuild.josefsson.org.
31935
31936 2007-03-10  Bruno Haible  <bruno@clisp.org>
31937
31938         * modules/canonicalize-lgpl-tests: New file.
31939         * tests/test-canonicalize-lgpl.sh: New file.
31940         * tests/test-canonicalize-lgpl.c: New file.
31941
31942         * modules/c-strcase-tests: New file.
31943         * tests/test-c-strcase.sh: New file.
31944         * tests/test-c-strcasecmp.c: New file.
31945         * tests/test-c-strncasecmp.c: New file.
31946
31947         * modules/atexit-tests: New file.
31948         * tests/test-atexit.sh: New file.
31949         * tests/test-atexit.c: New file.
31950
31951 2007-03-10  Bruno Haible  <bruno@clisp.org>
31952
31953         * tests/test-binary-io.sh: Use temporary filenames that are not so
31954         likely to clash with those of other tests (in a parallel make).
31955         * tests/test-binary-io.c: Likewise.
31956
31957 2007-03-10  Bruno Haible  <bruno@clisp.org>
31958
31959         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
31960         fallback; use #error instead.
31961         Suggested by Simon Josefsson.
31962
31963 2007-03-10  Bruno Haible  <bruno@clisp.org>
31964
31965         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
31966         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
31967         first and the last.
31968
31969 2007-03-10  Bruno Haible  <bruno@clisp.org>
31970
31971         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
31972
31973 2007-03-10  Bruno Haible  <bruno@clisp.org>
31974
31975         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
31976         "make distcheck".
31977         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
31978         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
31979         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
31980
31981 2007-03-10  Bruno Haible  <bruno@clisp.org>
31982
31983         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
31984         variable.
31985         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
31986         variable.
31987
31988 2007-03-09  Eric Blake  <ebb9@byu.net>
31989         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
31990
31991         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
31992         types are not being provided by gnulib.
31993         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
31994         types are supported.
31995
31996 2007-03-10  Bruno Haible  <bruno@clisp.org>
31997
31998         * lib/stdio_.h (__attribute__): New macro.
31999         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
32000         vsprintf): Specify __attribute__ __format__ for GCC.
32001         Suggested by Eric Blake.
32002
32003 2007-03-09  Bruno Haible  <bruno@clisp.org>
32004
32005         * modules/printf-posix-tests: New file.
32006         * tests/test-printf-posix.sh: New file.
32007         * tests/test-printf-posix.c: New file.
32008
32009         * modules/printf-posix: New file.
32010         * lib/printf.c: New file.
32011         * m4/printf-posix-rpl.m4: New file.
32012         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
32013         REPLACE_PRINTF.
32014         * lib/stdio_.h (printf): New declaration.
32015         (format, __format__, ____printf____, ____scanf____, ____strftime____,
32016         ____strfmon____): New macros.
32017         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
32018         REPLACE_PRINTF.
32019
32020 2007-03-09  Bruno Haible  <bruno@clisp.org>
32021
32022         * tests/test-vasnprintf-posix2.sh: New file.
32023         * tests/test-vasnprintf-posix2.c: New file.
32024         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
32025         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
32026         (Makefile.am): Activate test-vasnprintf-posix2.sh.
32027
32028         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
32029         a locale dependent decimal point, rather than always '.'.
32030
32031 2007-03-09  Eric Blake  <ebb9@byu.net>
32032
32033         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
32034         spite of platforms like Tandem/NSK that define it to -1.
32035
32036 2007-03-08  Bruno Haible  <bruno@clisp.org>
32037
32038         * modules/vprintf-posix-tests: New file.
32039         * tests/test-vprintf-posix.sh: New file.
32040         * tests/test-vprintf-posix.c: New file.
32041         * tests/test-printf-posix.h: New file.
32042
32043         * modules/vprintf-posix: New file.
32044         * lib/vprintf.c: New file.
32045         * m4/vprintf-posix.m4: New file.
32046         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
32047         REPLACE_VPRINTF.
32048         * lib/stdio_.h (vprintf): New declaration.
32049         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
32050         REPLACE_VPRINTF.
32051
32052 2007-03-08  Bruno Haible  <bruno@clisp.org>
32053
32054         * modules/fprintf-posix-tests: New file.
32055         * tests/test-fprintf-posix.sh: New file.
32056         * tests/test-fprintf-posix.c: New file.
32057
32058         * modules/fprintf-posix: New file.
32059         * lib/fprintf.c: New file.
32060         * m4/fprintf-posix.m4: New file.
32061         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
32062         REPLACE_FPRINTF.
32063         * lib/stdio_.h (fprintf): New declaration.
32064         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
32065         REPLACE_FPRINTF.
32066
32067 2007-03-08  Bruno Haible  <bruno@clisp.org>
32068
32069         * modules/vfprintf-posix-tests: New file.
32070         * tests/test-vfprintf-posix.sh: New file.
32071         * tests/test-vfprintf-posix.c: New file.
32072         * tests/test-fprintf-posix.h: New file.
32073         * tests/test-fprintf-posix.out: New file.
32074
32075         * modules/vfprintf-posix: New file.
32076         * lib/vfprintf.c: New file.
32077         * m4/vfprintf-posix.m4: New file.
32078         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
32079         REPLACE_VFPRINTF.
32080         * lib/stdio_.h (vfprintf): New declaration.
32081         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
32082         REPLACE_VFPRINTF.
32083
32084 2007-03-08  Bruno Haible  <bruno@clisp.org>
32085
32086         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
32087
32088 2007-03-08  Bruno Haible  <bruno@clisp.org>
32089
32090         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
32091         instead of 'expr' invocations.
32092         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32093         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32094         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32095         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32096         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32097         Suggested by Paul Eggert.
32098
32099 2007-03-08  Bruno Haible  <bruno@clisp.org>
32100
32101         * modules/fseterr-tests: New file.
32102         * tests/test-fseterr.c: New file.
32103
32104         * modules/fseterr: New file.
32105         * lib/fseterr.h: New file.
32106         * lib/fseterr.c: New file.
32107
32108 2007-03-08  Bruno Haible  <bruno@clisp.org>
32109
32110         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
32111         * lib/getopt_.h: Likewise.
32112         * lib/mbswidth.h: Likewise.
32113         * lib/setenv.h: Likewise.
32114         * lib/vasnprintf.h: Likewise.
32115         * lib/vasprintf.h: Likewise.
32116         * lib/verror.h: Likewise.
32117         * lib/xsetenv.h: Likewise.
32118         * lib/xvasprintf.h: Likewise.
32119
32120 2007-03-08  Jim Meyering  <jim@meyering.net>
32121
32122         * users.txt: Add parted.
32123
32124         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
32125
32126 2007-03-07  Bruno Haible  <bruno@clisp.org>
32127
32128         * m4/printf.m4: Make the shell script snippets copy&pastable.
32129
32130 2007-03-02  Bruno Haible  <bruno@clisp.org>
32131
32132         * lib/netinet_in_.h: New file.
32133         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
32134         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
32135         * modules/netinet_in (Files): Add lib/netinet_in_.h.
32136         (Depends-on): Add absolute-header.
32137         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
32138         into netinet/in.h.
32139
32140 2007-03-03  Bruno Haible  <bruno@clisp.org>
32141
32142         * lib/sys_select_.h: New file.
32143         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
32144         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
32145         * modules/sys_select (Files): Add lib/sys_select_.h.
32146         (Depends-on): Add absolute-header.
32147         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
32148         into sys/select.h.
32149
32150 2007-03-02  Bruno Haible  <bruno@clisp.org>
32151
32152         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
32153         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
32154         values.
32155         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
32156         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
32157         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
32158         * modules/sys_socket (Depends-on): Add absolute-header.
32159         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
32160         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
32161         (Include): Remove requirement of inclusion of <sys/types.h>.
32162
32163 2007-03-02  Bruno Haible  <bruno@clisp.org>
32164
32165         * lib/byteswap_.h (bswap_32): Fix formula.
32166
32167 2007-03-06  Bruno Haible  <bruno@clisp.org>
32168
32169         * modules/sprintf-posix-tests: New file.
32170         * tests/test-sprintf-posix.c: New file.
32171
32172         * modules/sprintf-posix: New file.
32173         * lib/sprintf.c: New file.
32174         * m4/sprintf-posix.m4: New file.
32175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
32176         REPLACE_SPRINTF.
32177         * lib/stdio_.h (sprintf): New declaration.
32178         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
32179         REPLACE_SPRINTF.
32180
32181 2007-03-06  Bruno Haible  <bruno@clisp.org>
32182
32183         * modules/vsprintf-posix-tests: New file.
32184         * tests/test-vsprintf-posix.c: New file.
32185         * tests/test-sprintf-posix.h: New file.
32186
32187         * modules/vsprintf-posix: New file.
32188         * lib/vsprintf.c: New file.
32189         * m4/vsprintf-posix.m4: New file.
32190         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
32191         REPLACE_VSPRINTF.
32192         * lib/stdio_.h (vsprintf): New declaration.
32193         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
32194         REPLACE_VSPRINTF.
32195
32196 2007-03-06  Bruno Haible  <bruno@clisp.org>
32197
32198         * modules/vsnprintf (Depend-on): Remove minmax.
32199
32200 2007-03-06  Bruno Haible  <bruno@clisp.org>
32201
32202         * modules/snprintf-posix-tests: New file.
32203         * tests/test-snprintf-posix.c: New file.
32204
32205         * modules/snprintf-posix: New file.
32206         * m4/snprintf-posix.m4: New file.
32207         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
32208         gl_FUNC_SNPRINTF.
32209         (gl_FUNC_SNPRINTF): Invoke it.
32210         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
32211         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
32212         is set.
32213         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
32214
32215 2007-03-06  Bruno Haible  <bruno@clisp.org>
32216
32217         * modules/vsnprintf-posix-tests: New file.
32218         * tests/test-vsnprintf-posix.c: New file.
32219         * tests/test-snprintf-posix.h: New file.
32220
32221         * modules/vsnprintf-posix: New file.
32222         * m4/vsnprintf-posix.m4: New file.
32223         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
32224         gl_FUNC_VSNPRINTF.
32225         (gl_FUNC_VSNPRINTF): Invoke it.
32226         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
32227         * lib/stdio_.h (vsnprintf): Define as a replacement if
32228         REPLACE_VSNPRINTF is set.
32229         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
32230
32231 2007-03-06  Bruno Haible  <bruno@clisp.org>
32232
32233         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
32234         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
32235
32236 2007-03-06  Bruno Haible  <bruno@clisp.org>
32237
32238         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
32239         (asinl): Declare also if HAVE_DECL_ASINL is set.
32240         (atanl): Declare also if HAVE_DECL_ATANL is set.
32241         (ceill): Declare also if HAVE_DECL_CEILL is set.
32242         (cosl): Declare also if HAVE_DECL_COSL is set.
32243         (expl): Declare also if HAVE_DECL_EXPL is set.
32244         (floorl): Declare also if HAVE_DECL_FLOORL is set.
32245         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
32246         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
32247         (logl): Declare also if HAVE_DECL_LOGL is set.
32248         (sinl): Declare also if HAVE_DECL_SINL is set.
32249         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
32250         (tanl): Declare also if HAVE_DECL_TANL is set.
32251         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
32252         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
32253         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
32254         declaration of frexpl, ldexpl.
32255         * modules/printf-frexpl (Depends-on): Add math.
32256         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
32257
32258 2007-03-05  Bruno Haible  <bruno@clisp.org>
32259
32260         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
32261         frexpl and ldexpl are declared.
32262         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
32263
32264 2007-03-05  Bruno Haible  <bruno@clisp.org>
32265
32266         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
32267         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
32268
32269 2007-03-05  Bruno Haible  <bruno@clisp.org>
32270
32271         * lib/stdio_.h: Include <stddef.h>.
32272
32273 2007-03-05  Bruno Haible  <bruno@clisp.org>
32274
32275         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
32276
32277 2007-03-05  Bruno Haible  <bruno@clisp.org>
32278
32279         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
32280         NetBSD 4, from Ralf Wildenhues.
32281
32282 2007-03-04  Bruno Haible  <bruno@clisp.org>
32283
32284         * lib/vasprintf.h: Update #if logic for the case when the functions
32285         exist but are overridden.
32286
32287 2007-03-04  Bruno Haible  <bruno@clisp.org>
32288
32289         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
32290         implementations: glibc-2.4 and MacOS X 10.3.
32291         * tests/test-vasnprintf-posix.c (test_function): Test also the case
32292         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
32293         * tests/test-vasprintf-posix.c (test_function): Likewise.
32294
32295 2007-03-04  Bruno Haible  <bruno@clisp.org>
32296
32297         * modules/vasprintf-posix-tests: New file.
32298         * tests/test-vasprintf-posix.c: New file.
32299
32300         * modules/vasprintf-posix: New file.
32301         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
32302         defined.
32303         * m4/vasprintf-posix.m4: New file.
32304         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
32305         gl_FUNC_VASPRINTF.
32306         (gl_FUNC_VASPRINTF): Invoke it.
32307         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
32308         here.
32309         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
32310
32311 2007-03-04  Bruno Haible  <bruno@clisp.org>
32312
32313         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
32314         REPLACE_GETTIMEOFDAY.
32315         * modules/sys_time (Makefile.am): Likewise.
32316         * m4/sys_time_h.m4: Likewise.
32317         * m4/gettimeofday.m4: Likewise.
32318
32319 2007-03-04  Bruno Haible  <bruno@clisp.org>
32320
32321         * modules/vasnprintf-posix-tests: New file.
32322         * tests/test-vasnprintf-posix.c: New file.
32323
32324         * modules/vasnprintf-posix: New file.
32325         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
32326         printf-frexpl.h.
32327         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
32328         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
32329         REPLACE_VASNPRINTF is defined.
32330         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
32331         gl_FUNC_VASNPRINTF.
32332         (gl_FUNC_VASNPRINTF): Invoke it.
32333         * m4/vasnprintf-posix.m4: New file.
32334         * m4/printf.m4: New file.
32335
32336 2007-03-04  Bruno Haible  <bruno@clisp.org>
32337
32338         Compile progreloc.c only if --enable-relocatable is specified.
32339         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
32340         if --enable-relocatable was specified.
32341         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
32342         lib_SOURCES.
32343
32344 2007-03-04  Jim Meyering  <jim@meyering.net>
32345
32346         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
32347         Use it consistently, rather than enumerating errno constants.
32348
32349 2007-03-04  Bruno Haible  <bruno@clisp.org>
32350
32351         * modules/xvasprintf-tests: New file.
32352         * tests/test-xvasprintf.c: New file.
32353
32354         * modules/vasprintf-tests: New file.
32355         * tests/test-vasprintf.c: New file.
32356
32357         * modules/vasnprintf-tests: New file.
32358         * tests/test-vasnprintf.c: New file.
32359
32360         * modules/vsnprintf-tests: New file.
32361         * tests/test-vsnprintf.c: New file.
32362
32363         * modules/snprintf-tests: New file.
32364         * tests/test-snprintf.c: New file.
32365
32366 2007-03-04  Bruno Haible  <bruno@clisp.org>
32367
32368         Compile relocatable.c only if --enable-relocatable is specified.
32369         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
32370         gl_RELOCATABLE_LIBRARY.
32371         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
32372         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
32373         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
32374         gl_RELOCATABLE_LIBRARY.
32375         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
32376         (Makefile.am): Remove lib_SOURCES.
32377         * modules/relocatable-lib-lgpl (configure.ac): Invoke
32378         gl_RELOCATABLE_LIBRARY.
32379         (Makefile.am): Remove lib_SOURCES.
32380         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
32381         always.
32382         * modules/relocatable-prog-wrapper (configure.ac): Invoke
32383         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
32384
32385 2007-03-04  Bruno Haible  <bruno@clisp.org>
32386
32387         * modules/argmatch-tests: New file.
32388         * tests/test-argmatch.c: New file.
32389
32390         * tests/test-allocsa.c (main): Halve the number of loop runs.
32391
32392         * modules/alloca-opt-tests: New file.
32393         * tests/test-alloca-opt.c: New file.
32394
32395 2007-03-04  Jim Meyering  <jim@meyering.net>
32396
32397         Work around difference between Linux ACLs and Solaris 10 ZFS.
32398         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
32399         for EINVAL.
32400
32401 2007-03-03  Bruno Haible  <bruno@clisp.org>
32402
32403         * modules/relocatable-prog (Depends-on): Add back progreloc's
32404         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
32405
32406 2007-03-03  Bruno Haible  <bruno@clisp.org>
32407
32408         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
32409         * modules/relocatable-lib: New file.
32410
32411 2007-03-03  Bruno Haible  <bruno@clisp.org>
32412
32413         * modules/relocatable-prog: Renamed from modules/relocatable.
32414         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
32415
32416 2007-03-03  Bruno Haible  <bruno@clisp.org>
32417
32418         * modules/relocatable-script (Files): Add doc/relocatable.texi,
32419         m4/relocatable-lib.m4.
32420         (Depends-on): Remove 'relocatable'.
32421         (configure.ac): Add gl_RELOCATABLE_NOP.
32422
32423 2007-03-03  Bruno Haible  <bruno@clisp.org>
32424
32425         * modules/relocatable-prog-wrapper: New file.
32426         * modules/relocatable (Depends-on): Add it. Remove all other
32427         dependencies except progname.
32428         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
32429
32430         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
32431         (gl_FUNC_STRERROR): Nop.
32432         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
32433
32434         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
32435         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
32436
32437         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
32438         (gl_FUNC_READLINK): Update.
32439
32440         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
32441
32442 2007-03-03  Bruno Haible  <bruno@clisp.org>
32443
32444         * lib/xreadlink.c: Include <unistd.h> unconditionally.
32445         * modules/xreadlink (Depends-on): Add unistd.
32446         * modules/xreadlink-with-size (Depends-on): Likewise.
32447
32448 2007-03-03  Bruno Haible  <bruno@clisp.org>
32449
32450         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
32451         extracted from gt_FUNC_SETENV.
32452         (gt_FUNC_SETENV): Remove macro.
32453         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
32454         remove gt_FUNC_SETENV.
32455
32456 2007-03-03  Bruno Haible  <bruno@clisp.org>
32457
32458         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
32459         ENABLE_RELOCATABLE here.
32460         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
32461
32462 2007-03-03  Bruno Haible  <bruno@clisp.org>
32463
32464         * modules/rbtreehash-list-tests (Depends-on): Add progname.
32465         * tests/test-rbtreehash_list.c: Include progname.h.
32466         (main): Call set_program_name.
32467
32468         * modules/rbtree-oset-tests (Depends-on): Add progname.
32469         * tests/test-rbtree_oset.c: Include progname.h.
32470         (main): Call set_program_name.
32471
32472         * modules/rbtree-list-tests (Depends-on): Add progname.
32473         * tests/test-rbtree_list.c: Include progname.h.
32474         (main): Call set_program_name.
32475
32476         * modules/linked-list-tests (Depends-on): Add progname.
32477         * tests/test-linked_list.c: Include progname.h.
32478         (main): Call set_program_name.
32479
32480 2007-03-03  Bruno Haible  <bruno@clisp.org>
32481
32482         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
32483         All uses of __restrict changed to _Restrict_.
32484         * lib/glob_.h (__restrict): Remove macro.
32485
32486 2007-03-02  Bruno Haible  <bruno@clisp.org>
32487
32488         * modules/gettext (configure.ac): Require gettext infrastructure
32489         from version 0.16.1.
32490
32491 2007-03-02  Bruno Haible  <bruno@clisp.org>
32492
32493         * modules/linkedhash-list-tests (Depends-on): Add progname.
32494         * tests/test-linkedhash_list.c: Include progname.h.
32495         (main): Call set_program_name.
32496
32497         * modules/carray-list-tests (Depends-on): Add progname.
32498         * tests/test-carray_list.c: Include progname.h.
32499         (main): Call set_program_name.
32500
32501         * modules/avltreehash-list-tests (Depends-on): Add progname.
32502         * tests/test-avltreehash_list.c: Include progname.h.
32503         (main): Call set_program_name.
32504
32505         * modules/avltree-oset-tests (Depends-on): Add progname.
32506         * tests/test-avltree_oset.c: Include progname.h.
32507         (main): Call set_program_name.
32508
32509         * modules/avltree-list-tests (Depends-on): Add progname.
32510         * tests/test-avltree_list.c: Include progname.h.
32511         (main): Call set_program_name.
32512
32513         * modules/array-oset-tests (Depends-on): Add progname.
32514         * tests/test-array_oset.c: Include progname.h.
32515         (main): Call set_program_name.
32516
32517         * modules/array-list-tests (Depends-on): Add progname.
32518         * tests/test-array_list.c: Include progname.h.
32519         (main): Call set_program_name.
32520
32521         * modules/argp-tests (Depends-on): Add progname.
32522         * tests/test-argp.c: Include argp.h first. Include progname.h.
32523         (main): Call set_program_name.
32524
32525 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
32526
32527         * doc/gnulib-tool.texi (Initial import): Reword description of
32528         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
32529         limited effect even if defined after the first system include.
32530
32531 2007-03-01  Bruno Haible  <bruno@clisp.org>
32532
32533         * build-aux/config.libpath: Update to libtool-1.5.22.
32534         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
32535
32536 2007-03-01  Bruno Haible  <bruno@clisp.org>
32537
32538         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
32539         foo_CFLAGS.
32540         Reported by Ralf Wildenhues.
32541
32542 2007-03-01  Bruno Haible  <bruno@clisp.org>
32543
32544         * build-aux/install-reloc: Remove object files left over by some
32545         compilers.
32546         Reported by Ralf Wildenhues.
32547
32548 2007-03-01  Bruno Haible  <bruno@clisp.org>
32549
32550         * build-aux/install-reloc: Break long lines.
32551
32552 2007-03-01  Bruno Haible  <bruno@clisp.org>
32553
32554         * doc/relocatable.texi: Document that it may not work on OpenBSD.
32555         Reported by Ralf Wildenhues.
32556
32557 2007-03-01  Bruno Haible  <bruno@clisp.org>
32558
32559         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
32560         include ordering constraints.
32561
32562 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32563
32564         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
32565         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
32566         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
32567         as another example.
32568         * lib/time_.h: Fix misspelling.
32569         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
32570         Require gl_HEADER_TIME_H_DEFAULTS.
32571         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
32572         * m4/time_r.m4 (gl_TIME_R): Likewise.
32573         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
32574
32575 2007-03-01  Bruno Haible  <bruno@clisp.org>
32576
32577         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
32578         * m4/utimens.m4 (gl_UTIMENS): Likewise.
32579
32580 2007-03-01  Jim Meyering  <jim@meyering.net>
32581
32582         * modules/xreadlink (Maintainer): Add my name.
32583         * modules/xreadlink-with-size (Depends-on): Alphabetize.
32584
32585 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
32586             Bruno Haible  <bruno@clisp.org>
32587
32588         * build-aux/install-reloc: Compile also c-ctype.c.
32589         * build-aux/relocatable.sh.in: New file.
32590         * doc/relocatable.texi: New file.
32591         * doc/relocatable-maint.texi: New file.
32592         * doc/gnulib.texi: Include relocatable-maint.texi.
32593         * lib/progreloc.c: Include unistd.h unconditionally.
32594         * lib/relocwrapper.c: Include unistd.h unconditionally.
32595         Include c-ctype.h.
32596         (add_dotbin): Use c_tolower.
32597         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
32598         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
32599         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
32600         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
32601         to m4/relocatable-lib.m4.
32602         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
32603         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
32604         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
32605         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
32606         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
32607         * modules/relocatable: New file.
32608         * modules/relocatable-lib: New file.
32609         * modules/relocatable-script: New file.
32610
32611 2007-02-28  Bruno Haible  <bruno@clisp.org>
32612
32613         Import --enable-relocatable infrastructure.
32614         * build-aux/config.libpath: New file, from GNU gettext.
32615         * build-aux/install-reloc: New file, from GNU gettext.
32616         * build-aux/reloc-ldflags: New file, from GNU gettext.
32617         * lib/relocatable.h: New file, from GNU gettext.
32618         * lib/relocatable.c: New file, from GNU gettext.
32619         * lib/relocwrapper.c: New file, from GNU gettext.
32620         * m4/relocatable.m4: New file, from GNU gettext.
32621
32622 2007-02-28  Bruno Haible  <bruno@clisp.org>
32623
32624         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
32625
32626         * modules/xreadlink: New file, from GNU gettext with modifications.
32627         * lib/xreadlink.c: New file, from GNU gettext.
32628         * lib/xreadlink.h: Add comments.
32629         (xreadlink): New declaration.
32630
32631         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
32632         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
32633         lib/xreadlink-with-size.c.
32634         (configure.ac): Remove gl_XREADLINK invocation.
32635         (Makefile.am): Augment lib_SOURCES.
32636         * m4/xreadlink.m4: Remove file.
32637         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
32638         (xreadlink_with_size): Renamed from xreadink.
32639         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
32640         * modules/canonicalize (Depends-on): Replace xreadlink with
32641         xreadlink-with-size.
32642         * lib/canonicalize.c (canonicalize_filename_mode): Update.
32643
32644 2007-02-25  Jim Meyering  <jim@meyering.net>
32645
32646         * build-aux/announce-gen: When complaining about excess arguments,
32647         list them.
32648
32649 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32650
32651         * README: Document signed integer overflow situation more
32652         accurately.
32653
32654 2007-02-25  Bruno Haible  <bruno@clisp.org>
32655
32656         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
32657         'a' or 'A' conversion.
32658
32659 2007-02-25  Bruno Haible  <bruno@clisp.org>
32660
32661         * modules/filename: Renamed from modules/pathname.
32662         (Files): Replace lib/pathname.h with lib/filename.h. Replace
32663         lib/concatpath.c with lib/concat-filename.c.
32664         (Makefile.am): Update.
32665         (Include): Replace pathname.h with filename.h.
32666         * lib/filename.h: Renamed from lib/pathname.h.
32667         (concatenated_filename): Renamed from concatenated_pathname.
32668         * lib/concat-filename.c: Renamed from lib/concatpath.c.
32669         (concatenated_filename): Renamed from concatenated_pathname.
32670         * lib/findprog.c: Include filename.h instead of pathname.h.
32671         (find_in_path): Update.
32672         * lib/javacomp.c: Include filename.h instead of pathname.h.
32673         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
32674         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
32675         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
32676         is_oldgcj_14_13_usable, is_javac_usable): Update.
32677         * lib/javaexec.c: Include filename.h instead of pathname.h.
32678         (execute_java_class): Update.
32679         * modules/findprog: Update.
32680         * modules/javacomp: Update.
32681         * modules/javaexec: Update.
32682         * MODULES.html.sh (File system functions): Add 'filename', remove
32683         'pathname'.
32684
32685 2007-02-25  Bruno Haible  <bruno@clisp.org>
32686
32687         * modules/printf-frexpl-tests: New file.
32688         * tests/test-printf-frexpl.c: New file.
32689
32690         * modules/printf-frexpl: New file.
32691         * lib/printf-frexpl.h: New file.
32692         * lib/printf-frexpl.c: New file.
32693         * m4/printf-frexpl.m4: New file.
32694
32695 2007-02-25  Bruno Haible  <bruno@clisp.org>
32696
32697         * modules/printf-frexp-tests: New file.
32698         * tests/test-printf-frexp.c: New file.
32699
32700         * modules/printf-frexp: New file.
32701         * lib/printf-frexp.h: New file.
32702         * lib/printf-frexp.c: New file.
32703         * m4/printf-frexp.m4: New file.
32704
32705 2007-02-25  Bruno Haible  <bruno@clisp.org>
32706
32707         Assume automake >= 1.10 for the tests.
32708         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
32709         * modules/arctwo-tests: Likewise.
32710         * modules/argp-tests: Likewise.
32711         * modules/avltree-list-tests: Likewise.
32712         * modules/avltree-oset-tests: Likewise.
32713         * modules/avltreehash-list-tests: Likewise.
32714         * modules/carray-list-tests: Likewise.
32715         * modules/crc-tests: Likewise.
32716         * modules/des-tests: Likewise.
32717         * modules/gc-arcfour-tests: Likewise.
32718         * modules/gc-arctwo-tests: Likewise.
32719         * modules/gc-des-tests: Likewise.
32720         * modules/gc-hmac-md5-tests: Likewise.
32721         * modules/gc-hmac-sha1-tests: Likewise.
32722         * modules/gc-md2-tests: Likewise.
32723         * modules/gc-md4-tests: Likewise.
32724         * modules/gc-md5-tests: Likewise.
32725         * modules/gc-pbkdf2-sha1-tests: Likewise.
32726         * modules/gc-rijndael-tests: Likewise.
32727         * modules/gc-sha1-tests: Likewise.
32728         * modules/gc-tests: Likewise.
32729         * modules/getaddrinfo-tests: Likewise.
32730         * modules/hmac-md5-tests: Likewise.
32731         * modules/hmac-sha1-tests: Likewise.
32732         * modules/linked-list-tests: Likewise.
32733         * modules/linkedhash-list-tests: Likewise.
32734         * modules/lock-tests: Likewise.
32735         * modules/md2-tests: Likewise.
32736         * modules/md4-tests: Likewise.
32737         * modules/md5-tests: Likewise.
32738         * modules/rbtree-list-tests: Likewise.
32739         * modules/rbtree-oset-tests: Likewise.
32740         * modules/rbtreehash-list-tests: Likewise.
32741         * modules/read-file-tests: Likewise.
32742         * modules/rijndael-tests: Likewise.
32743         * modules/stdint-tests: Likewise.
32744         * modules/tls-tests: Likewise.
32745
32746 2007-02-24  Bruno Haible  <bruno@clisp.org>
32747
32748         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
32749         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
32750         function; instead check whether isnan with a double argument links.
32751         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
32752         function; instead check whether isnan with a 'long double' argument
32753         links.
32754         Reported by Eric Blake <ebb9@byu.net>.
32755
32756 2007-02-24  Bruno Haible  <bruno@clisp.org>
32757
32758         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
32759         defined.
32760         * lib/isnanl.c: Remove all code. Just include isnan.c.
32761         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
32762
32763 2007-02-25  Jim Meyering  <jim@meyering.net>
32764
32765         Avoid conflicting types for 'unsetenv' on FreeBSD.
32766         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
32767         conflicting with FreeBSD's (5.0 and 6.1) function declaration
32768         in stdlib.h.
32769
32770 2007-02-24  Bruno Haible  <bruno@clisp.org>
32771
32772         * modules/isnanl-nolibm-tests: New file.
32773         * tests/test-isnanl.c: New file.
32774
32775         * modules/isnanl-nolibm: New file.
32776         * lib/isnanl.h: New file.
32777         * lib/isnanl.c: New file.
32778         * m4/isnanl.m4: New file.
32779
32780 2007-02-24  Bruno Haible  <bruno@clisp.org>
32781
32782         * modules/isnan-nolibm-tests: New file.
32783         * tests/test-isnan.c: New file.
32784
32785         * modules/isnan-nolibm: New file.
32786         * lib/isnan.h: New file.
32787         * lib/isnan.c: New file.
32788         * m4/isnan.m4: New file.
32789
32790 2007-02-24  Bruno Haible  <bruno@clisp.org>
32791
32792         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
32793         assume that an exponent fits in 20 bits.
32794
32795 2007-02-24  Jim Meyering  <jim@meyering.net>
32796
32797         * m4/regex.m4: Update the description of the configure-time option,
32798         --without-included-regex, to state accurately what the defaults are,
32799         and perhaps to give people an idea why using this option is risky.
32800
32801 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
32802
32803         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
32804         loops on small arguments.  This attempts to avoid the problem
32805         Bruno Haible reported for AIX 4.3.2 in
32806         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
32807
32808 2007-02-23  Bruno Haible  <bruno@clisp.org>
32809
32810         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
32811         Needed for help2man.
32812
32813 2007-02-23  Karl Berry  <karl@gnu.org>
32814
32815         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
32816         exists, foo.h should be cvs-ignored, not committed.
32817
32818 2007-02-23  Eric Blake  <ebb9@byu.net>
32819
32820         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
32821         * lib/stat-time.h (includes): Likewise.
32822         * lib/utimecmp.c (includes): Likewise.
32823         * lib/utimens.h (includes): Likewise.
32824         * lib/getdate.y (includes): Also include "timespec.h" for use
32825         internal to the module.
32826         * modules/utimens (Depends-on): Revert yesterday's patch.
32827         * modules/nanosleep (Depends-on): Add missing dependency.
32828
32829 2007-02-22  Bruno Haible  <bruno@clisp.org>
32830
32831         * lib/glob.c: Don't include getlogin_r.h.
32832
32833 2007-02-22  Jim Meyering  <jim@meyering.net>
32834
32835         * modules/utimens (Depends-on): Add timespec, required for
32836         utimens.h's inclusion of timespec.h.
32837
32838 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
32839
32840         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
32841         long unreadable paths in GNU/Linux.  Problem reported by Andreas
32842         Schwab in
32843         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
32844         I'll try to think of a better way to fix the Solaris problem.
32845
32846         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
32847         like glibc; on Solaris 10, it fails with errno == EINVAL.
32848         POSIX says the behavior is unspecified if the first argument is NULL,
32849         so play it safe and never pass NULL to the system getcwd.
32850
32851 2007-02-21  Jim Meyering  <jim@meyering.net>
32852
32853         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
32854         of gettimeofday.  It would conflict with the one now always
32855         provided via sys_time_.h.  Reported by Matthew Woehlke, as
32856         an IRIX 6.5 build failure.
32857
32858 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
32859
32860         Minor fixups to port to Solaris 10 with Sun C 5.8.
32861         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
32862         * modules/getcwd (Depends-on): Add dirfd.
32863         * lib/putenv.c (putenv): #undef it.
32864         (rpl_putenv): New decl.
32865         (malloc, free): Include <stdlib.h> rather than prototyping separately.
32866
32867 2007-02-20  Bruno Haible  <bruno@clisp.org>
32868
32869         * modules/stdio-tests: New file.
32870         * tests/test-stdio.c: New file.
32871
32872         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
32873         (Depends-on): Add stdio.
32874         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
32875         (Include): Use <stdio.h> instead of vsnprintf.h.
32876         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
32877         HAVE_DECL_VSNPRINTF.
32878         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
32879
32880         * modules/snprintf (Files): Remove lib/snprintf.h.
32881         (Depends-on): Add stdio.
32882         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
32883         (Include): Use <stdio.h> instead of snprintf.h.
32884         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
32885         HAVE_DECL_SNPRINTF.
32886         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
32887         * lib/getaddrinfo.c: Likewise.
32888
32889         * modules/stdio: New file.
32890         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
32891         * lib/snprintf.h: Remove file.
32892         * lib/vsnprintf.h: Remove file.
32893         * lib/.cppi-disable: Remove snprintf.h.
32894         * m4/stdio_h.m4: New file.
32895         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
32896
32897 2007-02-20  Jim Meyering  <jim@meyering.net>
32898
32899         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
32900         used by e.g., mingw.  From Bruno Haible.
32901
32902 2007-02-19  Bruno Haible  <bruno@clisp.org>
32903
32904         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
32905         warnings.
32906         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32907
32908 2007-02-19  Bruno Haible  <bruno@clisp.org>
32909
32910         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
32911         from mingw users.
32912
32913 2007-02-19  Bruno Haible  <bruno@clisp.org>
32914
32915         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
32916         warnings.
32917         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
32918
32919 2007-02-19  Jim Meyering  <jim@meyering.net>
32920
32921         Don't use FD after a successful "fdopendir (fd)".
32922         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
32923         Reset it by calling dirfd on the just-obtained DIR*.
32924
32925         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
32926         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
32927
32928 2007-02-18  Bruno Haible  <bruno@clisp.org>
32929
32930         * lib/readlink.c: Include <unistd.h>.
32931         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
32932         HAVE_READLINK.
32933         * modules/readlink (Depends-on): Add unistd.
32934         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32935         (Include): Add <unistd.h>.
32936
32937         * lib/getlogin_r.h: Remove file.
32938         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
32939         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
32940         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
32941         HAVE_DECL_GETLOGIN_R.
32942         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
32943         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32944         (Include): Use <unistd.h> instead of getlogin_r.h.
32945
32946         * lib/getcwd.h: Remove file.
32947         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
32948         * lib/xgetcwd.c: Likewise.
32949         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
32950         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
32951         * modules/getcwd (Files): Remove lib/getcwd.h.
32952         (Depends-on): Add unistd.
32953         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32954         (Include): Use <unistd.h> instad of getcwd.h.
32955
32956         * lib/ftruncate.c: Include <unistd.h> first.
32957         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
32958         Set HAVE_FTRUNCATE.
32959         * modules/ftruncate (Depends-on): Add unistd.
32960         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32961
32962         * lib/fchdir.c: Include <unistd.h> first.
32963         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
32964         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
32965         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
32966         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32967         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
32968
32969         * lib/dup2.c: Include <unistd.h> first.
32970         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
32971         HAVE_DUP2.
32972         * modules/dup2 (Depends-on): Add unistd.
32973         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32974
32975         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
32976         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
32977         REPLACE_CHOWN. Don't define chown as a macro here.
32978         * modules/chown (Depends-on): Add unistd.
32979         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32980
32981         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
32982         Add definition for GL_LINK_WARNING.
32983         (chown, dup2): New declarations.
32984         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
32985         link warning.
32986         (ftruncate): New declaration.
32987         (getcwd): New declaration, taken from old getcwd.h.
32988         (getlogin_r): New declaration, taken from old getlogin_r.h.
32989         (readlink): New declaration.
32990         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
32991         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
32992         (gl_PREREQ_UNISTD): Remove macro.
32993         (gl_UNISTD_MODULE_INDICATOR): New macro.
32994         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
32995         many new variables. Don't set UNISTD_H.
32996         * modules/unistd (Description): Change.
32997         (Depends-on): Add link-warning.
32998         (configure.ac): Update.
32999         (Makefile.am): Create unistd.h always. Substitute many new variables
33000         into it.
33001
33002 2007-02-18  Bruno Haible  <bruno@clisp.org>
33003
33004         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
33005         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
33006         HAVE_GETSUBOPT.
33007         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
33008         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
33009         * lib/getsubopt.h: Remove file.
33010         * modules/getsubopt (Files): Remove lib/getsubopt.h.
33011         (Depends-on): Add stdlib.
33012         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33013         (Includes): Use <stdlib.h> instead of getsubopt.h.
33014         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
33015         Set HAVE_GETSUBOPT.
33016         * lib/getsubopt.c: Don't include getsubopt.h.
33017
33018 2007-02-18  Bruno Haible  <bruno@clisp.org>
33019
33020         * modules/fchdir (Depends-on): Add dup2.
33021
33022 2007-02-18  Bruno Haible  <bruno@clisp.org>
33023
33024         * lib/stdlib_.h: Handle glibc's special invocation convention
33025         specially.
33026
33027 2007-02-18  Bruno Haible  <bruno@clisp.org>
33028
33029         * modules/stdlib-tests: New file.
33030         * tests/test-stdlib.c: New file.
33031
33032         * modules/mkstemp (Files): Remove lib/mkstemp.h.
33033         (Depends-on): Add stdlib.
33034         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33035         (Includes): Use <stdlib.h> instead of mkstemp.h.
33036         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33037         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
33038         * lib/mkstemp.c: Don't include mkstemp.h.
33039         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
33040         * lib/stdlib--.h: Don't include mkstemp.h.
33041
33042         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
33043         (Depends-on): Add stdlib.
33044         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33045         (Includes): Use <stdlib.h> instead of mkdtemp.h.
33046         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33047         HAVE_MKDTEMP.
33048         * lib/mkdtemp.c: Don't include mkdtemp.h.
33049         * lib/clean-temp.c: Don't include mkdtemp.h.
33050
33051         * modules/exit (Files): Remove lib/exit.h.
33052         (Depends-on): Add stdlib.
33053         (Makefile.am): Remove lib_SOURCES.
33054         (Include): Use <stdlib.h> instead of exit.h.
33055         * lib/argmatch.c: Don't include exit.h.
33056         * lib/execute.c: Likewise.
33057         * lib/pagealign_alloc.c: Likewise.
33058         * lib/pipe.c: Likewise.
33059         * lib/wait-process.c: Likewise.
33060         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
33061         * lib/exitfail.c: Likewise.
33062         * lib/savewd.c: Likewise.
33063         * lib/xsetenv.c: Likewise.
33064
33065         * modules/stdlib: New file.
33066         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
33067         and extra comments about mkstemp().
33068         * lib/exit.h: Remove file.
33069         * lib/mkdtemp.h: Remove file.
33070         * lib/mkstemp.h: Remove file.
33071         * m4/stdlib_h.m4: New file.
33072         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
33073
33074 2007-02-18  Bruno Haible  <bruno@clisp.org>
33075
33076         * modules/math-tests: New file.
33077         * tests/test-math.c: New file.
33078
33079         * modules/math: New file.
33080         * modules/mathl (Files): Remove lib/mathl.h.
33081         (Depends-on): Add math.
33082         (Makefile.am): Don't mention mathl.h.
33083         (Include): Use <math.h> instead of mathl.h.
33084         * lib/math_.h: New file.
33085         * lib/mathl.h: Remove file.
33086         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
33087         mathl.h.
33088         * lib/asinl.c: Likewise.
33089         * lib/atanl.c: Likewise.
33090         * lib/ceill.c: Likewise.
33091         * lib/cosl.c: Likewise.
33092         * lib/expl.c: Likewise.
33093         * lib/floorl.c: Likewise.
33094         * lib/frexpl.c: Likewise.
33095         * lib/ldexpl.c: Likewise.
33096         * lib/logl.c: Likewise.
33097         * lib/sincosl.c: Likewise.
33098         * lib/sinl.c: Likewise.
33099         * lib/sqrtl.c: Likewise.
33100         * lib/tanl.c: Likewise.
33101         * lib/trigl.c: Likewise.
33102         * m4/math_h.m4: New file.
33103         * MODULES.html.sh (Mathematics): Add math.
33104
33105 2007-02-17  Bruno Haible  <bruno@clisp.org>
33106
33107         * modules/wctype-tests: New file.
33108         * tests/test-wctype.c: New file.
33109
33110         * modules/wchar-tests: New file.
33111         * tests/test-wchar.c: New file.
33112
33113         * modules/unistd-tests: New file.
33114         * tests/test-unistd.c: New file.
33115
33116         * modules/time-tests: New file.
33117         * tests/test-time.c: New file.
33118
33119         * modules/sysexits-tests: New file.
33120         * tests/test-sysexits.c: New file.
33121
33122         * modules/sys_time-tests: New file.
33123         * tests/test-sys_time.c: New file.
33124
33125         * modules/sys_stat-tests: New file.
33126         * tests/test-sys_stat.c: New file.
33127
33128         * modules/sys_socket-tests: New file.
33129         * tests/test-sys_socket.c: New file.
33130
33131         * modules/sys_select-tests: New file.
33132         * tests/test-sys_select.c: New file.
33133
33134         * modules/string-tests: New file.
33135         * tests/test-string.c: New file.
33136
33137         * modules/stdbool-tests: New file.
33138         * tests/test-stdbool.c: New file.
33139
33140         * modules/netinet_in-tests: New file.
33141         * tests/test-netinet_in.c: New file.
33142
33143         * modules/inttypes-tests: New file.
33144         * tests/test-inttypes.c: New file.
33145
33146         * modules/fcntl-tests: New file.
33147         * tests/test-fcntl.c: New file.
33148
33149         * modules/byteswap-tests: New file.
33150         * tests/test-byteswap.c: New file.
33151
33152         * modules/arpa_inet-tests: New file.
33153         * tests/test-arpa_inet.c: New file.
33154
33155 2007-02-17  Bruno Haible  <bruno@clisp.org>
33156
33157         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
33158         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
33159         if the corresponding module is not enabled. Emit link warnings if
33160         the function is used nevertheless.
33161         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
33162         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
33163         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
33164         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
33165         * modules/inttypes (Depends-on): Add link-warning.
33166         (Makefile.am): Copy the contents of build-aux/link-warning.h into
33167         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
33168         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
33169         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
33170         * modules/imaxdiv (configure.ac): Likewise.
33171         * modules/strtoimax (configure.ac): Likewise.
33172         * modules/strtoumax (configure.ac): Likewise.
33173
33174 2007-02-17  Bruno Haible  <bruno@clisp.org>
33175
33176         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
33177         gl_STRING_MODULE_INDICATOR_DEFAULTS.
33178         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
33179         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
33180
33181 2007-02-17  Bruno Haible  <bruno@clisp.org>
33182
33183         * modules/link-warning: New file.
33184         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
33185         * lib/string_.h (GL_LINK_WARNING): Remove definition.
33186         * modules/string (Depends-on): Add link-warning.
33187         (Makefile.am): Copy the contents of build-aux/link-warning.h into
33188         string.h.
33189         * MODULES.html.sh (Support for building libraries and executables): Add
33190         link-warning.
33191
33192 2007-02-17  Bruno Haible  <bruno@clisp.org>
33193
33194         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
33195         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
33196         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
33197         long lines.
33198
33199 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
33200             Bruno Haible  <bruno@clisp.org>
33201
33202         * modules/tmpfile: New file.
33203         * lib/tmpfile.c: New file.
33204         * m4/tmpfile.m4: New file.
33205         * MODULES.html.sh (func_all_modules): New section "Input/output".
33206
33207 2007-02-15  Bruno Haible  <bruno@clisp.org>
33208
33209         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
33210         (supports_delete_on_close): New function.
33211         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
33212
33213 2007-02-14  Bruno Haible  <bruno@clisp.org>
33214
33215         * modules/mbspcasecmp-tests: New file.
33216         * tests/test-mbspcasecmp.sh: New file.
33217         * tests/test-mbspcasecmp.c: New file.
33218
33219         New module mbspcasecmp.
33220         * modules/mbspcasecmp: New file.
33221         * lib/mbspcasecmp.c: New file.
33222         * lib/string_.h (strncasecmp): Change warning message.
33223         (mbspcasecmp): New declaration.
33224         * m4/mbspcasecmp.m4: New file.
33225         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33226         GNULIB_MBSPCASECMP.
33227         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
33228         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
33229
33230 2007-02-14  Bruno Haible  <bruno@clisp.org>
33231
33232         * modules/mbsncasecmp-tests: New file.
33233         * tests/test-mbsncasecmp.sh: New file.
33234         * tests/test-mbsncasecmp.c: New file.
33235
33236         New module mbsncasecmp.
33237         * modules/mbsncasecmp: New file.
33238         * lib/mbsncasecmp.c: New file.
33239         * lib/string_.h (mbsncasecmp): New declaration.
33240         * m4/mbsncasecmp.m4: New file.
33241         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33242         GNULIB_MBSNCASECMP.
33243         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
33244         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
33245
33246 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
33247
33248         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
33249         Verify that it doesn't overlap with our flags.
33250         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
33251         do not have the desired effect in multibyte locales; instead, use
33252         mbscasecmp.
33253         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
33254         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
33255         we don't require GNU fnmatch ourselves (if our users require it, they
33256         should do so explicitly).
33257
33258         Fix regex code so it doesn't rely on strcasecmp.
33259         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
33260         Otherwise, include gnulib's langinfo.h.
33261         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
33262         undesirable behavior in non-C locales.  Instead, rely on localecharset.
33263         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
33264         * modules/regex (FILES): Remove m4/codeset.m4.
33265         (Depends-on): Add localcharset.  Remove strcase.
33266
33267 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33268
33269         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
33270         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
33271
33272 2007-02-13  Bruno Haible  <bruno@clisp.org>
33273
33274         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
33275         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33276
33277 2007-02-12  Bruno Haible  <bruno@clisp.org>
33278
33279         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
33280         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
33281         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
33282         time warning rather than a link error.
33283
33284 2007-02-12  Bruno Haible  <bruno@clisp.org>
33285
33286         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
33287         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
33288         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33289
33290 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
33291
33292         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
33293         args, not 2.
33294
33295 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
33296
33297         New module 'time', so that apps can include <time.h> as per
33298         POSIX and GNU instead of separate include files like time_r.h
33299         and timegm.h.  This implementation tries out a simpler approach
33300         for replacing decls in standard include files (as compared to
33301         the string module), somewhat as an experiment.
33302
33303         * config/srclist.txt: Comment out mktime.c for now.
33304         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
33305         since it doesn't apply any more.  Use generic wording instead.
33306         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
33307         'time'.
33308         * lib/time_.h, m4/time_h.m4, modules/time: New files.
33309         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
33310         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
33311         Don't include <sys/types.h>; no longer needed since we assume C89.
33312         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
33313         * lib/strftime.c: Likewise.
33314         * lib/time_r.c: Likewise.
33315         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
33316         * lib/nanosleep.c: Include <time.h> first, to check interface.
33317         * lib/strptime.c: Likewise.
33318         * lib/time_r.c: Likewise.
33319         * lib/timegm.c: Likewise.
33320         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
33321         needed.
33322         * lib/timegm.c: Don't include timegm.h; no longer needed.
33323         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
33324         time.h now handles any problems in that area.
33325         (struct timespec, nanosleep): Remove; time.h now arranges for these.
33326         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
33327         that time.h defines struct timespec.
33328         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
33329         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
33330         handles that.
33331         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
33332         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
33333         needed.  Set REPLACE_LOCALTIME.
33334         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
33335         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
33336         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
33337         nanosleep; time_h.m4 now does that.  Don't require
33338         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
33339         module handles this now.
33340         * modules/getdate (Depends-on): Remove timespec.  Add time.
33341         * modules/nanosleep (Depends-on): Likewise.
33342         * modules/stat-time (Depends-on): Likewise.
33343         * modules/nanosleep (Include): Include time.h, not timespec.h.
33344         * modules/strptime (Files): Remove lib/strptime.h.
33345         (Depends-on): Add extensions, time.
33346         (Include): Include time.h, not strptime.h.
33347         * modules/time_r (Files): Remove lib/time_r.h.
33348         (Depends-on): Add time.
33349         (Include): Include time.h, not time_r.h.
33350         * modules/timegm: Likewise.
33351         * modules/timespec (Description): Now does timespec-related decls
33352         of our own, instead of struct timespec itself.
33353         (Depends-on): Add time; remove extensions.
33354         (Maintainer): Add self.
33355         * modules/utimecmp (Depends-on): Add time; remove timespec.
33356         * modules/utimens (Depends-on): Likewise.
33357         * modules/xnanosleep (Depends-on): Likewise.
33358
33359 2007-02-11  Bruno Haible  <bruno@clisp.org>
33360
33361         * lib/c-strstr.c: Include allocsa.h.
33362         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
33363         * lib/c-strcasestr.c: Include allocsa.h.
33364         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
33365         * lib/strcasestr.c: Include allocsa.h.
33366         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
33367         * lib/mbsstr.c: Include allocsa.h.
33368         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
33369         allocsa/freesa instead of malloc/free.
33370         * lib/mbscasestr.c: Include allocsa.h.
33371         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
33372         allocsa/freesa instead of malloc/free.
33373         * modules/c-strstr (Depends-on): Add allocsa.
33374         * modules/c-strcasestr (Depends-on): Likewise.
33375         * modules/strcasestr (Depends-on): Likewise.
33376         * modules/mbsstr (Depends-on): Likewise.
33377         * modules/mbscasestr (Depends-on): Likewise.
33378
33379 2007-02-11  Bruno Haible  <bruno@clisp.org>
33380
33381         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
33382
33383         * modules/mbsspn-tests: New file.
33384         * tests/test-mbsspn.sh: New file.
33385         * tests/test-mbsspn.c: New file.
33386
33387 2007-02-11  Bruno Haible  <bruno@clisp.org>
33388
33389         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
33390
33391         * modules/mbspbrk-tests: New file.
33392         * tests/test-mbspbrk.sh: New file.
33393         * tests/test-mbspbrk.c: New file.
33394
33395 2007-02-11  Bruno Haible  <bruno@clisp.org>
33396
33397         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
33398         unneeded cast.
33399
33400         * modules/mbscspn-tests: New file.
33401         * tests/test-mbscspn.sh: New file.
33402         * tests/test-mbscspn.c: New file.
33403
33404 2007-02-11  Bruno Haible  <bruno@clisp.org>
33405
33406         * modules/mbscasecmp-tests: New file.
33407         * tests/test-mbscasecmp.sh: New file.
33408         * tests/test-mbscasecmp.c: New file.
33409
33410 2007-02-11  Bruno Haible  <bruno@clisp.org>
33411
33412         Ensure O(n) worst-case complexity of mbscasestr.
33413         * lib/mbscasestr.c: Include stdbool.h.
33414         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
33415         functions.
33416         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
33417         the bookkeeping indicates that it's worth it.
33418         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
33419
33420         * modules/mbscasestr-tests: New file.
33421         * tests/test-mbscasestr1.c: New file.
33422         * tests/test-mbscasestr2.sh: New file.
33423         * tests/test-mbscasestr2.c: New file.
33424         * tests/test-mbscasestr3.sh: New file.
33425         * tests/test-mbscasestr3.c: New file.
33426         * tests/test-mbscasestr4.sh: New file.
33427         * tests/test-mbscasestr4.c: New file.
33428         * m4/locale-tr.m4: New file.
33429
33430 2007-02-11  Bruno Haible  <bruno@clisp.org>
33431
33432         Ensure O(n) worst-case complexity of mbsstr.
33433         * lib/mbsstr.c: Include stdbool.h.
33434         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
33435         functions.
33436         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
33437         bookkeeping indicates that it's worth it.
33438         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
33439
33440         * modules/mbsstr-tests: New file.
33441         * tests/test-mbsstr1.c: New file.
33442         * tests/test-mbsstr2.sh: New file.
33443         * tests/test-mbsstr2.c: New file.
33444         * tests/test-mbsstr3.sh: New file.
33445         * tests/test-mbsstr3.c: New file.
33446         * m4/locale-fr.m4: New file.
33447
33448 2007-02-11  Bruno Haible  <bruno@clisp.org>
33449
33450         * lib/mbsrchr.c (mbsrchr): Fix bug.
33451
33452         * modules/mbsrchr-tests: New file.
33453         * tests/test-mbsrchr.sh: New file.
33454         * tests/test-mbsrchr.c: New file.
33455
33456 2007-02-11  Bruno Haible  <bruno@clisp.org>
33457
33458         * lib/mbschr.c (mbschr): Fix bug.
33459
33460         * modules/mbschr-tests: New file.
33461         * tests/test-mbschr.sh: New file.
33462         * tests/test-mbschr.c: New file.
33463         * m4/locale-zh.m4: New file.
33464
33465 2007-02-11  Bruno Haible  <bruno@clisp.org>
33466
33467         Support for copying multibyte string iterators.
33468         * lib/mbiter.h: Include <string.h>.
33469         (mbiter_multi_copy): New function.
33470         (mbi_copy): New macro.
33471         * lib/mbuiter.h: Include <string.h>.
33472         (mbuiter_multi_copy): New function.
33473         (mbui_copy): New macro.
33474
33475 2007-02-11  Bruno Haible  <bruno@clisp.org>
33476
33477         New module mbslen.
33478         * modules/mbslen: New file.
33479         * lib/mbslen.c: New file.
33480         * lib/string_.h (mbslen): New declaration.
33481         * m4/mbslen.m4: New file.
33482         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33483         GNULIB_MBSLEN.
33484         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
33485         * MODULES.html.sh (Internationalization functions): Add mbslen.
33486
33487 2007-02-11  Bruno Haible  <bruno@clisp.org>
33488
33489         Ensure O(n) worst-case complexity of strcasestr substitute.
33490         * lib/strcasestr.c: Include stdbool.h.
33491         (knuth_morris_pratt): New function.
33492         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
33493         bookkeeping indicates that it's worth it.
33494         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
33495
33496         * modules/strcasestr-tests: New file.
33497         * tests/test-strcasestr.c: New file.
33498
33499 2007-02-11  Bruno Haible  <bruno@clisp.org>
33500
33501         Ensure O(n) worst-case complexity of c_strcasestr.
33502         * lib/c-strcasestr.c: Include stdbool.h, string.h.
33503         (knuth_morris_pratt): New function.
33504         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
33505         the bookkeeping indicates that it's worth it.
33506         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
33507
33508         * modules/c-strcasestr-tests: New file.
33509         * tests/test-c-strcasestr.c: New file.
33510
33511 2007-02-11  Bruno Haible  <bruno@clisp.org>
33512
33513         Ensure O(n) worst-case complexity of c_strstr.
33514         * lib/c-strstr.c: Include stdbool.h, string.h.
33515         (knuth_morris_pratt): New function.
33516         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
33517         bookkeeping indicates that it's worth it.
33518         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
33519
33520         * lib/c-strstr.c: Complete rewrite for maintainability.
33521
33522         * modules/c-strstr-tests: New file.
33523         * tests/test-c-strstr.c: New file.
33524
33525 2007-02-11  Bruno Haible  <bruno@clisp.org>
33526
33527         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
33528         5.2.1 and earlier, whereby \055 was treated just like the range
33529         delimiter '-'.
33530         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33531
33532 2007-02-08  Bruno Haible  <bruno@clisp.org>
33533
33534         * modules/regex (Depends-on): Add stdbool.
33535         Reported by Dalibor Topic <robilad@kaffe.org>.
33536
33537 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
33538
33539         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
33540         Prefer returning from main to exiting from it.
33541         Remove unnecessary parens after sizeof.
33542
33543 2007-02-05  Bruno Haible  <bruno@clisp.org>
33544
33545         New module mbssep.
33546         * modules/mbssep: New file.
33547         * lib/mbssep.c: New file.
33548         * lib/string_.h (strsep): Add a conditional link warning.
33549         (mbssep): New declaration.
33550         * m4/mbssep.m4: New file.
33551         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33552         GNULIB_MBSSEP.
33553         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
33554         * MODULES.html.sh (Internationalization functions): Add mbssep.
33555
33556 2007-02-05  Bruno Haible  <bruno@clisp.org>
33557
33558         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
33559         Optimize search in case of 1 delimiter.
33560
33561 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
33562
33563         * lib/acl.h: Include sys/types.h before sys/acl.h.
33564
33565 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
33566
33567         Merge upstream fix for glibc bugzilla #3957:
33568
33569         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
33570
33571         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
33572         bit for RE_HAT_LISTS_NOT_NEWLINE.
33573         (build_charclass_op): Remove bogus comment.
33574
33575 2007-02-05  Simon Josefsson  <simon@josefsson.org>
33576
33577         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
33578
33579 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
33580
33581         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
33582         * lib/memmem.c [!defined _LIBC]: Include config.h.
33583
33584 2007-02-04  Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
33587         warning message.
33588
33589 2007-02-04  Bruno Haible  <bruno@clisp.org>
33590
33591         New module mbstok_r.
33592         * modules/mbstok_r: New file.
33593         * lib/mbstok_r.c: New file.
33594         * lib/string_.h (strtok_r): Change argument names to match the
33595         comments. Add a conditional link warning.
33596         (mbstok_r): New declaration.
33597         * m4/mbstok_r.m4: New file.
33598         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33599         GNULIB_MBSTOK_R.
33600         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
33601         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
33602
33603 2007-02-04  Bruno Haible  <bruno@clisp.org>
33604
33605         New module mbsspn.
33606         * modules/mbsspn: New file.
33607         * lib/mbsspn.c: New file.
33608         * lib/string_.h (strspn): Add a conditional link warning.
33609         (mbsspn): New declaration.
33610         * m4/mbsspn.m4: New file.
33611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33612         GNULIB_MBSSPN.
33613         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
33614         * MODULES.html.sh (Internationalization functions): Add mbsspn.
33615
33616 2007-02-04  Bruno Haible  <bruno@clisp.org>
33617
33618         New module mbspbrk.
33619         * modules/mbspbrk: New file.
33620         * lib/mbspbrk.c: New file.
33621         * lib/string_.h (strpbrk): Add a conditional link warning.
33622         (mbspbrk): New declaration.
33623         * m4/mbspbrk.m4: New file.
33624         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33625         GNULIB_MBSPBRK.
33626         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
33627         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
33628
33629 2007-02-04  Bruno Haible  <bruno@clisp.org>
33630
33631         New module mbscspn.
33632         * modules/mbscspn: New file.
33633         * lib/mbscspn.c: New file.
33634         * lib/string_.h (strcspn): Add a conditional link warning.
33635         (mbscspn): New declaration.
33636         * m4/mbscspn.m4: New file.
33637         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33638         GNULIB_MBSCSPN.
33639         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
33640         * MODULES.html.sh (Internationalization functions): Add mbscspn.
33641
33642 2007-02-04  Bruno Haible  <bruno@clisp.org>
33643
33644         New module mbscasestr, reduced goal of strcasestr.
33645         * modules/mbscasestr: New file.
33646         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
33647         (mbscasestr): Renamed from strcasestr.
33648         * lib/strcasestr.c: Don't include mbuiter.h.
33649         (strcasestr): Remove support for multibyte locales.
33650         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
33651         Change the conditional link warning.
33652         (mbscasestr): New declaration.
33653         * m4/mbscasestr.m4: New file.
33654         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
33655         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
33656         REPLACE_STRCASESTR.
33657         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
33658         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
33659         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
33660         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
33661         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
33662         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
33663         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
33664         (Depends-on): Remove mbuiter.
33665         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
33666
33667 2007-02-04  Bruno Haible  <bruno@clisp.org>
33668
33669         Simplify handling of strncasecmp.
33670         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
33671         the conditional link warning.
33672         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
33673         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
33674         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
33675         * modules/strcase (configure.ac): Don't invoke
33676         gl_STRING_MODULE_INDICATOR.
33677         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
33678
33679 2007-02-04  Bruno Haible  <bruno@clisp.org>
33680
33681         New module mbscasecmp, reduced goal of strcasecmp.
33682         * modules/mbscasecmp: New file.
33683         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
33684         (mbscasecmp): Renamed from strcasecmp.
33685         * lib/strcasecmp.c: Don't include mbuiter.h.
33686         (strcasecmp): Remove support for multibyte locales.
33687         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
33688         Change the conditional link warning.
33689         (mbscasecmp): New declaration.
33690         * m4/mbscasecmp.m4: New file.
33691         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
33692         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
33693         REPLACE_STRCASECMP.
33694         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
33695         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33696         GNULIB_MBSCASECMP.
33697         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
33698         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
33699         * modules/strcase (Files): Remove m4/mbrtowc.m4.
33700         (Depends-on): Remove mbuiter.
33701         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
33702
33703 2007-02-04  Bruno Haible  <bruno@clisp.org>
33704
33705         New module mbsstr. Remove module strstr.
33706         * modules/mbsstr: New file.
33707         * modules/strstr: Remove file.
33708         * lib/mbsstr.c: Renamed from lib/strstr.c.
33709         (mbsstr): Renamed from strstr.
33710         * lib/string_.h (strstr): Remove declaration. Change the conditional
33711         link warning.
33712         (mbsstr): New declaration.
33713         * m4/mbsstr.m4: New file.
33714         * m4/strstr.m4: Remove file.
33715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
33716         REPLACE_STRSTR.
33717         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
33718         Don't initialize GNULIB_STRSTR.
33719         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
33720         substitute GNULIB_STRSTR and REPLACE_STRSTR.
33721         * MODULES.html.sh (Internationalization functions): Add mbsstr.
33722         (Support for systems lacking ANSI C 89): Remove strstr.
33723
33724 2007-02-04  Bruno Haible  <bruno@clisp.org>
33725
33726         New module mbsrchr.
33727         * modules/mbsrchr: New file.
33728         * lib/mbsrchr.c: New file.
33729         * lib/string_.h (strrchr): Add a conditional link warning.
33730         (mbsrchr): New declaration.
33731         * m4/mbsrchr.m4: New file.
33732         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33733         GNULIB_MBSRCHR.
33734         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
33735         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
33736
33737 2007-02-04  Bruno Haible  <bruno@clisp.org>
33738
33739         New module mbschr.
33740         * modules/mbschr: New file.
33741         * lib/mbschr.c: New file.
33742         * lib/string_.h (strchr): Add a conditional link warning.
33743         (mbschr): New declaration.
33744         * m4/mbschr.m4: New file.
33745         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33746         GNULIB_MBSCHR.
33747         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
33748         * MODULES.html.sh (Internationalization functions): Add mbschr.
33749
33750 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
33751
33752         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
33753
33754         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
33755
33756 2007-02-04  Bruno Haible  <bruno@clisp.org>
33757
33758         New module description section 'configure.ac-early'.
33759         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
33760         (func_get_autoconf_early_snippet): New function.
33761         (func_import, func_create_testdir): Use it. Remove special cases for
33762         modules 'extensions' and 'lock'.
33763         * modules/extensions (configure.ac-early): Require
33764         gl_USE_SYSTEM_EXTENSIONS.
33765         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
33766
33767 2007-02-04  Bruno Haible  <bruno@clisp.org>
33768
33769         Make use of gcj-4.3's -fsource and -ftarget option.
33770         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
33771         and if so try the options -fsource and -ftarget.
33772         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
33773         source_version, ftarget_option, target_version arguments.
33774         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
33775         (is_envjavac_oldgcj_14_14_usable): Renamed from
33776         is_envjavac_gcj_14_14_usable.
33777         (is_envjavac_oldgcj_14_13_usable): Renamed from
33778         is_envjavac_gcj_14_13_usable.
33779         (is_gcj_present): Update.
33780         (is_gcj_43, is_gcj43_usable): New functions.
33781         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
33782         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
33783         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
33784         try the options -fsource and -ftarget.
33785
33786 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33787
33788         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
33789         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
33790         larger value.
33791
33792 2007-02-03  Jim Meyering  <jim@meyering.net>
33793
33794         Give tools a better chance to allocate space for very large buffers.
33795         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
33796
33797         Make pwd and readlink work also when run with an unreadable parent dir
33798         on systems with openat support.
33799         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
33800         provided getcwd function, even when we have openat support.
33801         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
33802
33803 2007-02-02  Bruno Haible  <bruno@clisp.org>
33804
33805         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
33806         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
33807         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
33808         portability problems if one of these functions is only used on specific
33809         platforms.
33810         Reported by Paul Eggert.
33811
33812 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
33813
33814         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
33815         is causing more trouble than it's curing.
33816         * lib/regex_internal.h (__mempcpy): Remove.
33817         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
33818         (and make the code a tad smaller to boot).
33819         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
33820
33821 2007-02-02  Jim Meyering  <jim@meyering.net>
33822
33823         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
33824         section, not in the Makefile.am: one.
33825
33826 2007-02-02  Eric Blake  <ebb9@byu.net>
33827
33828         * lib/strchrnul.c: Always include config.h first.
33829
33830         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
33831         gnulib strstr is not necessary here.
33832
33833 2007-02-02  Simon Josefsson  <simon@josefsson.org>
33834
33835         * m4/socklen.m4: Fix typo.
33836
33837 2007-02-02  Eric Blake  <ebb9@byu.net>
33838
33839         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
33840         * modules/netinet_in (Makefile.am): Likewise.
33841
33842 2007-02-01  Bruno Haible  <bruno@clisp.org>
33843
33844         * lib/string_.h (GL_LINK_WARNING): New macro.
33845         (strcasecmp, strstr, strcasestr): If provided by the system,
33846         conditionally define as a macro that leads to a warning instead of to
33847         an error.
33848         (strncasecmp): Conditionally define as a macro that leads to a warning.
33849
33850 2007-02-01  Karl Berry  <karl@gnu.org>
33851
33852         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
33853
33854 2007-02-01  Bruno Haible  <bruno@clisp.org>
33855
33856         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
33857         renamings.
33858
33859 2007-02-01  Eric Blake  <ebb9@byu.net>
33860
33861         * modules/regex (Depends-on): Revert dependence on mempcpy.
33862         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
33863         module's definition of mempcpy.
33864         Reported by Paul Eggert.
33865
33866 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33867
33868         * lib/string_.h: If the gnulib module XYZ is not present, undefine
33869         the symbol XYZ before redefining it.  This fixes a problem with
33870         programs that don't use XYZ, when compiled on systems that define
33871         XYZ to something else.
33872
33873 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
33874
33875         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
33876         occurs when "mkdir -m foo" creates a setgid directory that is (1)
33877         writeable to group or other and (2) is intended to have a special
33878         mode bit that is set or cleared.  In such a case, the directory
33879         should be neither group- nor other-writeable until the special
33880         mode bits are right.
33881
33882 2007-01-31  Eric Blake  <ebb9@byu.net>
33883
33884         * modules/mountlist (Depends-on): Add strstr.
33885
33886         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
33887         bug.
33888         * modules/string (Makefile.am): Remove redundant replacement.
33889         * modules/regex (Depends-on): Add mempcpy.
33890
33891 2007-01-31  Bruno Haible  <bruno@clisp.org>
33892
33893         New module description field 'Link'.
33894         * gnulib-tool (func_usage): Document --extract-link-directive.
33895         (sed_extract_prog): Recognize 'Link' directive.
33896         (func_get_link_directive): New function.
33897         (func_import): Show summary of link directives.
33898         Handle --extract-link-directive option.
33899         * modules/acl (Link): New section.
33900         * modules/clock-time (Link): New section.
33901         * modules/euidaccess (Link): New section.
33902         * modules/gettext (Link): New section.
33903         * modules/iconv (Link): New section.
33904         * modules/lock (Link): New section.
33905         * modules/nanosleep (Link): New section.
33906         * modules/readline (Link): New section.
33907
33908 2007-01-27  Bruno Haible  <bruno@clisp.org>
33909
33910         Enforce the use of gnulib modules for unportable <string.h> functions.
33911         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
33912         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
33913         (gl_HEADER_STRING_H_BODY): Require it.
33914         * lib/string_.h: If the gnulib module XYZ is not present, redefine
33915         the symbol XYZ to one that gives a link error.
33916         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
33917         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
33918         * modules/mempcpy (configure.ac): Likewise.
33919         * modules/memrchr (configure.ac): Likewise.
33920         * modules/stpcpy (configure.ac): Likewise.
33921         * modules/stpncpy (configure.ac): Likewise.
33922         * modules/strcase (configure.ac): Likewise.
33923         * modules/strcasestr (configure.ac): Likewise.
33924         * modules/strchrnul (configure.ac): Likewise.
33925         * modules/strdup (configure.ac): Likewise.
33926         * modules/strndup (configure.ac): Likewise.
33927         * modules/strnlen (configure.ac): Likewise.
33928         * modules/strpbrk (configure.ac): Likewise.
33929         * modules/strsep (configure.ac): Likewise.
33930         * modules/strstr (configure.ac): Likewise.
33931         * modules/strtok_r (configure.ac): Likewise.
33932
33933 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
33934
33935         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
33936
33937 2007-01-30  Jim Meyering  <jim@meyering.net>
33938
33939         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
33940
33941 2007-01-29  Bruno Haible  <bruno@clisp.org>
33942
33943         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
33944         * lib/execute.c: Likewise.
33945         * lib/pipe.c: Likewise.
33946         * lib/printf-args.h: Likewise.
33947         * lib/printf-args.c: Likewise.
33948         * lib/printf-parse.c: Likewise.
33949         * lib/vasnprintf.c: Likewise.
33950
33951 2007-01-29  Eric Blake  <ebb9@byu.net>
33952
33953         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
33954         declaration.
33955
33956 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
33957
33958         * lib/strptime.h (strptime): Use 'restrict' for args where
33959         POSIX requires this.
33960         * lib/strptime.c (strptime): Likewise.
33961         Change license notice from LGPL to GPL, since gnulib-tool will
33962         change this as needed.
33963         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
33964         defined.
33965         Include "strptime.h" first, to check interface.
33966         Do not #undef _LIBC and _NL_CURRENT.
33967         Do not include <stdlib.h>; no longer needed.
33968         Include "time_r.h" and declare ptime_locale_status
33969         only if _LIBC is not defined.
33970         (__P): Remove unused macro.
33971         (match_string): Bring back glibc version, but use it only if _LIBC
33972         is defined.
33973         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
33974         Remove unnecessary assertion and abort() call.
33975         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
33976         * m4/strptime.m4: Fix serial number comment.
33977         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
33978         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
33979         (Depends-on): Add time_r.
33980
33981 2007-01-29  Bruno Haible  <bruno@clisp.org>
33982
33983         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33984         strptime.
33985         * modules/strptime (Depends-on): Add stdbool.
33986         * lib/strptime.h: Include <time.h> always. Add comments.
33987
33988 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33989
33990         * modules/strptime: New file.
33991         * lib/strptime.h: New file.
33992         * lib/strptime.c: New file.
33993         * m4/strptime.m4: New file.
33994
33995 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33996
33997         * MODULES.html.sh: New module mpsort.
33998         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
33999
34000         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
34001         a circularity problem with HP-UX ia64 reported by Bob Proulx in
34002         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
34003         All uses changed.
34004         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
34005         All uses changed.
34006         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
34007         to _Restrict_.
34008         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
34009         the parameter matches the prototype.
34010
34011 2007-01-28  Jim Meyering  <jim@meyering.net>
34012
34013         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
34014         sys/time.h here, reverting that part of the previous patch:
34015         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
34016
34017 2007-01-28  Bruno Haible  <bruno@clisp.org>
34018
34019         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
34020         value of $(SYS_TIME_H).
34021         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
34022         remove it conditionally, too. [added by Jim Meyering]
34023         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
34024         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
34025         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
34026         GETTIMEOFDAY_REPLACEMENT to 1.
34027
34028 2007-01-28  Bruno Haible  <bruno@clisp.org>
34029
34030         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
34031         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
34032         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
34033         Set UNISTD_H instead of UNISTD_H2.
34034         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
34035
34036 2007-01-28  Bruno Haible  <bruno@clisp.org>
34037
34038         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
34039         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
34040
34041 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34042
34043         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
34044         (func_create_testdir): Ensure C locale for `grep' and `tr'
34045         character ranges.
34046         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
34047         ACLOCAL_AMFLAGS parsing state machine.
34048
34049 2007-01-27  Bruno Haible  <bruno@clisp.org>
34050
34051         * modules/unistr/base: Update.
34052
34053 2007-01-27  Bruno Haible  <bruno@clisp.org>
34054
34055         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
34056         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
34057         * modules/unistr/u32-mbtouc-unsafe: Renamed from
34058         modules/unistr/u32-mbtouc.
34059         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
34060         * lib/unistr.h: Update.
34061         * lib/linebreak.c: Update.
34062         * modules/unistr/u32-mbtouc: Renamed from
34063         modules/unistr/u32-mbtouc-safe.
34064         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
34065         * lib/unistr.h: Update.
34066         * lib/unistr/u32-to-u8.c: Update.
34067         * lib/unistr/u32-to-u16.c: Update.
34068
34069 2007-01-27  Bruno Haible  <bruno@clisp.org>
34070
34071         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
34072         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
34073         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
34074         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
34075         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
34076         * modules/unistr/u16-mbtouc-unsafe: Renamed from
34077         modules/unistr/u16-mbtouc.
34078         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
34079         * lib/unistr.h: Update.
34080         * lib/linebreak.c: Update.
34081         * modules/linebreak: Update.
34082         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
34083         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
34084         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
34085         * modules/unistr/u16-mbtouc: Renamed from
34086         modules/unistr/u16-mbtouc-safe.
34087         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
34088         * lib/unistr.h: Update.
34089         * lib/unistr/u16-to-u8.c: Update.
34090         * modules/unistr/u16-to-u8: Update.
34091         * lib/unistr/u16-to-u32.c: Update.
34092         * modules/unistr/u16-to-u32: Update.
34093
34094 2007-01-27  Bruno Haible  <bruno@clisp.org>
34095
34096         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
34097         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
34098         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
34099         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
34100         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
34101         * modules/unistr/u8-mbtouc-unsafe: Renamed from
34102         modules/unistr/u8-mbtouc.
34103         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
34104         * lib/unistr.h: Update.
34105         * lib/striconveh.c: Update.
34106         * modules/striconveh: Update.
34107         * lib/linebreak.c: Update.
34108         * modules/linebreak: Update.
34109         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
34110         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
34111         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
34112         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
34113         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
34114         * lib/unistr.h: Update.
34115         * lib/striconveh.c: Update.
34116         * modules/striconveh: Update.
34117         * lib/unistr/u8-to-u16.c: Update.
34118         * modules/unistr/u8-to-u16: Update.
34119         * lib/unistr/u8-to-u32.c: Update.
34120         * modules/unistr/u8-to-u32: Update.
34121
34122 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34123
34124         Sync from Libtool.
34125         * lib/argz.c: Do not include strings.h nor memory.h, include
34126         string.h unconditionally.  Patch by Simon Josefsson.
34127
34128 2007-01-27  Bruno Haible  <bruno@clisp.org>
34129
34130         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
34131         from gl_HEADER_STRING_H_BODY.
34132         (gl_HEADER_STRING_H_BODY): Require it.
34133         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
34134         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
34135         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
34136         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
34137         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34138         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
34139         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
34140         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
34141         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
34142         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
34143         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
34144         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
34145         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
34146         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
34147         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34148
34149 2007-01-27  Bruno Haible  <bruno@clisp.org>
34150
34151         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
34152         check_PROGRAMS into noinst_PROGRAMS.
34153         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
34154         check_PROGRAMS in this case.
34155         (func_import): Set for_test to false.
34156         (func_create_testdir): Set for_test to true.
34157
34158 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
34159             Bruno Haible  <bruno@clisp.org>
34160
34161         * modules/strcasestr (Files): Remove lib/strcasestr.h.
34162         (Depends-on): Add string.
34163         (Includes): Use <string.h> instead of strcasestr.h.
34164         * modules/string (Makefile.am): Also substitute the value of
34165         REPLACE_STRCASESTR.
34166         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
34167         assume strcasestr is declared in <string.h> not <strings.h>. Also
34168         set REPLACE_STRCASESTR.
34169         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
34170         REPLACE_STRCASESTR.
34171         * lib/strcasestr.h: Remove file.
34172         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
34173         * lib/string_.h (strcasestr): New declaration.
34174
34175 2007-01-27  Bruno Haible  <bruno@clisp.org>
34176
34177         * lib/string_.h: Use 'extern'.
34178
34179 2007-01-27  Jim Meyering  <jim@meyering.net>
34180
34181         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
34182         of set-but-not-used local, "q".
34183
34184         * lib/mempcpy.c: Include <config.h> before <string.h>.
34185         This fixes a compilation error on HP-UX, due to the system's
34186         "restrict"-using mempcpy prototype.
34187
34188 2007-01-26  Bruno Haible  <bruno@clisp.org>
34189
34190         Small optimization.
34191         * lib/javacomp.c: Include c-strstr.h.
34192          (is_envjavac_gcj): Use c_strstr instead of strstr.
34193         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
34194
34195 2007-01-26  Bruno Haible  <bruno@clisp.org>
34196
34197         * MODULES.html.sh (Unicode string functions): Add the new modules.
34198
34199         * modules/uniconv/u32-strconv-to-locale: New file.
34200         * lib/uniconv/u32-strconv-to-locale.c: New file.
34201
34202         * modules/uniconv/u16-strconv-to-locale: New file.
34203         * lib/uniconv/u16-strconv-to-locale.c: New file.
34204
34205         * modules/uniconv/u8-strconv-to-locale: New file.
34206         * lib/uniconv/u8-strconv-to-locale.c: New file.
34207
34208         * modules/uniconv/u32-strconv-from-locale: New file.
34209         * lib/uniconv/u32-strconv-from-locale.c: New file.
34210
34211         * modules/uniconv/u16-strconv-from-locale: New file.
34212         * lib/uniconv/u16-strconv-from-locale.c: New file.
34213
34214         * modules/uniconv/u8-strconv-from-locale: New file.
34215         * lib/uniconv/u8-strconv-from-locale.c: New file.
34216
34217         * modules/uniconv/u32-strconv-to-enc: New file.
34218         * lib/uniconv/u32-strconv-to-enc.c: New file.
34219         * modules/uniconv/u32-strconv-to-enc-tests: New file.
34220         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
34221
34222         * modules/uniconv/u16-strconv-to-enc: New file.
34223         * lib/uniconv/u16-strconv-to-enc.c: New file.
34224         * lib/uniconv/u-strconv-to-enc.h: New file.
34225         * modules/uniconv/u16-strconv-to-enc-tests: New file.
34226         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
34227
34228         * modules/uniconv/u8-strconv-to-enc: New file.
34229         * lib/uniconv/u8-strconv-to-enc.c: New file.
34230         * modules/uniconv/u8-strconv-to-enc-tests: New file.
34231         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
34232
34233         * modules/uniconv/u32-strconv-from-enc: New file.
34234         * lib/uniconv/u32-strconv-from-enc.c: New file.
34235         * modules/uniconv/u32-strconv-from-enc-tests: New file.
34236         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
34237
34238         * modules/uniconv/u16-strconv-from-enc: New file.
34239         * lib/uniconv/u16-strconv-from-enc.c: New file.
34240         * modules/uniconv/u16-strconv-from-enc-tests: New file.
34241         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
34242
34243         * modules/uniconv/u8-strconv-from-enc: New file.
34244         * lib/uniconv/u8-strconv-from-enc.c: New file.
34245         * lib/uniconv/u-strconv-from-enc.h: New file.
34246         * modules/uniconv/u8-strconv-from-enc-tests: New file.
34247         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
34248
34249         * modules/uniconv/u32-conv-from-enc: New file.
34250         * lib/uniconv/u32-conv-from-enc.c: New file.
34251         * modules/uniconv/u32-conv-from-enc-tests: New file.
34252         * tests/uniconv/test-u32-conv-from-enc.c: New file.
34253
34254         * modules/uniconv/u16-conv-from-enc: New file.
34255         * lib/uniconv/u16-conv-from-enc.c: New file.
34256         * lib/uniconv/u-conv-from-enc.h: New file.
34257         * modules/uniconv/u16-conv-from-enc-tests: New file.
34258         * tests/uniconv/test-u16-conv-from-enc.c: New file.
34259
34260         * modules/uniconv/u8-conv-from-enc: New file.
34261         * lib/uniconv/u8-conv-from-enc.c: New file.
34262         * modules/uniconv/u8-conv-from-enc-tests: New file.
34263         * tests/uniconv/test-u8-conv-from-enc.c: New file.
34264
34265         * modules/uniconv/base: New file.
34266         * lib/uniconv.h: New file.
34267
34268 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
34269
34270         * doc/gnulib-tool.texi (Initial import): Update to match current
34271         behavior with strdup module.
34272         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
34273         * lib/memmem.h: Remove; all uses removed.  This is now done
34274         by <string.h>.
34275         * lib/mempcpy.h: Likewise.
34276         * lib/memrchr.h: Likewise.
34277         * lib/stpcpy.h: Likewise.
34278         * lib/stpncpy.h: Likewise.
34279         * lib/strcase.h: Likewise.
34280         * lib/strchrnul.h: Likewise.
34281         * lib/strdup.h: Likewise.
34282         * lib/strndup.h: Likewise.
34283         * lib/strnlen.h: Likewise.
34284         * lib/strpbrk.h: Likewise.
34285         * lib/strsep.h: Likewise.
34286         * lib/strstr.h: Likewise.
34287         * lib/strtok_r.h: Likewise.
34288         * lib/string_.h: New file.
34289         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
34290         Rely on <string.h> instead.
34291         * lib/canon-host.c: Likewise.
34292         * lib/chdir-long.c: Likewise.
34293         * lib/concatpath.c: Likewise.
34294         * lib/exclude.c: Likewise.
34295         * lib/fchdir.c: Likewise.
34296         * lib/getaddrinfo.c: Likewise.
34297         * lib/getcwd.c: Likewise.
34298         * lib/getsubopt.c: Likewise.
34299         * lib/glob.c: Likewise.
34300         * lib/hard-locale.c: Likewise.
34301         * lib/iconvme.c: Likewise.
34302         * lib/javacomp.c: Likewise.
34303         * lib/mempcpy.c: Likewise.
34304         * lib/memrchr.c: Likewise.
34305         * lib/regex_internal.h: Likewise.
34306         * lib/stpncpy.c: Likewise.
34307         * lib/strcasecmp.c: Likewise.
34308         * lib/strchrnul.c: Likewise.
34309         * lib/strdup.c: Likewise.
34310         * lib/striconv.c: Likewise.
34311         * lib/striconveh.c: Likewise.
34312         * lib/striconveha.c: Likewise.
34313         * lib/strncasecmp.c: Likewise.
34314         * lib/strndup.c: Likewise.
34315         * lib/strnlen.c: Likewise.
34316         * lib/strsep.c: Likewise.
34317         * lib/strstr.c: Likewise.
34318         * lib/strtok_r.c: Likewise.
34319         * lib/userspec.c: Likewise.
34320         * lib/w32spawn.h: Likewise.
34321         * lib/xstrndup.c: Likewise.
34322         * lib/mountlist.c (strstr): Remove decl.
34323         * m4/string_h.m4: New file.
34324         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
34325         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
34326         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
34327         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
34328         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
34329         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
34330         Set REPLACE_STRCASECMP if necessary.
34331         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
34332         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
34333         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
34334         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
34335         HAVE_DECL_STRDUP if necessary.
34336         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
34337         since gl_FUNC_STRNDUP does that now.
34338         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
34339         Check for decl here...
34340         (gl_PREREQ_STRNLEN): ... not here.
34341         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
34342         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
34343         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
34344         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
34345         necessary.
34346         * modules/string: New file.
34347         * modules/memmem (Files): Remove special-purpose include file.
34348         (Depends-on): Add string.
34349         (Include): Include <string.h>, not the removed file.
34350         * modules/mempcpy: Likewise.
34351         * modules/memrchr: Likewise.
34352         * modules/stpcpy: Likewise.
34353         * modules/stpncpy: Likewise.
34354         * modules/strcase: Likewise.
34355         * modules/strchrnul: Likewise.
34356         * modules/strdup: Likewise.
34357         * modules/strndup: Likewise.
34358         * modules/strnlen: Likewise.
34359         * modules/strpbrk: Likewise.
34360         * modules/strsep: Likewise.
34361         * modules/strstr: Likewise.
34362         * modules/strtok_r: Likewise.
34363         * tests/test-dirname.c: Don't include "strdup.h", since
34364         <string.h> now suffices.
34365         * tests/test-memmem.c: Don't include "memmem.h", since
34366         <string.h> now suffices.
34367
34368 2007-01-25  Bruno Haible  <bruno@clisp.org>
34369
34370         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
34371         *resultp is 0.
34372
34373         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
34374         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
34375         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
34376         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
34377
34378         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
34379         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
34380         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
34381         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
34382         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
34383         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
34384
34385 2007-01-24  Bruno Haible  <bruno@clisp.org>
34386
34387         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
34388         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
34389         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
34390         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
34391         gl_FUNC_FTS_CORE.
34392         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
34393         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
34394         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34395         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
34396         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
34397         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
34398         gl_FUNC_FCHOWNAT.
34399         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
34400         gl_FUNC_STRFTIME.
34401         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
34402         Reported by Ralf Wildenhues.
34403
34404 2007-01-24  Bruno Haible  <bruno@clisp.org>
34405
34406         Drop AC_REQUIRE calls that are redundant with the module dependencies.
34407         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
34408         gl_GETADDRINFO.
34409         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
34410         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
34411         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
34412
34413 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
34414
34415         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
34416         Don't use 'exit'; just return from 'main'.
34417         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
34418
34419         * lib/fnmatch_.h: Readjust white space and comments to match
34420         glibc, to avoid spurious diffs.
34421
34422 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34423
34424         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
34425         2004-12-01 change by Jakub Jelinek, since this code won't compile
34426         if !LIBC.  Problem reported by Bob Proulx.
34427
34428 2007-01-23  Bruno Haible  <bruno@clisp.org>
34429
34430         * lib/striconveh.c: Include c-strcaseeq.h.
34431         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
34432         * modules/striconveh (Depends-on): Add c-strcaseeq.
34433
34434 2007-01-23  Bruno Haible  <bruno@clisp.org>
34435
34436         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
34437
34438         * modules/c-strcaseeq: New file.
34439         * lib/c-strcaseeq.h: New file.
34440
34441         * modules/streq: New file.
34442         * lib/streq.h: New file.
34443
34444 2007-01-23  Bruno Haible  <bruno@clisp.org>
34445
34446         * modules/striconveha-tests: New file.
34447         * tests/test-striconveha.c: New file.
34448
34449         * lib/striconveha.h: Include <stdbool.h>.
34450         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
34451         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
34452         (mem_iconveha_notranslit): Renamed from mem_iconveha.
34453         (mem_iconveha): New function.
34454         (str_iconveha_notranslit): Renamed from str_iconveha.
34455         (str_iconveha): New function.
34456         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
34457         c-strcase.
34458
34459 2007-01-23  Bruno Haible  <bruno@clisp.org>
34460
34461         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
34462         encodings without forgiving before trying any encoding with handler.
34463         (str_iconveha): Try all encodings without forgiving before trying any
34464         encoding with handler.
34465
34466 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34467
34468         Import the following changes from libc.
34469
34470         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
34471
34472         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
34473
34474         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
34475
34476         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
34477         normal_bracket label.
34478
34479         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
34480
34481         [BZ #361]
34482         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
34483         to normal_bracket after fetching the next character.
34484
34485 2007-01-22  Bruno Haible  <bruno@clisp.org>
34486
34487         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
34488         argument.
34489         * lib/striconveh.c (iconv_carefully_1): New function.
34490         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
34491         argument.
34492         (str_cd_iconveh): Update.
34493         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
34494         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
34495         * tests/test-striconveh.c (MAGIC): New macro.
34496         (new_offsets): New function.
34497         (main): Test call with and without offsets.
34498
34499 2007-01-22  Bruno Haible  <bruno@clisp.org>
34500
34501         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
34502         * modules/sys_select (Makefile.am): Likewise.
34503         * modules/sys_socket (Makefile.am): Likewise.
34504         * modules/sys_time (Makefile.am): Likewise.
34505
34506 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
34507
34508         * modules/gettimeofday (License): Change from GPL to LGPL, since
34509         gettimeofday is a library function.
34510
34511 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34512
34513         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
34514
34515 2007-01-21  Bruno Haible  <bruno@clisp.org>
34516
34517         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
34518
34519 2007-01-21  Bruno Haible  <bruno@clisp.org>
34520
34521         * modules/striconveha: New file.
34522         * lib/striconveha.h: New file.
34523         * lib/striconveha.c: New file.
34524         * MODULES.html.sh (Internationalization functions): Add striconveha.
34525         * lib/striconv.c (str_iconv): Optimize the case of an empty input
34526         string.
34527         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
34528
34529 2007-01-21  Bruno Haible  <bruno@clisp.org>
34530
34531         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
34532         * lib/striconveh.c (str_iconveh): Likewise.
34533
34534 2007-01-21  Bruno Haible  <bruno@clisp.org>
34535
34536         * lib/striconveh.h (mem_iconveh): New declaration.
34537         * lib/striconveh.c (mem_iconveh): New function.
34538         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
34539
34540 2007-01-21  Bruno Haible  <bruno@clisp.org>
34541
34542         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
34543
34544         * lib/striconveh.h (mem_cd_iconveh): Change specification.
34545         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
34546         original result buffer.
34547         (str_cd_iconveh): Update.
34548         * tests/test-striconveh.c (main): Update.
34549
34550         * lib/striconv.h (mem_cd_iconv): Change specification.
34551         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
34552         result buffer.
34553         (str_cd_iconv): Update.
34554         * tests/test-striconv.c (main): Update.
34555
34556 2007-01-21  Bruno Haible  <bruno@clisp.org>
34557
34558         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
34559
34560 2007-01-20  Jim Meyering  <jim@meyering.net>
34561
34562         * lib/userspec.c (parse_with_separator): If a user or group string
34563         starts with "+", skip the corresponding name-to-ID look-up, since
34564         such a look-up must fail: user and group names may not include "+".
34565
34566 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34567
34568         * lib/poll.c: Include sys/time.h and time.h unconditionally,
34569         since we now assume the sys_time module.
34570         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
34571         check for sys/time.h; no longer needed.
34572         * modules/poll (Depends-on): Depend on sys_time.
34573
34574 2007-01-18  Bruno Haible  <bruno@clisp.org>
34575
34576         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
34577         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
34578
34579         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
34580         gettimeofday.
34581
34582         * tests/test-gettimeofday.c: Include <time.h>.
34583         (dummy): Remove variable.
34584
34585         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
34586         gl_HEADER_SYS_TIME_H.
34587         (gl_HEADER_SYS_TIME_H): New macro.
34588
34589         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
34590         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34591         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
34592         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
34593         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34594         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
34595         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
34596         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34597         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
34598         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
34599         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34600
34601         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
34602         last change; it caused a compilation error when cross-compiling to
34603         Cygwin.
34604
34605 2007-01-18  Jim Meyering  <jim@meyering.net>
34606
34607         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
34608         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
34609         than the race-prone "test -d sys || mkdir sys".
34610         (configure.ac): Use AC_PROG_MKDIR_P.
34611         * modules/sys_select: Likewise.
34612         * modules/sys_socket: Likewise.
34613         * modules/sys_time: Likewise.
34614
34615 2007-01-18  Eric Blake  <ebb9@byu.net>
34616
34617         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
34618         replace gettimeofday.
34619         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
34620         name, to avoid infinite recursion.
34621
34622 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
34623
34624         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
34625         module sys_time.
34626         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
34627         assume timespec.h defines struct timeval.
34628         * lib/settime.c: Likewise.
34629         * lib/utimens.c: Likewise.
34630         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
34631         since we now assume the gettimeofday module.
34632         * lib/tempname.c (__gen_tempname): Likewise.
34633         * lib/gettimeofday.h: Remove.
34634         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
34635         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
34636         Include <time.h>, for 'time()'.
34637         (localtime_buffer_addr): Also use this workaround if
34638         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
34639         to simplify the uses.  All uses changed.
34640         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
34641         that #undef is inside {}, and 'const' follows type name consistently.
34642         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
34643         (gettimeofday): Do not use the maximum possible value for
34644         tv->tv_usec, since that might break usages other than ls.c.
34645         Instead, we'll leave ls.c alone.  This undoes today's patch
34646         by Bruno.  Add a compile-time warning for 1s-clock resolution;
34647         we've never observed the problem but might as well keep the
34648         canary.
34649         * lib/nanosleep.c: Include timespec.h first, for interface check.
34650         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
34651         now assume the sys_time module.
34652         * lib/tempname.c: Likewise.
34653         * lib/timespec.h: Likewise.
34654         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
34655         needed.
34656         * lib/strftime.c: Likewise.
34657         * lib/timespec.h: Likewise.
34658         * lib/posixtm.c: Include posixtm.h first, for interface check.
34659         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
34660         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
34661         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
34662         * lib/sys_time_.h: New file.
34663         * lib/timespec.h (struct timespec): Use long int, not long.
34664         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
34665         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
34666         Remove obsolescent call to AC_HEADER_TIME.
34667         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
34668         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34669         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
34670         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
34671         Likewise.
34672         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
34673         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
34674         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
34675         into the sys_time module.  Check for gettimeofday just once.
34676         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
34677         for gettimeofday signature to just check the signature.  Merely
34678         compile it, since linking doesn't test signature.  Improve test for
34679         whether gettimeofday.o is actually needed.
34680         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
34681         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
34682         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
34683         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34684         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
34685         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
34686         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
34687         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
34688         than worrying about sys/time.h.
34689         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
34690         Don't bother worrying about TIME_WITH_SYS_TIME.
34691         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
34692         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
34693         * m4/sys_time_h.m4: New file.
34694         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
34695         Don't include sys/time.h.  Return from main rather than exiting.
34696         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
34697         all uses changed.
34698         * modules/gethrxtime (Depends-on): Add sys_time.
34699         * modules/gettime (Depends-on): Likewise.
34700         * modules/gettimeofday (Depends-on): Likewise.
34701         * modules/nanosleep (Depends-on): Likewise.
34702         * modules/settime (Depends-on): Likewise.
34703         * modules/tempname (Depends-on): Likewise.
34704         * modules/utimens (Depends-on): Likewise.
34705         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
34706         (Include:) Change back to <sys/time.h>.
34707         (Maintainer:) Add self.
34708         * modules/sys_time: New file.
34709         * modules/tempname (Depends-on): Add gettimeofday.
34710         * tests/test-gettimeofday.c: Include <sys/time.h>
34711         rather than gettimeofday.h.
34712
34713 2007-01-17  Bruno Haible  <bruno@clisp.org>
34714
34715         * gnulib-tool (func_get_license): Revert last patch. Instead, let
34716         the license default to GPL.
34717         (func_create_testdir): Don't complain if a module is LGPL and its
34718         tests module depends on GPLed modules.
34719
34720 2007-01-17  Bruno Haible  <bruno@clisp.org>
34721
34722         * lib/gettimeofday.c (gettimeofday): Add code for the case
34723         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
34724         maximum possible value for tv->tv_usec, rather than the minimum one.
34725
34726 2005-10-08  Martin Lambers  <marlam@marlam.de>
34727 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
34728 2007-01-16  Bruno Haible  <bruno@clisp.org>
34729
34730         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
34731         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
34732         gl_FUNC_GETTIMEOFDAY.
34733         (Include): Add gettimeofday.h.
34734         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
34735         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
34736         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
34737         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
34738         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
34739         * lib/gettimeofday.h: New file.
34740         * lib/gettimeofday.c: Include <sys/timeb.h>.
34741         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
34742         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34743         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
34744         fall back on time().
34745
34746         * tests/test-gettimeofday.c: New file.
34747         * modules/gettimeofday-tests: New file.
34748
34749 2007-01-16  Eric Blake  <ebb9@byu.net>
34750
34751         * modules/fnmatch (Depends-on): Depend on wchar.
34752         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
34753         * m4/fnmatch.m4: Likewise.
34754         * modules/mbchar (Makefile.am): Assume <wchar.h>.
34755         * m4/mbchar.m4: Likewise.
34756         * modules/mbswidth (Depends-on): Depend on wchar.
34757         * lib/mbswidth.c: Assume <wchar.h>.
34758         * m4/mbswidth.m4: Likewise.
34759         * modules/quotearg (Depends-on): Depend on wchar.
34760         * lib/quotearg.c: Assume <wchar.h>.
34761         * m4/quotearg.m4: Likewise.
34762         * modules/regex (Depends-on): Depend on wchar.
34763         * lib/regex_internal.h: Assume <wchar.h>.
34764         * m4/regex.m4: Likewise.
34765         * modules/stdint (Depends-on): Depend on wchar.
34766         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
34767         * m4/stdint.m4: Likewise.
34768         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
34769         * modules/strftime (Depends-on): Depend on wchar.
34770         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
34771         * modules/strtol (Depends-on): Depend on wchar.
34772         * lib/strtol.c: Assume <wchar.h>.
34773         * modules/wcwidth (Depends-on): Depend on wchar.
34774         * lib/wcwidth.h: Assume <wchar.h>.
34775         * m4/wcwidth.m4: Likewise.
34776
34777 2007-01-16  Bruno Haible  <bruno@clisp.org>
34778
34779         * modules/csharpexec-script: New, created from...
34780         * modules/csharpexec: ... this.
34781
34782 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
34783
34784         * modules/javaexec-script: New, created from...
34785         * modules/javaexec: ... this.
34786
34787 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34788
34789         * modules/poll (Dependencies): Add sys_select.
34790
34791 2007-01-15  Jim Meyering  <jim@meyering.net>
34792
34793         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
34794         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
34795         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
34796         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
34797
34798 2007-01-15  Bruno Haible  <bruno@clisp.org>
34799
34800         * modules/striconveh: New file.
34801         * lib/striconveh.h: New file.
34802         * lib/striconveh.c: New file.
34803         * MODULES.html.sh (Internationalization functions): Add striconveh.
34804
34805         * modules/striconveh-tests: New file.
34806         * tests/test-striconveh.c: New file.
34807
34808 2007-01-15  Bruno Haible  <bruno@clisp.org>
34809
34810         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
34811         not from GNU libiconv or GNU libc.
34812
34813 2007-01-15  Bruno Haible  <bruno@clisp.org>
34814
34815         * doc/gnulib-intro.texi (Copyright): Explain the different license
34816         terms for module descriptions, autoconf macros, tests, documentation.
34817
34818 2007-01-14  Bruno Haible  <bruno@clisp.org>
34819
34820         * modules/striconv-tests: New file.
34821         * tests/test-striconv.c: New file.
34822
34823 2007-01-14  Bruno Haible  <bruno@clisp.org>
34824
34825         * modules/iconv-tests: New file.
34826         * tests/test-iconv.c: New file.
34827
34828 2007-01-14  Bruno Haible  <bruno@clisp.org>
34829
34830         * gnulib-tool (func_get_license): For test modules, use the license of
34831         the main module.
34832
34833 2007-01-14  Bruno Haible  <bruno@clisp.org>
34834
34835         * modules/iconv (Include): Clarify that <iconv.h> can only be included
34836         if iconv is found to exist.
34837
34838 2007-01-14  Bruno Haible  <bruno@clisp.org>
34839
34840         * modules/c-ctype-tests: New file.
34841         * tests/test-c-ctype.c: New file.
34842
34843 2007-01-14  Bruno Haible  <bruno@clisp.org>
34844
34845         * modules/binary-io-tests: New file.
34846         * tests/test-binary-io.sh: New file.
34847         * tests/test-binary-io.c: New file.
34848
34849 2007-01-14  Bruno Haible  <bruno@clisp.org>
34850
34851         * modules/array-oset-tests: New file.
34852         * tests/test-array_oset.c: New file.
34853
34854 2007-01-14  Bruno Haible  <bruno@clisp.org>
34855
34856         * modules/array-list-tests: New file.
34857         * tests/test-array_list.c: New file.
34858
34859 2007-01-14  Bruno Haible  <bruno@clisp.org>
34860
34861         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
34862         and make.
34863         Reported by Simon Josefsson in
34864         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
34865
34866 2007-01-14  Bruno Haible  <bruno@clisp.org>
34867
34868         * modules/allocsa-tests: New file.
34869         * tests/test-allocsa.c: New file.
34870
34871 2007-01-14  Bruno Haible  <bruno@clisp.org>
34872
34873         * modules/fchdir (Depends-on): Add absolute-header.
34874         * modules/unistd (Depends-on): Likewise.
34875
34876 2006-12-30  Bruno Haible  <bruno@clisp.org>
34877
34878         * modules/fchdir: New file.
34879         * modules/unistd (Files): Add lib/unistd_.h.
34880         (Makefile.am): Generate unistd.h from unistd_.h.
34881         * lib/fchdir.c: New file.
34882         * lib/dirent_.h: New file.
34883         * lib/unistd_.h: New file.
34884         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
34885         * m4/fchdir.m4: New file.
34886         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
34887         (gl_HEADER_UNISTD): Invoke it.
34888         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
34889         function.
34890         * lib/backupfile.c (opendir, closedir): Undefine.
34891         * lib/chown.c (open, close): Undefine.
34892         * lib/clean-temp.c (open, close): Undefine.
34893         * lib/copy-file.c (open, close): Undefine.
34894         * lib/execute.c (open, close): Undefine.
34895         * lib/fsusage.c (open, close): Undefine.
34896         * lib/gc-gnulib.c (open, close): Undefine.
34897         * lib/getcwd.c (opendir, closedir): Undefine.
34898         * lib/glob.c (opendir, closedir): Undefine.
34899         * lib/javacomp.c (open, close): Undefine.
34900         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
34901         * lib/openat-proc.c (open, close): Undefine.
34902         * lib/pagealign_alloc.c (open, close): Undefine.
34903         * lib/pipe.c (open, close): Undefine.
34904         * lib/progreloc.c (open, close): Undefine.
34905         * lib/savedir.c (opendir, closedir): Undefine.
34906         * lib/utime.c (open, close): Undefine.
34907         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
34908
34909 2007-01-10  Bruno Haible  <bruno@clisp.org>
34910
34911         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
34912
34913 2007-01-12  Eric Blake  <ebb9@byu.net>
34914
34915         Provide a robust <wchar.h>.  Further simplifications are now
34916         possible in other modules, but not included here.
34917         * modules/wchar: New module.
34918         * m4/wchar.m4: New file.
34919         * lib/wchar_.h: Likewise.
34920         * modules/mbchar (Depends-on): Depend on wchar, as the first use
34921         of the new module.
34922         * MODULES.html.sh (Extended multibyte and wide character utilities):
34923         New section.
34924
34925 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
34926
34927         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
34928         to a reasonable default for memory allocation.
34929         (xreadlink): Don't allocate a huge buffer, to work around a buggy
34930         file system that reports garbage st_size values for symlinks.
34931         Problem reported by Liyang Hu.
34932
34933 2007-01-11  Simon Josefsson  <simon@josefsson.org>
34934
34935         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
34936         Emacs .#* auto-save files).
34937
34938 2007-01-11  Bruno Haible  <bruno@clisp.org>
34939
34940         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
34941         directory.
34942
34943 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
34944
34945         Use @...@ consistently in lib/wctype_.h.
34946         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
34947         on it being set to 1 or 0.
34948         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
34949         go back to AC_SUBSTing it.
34950         * modules/wctype (Makefile.am): Undo previous change.
34951
34952 2007-01-10  Eric Blake  <ebb9@byu.net>
34953
34954         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
34955         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
34956         * modules/wctype (Makefile.am): Likewise.
34957         Reported by Chris McGuire.
34958
34959 2007-01-10  Jim Meyering  <jim@meyering.net>
34960
34961         fts.c: a small readability/maintainability improvement
34962         * lib/fts.c (fts_read): Make this code slightly more readable and
34963         maintainable by hoisting the "sp->fts_cur = p" assignments to
34964         immediately follow the statements that set P.  Derived from
34965         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
34966
34967 2007-01-10  Eric Blake  <ebb9@byu.net>
34968
34969         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
34970         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
34971         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
34972         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
34973         Reported by Chris McGuire.
34974
34975 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34976
34977         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
34978         in sed script.
34979
34980 2007-01-09  Bruno Haible  <bruno@clisp.org>
34981
34982         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
34983         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
34984         variables.
34985         (func_module): Use them.
34986
34987 2007-01-09  Bruno Haible  <bruno@clisp.org>
34988
34989         * modules/unistr/base: New file.
34990         * lib/unistr.h: New file.
34991
34992         * modules/unistr/u8-to-u16: New file.
34993         * lib/unistr/u8-to-u16.c: New file.
34994
34995         * modules/unistr/u8-to-u32: New file.
34996         * lib/unistr/u8-to-u32.c: New file.
34997
34998         * modules/unistr/u16-to-u8: New file.
34999         * lib/unistr/u16-to-u8.c: New file.
35000
35001         * modules/unistr/u16-to-u32: New file.
35002         * lib/unistr/u16-to-u32.c: New file.
35003
35004         * modules/unistr/u32-to-u8: New file.
35005         * lib/unistr/u32-to-u8.c: New file.
35006
35007         * modules/unistr/u32-to-u16: New file.
35008         * lib/unistr/u32-to-u16.c: New file.
35009
35010         * modules/unistr/u8-check: New file.
35011         * modules/unistr/u16-check: New file.
35012         * modules/unistr/u32-check: New file.
35013         * lib/unistr/u8-check.c: New file.
35014         * lib/unistr/u16-check.c: New file.
35015         * lib/unistr/u32-check.c: New file.
35016
35017         * modules/unistr/u8-chr: New file.
35018         * modules/unistr/u16-chr: New file.
35019         * modules/unistr/u32-chr: New file.
35020         * lib/unistr/u8-chr.c: New file.
35021         * lib/unistr/u16-chr.c: New file.
35022         * lib/unistr/u32-chr.c: New file.
35023
35024         * modules/unistr/u8-cmp: New file.
35025         * modules/unistr/u16-cmp: New file.
35026         * modules/unistr/u32-cmp: New file.
35027         * lib/unistr/u8-cmp.c: New file.
35028         * lib/unistr/u16-cmp.c: New file.
35029         * lib/unistr/u32-cmp.c: New file.
35030
35031         * modules/unistr/u8-cpy: New file.
35032         * modules/unistr/u16-cpy: New file.
35033         * modules/unistr/u32-cpy: New file.
35034         * lib/unistr/u8-cpy.c: New file.
35035         * lib/unistr/u16-cpy.c: New file.
35036         * lib/unistr/u32-cpy.c: New file.
35037         * lib/unistr/u-cpy.h: New file.
35038
35039         * modules/unistr/u8-cpy-alloc: New file.
35040         * modules/unistr/u16-cpy-alloc: New file.
35041         * modules/unistr/u32-cpy-alloc: New file.
35042         * lib/unistr/u8-cpy-alloc.c: New file.
35043         * lib/unistr/u16-cpy-alloc.c: New file.
35044         * lib/unistr/u32-cpy-alloc.c: New file.
35045         * lib/unistr/u-cpy-alloc.h: New file.
35046
35047         * modules/unistr/u8-endswith: New file.
35048         * modules/unistr/u16-endswith: New file.
35049         * modules/unistr/u32-endswith: New file.
35050         * lib/unistr/u8-endswith.c: New file.
35051         * lib/unistr/u16-endswith.c: New file.
35052         * lib/unistr/u32-endswith.c: New file.
35053         * lib/unistr/u-endswith.h: New file.
35054
35055         * modules/unistr/u8-mblen: New file.
35056         * modules/unistr/u16-mblen: New file.
35057         * modules/unistr/u32-mblen: New file.
35058         * lib/unistr/u8-mblen.c: New file.
35059         * lib/unistr/u16-mblen.c: New file.
35060         * lib/unistr/u32-mblen.c: New file.
35061
35062         * modules/unistr/u8-mbtouc: New file.
35063         * modules/unistr/u16-mbtouc: New file.
35064         * modules/unistr/u32-mbtouc: New file.
35065         * lib/unistr/u8-mbtouc.c: New file.
35066         * lib/unistr/u16-mbtouc.c: New file.
35067         * lib/unistr/u32-mbtouc.c: New file.
35068
35069         * modules/unistr/u8-mbtouc-safe: New file.
35070         * modules/unistr/u16-mbtouc-safe: New file.
35071         * modules/unistr/u32-mbtouc-safe: New file.
35072         * lib/unistr/u8-mbtouc-safe.c: New file.
35073         * lib/unistr/u16-mbtouc-safe.c: New file.
35074         * lib/unistr/u32-mbtouc-safe.c: New file.
35075
35076         * modules/unistr/u8-move: New file.
35077         * modules/unistr/u16-move: New file.
35078         * modules/unistr/u32-move: New file.
35079         * lib/unistr/u8-move.c: New file.
35080         * lib/unistr/u16-move.c: New file.
35081         * lib/unistr/u32-move.c: New file.
35082         * lib/unistr/u-move.h: New file.
35083
35084         * modules/unistr/u8-next: New file.
35085         * modules/unistr/u16-next: New file.
35086         * modules/unistr/u32-next: New file.
35087         * lib/unistr/u8-next.c: New file.
35088         * lib/unistr/u16-next.c: New file.
35089         * lib/unistr/u32-next.c: New file.
35090
35091         * modules/unistr/u8-prev: New file.
35092         * modules/unistr/u16-prev: New file.
35093         * modules/unistr/u32-prev: New file.
35094         * lib/unistr/u8-prev.c: New file.
35095         * lib/unistr/u16-prev.c: New file.
35096         * lib/unistr/u32-prev.c: New file.
35097
35098         * modules/unistr/u8-set: New file.
35099         * modules/unistr/u16-set: New file.
35100         * modules/unistr/u32-set: New file.
35101         * lib/unistr/u8-set.c: New file.
35102         * lib/unistr/u16-set.c: New file.
35103         * lib/unistr/u32-set.c: New file.
35104         * lib/unistr/u-set.h: New file.
35105
35106         * modules/unistr/u8-startswith: New file.
35107         * modules/unistr/u16-startswith: New file.
35108         * modules/unistr/u32-startswith: New file.
35109         * lib/unistr/u8-startswith.c: New file.
35110         * lib/unistr/u16-startswith.c: New file.
35111         * lib/unistr/u32-startswith.c: New file.
35112         * lib/unistr/u-startswith.h: New file.
35113
35114         * modules/unistr/u8-stpcpy: New file.
35115         * modules/unistr/u16-stpcpy: New file.
35116         * modules/unistr/u32-stpcpy: New file.
35117         * lib/unistr/u8-stpcpy.c: New file.
35118         * lib/unistr/u16-stpcpy.c: New file.
35119         * lib/unistr/u32-stpcpy.c: New file.
35120         * lib/unistr/u-stpcpy.h: New file.
35121
35122         * modules/unistr/u8-stpncpy: New file.
35123         * modules/unistr/u16-stpncpy: New file.
35124         * modules/unistr/u32-stpncpy: New file.
35125         * lib/unistr/u8-stpncpy.c: New file.
35126         * lib/unistr/u16-stpncpy.c: New file.
35127         * lib/unistr/u32-stpncpy.c: New file.
35128         * lib/unistr/u-stpncpy.h: New file.
35129
35130         * modules/unistr/u8-strcat: New file.
35131         * modules/unistr/u16-strcat: New file.
35132         * modules/unistr/u32-strcat: New file.
35133         * lib/unistr/u8-strcat.c: New file.
35134         * lib/unistr/u16-strcat.c: New file.
35135         * lib/unistr/u32-strcat.c: New file.
35136         * lib/unistr/u-strcat.h: New file.
35137
35138         * modules/unistr/u8-strchr: New file.
35139         * modules/unistr/u16-strchr: New file.
35140         * modules/unistr/u32-strchr: New file.
35141         * lib/unistr/u8-strchr.c: New file.
35142         * lib/unistr/u16-strchr.c: New file.
35143         * lib/unistr/u32-strchr.c: New file.
35144
35145         * modules/unistr/u8-strcmp: New file.
35146         * modules/unistr/u16-strcmp: New file.
35147         * modules/unistr/u32-strcmp: New file.
35148         * lib/unistr/u8-strcmp.c: New file.
35149         * lib/unistr/u16-strcmp.c: New file.
35150         * lib/unistr/u32-strcmp.c: New file.
35151
35152         * modules/unistr/u8-strcpy: New file.
35153         * modules/unistr/u16-strcpy: New file.
35154         * modules/unistr/u32-strcpy: New file.
35155         * lib/unistr/u8-strcpy.c: New file.
35156         * lib/unistr/u16-strcpy.c: New file.
35157         * lib/unistr/u32-strcpy.c: New file.
35158         * lib/unistr/u-strcpy.h: New file.
35159
35160         * modules/unistr/u8-strcspn: New file.
35161         * modules/unistr/u16-strcspn: New file.
35162         * modules/unistr/u32-strcspn: New file.
35163         * lib/unistr/u8-strcspn.c: New file.
35164         * lib/unistr/u16-strcspn.c: New file.
35165         * lib/unistr/u32-strcspn.c: New file.
35166         * lib/unistr/u-strcspn.h: New file.
35167
35168         * modules/unistr/u8-strdup: New file.
35169         * modules/unistr/u16-strdup: New file.
35170         * modules/unistr/u32-strdup: New file.
35171         * lib/unistr/u8-strdup.c: New file.
35172         * lib/unistr/u16-strdup.c: New file.
35173         * lib/unistr/u32-strdup.c: New file.
35174         * lib/unistr/u-strdup.h: New file.
35175
35176         * modules/unistr/u8-strlen: New file.
35177         * modules/unistr/u16-strlen: New file.
35178         * modules/unistr/u32-strlen: New file.
35179         * lib/unistr/u8-strlen.c: New file.
35180         * lib/unistr/u16-strlen.c: New file.
35181         * lib/unistr/u32-strlen.c: New file.
35182         * lib/unistr/u-strlen.h: New file.
35183
35184         * modules/unistr/u8-strmblen: New file.
35185         * modules/unistr/u16-strmblen: New file.
35186         * modules/unistr/u32-strmblen: New file.
35187         * lib/unistr/u8-strmblen.c: New file.
35188         * lib/unistr/u16-strmblen.c: New file.
35189         * lib/unistr/u32-strmblen.c: New file.
35190
35191         * modules/unistr/u8-strmbtouc: New file.
35192         * modules/unistr/u16-strmbtouc: New file.
35193         * modules/unistr/u32-strmbtouc: New file.
35194         * lib/unistr/u8-strmbtouc.c: New file.
35195         * lib/unistr/u16-strmbtouc.c: New file.
35196         * lib/unistr/u32-strmbtouc.c: New file.
35197
35198         * modules/unistr/u8-strncat: New file.
35199         * modules/unistr/u16-strncat: New file.
35200         * modules/unistr/u32-strncat: New file.
35201         * lib/unistr/u8-strncat.c: New file.
35202         * lib/unistr/u16-strncat.c: New file.
35203         * lib/unistr/u32-strncat.c: New file.
35204         * lib/unistr/u-strncat.h: New file.
35205
35206         * modules/unistr/u8-strncmp: New file.
35207         * modules/unistr/u16-strncmp: New file.
35208         * modules/unistr/u32-strncmp: New file.
35209         * lib/unistr/u8-strncmp.c: New file.
35210         * lib/unistr/u16-strncmp.c: New file.
35211         * lib/unistr/u32-strncmp.c: New file.
35212
35213         * modules/unistr/u8-strncpy: New file.
35214         * modules/unistr/u16-strncpy: New file.
35215         * modules/unistr/u32-strncpy: New file.
35216         * lib/unistr/u8-strncpy.c: New file.
35217         * lib/unistr/u16-strncpy.c: New file.
35218         * lib/unistr/u32-strncpy.c: New file.
35219         * lib/unistr/u-strncpy.h: New file.
35220
35221         * modules/unistr/u8-strnlen: New file.
35222         * modules/unistr/u16-strnlen: New file.
35223         * modules/unistr/u32-strnlen: New file.
35224         * lib/unistr/u8-strnlen.c: New file.
35225         * lib/unistr/u16-strnlen.c: New file.
35226         * lib/unistr/u32-strnlen.c: New file.
35227         * lib/unistr/u-strnlen.h: New file.
35228
35229         * modules/unistr/u8-strpbrk: New file.
35230         * modules/unistr/u16-strpbrk: New file.
35231         * modules/unistr/u32-strpbrk: New file.
35232         * lib/unistr/u8-strpbrk.c: New file.
35233         * lib/unistr/u16-strpbrk.c: New file.
35234         * lib/unistr/u32-strpbrk.c: New file.
35235         * lib/unistr/u-strpbrk.h: New file.
35236
35237         * modules/unistr/u8-strrchr: New file.
35238         * modules/unistr/u16-strrchr: New file.
35239         * modules/unistr/u32-strrchr: New file.
35240         * lib/unistr/u8-strrchr.c: New file.
35241         * lib/unistr/u16-strrchr.c: New file.
35242         * lib/unistr/u32-strrchr.c: New file.
35243
35244         * modules/unistr/u8-strspn: New file.
35245         * modules/unistr/u16-strspn: New file.
35246         * modules/unistr/u32-strspn: New file.
35247         * lib/unistr/u8-strspn.c: New file.
35248         * lib/unistr/u16-strspn.c: New file.
35249         * lib/unistr/u32-strspn.c: New file.
35250         * lib/unistr/u-strspn.h: New file.
35251
35252         * modules/unistr/u8-strstr: New file.
35253         * modules/unistr/u16-strstr: New file.
35254         * modules/unistr/u32-strstr: New file.
35255         * lib/unistr/u8-strstr.c: New file.
35256         * lib/unistr/u16-strstr.c: New file.
35257         * lib/unistr/u32-strstr.c: New file.
35258         * lib/unistr/u-strstr.h: New file.
35259
35260         * modules/unistr/u8-strtok: New file.
35261         * modules/unistr/u16-strtok: New file.
35262         * modules/unistr/u32-strtok: New file.
35263         * lib/unistr/u8-strtok.c: New file.
35264         * lib/unistr/u16-strtok.c: New file.
35265         * lib/unistr/u32-strtok.c: New file.
35266         * lib/unistr/u-strtok.h: New file.
35267
35268         * modules/unistr/u8-uctomb: New file.
35269         * modules/unistr/u16-uctomb: New file.
35270         * modules/unistr/u32-uctomb: New file.
35271         * lib/unistr/u8-uctomb.c: New file.
35272         * lib/unistr/u16-uctomb.c: New file.
35273         * lib/unistr/u32-uctomb.c: New file.
35274
35275         * MODULES.html.sh (Unicode string functions): Add the new modules.
35276
35277 2007-01-08  Bruno Haible  <bruno@clisp.org>
35278
35279         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
35280         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
35281         subdirectories.
35282
35283 2007-01-08  Karl Berry  <karl@gnu.org>
35284
35285         * doc/error.texi: mention that main() fns must set program_name
35286         when progname is used.
35287
35288 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
35289
35290         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
35291         WCTYPE_H is empty, for the benefit of builds from non-distclean
35292         directories.  Problem reported by Eric Blake in
35293         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
35294
35295 2007-01-08  Bruno Haible  <bruno@clisp.org>
35296
35297         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
35298         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
35299         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
35300         PROVIDE_CANONICALIZE_FILENAME_MODE.
35301         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
35302
35303 2007-01-08  Bruno Haible  <bruno@clisp.org>
35304
35305         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
35306         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
35307         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
35308         * lib/fts.c: Likewise.
35309         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
35310
35311 2006-12-25  Bruno Haible  <bruno@clisp.org>
35312
35313         * modules/utf8-ucs4-safe: New file.
35314         * lib/utf8-ucs4-safe.h: New file.
35315         * lib/unistr/utf8-ucs4-safe.c: New file.
35316
35317         * modules/utf16-ucs4-safe: New file.
35318         * lib/utf16-ucs4-safe.h: New file.
35319         * lib/unistr/utf16-ucs4-safe.c: New file.
35320
35321         * MODULES.html.sh (Unicode string functions): Add the new modules.
35322
35323 2007-01-08  Bruno Haible  <bruno@clisp.org>
35324
35325         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
35326         (Depends-on): Add unitypes.
35327         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
35328         (u8_mbtouc_aux): Move out to separate file.
35329         (u8_mbtouc): Use ucs4_t, uint8_t types.
35330         * lib/unistr/utf8-ucs4.c: New file.
35331
35332         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
35333         (Depends-on): Add unitypes.
35334         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
35335         (u16_mbtouc_aux): Move out to separate file.
35336         (u16_mbtouc): Use ucs4_t, uint16_t types.
35337         * lib/unistr/utf16-ucs4.c: New file.
35338
35339         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
35340         (Depends-on): Add unitypes.
35341         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
35342         (u8_uctomb_aux): Move out to separate file.
35343         (u8_uctomb): Use ucs4_t, uint8_t types.
35344         * lib/unistr/ucs4-utf8.c: New file.
35345
35346         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
35347         (Depends-on): Add unitypes.
35348         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
35349         (u16_uctomb_aux): Move out to separate file.
35350         (u16_uctomb): Use ucs4_t, uint16_t types.
35351         * lib/unistr/ucs4-utf16.c: New file.
35352
35353 2006-12-25  Bruno Haible  <bruno@clisp.org>
35354
35355         * modules/unitypes: New file.
35356         * lib/unitypes.h: New file.
35357         * MODULES.html.sh (func_all_modules): New section "Unicode string
35358         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
35359         this section. Add unitypes.
35360
35361 2007-01-08  Bruno Haible  <bruno@clisp.org>
35362
35363         Avoid variable names that conflict with those from libtool.
35364         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
35365         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
35366         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
35367         library_names_spec to acl_library_names_spec, hardcode_* to
35368         acl_hardcode_*.
35369         Reported by Ralf Wildenhues.
35370
35371 2007-01-08  Bruno Haible  <bruno@clisp.org>
35372
35373         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
35374         definition.
35375         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
35376         definition.
35377         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
35378         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
35379         definition.
35380         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
35381         definition.
35382         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
35383         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
35384         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
35385         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
35386         definition.
35387         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
35388         definition.
35389         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
35390         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
35391         GC_USE_<algorithm>.
35392         * lib/gc-libgcrypt.c: Likewise.
35393         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
35394         * modules/gc-arctwo (configure.ac): Likewise.
35395         * modules/gc-des (configure.ac): Likewise.
35396         * modules/gc-hmac-md5 (configure.ac): Likewise.
35397         * modules/gc-hmac-sha1 (configure.ac): Likewise.
35398         * modules/gc-md2 (configure.ac): Likewise.
35399         * modules/gc-md4 (configure.ac): Likewise.
35400         * modules/gc-md5 (configure.ac): Likewise.
35401         * modules/gc-random (configure.ac): Likewise.
35402         * modules/gc-rijndael (configure.ac): Likewise.
35403         * modules/gc-sha1 (configure.ac): Likewise.
35404
35405 2007-01-08  Bruno Haible  <bruno@clisp.org>
35406
35407         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
35408         macro definition.
35409         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
35410         definition.
35411         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
35412         definition.
35413         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
35414         * modules/fcntl-safer (configure.ac): Likewise.
35415         * modules/fopen-safer (configure.ac): Likewise.
35416         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
35417         GNULIB_FWRITEERROR macro definition.
35418
35419 2007-01-08  Bruno Haible  <bruno@clisp.org>
35420
35421         * m4/gnulib-common.m4: New file.
35422         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
35423         (func_get_filelist): Add m4/gnulib-common.m4.
35424
35425 2007-01-08  Bruno Haible  <bruno@clisp.org>
35426
35427         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
35428         command.
35429
35430 2007-01-08  Jim Meyering  <jim@meyering.net>
35431
35432         Use a more robust test for a "can't happen" condition.
35433         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
35434         narrowed the st_size value.  Presuming the "can't happen" condition
35435         is true, that narrowing could conceivably convert an invalid st_size
35436         value into a valid one.  Instead, use a change based on Matthew
35437         Woehlke's original patch.
35438
35439         Slight readability improvement: use an assert-like macro
35440         in place of literal "abort ()" uses.
35441         * lib/fts.c (fts_assert): Define.
35442         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
35443         Use this macro instead of a bare 'abort'.
35444
35445 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
35446
35447         Don't worry about using IRIX 5.3's wctype.h broken definitions;
35448         simply work around them.
35449         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
35450         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
35451         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
35452         declaring.
35453         Don't bother to define as macros, since the standard doesn't require it.
35454         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
35455         longer worry about IRIX 5.3.
35456         (HAVE_WCTYPE_CTMP_BUG): Remove.
35457
35458 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35459
35460         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
35461         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
35462         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
35463         Problems reported by Georg Schwarz for IRIX 5.3.
35464
35465         * gnulib-tool (autoconf_minversion): Take the maximum version number
35466         found, not the minimum.  Problem reported by James Youngman.
35467
35468 2007-01-03  Karl Berry  <karl@gnu.org>
35469
35470         * doc/error.texi: new file, explaining interaction with progname.
35471         * doc/gnulib.texi: include it.  Update copyright.
35472
35473 2007-01-03  Simon Josefsson  <simon@josefsson.org>
35474
35475         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
35476         AC_CANONICAL_HOST, to improve autobuild outputs.
35477
35478 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
35479             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
35480
35481         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
35482         sockets, server sockets, and other file descriptors.  Count errors
35483         to compute the return value.  Reorder the code a bit to be easier
35484         to follow.  Don't set event bits that were not requested (except
35485         POLLERR and POLLHUP).
35486
35487 2007-01-01  Bruno Haible  <bruno@clisp.org>
35488
35489         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
35490
35491 2007-01-03  Jim Meyering  <jim@meyering.net>
35492
35493         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
35494
35495 2007-01-02  Bruno Haible  <bruno@clisp.org>
35496
35497         * modules/settime (Include): Require timespec.h.
35498         * modules/nanosleep (Include): Likewise.
35499
35500 2007-01-01  Bruno Haible  <bruno@clisp.org>
35501
35502         * gnulib-tool (func_emit_copyright_notice): Bump year.
35503         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
35504
35505 2007-01-01  Bruno Haible  <bruno@clisp.org>
35506
35507         Improve support for OpenBSD.
35508         * build-aux/config.rpath (libname_spec): Export.
35509         (library_names_spec): New variable. Export.
35510         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
35511         library_names_spec from the config.rpath output. Locate shared library
35512         through the name pattern in library_names_spec.
35513
35514 2007-01-01  Eric Blake  <ebb9@byu.net>
35515
35516         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
35517
35518 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
35519
35520         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
35521         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
35522         assume the C locale, and avoid an "eval" that could cause trouble.
35523         Problem with SORT reported by Bob Proulx.
35524
35525         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
35526         Define.  Trivial patch from Henning Nielsen Lund, originally
35527         sent to bug-grep@gnu.org today.
35528
35529 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
35530
35531         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
35532         struct stat.  Problem reported by Henning Nielsen Lund.
35533         * lib/acl.c: Include acl.h first, to check interface.  Don't
35534         bother to include sys/types.h and sys/stat.h again.
35535
35536 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35537
35538         Import the following change from libc; problem reported by
35539         Sven Verdoolaege.
35540
35541         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
35542
35543         [BZ #1373]
35544         * lib/argp.h: Remove __NTH for __argp_usage inline function.
35545
35546 2006-12-28  Jim Meyering  <jim@meyering.net>
35547
35548         * build-aux/announce-gen: Do not assume that the package
35549         builds any of tar.gz, tar.bz2, and .xdelta files.
35550         Suggestion from Simon Josefsson.
35551
35552 2006-12-28  Simon Josefsson  <simon@josefsson.org>
35553
35554         * modules/announce-gen: New file.
35555
35556 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
35557
35558         * lib/mbchar.h: Just include <wctype.h>; the wctype module
35559         handles its gotchas now.
35560         * lib/mbswidth.c: Likewise.
35561         * lib/wcwidth.h: Likewise.
35562         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
35563         and iswcntrl; the wctype module does this stuff now.
35564         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
35565         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
35566         * modules/mbchar (Depends-on): Add wctype.
35567         * modules/mbswidth (Depends-on): Likewise.
35568         * modules/wcwidth (Depends-on): Likewise.
35569
35570 2006-12-27  Eric Blake  <ebb9@byu.net>
35571
35572         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
35573         module uses more than what <wctype.h> is required to provide.
35574
35575 2006-12-26  Eric Blake  <ebb9@byu.net>
35576
35577         * gnulib-tool (sed_extract_prog): Avoid space-tab.
35578
35579 2006-12-26  Eric Blake  <ebb9@byu.net>
35580
35581         * modules/absolute-header: New module.
35582         * modules/fcntl (Depends-on): Depend on it.
35583         * modules/inttypes (Depends-on): Likewise.
35584         * modules/stdint (Depends-on): Likewise.
35585         * modules/sys_stat (Depends-on): Likewise.
35586         * modules/wctype (Depends-on): Likewise.
35587         * MODULES.html.sh (Support for building libraries and
35588         executables): Document it.
35589
35590 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
35591
35592         * gnulib-tool (SED): Remove, undoing previous change.
35593         The problem was that it broke coreutils on Solaris, because
35594         "sed --posix" leaked into a makefile.
35595         (sed): New alias, if 'alias' and GNU sed.
35596
35597 2006-12-24  Jim Meyering  <jim@meyering.net>
35598
35599         Work around an fchownat bug in glibc-2.4:
35600         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
35601         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
35602         in spite of the -P option.
35603         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
35604         New macros.
35605         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
35606         * modules/openat (Files): Add lib/fchownat.c.
35607         * lib/openat.c (fchownat): Don't define here.  Move to...
35608         * lib/fchownat.c: ...this new file.
35609
35610 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35611
35612         Fix bug reported by Bruno Haible in
35613         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
35614         where quotearg.c didn't compile on Mac OS X 10.2 because it
35615         lacks <wchar.h> and wint_t.
35616         * lib/wctype_.h (__wctype_wint_t): New type.
35617         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
35618         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
35619         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
35620         Arg is now of type __wctype_wint_t, not wint_t.
35621         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
35622         substitute HAVE_WINT_T.
35623         * modules/wctype (Files): Add m4/wint_t.m4.
35624         (wctype.h): Substitute HAVE_WINT_T.
35625
35626 2006-12-23  Bruno Haible  <bruno@clisp.org>
35627
35628         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
35629
35630 2006-12-23  Bruno Haible  <bruno@clisp.org>
35631
35632         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
35633         S_ISLNK.
35634         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
35635         mingw.
35636
35637 2006-12-22  Bruno Haible  <bruno@clisp.org>
35638
35639         * lib/copy-file.c: Include acl.h.
35640         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
35641         Close the file descriptors only after being done with copy_acl.
35642         * modules/copy-file (Depends-on): Add acl.
35643
35644 2006-12-22  Bruno Haible  <bruno@clisp.org>
35645
35646         * gnulib-tool (SED): New variable.
35647         Use $SED instead of sed everywhere.
35648
35649 2006-12-22  Bruno Haible  <bruno@clisp.org>
35650
35651         * modules/no-c++: New file.
35652         * m4/no-c++.m4: New file.
35653         * MODULES.html.sh (Support for building libraries and executables):
35654         Add no-c++.
35655
35656 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
35657
35658         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
35659         Include <limits.h>, and use its INT_MAX to rewrite the
35660         j loop so that it does not overflow 'int'.  Problem reported by
35661         Ralf Wildenhues in
35662         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
35663         Play it safe by shifting left by 1 rather than multiplying by 2,
35664         as GCC is less likely to optimize this away when the value
35665         is signed (when it assumes overflow leads to undefined behavior).
35666         Also, don't assume time_t uses two's complement.
35667
35668 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
35669
35670         * MODULES.html.sh: New module wctype.
35671         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
35672         * lib/fnmatch.c: Don't bother to include <wchar.h> before
35673         <wctype.h>, since the new wctype module should fix this.
35674         * lib/quotearg.c: Include <wctype.h> unconditionally, since
35675         the wctype module should arrange for it.
35676         * lib/regex_internal.h: Likewise.
35677         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
35678         since the wctype module should handle this now.
35679         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
35680         * modules/fnmatch (Depends-on): Add wctype.
35681         * modules/quotearg (Depends-on): Likewise.
35682         * modules/regex (Depends-on): Likewise.
35683
35684 2006-12-19  Bruno Haible  <bruno@clisp.org>
35685
35686         * lib/strdup.h [C++]: Wrap definitions in extern "C".
35687         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
35688
35689 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35690
35691         * modules/savewd (Depends-on): Fix dependency on fcntl.
35692
35693 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
35694
35695         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
35696         conforms to C99, rather than relying on the user's environment
35697         setting of STDINT_H.
35698
35699 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
35700         and Eric Blake  <ebb9@byu.net>
35701
35702         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
35703         This is more consistent with the other defines here.
35704         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
35705         Port to z/OS.  Problem reported by Paul Gilmartin.
35706         Change local vars to use gl_ prefix rather than ac_.
35707         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
35708         with other defines.
35709         * modules/double-slash-root: New module.
35710         * modules/dirname (Files): Remove m4/double-slash-root.m4.
35711         (Depends-on): Add double-slash-root.
35712         * MODULES.html.sh (File system functions): Mention new module.
35713
35714 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
35715
35716         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
35717         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
35718         This is for the benefit of gzip, which doesn't do i18n.
35719
35720 2006-12-12  Jim Meyering  <jim@meyering.net>
35721
35722         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
35723         Reported by Andreas Schwab <schwab@suse.de>.
35724
35725 2006-12-12  Bruno Haible  <bruno@clisp.org>
35726
35727         Merge these changes.
35728         2006-09-05  Bruno Haible  <bruno@clisp.org>
35729         * lib/iconvme.c (iconv_string): No need to save and restore errno when
35730         iconv_alloc succeeded.
35731         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
35732         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
35733         test for " && dest " at the end - dest is always != NULL there. Call
35734         iconv with 4xNULL arguments initially, to reset the state. Call iconv
35735         with 2xNULL arguments, also to flush the state storage. Handle the
35736         IRIX iconv behaviour. Realloc the final result, to throw away unused
35737         memory.
35738
35739 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
35740
35741         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
35742         and fchmodat unconditionally, since glibc 2.4 has them.
35743         Problem reported by Arkadiusz Miskiewicz.
35744
35745 2006-12-10  Bruno Haible  <bruno@clisp.org>
35746
35747         * gnulib-tool (func_import): Show the include files only for those
35748         modules that are copied and specified.
35749         Reported by Karl Berry.
35750
35751 2006-12-08  Jim Meyering  <jim@meyering.net>
35752
35753         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
35754         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
35755
35756         * build-aux/announce-gen: Add two new options, both optional:
35757         --bootstrap-tools=TOOL_LIST
35758               a comma-separated list of tools, e.g.,
35759               autoconf,automake,bison,gnulib
35760         --gnulib-snapshot-date=DATE
35761               if gnulib is in the bootstrap tool list,
35762               then report this as the snapshot date.
35763               If not specified, use the current date/time.
35764               If you specify a date here, be sure it's UTC.
35765
35766 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35767
35768         * tests/test-argp-2.sh: Fix test to match actual output.
35769         (func_compare): Fix sed script to be portable.
35770
35771 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
35772
35773         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
35774         workaround for this case.  It is not autoconfigured now; offhand
35775         it's hard to see how to autoconfigure it.
35776
35777 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
35778
35779         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
35780         a directory that is about to be chowned.  Such a directory's
35781         initial file permissions should permit the owner only and this
35782         should not be changed until after the chown, since the group and
35783         other bits would be incorrect if they granted permission before
35784         the chown.
35785
35786         Fix porting problem for iswctype reported by Georg Schwarz in:
35787         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
35788         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
35789         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
35790         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
35791         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35792
35793 2006-12-03  Jim Meyering  <jim@meyering.net>
35794
35795         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
35796         p->fts_statp may not yet be defined.
35797         (fts_read): Instead, set it in the caller, once p->fts_statp is
35798         sure to be defined, and corresponds to a top-level directory.
35799         This bug made du -x fail.  Here's the coreutils test case:
35800         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
35801         Reported by Mike Frysinger.
35802
35803 2006-12-01  Jim Meyering  <jim@meyering.net>
35804
35805         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
35806         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
35807         Reported by Simon Josefsson.
35808
35809 2006-11-30  Jim Meyering  <jim@meyering.net>
35810
35811         * m4/warning.m4: Use the all-permissive copyright notice
35812         recommended by RMS (rather than LGPL).
35813         * m4/vararrays.m4: Likewise.
35814         * m4/flexmember.m4: Likewise.
35815
35816 2006-11-29  Bruno Haible  <bruno@clisp.org>
35817
35818         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
35819         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
35820         using +=.
35821         Reported by Simon Josefsson <simon@josefsson.org>.
35822
35823 2006-11-28  James Youngman <jay@gnu.org>
35824
35825         * README: Advise users that they might find the bug-gnulib@gnu.org
35826         and autotools-announce@gnu.org mailing lists useful.
35827
35828 2006-11-28  Bruno Haible  <bruno@clisp.org>
35829
35830         * m4/ptrdiff_max.m4: Remove file.
35831
35832 2006-11-21  Bruno Haible  <bruno@clisp.org>
35833
35834         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
35835         _AC_COMPUTE_INT.
35836         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35837         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
35838         _AC_COMPUTE_INT.
35839         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35840         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
35841         _AC_COMPUTE_INT.
35842         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35843
35844 2006-11-28  Jim Meyering  <jim@meyering.net>
35845
35846         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
35847         warning from "gcc -Wshadow" about shadowing the builtin.
35848
35849 2006-11-27  Bruno Haible  <bruno@clisp.org>
35850
35851         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
35852         _AC_COMPUTE_INT.
35853         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35854
35855 2006-11-27  Bruno Haible  <bruno@clisp.org>
35856             Paul Eggert  <eggert@cs.ucla.edu>
35857
35858         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
35859
35860 2006-11-26  Bruno Haible  <bruno@clisp.org>
35861
35862         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
35863         noinst_LTLIBRARIES.
35864
35865 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35866             Bruno Haible  <bruno@clisp.org>
35867
35868         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
35869         if compiling with "gcc -ansi".
35870
35871 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35872
35873         Fix some incompatibilities with gcc -ansi -pedantic.
35874         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
35875         if compiling pedantically with GCC, unless it's C99 or later.
35876         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
35877         it mishandles gcc -ansi -pedantic as well.
35878         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
35879         if gcc -pedantic.
35880         * lib/regexec.c (check_node_accept_bytes): Don't use auto
35881         initializers for struct if -pedantic, unless it's C99 or later.
35882
35883 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
35884
35885         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
35886         Don't close an fd more than once. Identical atimes indicate
35887         success, not failure.
35888
35889 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
35890
35891         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
35892
35893 2006-11-23  Jim Meyering  <jim@meyering.net>
35894
35895         * build-aux/announce-gen: New file.  From coreutils.
35896
35897 2006-11-22  Jim Meyering  <jim@meyering.net>
35898
35899         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
35900         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
35901         (fts_read): Use a temporary to narrow the overused st_size member
35902         before using it in a switch statement.  Reported by Matthew Woehlke.
35903
35904         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
35905         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
35906
35907 2006-11-20  Bruno Haible  <bruno@clisp.org>
35908
35909         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
35910         changequote instead of pairs of brackets.
35911         Reported by Andreas Schwab <schwab@suse.de>.
35912
35913 2006-11-21  Jim Meyering  <jim@meyering.net>
35914
35915         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
35916         so as to remain compatible with older compilers.
35917         Patch from Michael Deutschmann.
35918
35919 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35920
35921         * MODULES.html.sh (File system functions): Add openat.
35922
35923         * lib/openat.h (rpl_fstatat): New macro, if
35924         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
35925         (fstatat): Define to rpl_fstatat under the same conditions,
35926         unless COMPILING_FSTATAT.
35927         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
35928         seems to have the bug.
35929         * lib/fstatat.c: New file.
35930         * modules/openat (Files): Add it.
35931
35932 2006-11-20  Bruno Haible  <bruno@clisp.org>
35933
35934         * Makefile: New file.
35935
35936 2006-11-20  Jim Meyering  <jim@meyering.net>
35937
35938         The beginnings of syntax-related checks for gnulib.
35939         * lib/Makefile: New file.
35940         * lib/t-idcache: New script.  Ensure that the two halves of
35941         idcache.c stay in sync.
35942
35943         * lib/idcache.c: Adjust comments in user- and group- portions to
35944         be more accurate, and to be consistent with one another.
35945
35946 2006-11-20  Jim Meyering  <jim@meyering.net>
35947
35948         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
35949         continue using the flexible array member (thus, this module performs
35950         half as many malloc calls), with the addition that...
35951         (getgroup, getuser): Consistently record a non-match via an empty
35952         "name" string, and map an empty string match to a NULL return value.
35953         * modules/idcache (Depends-on): Re-add flexmember.
35954
35955         * lib/idcache.c (getuser): Remove all uses of the register keyword.
35956         (getuidbyname, getgroup, getgidbyname): Likewise.
35957
35958         Use cleaner syntax: NULL rather than 0.
35959         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
35960
35961 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35962
35963         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
35964         It mishandled the case where the group was missing.
35965         Problem reported by Greg Schafer.
35966         * modules/idcache: Likewise.
35967
35968 2006-11-18  Jim Meyering  <jim@meyering.net>
35969
35970         * check-module (%exempt_header): Add exception for some
35971         conditionally-included headers.
35972
35973         * modules/i-ring (Depends-on): Add verify.
35974         (License): Change to LGPL.
35975
35976 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35977
35978         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
35979         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
35980         and inttostr.h.  Use snprintf rather than uinttostr, so that
35981         LGPLed code doesn't depend on GPLed.
35982
35983 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35984
35985         * modules/inline (License): Change from GPL to LGPL.
35986
35987 2006-11-17  Jim Meyering  <jim@meyering.net>
35988
35989         * modules/d-type (License): Switch to LGPL.
35990
35991 2006-11-15  Bruno Haible  <bruno@clisp.org>
35992
35993         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
35994
35995 2006-11-15  Eric Blake  <ebb9@byu.net>
35996
35997         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
35998         the module dependency.
35999
36000 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36001             Bruno Haible  <bruno@clisp.org>
36002
36003         * gnulib-tool (func_create_testdir): Add license consistency check.
36004
36005 2006-11-15  Eric Blake  <ebb9@byu.net>
36006
36007         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
36008         random "(cached)" in configure output.
36009
36010 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36011
36012         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
36013         test for conforming inttypes.h is both announced and cached.
36014
36015         * MODULES.html.sh (seen_modules, seen_files): New variables.
36016         (func_module): Rewrite to use a few less gnulib-tool and sed
36017         invocations.  Avoid a couple of quadratic algorithms for ...
36018         (missed_modules, missed_files): ... these, with ...
36019         (func_append, func_tmpdir): ... these new functions, from
36020         gnulib-tool.  Analogously, install traps for cleanup.
36021
36022         * tests/test-gc.c (main): Remove unused variables.
36023         * tests/test-read-file.c: Include stdlib.h, for 'free'.
36024
36025 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
36026
36027         * modules/inttostr (License): Change to LGPL.
36028
36029 2006-11-14  Eric Blake  <ebb9@byu.net>
36030
36031         * modules/tempname (License): Change to LGPL.
36032
36033 2006-11-14  Eric Blake  <ebb9@byu.net>
36034
36035         * doc/functions.texi (Function Portability): *printf functions on
36036         Cygwin now understand all POSIX size specifiers.
36037
36038 2006-11-14  Bruno Haible  <bruno@clisp.org>
36039
36040         * modules/c-ctype (License): Change to LGPL.
36041
36042 2006-11-12  Bruno Haible  <bruno@clisp.org>
36043
36044         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
36045         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
36046         for GNOME libraries, for which the include files are installed in
36047         subdirectories of $prefix/include.
36048
36049 2006-11-12  Bruno Haible  <bruno@clisp.org>
36050
36051         * m4/lib-link.m4: Require at least autoconf-2.54.
36052         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
36053         name to underscores for the --with option.
36054
36055 2006-11-13  Bruno Haible  <bruno@clisp.org>
36056
36057         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
36058         the tests directory.
36059         Reported by Ralf Wildenhues.
36060
36061 2006-11-13  Bruno Haible  <bruno@clisp.org>
36062
36063         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
36064         (func_emit_initmacro_end): Undo the override here.
36065         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
36066         Works around the famous automake error in coreutils.
36067
36068 2006-11-13  Eric Blake  <ebb9@byu.net>
36069
36070         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
36071         element, not its node.
36072
36073 2006-11-12  Bruno Haible  <bruno@clisp.org>
36074
36075         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
36076         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
36077
36078 2006-11-12  Bruno Haible  <bruno@clisp.org>
36079
36080         * gnulib-tool: New option --local-symlink.
36081         (func_usage): Document it.
36082         (lsymbolic): New variable.
36083         (func_import, func_create_testdir): If --symlink was not specified,
36084         test whether --local-symlink was specified and the file comes from
36085         the local_gnulib_dir.
36086
36087 2006-11-12  Bruno Haible  <bruno@clisp.org>
36088
36089         * gnulib-tool (func_ln): New function.
36090         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
36091
36092 2006-11-12  Bruno Haible  <bruno@clisp.org>
36093
36094         Finish support for source files in subdirectories.
36095         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
36096         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
36097         AUTOMAKE_OPTIONS.
36098         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
36099
36100 2006-11-12  Bruno Haible  <bruno@clisp.org>
36101
36102         * gnulib-tool (func_get_automake_snippet): Synthesize also an
36103         EXTRA_lib_SOURCES augmentation.
36104         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
36105
36106 2006-11-12  Jim Meyering  <jim@meyering.net>
36107
36108         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
36109         file descriptors.  This also averts a failure on systems with
36110         native openat support when a traversed directory lacks "x" access.
36111         * lib/fts_.h: Include "i-ring.h"
36112         (struct FTS) [fts_fd_ring]: New member.
36113         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
36114         (FCHDIR): Add parentheses.
36115         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
36116         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
36117         When descending, rather than simply closing the previous
36118         fts_cwd_fd value, push that file descriptor onto the ring.
36119         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
36120         (fts_open): Initialize the new fd_ring member.
36121         (fts_close): Clear the ring.
36122         (fts_safe_changedir): When possible, use our new fd_ring to skip
36123         the diropen and fstat and dev/ino comparison that would normally
36124         accompany a virtual `chdir ("..")'.
36125
36126         * modules/fts (Depends-on): Add i-ring.
36127         * modules/i-ring: New module.
36128         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
36129         * m4/i-ring.m4: New file.
36130
36131 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36132
36133         * gnulib-tool (func_create_testdir): Fix replacement of
36134         `build-aux' in configure.ac.  Run autotools in gltests
36135         subdirectory.
36136         (func_create_testdir, func_create_megatestdir, test): There is
36137         no need for '--force' in most autotool invocations in a new
36138         tree.  Actually fail the whole test if any of the tools, or the
36139         configure or make stages fail.
36140
36141         Sync from Automake.
36142         * build-aux/gnupload: Revert last change.  Add pointer to upload
36143         instructions of the GNU Maintenance Instructions.
36144         Suggestion by Karl Berry.
36145
36146 2006-11-10  Jim Meyering  <jim@meyering.net>
36147
36148         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
36149
36150 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36151
36152         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
36153         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
36154         (bind_textdomain_codeset) [! ENABLE_NLS]:
36155         Evaluate all the arguments.  That way, callers get compatible behavior
36156         if the arguments have side effects.  Also, it avoids some GCC
36157         diagnostics in some cases; Joel E. Denny reported problems when Bison
36158         was configured with --enable-gcc-warnigs.
36159
36160 2006-11-10  Jim Meyering  <jim@meyering.net>
36161
36162         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
36163         relevant options in CFLAGS (like -O, -fno-inline) are taken into
36164         account.
36165
36166 2006-11-10  Jim Meyering  <jim@meyering.net>
36167
36168         * modules/inline: New file/module.
36169         * modules/xalloc (Files): Remove m4/inline.m4.
36170         (Depends-on): Add inline, instead.
36171         * modules/oset: Likewise.
36172         * modules/list: Likewise.
36173
36174 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36175
36176         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
36177         Problem reported by Matthew Woehlke.
36178
36179 2006-11-09  Bruno Haible  <bruno@clisp.org>
36180
36181         * lib/tempname.c (gen_tempname): Remove variant that invokes
36182         __gen_tempname.
36183         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
36184         __gen_tempname.
36185
36186 2006-11-08  Bruno Haible  <bruno@clisp.org>
36187
36188         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
36189         to 'yes' instead of 'cross-compiling'.
36190
36191 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
36192
36193         * lib/quotearg.h (quotearg_free): New decl.
36194         * lib/quotearg.c (quotearg_free): New function.
36195         (slot0, nslots, slotvec0, slotvec):
36196         Now file-scope so that quotearg_free can get at them.
36197
36198 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36199
36200         Sync from Automake.
36201         * build-aux/gnupload: Add missing 'gnu' to example URL.
36202         Report by Karl Berry.
36203
36204 2006-11-08  Bruno Haible  <bruno@clisp.org>
36205
36206         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
36207         Suggested by Paul Eggert.
36208
36209 2006-11-08  Jim Meyering  <jim@meyering.net>
36210
36211         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
36212         It's already included if !_LIBC.
36213         (fts_safe_changedir): Add a comment.
36214
36215 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
36216
36217         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
36218         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
36219         Matthew Woehlke.
36220
36221         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
36222         definitions up, to avoid colliding with change below.
36223         (static_inline) [HAVE_INLINE]: New macro.
36224         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
36225         Provide extern decls when !HAVE_INLINE.  Do not define unless
36226         static_inline is defined, either by us or by xmalloc.c.  Use
36227         static_inline rather than static inline.
36228         (XCALLOC): Optimize sizeof(T) = 1 case.
36229         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
36230
36231 2006-11-07  Bruno Haible  <bruno@clisp.org>
36232
36233         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
36234         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
36235         AC_C_INLINE.
36236         * modules/xalloc (Files): Add m4/inline.m4.
36237
36238 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36239
36240         * README: Fix typo.
36241         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
36242         (Miscellanous Notes): ...from this.
36243
36244 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
36245
36246         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
36247         Mention that offsetof should be used instead of sizeof.
36248         From Bruno Haible.
36249
36250 2006-11-07  Bruno Haible  <bruno@clisp.org>
36251
36252         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
36253
36254 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
36255
36256         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
36257         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
36258         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
36259         (gl_tree_add_before, gl_tree_add_after):
36260         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
36261         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
36262         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36263         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
36264         (gl_linked_add_after, gl_linked_add_at): Likewise.
36265         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
36266         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
36267         (gl_tree_add_before, gl_tree_add_after): Likewise.
36268         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
36269         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
36270         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
36271
36272 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36273
36274         * lib/gl_oset.h: Use C comment style, not C++ comment style.
36275
36276 2006-11-06  Bruno Haible  <bruno@clisp.org>
36277
36278         * m4/inline.m4: New file.
36279         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
36280         * modules/list (Files): Add m4/inline.m4.
36281         * modules/oset (Files): Likewise.
36282
36283 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
36284
36285         * lib/idcache.c: Include <stddef.h>, for offsetof.
36286         (struct userid.name): Change from char * to a flexible array member.
36287         All uses changed.
36288         * modules/idcache (Depends-on): Add flexmember.
36289
36290         * MODULES.html.sh (Core language properties): New module flexmember.
36291         * modules/flexmember, m4/flexmember.m4: New files.
36292
36293         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
36294         inline functions that are identical with the old xnmalloc_inline,
36295         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
36296         that we can avoid some unnecessary integer multiplications and
36297         divisions in the common case where the element size is known at
36298         compile time.
36299         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
36300         needed.
36301         (xnboundedmalloc): Remove.
36302         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
36303         arguments, for consistency with rest of this header.
36304         (xcharalloc): Rewrite using XNMALLOC.
36305         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
36306         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
36307         versions have been moved to lib/xalloc.h and renamed to be the
36308         non-*_inline versions.
36309         (xmalloc, xrealloc): Implement without reference to the xnmalloc
36310         and xnrealloc functions, since those functions are now inline and
36311         now call us.
36312         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
36313         renaming described above.
36314         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
36315         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
36316         captures the dependency in AC_C_INLINE.
36317
36318         New module canonicalize-lgpl, proposed by Charles Wilson in
36319         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
36320         with a few small changes afterwards.
36321         * MODULES.html.sh (File system functions): New module
36322         canonicalize-lgpl.
36323         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
36324         and canonicalize_file_name.
36325         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
36326         * modules/canonicalize-lgpl: New files.
36327
36328 2006-11-05  Bruno Haible  <bruno@clisp.org>
36329
36330         * gnulib-tool (func_import, func_create_testdir): Create directories
36331         also for files in subdirectories of lib/.
36332
36333 2006-11-05  Bruno Haible  <bruno@clisp.org>
36334
36335         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
36336         ANSI C compliant.
36337
36338 2006-11-03  Bruno Haible  <bruno@clisp.org>
36339
36340         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
36341         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
36342         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
36343         (xnboundedmalloc): New inline function.
36344         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
36345         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
36346         xmalloc.
36347         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
36348         xmalloc.
36349         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
36350         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
36351         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
36352         xmalloc.
36353         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
36354         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
36355         xmalloc.
36356         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
36357         gl_tree_add_after): Use XMALLOC instead of xmalloc.
36358         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
36359         xmalloc.
36360         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
36361         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
36362         gl_tree_add_after): Use XMALLOC instead of xmalloc.
36363         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
36364         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
36365         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
36366         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
36367
36368 2006-11-03  Bruno Haible  <bruno@clisp.org>
36369
36370         * lib/c-ctype.h [C++]: Define functions without name mangling.
36371         * lib/fwriteerror.h [C++]: Likewise.
36372         * lib/gcd.h [C++]: Likewise.
36373         * lib/linebreak.h [C++]: Likewise.
36374
36375 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
36376
36377         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
36378         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
36379         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
36380         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
36381         Check for functions and headers just once.
36382         Check for declaration of canonicalize_file_name.
36383         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
36384
36385 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
36386
36387         * gnulib-tool (func_import): Fix typo in actioncmd.
36388
36389 2006-11-02  Bruno Haible  <bruno@clisp.org>
36390
36391         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
36392         newline sequence in the Makefile.am snippet as a space, like "make"
36393         does.
36394         Reported by Roger Persson <perrog@gmail.com>.
36395
36396 2006-11-01  Bruno Haible  <bruno@clisp.org>
36397
36398         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
36399         already declared in <string.h>.
36400         * lib/strcase.h (strncasecmp): Don't declare it if yes.
36401
36402 2006-11-01  Bruno Haible  <bruno@clisp.org>
36403
36404         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
36405         * lib/strcase.h: Include <string.h>.
36406         (strcasecmp): Define to rpl_strcasecmp here.
36407
36408 2006-11-01  Bruno Haible  <bruno@clisp.org>
36409
36410         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
36411
36412 2006-11-01  Eric Blake  <ebb9@byu.net>
36413
36414         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
36415
36416         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
36417
36418 2006-10-29  Bruno Haible  <bruno@clisp.org>
36419
36420         Make it compile in C++ mode.
36421         * lib/full-write.c (full_rw): Add a cast.
36422
36423 2006-11-01  Bruno Haible  <bruno@clisp.org>
36424
36425         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
36426         be POSIX compliant.
36427         Reported by Roger Persson <perrog@gmail.com>.
36428
36429 2006-11-01  Eric Blake  <ebb9@byu.net>
36430
36431         * lib/getopt_.h: Fix comments.
36432
36433 2006-10-31  Eric Blake  <ebb9@byu.net>
36434
36435         * modules/tmpdir (Depends-on): Add sys_stat.
36436         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
36437         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
36438         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
36439         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
36440         tempname.
36441
36442 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
36443
36444         Avoid some C++ diagnostics reported by Bruno Haible.
36445         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
36446         xmalloc.
36447         (quotearg_alloc): Use xcharalloc rather than xmalloc.
36448         (struct slotvec): Move to top level.
36449         (quotearg_n_options): Rewrite to avoid xmalloc.
36450         * lib/xalloc.h (xcharalloc): New function.
36451         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
36452         [defined __cplusplus]: Add function template that provides result
36453         type propagation.  This part of the change is from Bruno Haible.
36454
36455 2006-10-29  Bruno Haible  <bruno@clisp.org>
36456
36457         Make it compile in C++ mode.
36458         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
36459         * lib/strnlen1.c (strnlen1): Cast memchr result.
36460         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
36461         * lib/clean-temp.c (string_equals, string_hash): Add casts.
36462         (create_temp_dir): Rename local variable 'template'.
36463         (compile_csharp_using_sscli): Add cast.
36464         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
36465         * lib/findprog.c (find_in_path): Likewise.
36466         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
36467         * lib/wait-process.c (register_slave_subprocess): Likewise.
36468
36469 2006-10-22  Bruno Haible  <bruno@clisp.org>
36470
36471         * modules/tsearch: New file.
36472         * lib/tsearch.h: New file.
36473         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
36474         * m4/tsearch.m4: New file.
36475         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
36476
36477 2006-10-29  Eric Blake  <ebb9@byu.net>
36478
36479         * lib/arcfour.c: Assume config.h.
36480         * lib/arctwo.c: Likewise.
36481         * lib/base64.c: Likewise.
36482         * lib/check-version.c: Likewise.
36483         * lib/crc.c: Likewise.
36484         * lib/des.c: Likewise.
36485         * lib/gc-gnulib.c: Likewise.
36486         * lib/gc-libgcrypt.c: Likewise.
36487         * lib/gc-pbkdf2-sha1.c: Likewise.
36488         * lib/getaddrinfo.c: Likewise.
36489         * lib/getdelim.c: Likewise.
36490         * lib/getline.c: Likewise.
36491         * lib/hmac-md5.c: Likewise.
36492         * lib/hmac-sha1.c: Likewise.
36493         * lib/iconvme.c: Likewise.
36494         * lib/md2.c: Likewise.
36495         * lib/md4.c: Likewise.
36496         * lib/memxor.c: Likewise.
36497         * lib/read-file.c: Likewise.
36498         * lib/readline.c: Likewise.
36499         * lib/rijndael-alg-fst.c: Likewise.
36500         * lib/rijndael-api-fst.c: Likewise.
36501         * lib/xgetdomainname.c: Likewise.
36502
36503 2006-10-28  Eric Blake  <ebb9@byu.net>
36504
36505         * lib/xstrndup.c: Assume config.h.
36506
36507 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
36508
36509         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
36510         stat-macros.h is now for our own macros, whereas stat_h is for
36511         macros in the <sys/stat.h> name space.
36512         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
36513         (STAT_MACROS_H): Remove.
36514         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
36515         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
36516         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
36517         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
36518         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
36519         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
36520         Move these macros to ...
36521         * lib/stat_.h: here.  Don't include stat-macros.h.
36522         * lib/canonicalize.c: Don't include stat-macros.h.
36523         * lib/chown.c: Likewise.
36524         * lib/euidaccess.c: Likewise.
36525         * lib/file-type.c: Likewise.
36526         * lib/filemode.c: Likewise.
36527         * lib/glob.c: Likewise.
36528         * lib/isapipe.c: Likewise.
36529         * lib/lchown.c: Likewise.
36530         * lib/lstat.c: Likewise.
36531         * lib/mkdir-p.c: Likewise.
36532         * lib/rmdir.c: Likewise.
36533         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
36534         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
36535         unless mkdir isn't declared, to speed up 'configure'.
36536         Always create sys/stat.h, since it's unlikely any real sys/stat.h
36537         would define all the S_* symbols.
36538         * modules/canonicalize (Depends-on):
36539         Depend on sys_stat, not stat-macros.
36540         * modules/chown: Likewise.
36541         * modules/euidaccess: Likewise.
36542         * modules/filemode: Likewise.
36543         * modules/file-type: Likewise.
36544         * modules/glob: Likewise.
36545         * modules/isapipe: Likewise.
36546         * modules/lchown: Likewise.
36547         * modules/lstat: Likewise.
36548         * modules/mkancesdirs: Likewise.
36549         * modules/rmdir: Likewise.
36550         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
36551         * modules/modechange: Likewise.
36552         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
36553         (configure.ac): Remove gl_STAT_MACROS.
36554         * modules/sys_stat (Depends-on): Remove stat-macros.
36555
36556 2006-10-27  Bruno Haible  <bruno@clisp.org>
36557
36558         * m4/signed.m4: Remove file.
36559         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
36560         invocation.
36561         * modules/vasnprintf (Files): Remove m4/signed.m4.
36562
36563 2006-10-27  Bruno Haible  <bruno@clisp.org>
36564
36565         Update to GNU gettext 0.16.
36566         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
36567         m4/inttypes-h.m4, m4/signed.m4.
36568         * m4/gettext.m4: Update to GNU gettext 0.16.
36569         * m4/intl.m4: New file, from GNU gettext.
36570         * m4/intldir.m4: New file, from GNU gettext.
36571         * config/srclist.txt: Update
36572
36573 2006-10-27  Eric Blake  <ebb9@byu.net>
36574
36575         * MODULES.html.sh: Document tempname.
36576         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
36577         dependencies.
36578         (Files): Move lib/tempname.c...
36579         * modules/tempname: ...to this new module.
36580         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
36581         (gl_PREREQ_TEMPNAME): Move...
36582         * m4/tempname.m4: ...to this new file.
36583         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
36584         * modules/sys_stat (Depends-on): Add stat-macros.
36585         * lib/stat_.h (includes): Pick up stat macros.
36586         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
36587         if stat macros are broken.
36588         * lib/tempname.c (includes): No need to include "stat-macros.h".
36589         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
36590         (direxists, __path_search) [!_LIBC]: Don't compile these in
36591         gnulib; the tmpdir module covers that.
36592         * lib/tempname.h: New file.
36593
36594 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
36595
36596         * COPYING: Explain how gnulib-tool converts licence headers.
36597         Almost all wording by Eric Blake.
36598
36599 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
36600
36601         * lib/mbchar.h (is_basic_table): Make read-only.
36602         * lib/mbchar.c (is_basic_table): Likewise.
36603         Reported by John Darrington.
36604
36605 2006-10-25  Bruno Haible  <bruno@clisp.org>
36606
36607         * lib/progname.h (set_program_name): Undefine before defining.
36608
36609 2006-10-25  Bruno Haible  <bruno@clisp.org>
36610
36611         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
36612         false for non-gcc C++ compilers.
36613         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
36614
36615 2006-10-24  Bruno Haible  <bruno@clisp.org>
36616
36617         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
36618         iconv implementations like Irix iconv.
36619
36620 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36621
36622         * modules/vararrays: New file.
36623         * m4/vararrays.m4: New file, taken from diffutils.
36624         * MODULES.html.sh: New module vararrays.
36625
36626 2006-10-24  Karl Berry  <karl@gnu.org>
36627
36628         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
36629         Don't call GNU Unix.
36630
36631 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36632
36633         * users.txt: Add Libtool.
36634
36635         Sync from Libtool:
36636
36637         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36638
36639         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
36640         to gnulib's policy of including config.h unconditionally.
36641
36642 2006-10-24  Bruno Haible  <bruno@clisp.org>
36643
36644         * modules/wcwidth (Files): Add m4/wint_t.m4.
36645         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
36646         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
36647
36648 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36649
36650         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
36651         to pacify GCC with some -W flags enabled.  Problem reported by
36652         Bruno Haible.
36653
36654 2006-10-24  Jim Meyering  <jim@meyering.net>
36655
36656         * MODULES.html.sh: Remove uinttostr.  It's not a module.
36657         Reported by Karl Berry.
36658
36659 2006-10-23  Bruno Haible  <bruno@clisp.org>
36660
36661         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
36662
36663 2006-10-24  Bruno Haible  <bruno@clisp.org>
36664
36665         * lib/gl_list.h: Use C comment style, not C++ comment style.
36666
36667 2006-10-23  Eric Blake  <ebb9@byu.net>
36668
36669         * lib/getaddrinfo.c (includes): Add missing include.
36670
36671 2006-10-23  Bruno Haible  <bruno@clisp.org>
36672             Paul Eggert  <eggert@cs.ucla.edu>
36673
36674         Ability to rename obstack_free.
36675         * lib/obstack.h (__obstack_free): New macro. Declare instead of
36676         obstack_free.
36677         (obstack_free): Invoke the __obstack_free macro.
36678         * lib/obstack.c (obstack_free): Use __obstack_free macro.
36679
36680 2006-10-23  Bruno Haible  <bruno@clisp.org>
36681             Paul Eggert  <eggert@cs.ucla.edu>
36682
36683         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
36684         __argc, __argv from the declaration. (They are defined as macros on
36685         mingw.)
36686
36687 2006-10-22  Bruno Haible  <bruno@clisp.org>
36688
36689         * doc/gnulib-intro.texi: New file.
36690         * doc/gnulib.texi: Include it.
36691
36692 2006-10-21  Bruno Haible  <bruno@clisp.org>
36693
36694         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
36695         "Introduction", "Miscellanous Notes", "Particular Modules".
36696
36697 2006-10-21  Bruno Haible  <bruno@clisp.org>
36698
36699         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36700         Change mostlyclean-local rule to avoid sh syntax error from bash
36701         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
36702
36703 2006-10-23  Jim Meyering  <jim@meyering.net>
36704
36705         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
36706         in place of snprintf.
36707
36708         * modules/inttostr (Files): Add lib/uinttostr.c.
36709         * lib/uinttostr.c (inttostr): New file/function.
36710         * lib/inttostr.h (uinttostr): Declare.
36711         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
36712         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
36713         Add uinttostr.
36714         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
36715
36716 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
36717
36718         * lib/canonicalize.c (ELOOP): Define if not already defined.
36719         Problem reported by Bruno Haible in
36720         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
36721
36722 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
36723
36724         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
36725         Problem reported by Perry Smith and Ville Laurikari.
36726
36727         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
36728         uses.
36729
36730 2006-10-19  Bruno Haible  <bruno@clisp.org>
36731
36732         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
36733         for mingw.
36734
36735 2006-10-19  Bruno Haible  <bruno@clisp.org>
36736
36737         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
36738         Needed for mingw.
36739
36740 2006-10-19  Bruno Haible  <bruno@clisp.org>
36741
36742         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
36743
36744 2006-10-19  Bruno Haible  <bruno@clisp.org>
36745
36746         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
36747         it.
36748
36749 2006-10-19  Bruno Haible  <bruno@clisp.org>
36750
36751         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
36752         invocation.
36753
36754 2006-10-19  Bruno Haible  <bruno@clisp.org>
36755
36756         * gnulib-tool (func_create_testdir): Don't include ftruncate and
36757         mountlist by default.
36758
36759 2006-10-16  Bruno Haible  <bruno@clisp.org>
36760
36761         * lib/c-strstr.c: Include c-strstr.h.
36762
36763 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
36764
36765         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
36766         in a slash.
36767
36768 2006-10-18  Bruno Haible  <bruno@clisp.org>
36769
36770         * lib/lock.h [C++]: Wrap definitions in extern "C".
36771
36772 2006-10-18  Bruno Haible  <bruno@clisp.org>
36773
36774         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
36775         gl_LIBOBJS list.
36776
36777 2006-10-18  Bruno Haible  <bruno@clisp.org>
36778
36779         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
36780
36781 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
36782
36783         * lib/xstrtol.h: Include gettext.h.
36784         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
36785         Problem reported by Eric Blake.
36786         * modules/xstrtol (Depends-on): Add gettext-h.
36787
36788 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
36789
36790         * lib/strftime.c (advance): New macro.
36791         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
36792         incomplete type, so you can't add 0 to it.  Problem and patch
36793         reported by Eelco Dolstra for dietlibc.
36794
36795 2006-10-18  Jim Meyering  <jim@meyering.net>
36796
36797         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
36798         type for a local, and rename it: s/up/user_proc/.
36799
36800 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
36801
36802         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
36803         READ_UTMP_USER_PROCESS.
36804         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
36805
36806 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
36807
36808         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
36809         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
36810
36811 2006-10-17  Eric Blake  <ebb9@byu.net>
36812
36813         * lib/sigprocmask.c (sigprocmask): Fix typo.
36814
36815         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
36816
36817         * modules/clean-temp (Makefile.am): Don't add to make output...
36818         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
36819         config.h.
36820
36821 2006-10-17  Bruno Haible  <bruno@clisp.org>
36822
36823         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
36824         differently if DEFAULT_TEXT_DOMAIN is set.
36825
36826 2006-10-16  Bruno Haible  <bruno@clisp.org>
36827
36828         * lib/clean-temp.c: Include fwriteerror.h.
36829
36830 2006-10-16  Bruno Haible  <bruno@clisp.org>
36831
36832         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
36833
36834 2006-10-16  Bruno Haible  <bruno@clisp.org>
36835
36836         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
36837         * lib/sigprocmask.h: Include <sys/types.h>.
36838         (sigset_t): Use the system's definition if present.
36839
36840 2006-10-17  Eric Blake  <ebb9@byu.net>
36841
36842         * lib/xvasprintf.c (includes): Assume config.h.
36843         * lib/xasprintf.c (includes): Likewise.
36844
36845 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
36846
36847         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
36848         at least as wide as intmax_t.
36849
36850 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
36851
36852         (Imported from Automake.)
36853         * build-aux/gnupload: Update to version 1.1 of directive file.
36854
36855 2006-10-16  Eric Blake  <ebb9@byu.net>
36856
36857         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
36858         match Automake 1.10a.
36859
36860 2006-10-14  Bruno Haible  <bruno@clisp.org>
36861
36862         * modules/sigprocmask: New file.
36863         * lib/sigprocmask.h: New file.
36864         * lib/sigprocmask.c: New file.
36865         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
36866         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
36867         request sigprocmask.o.
36868         (gl_PREREQ_SIGPROCMASK): New macro.
36869         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
36870         (Depends-on): Add sigprocmask.
36871         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
36872         gt_SIGNALBLOCKING. Test for 'raise' only once.
36873         * lib/fatal-signal.c: Include sigprocmask.h.
36874         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
36875         unblock_fatal_signals): Define always.
36876         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36877         sigprocmask.
36878
36879 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36880
36881         Sync from Automake.
36882         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
36883         which incorrectly sets the mode of an existing destination
36884         directory.  In some cases the unpatched install-sh could do the
36885         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
36886         system.  We hope this is rare in practice, but it's clearly worth
36887         fixing.  Problem reported by Alex Unleashed in
36888         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
36889         Also, don't bother to check for -m bugs unless we're using -m;
36890         suggested by Stepan Kasal.
36891
36892 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36893
36894         Sync from Automake.
36895         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
36896         `-c' flag, so they appear at the same position as in %FASTDEP%
36897         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
36898         which ignores unknown options only after the first non-option.
36899         Bug report against M4 by Nelson H. F. Beebe.
36900
36901 2006-10-13  Jim Meyering  <jim@meyering.net>
36902
36903         Fix a bug in yesterday's change.
36904         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
36905         p->fts_statp->st_dev would be used uninitialized.
36906         Ensures that we always call fts_stat on the very first entry.
36907         Miklos Szeredi reported that find -xdev stopped working.
36908
36909 2006-10-12  Bruno Haible  <bruno@clisp.org>
36910
36911         * gnulib-tool (func_get_automake_snippet): Append an automatically
36912         computed EXTRA_DIST augmentation.
36913         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
36914         * modules/alloca-opt (Makefile.am): Likewise.
36915         * modules/allocsa (Makefile.am): Likewise.
36916         * modules/arcfour (Makefile.am): Likewise.
36917         * modules/arctwo (Makefile.am): Likewise.
36918         * modules/argmatch (Makefile.am): Likewise.
36919         * modules/argz (Makefile.am): Likewise.
36920         * modules/atexit (Makefile.am): Likewise.
36921         * modules/backupfile (Makefile.am): Likewise.
36922         * modules/byteswap (Makefile.am): Likewise.
36923         * modules/c-strtod (Makefile.am): Likewise.
36924         * modules/c-strtold (Makefile.am): Likewise.
36925         * modules/calloc (Makefile.am): Likewise.
36926         * modules/canon-host (Makefile.am): Likewise.
36927         * modules/canonicalize (Makefile.am): Likewise.
36928         * modules/chdir-long (Makefile.am): Likewise.
36929         * modules/chdir-safer (Makefile.am): Likewise.
36930         * modules/check-version (Makefile.am): Likewise.
36931         * modules/chown (Makefile.am): Likewise.
36932         * modules/cloexec (Makefile.am): Likewise.
36933         * modules/close-stream (Makefile.am): Likewise.
36934         * modules/closeout (Makefile.am): Likewise.
36935         * modules/crc (Makefile.am): Likewise.
36936         * modules/csharpexec (Makefile.am): Likewise.
36937         * modules/cycle-check (Makefile.am): Likewise.
36938         * modules/des (Makefile.am): Likewise.
36939         * modules/dev-ino (Makefile.am): Likewise.
36940         * modules/dirfd (Makefile.am): Likewise.
36941         * modules/dirname (Makefile.am): Likewise.
36942         * modules/dup2 (Makefile.am): Likewise.
36943         * modules/eealloc (Makefile.am): Likewise.
36944         * modules/error (Makefile.am): Likewise.
36945         * modules/euidaccess (Makefile.am): Likewise.
36946         * modules/exclude (Makefile.am): Likewise.
36947         * modules/exitfail (Makefile.am): Likewise.
36948         * modules/fcntl-safer (Makefile.am): Likewise.
36949         * modules/fcntl (Makefile.am): Likewise.
36950         * modules/file-type (Makefile.am): Likewise.
36951         * modules/fileblocks (Makefile.am): Likewise.
36952         * modules/filemode (Makefile.am): Likewise.
36953         * modules/filenamecat (Makefile.am): Likewise.
36954         * modules/fnmatch (Makefile.am): Likewise.
36955         * modules/fopen-safer (Makefile.am): Likewise.
36956         * modules/fpending (Makefile.am): Likewise.
36957         * modules/fprintftime (Makefile.am): Likewise.
36958         * modules/free (Makefile.am): Likewise.
36959         * modules/fsusage (Makefile.am): Likewise.
36960         * modules/ftruncate (Makefile.am): Likewise.
36961         * modules/fts (Makefile.am): Likewise.
36962         * modules/gc-arcfour (Makefile.am): Likewise.
36963         * modules/gc-des (Makefile.am): Likewise.
36964         * modules/gc-hmac-md5 (Makefile.am): Likewise.
36965         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
36966         * modules/gc-md4 (Makefile.am): Likewise.
36967         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
36968         * modules/gc-sha1 (Makefile.am): Likewise.
36969         * modules/gc (Makefile.am): Likewise.
36970         * modules/getaddrinfo (Makefile.am): Likewise.
36971         * modules/getcwd (Makefile.am): Likewise.
36972         * modules/getdelim (Makefile.am): Likewise.
36973         * modules/getdomainname (Makefile.am): Likewise.
36974         * modules/getgroups (Makefile.am): Likewise.
36975         * modules/gethostname (Makefile.am): Likewise.
36976         * modules/gethrxtime (Makefile.am): Likewise.
36977         * modules/getline (Makefile.am): Likewise.
36978         * modules/getloadavg (Makefile.am): Likewise.
36979         * modules/getlogin_r (Makefile.am): Likewise.
36980         * modules/getndelim2 (Makefile.am): Likewise.
36981         * modules/getopt (Makefile.am): Likewise.
36982         * modules/getpagesize (Makefile.am): Likewise.
36983         * modules/getpass-gnu (Makefile.am): Likewise.
36984         * modules/getpass (Makefile.am): Likewise.
36985         * modules/getsubopt (Makefile.am): Likewise.
36986         * modules/gettime (Makefile.am): Likewise.
36987         * modules/gettimeofday (Makefile.am): Likewise.
36988         * modules/getugroups (Makefile.am): Likewise.
36989         * modules/getusershell (Makefile.am): Likewise.
36990         * modules/glob (Makefile.am): Likewise.
36991         * modules/group-member (Makefile.am): Likewise.
36992         * modules/hard-locale (Makefile.am): Likewise.
36993         * modules/hash (Makefile.am): Likewise.
36994         * modules/hmac-md5 (Makefile.am): Likewise.
36995         * modules/hmac-sha1 (Makefile.am): Likewise.
36996         * modules/human (Makefile.am): Likewise.
36997         * modules/idcache (Makefile.am): Likewise.
36998         * modules/imaxabs (Makefile.am): Likewise.
36999         * modules/imaxdiv (Makefile.am): Likewise.
37000         * modules/inet_ntop (Makefile.am): Likewise.
37001         * modules/inet_pton (Makefile.am): Likewise.
37002         * modules/intprops (Makefile.am): Likewise.
37003         * modules/inttostr (Makefile.am): Likewise.
37004         * modules/inttypes (Makefile.am): Likewise.
37005         * modules/isapipe (Makefile.am): Likewise.
37006         * modules/javaversion (Makefile.am): Likewise.
37007         * modules/lchmod (Makefile.am): Likewise.
37008         * modules/lchown (Makefile.am): Likewise.
37009         * modules/localcharset (Makefile.am): Likewise.
37010         * modules/long-options (Makefile.am): Likewise.
37011         * modules/lstat (Makefile.am): Likewise.
37012         * modules/malloc (Makefile.am): Likewise.
37013         * modules/mathl (Makefile.am): Likewise.
37014         * modules/mbchar (Makefile.am): Likewise.
37015         * modules/md2 (Makefile.am): Likewise.
37016         * modules/md4 (Makefile.am): Likewise.
37017         * modules/md5 (Makefile.am): Likewise.
37018         * modules/memcasecmp (Makefile.am): Likewise.
37019         * modules/memchr (Makefile.am): Likewise.
37020         * modules/memcmp (Makefile.am): Likewise.
37021         * modules/memcoll (Makefile.am): Likewise.
37022         * modules/memcpy (Makefile.am): Likewise.
37023         * modules/memmem (Makefile.am): Likewise.
37024         * modules/memmove (Makefile.am): Likewise.
37025         * modules/mempcpy (Makefile.am): Likewise.
37026         * modules/memrchr (Makefile.am): Likewise.
37027         * modules/memset (Makefile.am): Likewise.
37028         * modules/memxor (Makefile.am): Likewise.
37029         * modules/mkancesdirs (Makefile.am): Likewise.
37030         * modules/mkdir-p (Makefile.am): Likewise.
37031         * modules/mkdir (Makefile.am): Likewise.
37032         * modules/mkdtemp (Makefile.am): Likewise.
37033         * modules/mkstemp (Makefile.am): Likewise.
37034         * modules/mktime (Makefile.am): Likewise.
37035         * modules/modechange (Makefile.am): Likewise.
37036         * modules/mountlist (Makefile.am): Likewise.
37037         * modules/nanosleep (Makefile.am): Likewise.
37038         * modules/obstack (Makefile.am): Likewise.
37039         * modules/openat (Makefile.am): Likewise.
37040         * modules/pagealign_alloc (Makefile.am): Likewise.
37041         * modules/pathmax (Makefile.am): Likewise.
37042         * modules/physmem (Makefile.am): Likewise.
37043         * modules/poll (Makefile.am): Likewise.
37044         * modules/posixtm (Makefile.am): Likewise.
37045         * modules/posixver (Makefile.am): Likewise.
37046         * modules/putenv (Makefile.am): Likewise.
37047         * modules/quote (Makefile.am): Likewise.
37048         * modules/quotearg (Makefile.am): Likewise.
37049         * modules/raise (Makefile.am): Likewise.
37050         * modules/read-file (Makefile.am): Likewise.
37051         * modules/readline (Makefile.am): Likewise.
37052         * modules/readlink (Makefile.am): Likewise.
37053         * modules/readtokens (Makefile.am): Likewise.
37054         * modules/readutmp (Makefile.am): Likewise.
37055         * modules/realloc (Makefile.am): Likewise.
37056         * modules/regex (Makefile.am): Likewise.
37057         * modules/rename-dest-slash (Makefile.am): Likewise.
37058         * modules/rename (Makefile.am): Likewise.
37059         * modules/rijndael (Makefile.am): Likewise.
37060         * modules/rmdir (Makefile.am): Likewise.
37061         * modules/rpmatch (Makefile.am): Likewise.
37062         * modules/safe-read (Makefile.am): Likewise.
37063         * modules/safe-write (Makefile.am): Likewise.
37064         * modules/same-inode (Makefile.am): Likewise.
37065         * modules/same (Makefile.am): Likewise.
37066         * modules/save-cwd (Makefile.am): Likewise.
37067         * modules/savedir (Makefile.am): Likewise.
37068         * modules/setenv (Makefile.am): Likewise.
37069         * modules/settime (Makefile.am): Likewise.
37070         * modules/sha1 (Makefile.am): Likewise.
37071         * modules/sig2str (Makefile.am): Likewise.
37072         * modules/snprintf (Makefile.am): Likewise.
37073         * modules/stat-macros (Makefile.am): Likewise.
37074         * modules/stat-time (Makefile.am): Likewise.
37075         * modules/stdbool (Makefile.am): Likewise.
37076         * modules/stdint (Makefile.am): Likewise.
37077         * modules/stdlib-safer (Makefile.am): Likewise.
37078         * modules/stpcpy (Makefile.am): Likewise.
37079         * modules/stpncpy (Makefile.am): Likewise.
37080         * modules/strcase (Makefile.am): Likewise.
37081         * modules/strcasestr (Makefile.am): Likewise.
37082         * modules/strchrnul (Makefile.am): Likewise.
37083         * modules/strcspn (Makefile.am): Likewise.
37084         * modules/strdup (Makefile.am): Likewise.
37085         * modules/strerror (Makefile.am): Likewise.
37086         * modules/strftime (Makefile.am): Likewise.
37087         * modules/strndup (Makefile.am): Likewise.
37088         * modules/strnlen (Makefile.am): Likewise.
37089         * modules/strpbrk (Makefile.am): Likewise.
37090         * modules/strsep (Makefile.am): Likewise.
37091         * modules/strstr (Makefile.am): Likewise.
37092         * modules/strtod (Makefile.am): Likewise.
37093         * modules/strtoimax (Makefile.am): Likewise.
37094         * modules/strtok_r (Makefile.am): Likewise.
37095         * modules/strtol (Makefile.am): Likewise.
37096         * modules/strtoll (Makefile.am): Likewise.
37097         * modules/strtoul (Makefile.am): Likewise.
37098         * modules/strtoull (Makefile.am): Likewise.
37099         * modules/strtoumax (Makefile.am): Likewise.
37100         * modules/strverscmp (Makefile.am): Likewise.
37101         * modules/sys_socket (Makefile.am): Likewise.
37102         * modules/sys_stat (Makefile.am): Likewise.
37103         * modules/sysexits (Makefile.am): Likewise.
37104         * modules/time_r (Makefile.am): Likewise.
37105         * modules/timegm (Makefile.am): Likewise.
37106         * modules/timespec (Makefile.am): Likewise.
37107         * modules/tmpfile-safer (Makefile.am): Likewise.
37108         * modules/trim (Makefile.am): Likewise.
37109         * modules/unistd-safer (Makefile.am): Likewise.
37110         * modules/unlinkdir (Makefile.am): Likewise.
37111         * modules/unlocked-io (Makefile.am): Likewise.
37112         * modules/userspec (Makefile.am): Likewise.
37113         * modules/utime (Makefile.am): Likewise.
37114         * modules/utimecmp (Makefile.am): Likewise.
37115         * modules/utimens (Makefile.am): Likewise.
37116         * modules/vasnprintf (Makefile.am): Likewise.
37117         * modules/vasprintf (Makefile.am): Likewise.
37118         * modules/vsnprintf (Makefile.am): Likewise.
37119         * modules/xalloc (Makefile.am): Likewise.
37120         * modules/xgetcwd (Makefile.am): Likewise.
37121         * modules/xnanosleep (Makefile.am): Likewise.
37122         * modules/xreadlink (Makefile.am): Likewise.
37123         * modules/xstrtod (Makefile.am): Likewise.
37124         * modules/xstrtol (Makefile.am): Likewise.
37125         * modules/xstrtold (Makefile.am): Likewise.
37126         * modules/yesno (Makefile.am): Likewise.
37127         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
37128
37129 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
37130
37131         * modules/error (Makefile.am): Distribute files through
37132         EXTRA_DIST, not lib_SOURCES.
37133
37134 2006-10-12  Eric Blake  <ebb9@byu.net>
37135
37136         * modules/error (Makefile.am): Distribute files in /lib.
37137         * modules/obstack (Makefile.am): Likewise.
37138
37139 2006-10-12  Bruno Haible  <bruno@clisp.org>
37140
37141         * modules/acl (Makefile.am): Distribute all files in lib/ through
37142         EXTRA_DIST.
37143         * modules/arcfour (Makefile.am): Likewise.
37144         * modules/arctwo (Makefile.am): Likewise.
37145         * modules/argmatch (Makefile.am): Likewise.
37146         * modules/argz (Makefile.am): Likewise.
37147         * modules/atexit (Makefile.am): Likewise.
37148         * modules/backupfile (Makefile.am): Likewise.
37149         * modules/c-strtod (Makefile.am): Likewise.
37150         * modules/c-strtold (Makefile.am): Likewise.
37151         * modules/calloc (Makefile.am): Likewise.
37152         * modules/canon-host (Makefile.am): Likewise.
37153         * modules/canonicalize (Makefile.am): Likewise.
37154         * modules/chdir-long (Makefile.am): Likewise.
37155         * modules/chdir-safer (Makefile.am): Likewise.
37156         * modules/check-version (Makefile.am): Likewise.
37157         * modules/chown (Makefile.am): Likewise.
37158         * modules/cloexec (Makefile.am): Likewise.
37159         * modules/close-stream (Makefile.am): Likewise.
37160         * modules/closeout (Makefile.am): Likewise.
37161         * modules/crc (Makefile.am): Likewise.
37162         * modules/cycle-check (Makefile.am): Likewise.
37163         * modules/des (Makefile.am): Likewise.
37164         * modules/dirfd (Makefile.am): Likewise.
37165         * modules/dirname (Makefile.am): Likewise.
37166         * modules/dup2 (Makefile.am): Likewise.
37167         * modules/euidaccess (Makefile.am): Likewise.
37168         * modules/exclude (Makefile.am): Likewise.
37169         * modules/exitfail (Makefile.am): Likewise.
37170         * modules/fcntl-safer (Makefile.am): Likewise.
37171         * modules/file-type (Makefile.am): Likewise.
37172         * modules/fileblocks (Makefile.am): Likewise.
37173         * modules/filemode (Makefile.am): Likewise.
37174         * modules/filenamecat (Makefile.am): Likewise.
37175         * modules/fnmatch (Makefile.am): Likewise.
37176         * modules/fopen-safer (Makefile.am): Likewise.
37177         * modules/fpending (Makefile.am): Likewise.
37178         * modules/fprintftime (Makefile.am): Likewise.
37179         * modules/free (Makefile.am): Likewise.
37180         * modules/fsusage (Makefile.am): Likewise.
37181         * modules/ftruncate (Makefile.am): Likewise.
37182         * modules/fts (Makefile.am): Likewise.
37183         * modules/gc (Makefile.am): Likewise.
37184         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
37185         * modules/getaddrinfo (Makefile.am): Likewise.
37186         * modules/getcwd (Makefile.am): Likewise.
37187         * modules/getdelim (Makefile.am): Likewise.
37188         * modules/getdomainname (Makefile.am): Likewise.
37189         * modules/getgroups (Makefile.am): Likewise.
37190         * modules/gethostname (Makefile.am): Likewise.
37191         * modules/gethrxtime (Makefile.am): Likewise.
37192         * modules/getline (Makefile.am): Likewise.
37193         * modules/getloadavg (Makefile.am): Likewise.
37194         * modules/getlogin_r (Makefile.am): Likewise.
37195         * modules/getopt (Makefile.am): Likewise.
37196         * modules/getpass (Makefile.am): Likewise.
37197         * modules/getpass-gnu (Makefile.am): Likewise.
37198         * modules/getsubopt (Makefile.am): Likewise.
37199         * modules/gettime (Makefile.am): Likewise.
37200         * modules/gettimeofday (Makefile.am): Likewise.
37201         * modules/getugroups (Makefile.am): Likewise.
37202         * modules/getusershell (Makefile.am): Likewise.
37203         * modules/glob (Makefile.am): Likewise.
37204         * modules/group-member (Makefile.am): Likewise.
37205         * modules/hard-locale (Makefile.am): Likewise.
37206         * modules/hash (Makefile.am): Likewise.
37207         * modules/hmac-md5 (Makefile.am): Likewise.
37208         * modules/hmac-sha1 (Makefile.am): Likewise.
37209         * modules/human (Makefile.am): Likewise.
37210         * modules/idcache (Makefile.am): Likewise.
37211         * modules/imaxabs (Makefile.am): Likewise.
37212         * modules/imaxdiv (Makefile.am): Likewise.
37213         * modules/inet_ntop (Makefile.am): Likewise.
37214         * modules/inet_pton (Makefile.am): Likewise.
37215         * modules/inttostr (Makefile.am): Likewise.
37216         * modules/isapipe (Makefile.am): Likewise.
37217         * modules/lchown (Makefile.am): Likewise.
37218         * modules/long-options (Makefile.am): Likewise.
37219         * modules/lstat (Makefile.am): Likewise.
37220         * modules/malloc (Makefile.am): Likewise.
37221         * modules/mathl (Makefile.am): Likewise.
37222         * modules/mbchar (Makefile.am): Likewise.
37223         * modules/md2 (Makefile.am): Likewise.
37224         * modules/md4 (Makefile.am): Likewise.
37225         * modules/md5 (Makefile.am): Likewise.
37226         * modules/memcasecmp (Makefile.am): Likewise.
37227         * modules/memchr (Makefile.am): Likewise.
37228         * modules/memcmp (Makefile.am): Likewise.
37229         * modules/memcoll (Makefile.am): Likewise.
37230         * modules/memcpy (Makefile.am): Likewise.
37231         * modules/memmem (Makefile.am): Likewise.
37232         * modules/memmove (Makefile.am): Likewise.
37233         * modules/mempcpy (Makefile.am): Likewise.
37234         * modules/memrchr (Makefile.am): Likewise.
37235         * modules/memset (Makefile.am): Likewise.
37236         * modules/memxor (Makefile.am): Likewise.
37237         * modules/mkancesdirs (Makefile.am): Likewise.
37238         * modules/mkdir (Makefile.am): Likewise.
37239         * modules/mkdir-p (Makefile.am): Likewise.
37240         * modules/mkdtemp (Makefile.am): Likewise.
37241         * modules/mkstemp (Makefile.am): Likewise.
37242         * modules/mktime (Makefile.am): Likewise.
37243         * modules/modechange (Makefile.am): Likewise.
37244         * modules/mountlist (Makefile.am): Likewise.
37245         * modules/nanosleep (Makefile.am): Likewise.
37246         * modules/openat (Makefile.am): Likewise.
37247         * modules/pagealign_alloc (Makefile.am): Likewise.
37248         * modules/physmem (Makefile.am): Likewise.
37249         * modules/poll (Makefile.am): Likewise.
37250         * modules/posixtm (Makefile.am): Likewise.
37251         * modules/posixver (Makefile.am): Likewise.
37252         * modules/putenv (Makefile.am): Likewise.
37253         * modules/quote (Makefile.am): Likewise.
37254         * modules/quotearg (Makefile.am): Likewise.
37255         * modules/raise (Makefile.am): Likewise.
37256         * modules/read-file (Makefile.am): Likewise.
37257         * modules/readline (Makefile.am): Likewise.
37258         * modules/readlink (Makefile.am): Likewise.
37259         * modules/readtokens (Makefile.am): Likewise.
37260         * modules/readutmp (Makefile.am): Likewise.
37261         * modules/realloc (Makefile.am): Likewise.
37262         * modules/regex (Makefile.am): Likewise.
37263         * modules/rename (Makefile.am): Likewise.
37264         * modules/rename-dest-slash (Makefile.am): Likewise.
37265         * modules/rijndael (Makefile.am): Likewise.
37266         * modules/rmdir (Makefile.am): Likewise.
37267         * modules/rpmatch (Makefile.am): Likewise.
37268         * modules/safe-read (Makefile.am): Likewise.
37269         * modules/safe-write (Makefile.am): Likewise.
37270         * modules/same (Makefile.am): Likewise.
37271         * modules/save-cwd (Makefile.am): Likewise.
37272         * modules/savedir (Makefile.am): Likewise.
37273         * modules/setenv (Makefile.am): Likewise.
37274         * modules/settime (Makefile.am): Likewise.
37275         * modules/sha1 (Makefile.am): Likewise.
37276         * modules/sig2str (Makefile.am): Likewise.
37277         * modules/snprintf (Makefile.am): Likewise.
37278         * modules/stdlib-safer (Makefile.am): Likewise.
37279         * modules/stpcpy (Makefile.am): Likewise.
37280         * modules/stpncpy (Makefile.am): Likewise.
37281         * modules/strcase (Makefile.am): Likewise.
37282         * modules/strcasestr (Makefile.am): Likewise.
37283         * modules/strchrnul (Makefile.am): Likewise.
37284         * modules/strcspn (Makefile.am): Likewise.
37285         * modules/strdup (Makefile.am): Likewise.
37286         * modules/strerror (Makefile.am): Likewise.
37287         * modules/strftime (Makefile.am): Likewise.
37288         * modules/strndup (Makefile.am): Likewise.
37289         * modules/strnlen (Makefile.am): Likewise.
37290         * modules/strpbrk (Makefile.am): Likewise.
37291         * modules/strsep (Makefile.am): Likewise.
37292         * modules/strstr (Makefile.am): Likewise.
37293         * modules/strtod (Makefile.am): Likewise.
37294         * modules/strtoimax (Makefile.am): Likewise.
37295         * modules/strtok_r (Makefile.am): Likewise.
37296         * modules/strtol (Makefile.am): Likewise.
37297         * modules/strtoll (Makefile.am): Likewise.
37298         * modules/strtoul (Makefile.am): Likewise.
37299         * modules/strtoull (Makefile.am): Likewise.
37300         * modules/strtoumax (Makefile.am): Likewise.
37301         * modules/strverscmp (Makefile.am): Likewise.
37302         * modules/time_r (Makefile.am): Likewise.
37303         * modules/timegm (Makefile.am): Likewise.
37304         * modules/tmpfile-safer (Makefile.am): Likewise.
37305         * modules/unistd-safer (Makefile.am): Likewise.
37306         * modules/unlinkdir (Makefile.am): Likewise.
37307         * modules/userspec (Makefile.am): Likewise.
37308         * modules/utime (Makefile.am): Likewise.
37309         * modules/utimecmp (Makefile.am): Likewise.
37310         * modules/utimens (Makefile.am): Likewise.
37311         * modules/vasnprintf (Makefile.am): Likewise.
37312         * modules/vasprintf (Makefile.am): Likewise.
37313         * modules/vsnprintf (Makefile.am): Likewise.
37314         * modules/xalloc (Makefile.am): Likewise.
37315         * modules/xgetcwd (Makefile.am): Likewise.
37316         * modules/xnanosleep (Makefile.am): Likewise.
37317         * modules/xreadlink (Makefile.am): Likewise.
37318         * modules/xstrtod (Makefile.am): Likewise.
37319         * modules/xstrtol (Makefile.am): Likewise.
37320         * modules/xstrtold (Makefile.am): Likewise.
37321         * modules/yesno (Makefile.am): Likewise.
37322
37323 2006-10-12  Jim Meyering  <jim@meyering.net>
37324
37325         * m4/getloadavg.m4: Revert the change below.
37326
37327         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
37328         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
37329         fail with a symlink, which is what coreutils' ./bootstrap now
37330         creates by default.
37331
37332 2006-10-12  Bruno Haible  <bruno@clisp.org>
37333
37334         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
37335         mingw.
37336         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
37337         MSVC and mingw explicitly.
37338
37339 2006-10-11  Simon Josefsson  <jas@extundo.com>
37340             Bruno Haible  <bruno@clisp.org>
37341
37342         Add support for multiple gnulib-tool invocations in the scope of a
37343         single configure.ac file.
37344         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
37345         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
37346         with the same contents as the _LIBADD variable.
37347         (func_emit_initmacro_start, func_emit_initmacro_end,
37348         func_emit_initmacro_done): New functions.
37349         (func_import, func_create_testdir): Invoke them. Allow the identifiers
37350         gl_LIBOBJS and gl_LTLIBOBJS.
37351
37352 2006-10-11  Bruno Haible  <bruno@clisp.org>
37353
37354         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
37355         (func_create_testdir): Don't create po/Makefile.am, don't invoke
37356         autoreconf. Instead, invoke autopoint explicitly but move back the
37357         *.m4 files from gnulib.
37358
37359 2006-10-11  Bruno Haible  <bruno@clisp.org>
37360
37361         * gnulib-tool (func_usage): Make module names after --create-testdir
37362         optional.
37363         (func_create_testdir): If no module was specified, use nearly all
37364         modules.
37365
37366 2006-10-12  Jim Meyering  <jim@meyering.net>
37367
37368         Big performance improvement for fts-based tools that use FTS_NOSTAT.
37369         Avoid spurious inode-mismatch problems on non-POSIX file systems.
37370         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
37371         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
37372         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
37373         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
37374         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
37375         (fts_set_stat_required): New function.
37376         (fts_open): Defer the calls to fts_stat, if possible or requested.
37377         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
37378         into fts_stat itself.
37379         (fts_read): Perform any required (deferred) fts_stat call.
37380         (fts_build): Likewise, for the directory we're about to open and read.
37381         In the readdir loop, carefully decide whether each entry will require
37382         an eventual call to fts_stat, using dirent.d_type info if available.
37383         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
37384         a command line argument into this function.  Update all callers.
37385         Map a return value of FTS_DOT to FTS_D for a command line argument.
37386         * modules/fts (Depends-on): Add d-type.  Alphabetize.
37387         Thanks to Miklos Szeredi for his tenacity and for the initial
37388         bug report about "find" failing on a FUSE-based file system.
37389
37390         * lib/fts.c (fts_open): Use consistent indentation.
37391
37392 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
37393
37394         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
37395         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
37396         reported by Jim Meyering.  All uses of cache variables renamed
37397         to match Autoconf's.
37398         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
37399         the other one.
37400
37401         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
37402         Fix misspelling in diagnostic.
37403
37404 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
37405
37406         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
37407         defined.  Problem reported by Matthew Woehlke.
37408
37409         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
37410         Add support for Tandem NonStop R series.
37411         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
37412         Use new macro.
37413
37414         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
37415         (has_trailing_slash): Omit size arg; all callers changed.
37416         Omit 'inline', since it doesn't help performance and we'd
37417         need to configure it.
37418         Don't count //, ///, etc. as having a trailing slash.
37419         As a side effect, this removes a C99ism reported by Matthew Woehlke.
37420         (rpl_rename_dest_slash): On failure, use rename's errno rather
37421         than (in some cases) an incorrect or junk errno.
37422         Simplify code by removing need to compute length; this does
37423         cause it to make two passes instead of one over the file name,
37424         but it's worth it.
37425
37426         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
37427         change, since Autoconf's version may no longer be appropriate now
37428         that we are using CVS Autoconf's version.  Add support for Tandem.
37429
37430 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
37431             Bruno Haible  <bruno@clisp.org>
37432
37433         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
37434         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
37435         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
37436         gl_AC_TYPE_LONG_LONG.
37437
37438         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
37439         instead of HAVE_LONG_LONG.
37440         * lib/printf-args.c (printf_fetchargs): Likewise.
37441         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
37442         * lib/vasnprintf.c (VASNPRINTF): Likewise.
37443         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
37444         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
37445         gl_AC_TYPE_LONG_LONG.
37446
37447 2006-10-11  Bruno Haible  <bruno@clisp.org>
37448
37449         * m4/longlong.m4: Add comments.
37450         * m4/ulonglong.m4: Likewise.
37451
37452 2006-10-10  Bruno Haible  <bruno@clisp.org>
37453
37454         Make it possible to #define stpcpy, strdup to aliases.
37455         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
37456         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
37457
37458 2006-10-10  Bruno Haible  <bruno@clisp.org>
37459
37460         Make it possible to #define gcd to an alias.
37461         * lib/gcd.c: Include config.h.
37462
37463 2006-10-10  Bruno Haible  <bruno@clisp.org>
37464
37465         Make it possible to #define c_isascii to an alias.
37466         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
37467         defined. Undefine the macros before defining them, to avoid gcc
37468         warnings.
37469         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
37470         define NO_C_CTYPE_MACROS early.
37471
37472 2006-10-10  Bruno Haible  <bruno@clisp.org>
37473
37474         Make it possible to #define set_program_name to an alias.
37475         * lib/progname.c: Don't undefine set_program_name; instead, undefine
37476         ENABLE_RELOCATABLE early.
37477
37478 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
37479
37480         Port to Tandem NSK OSS, which has 64-bit signed int but at most
37481         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
37482         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
37483         More generally, don't assume that 64-bit signed int is available
37484         if unsigned int is, and vice versa.
37485         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
37486         unsigned symbols, not on their signed counterparts.
37487         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
37488         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
37489         (UINT64_C, UINTMAX_C):
37490         Likewise.
37491         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
37492         unsigned counterparts.
37493         (Have_long_long, Unsigned): New macros.
37494         (Int): Renamed from INT.
37495         (strtoimax): Use the new macros.
37496         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
37497         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
37498         * modules/inttypes (inttypes.h): Substitute
37499         HAVE_UNSIGNED_LONG_LONG_INT.
37500         * modules/stdint (stdint.h): Likewise.
37501         (Files): Add m4/ulonglong.m4.
37502
37503 2006-10-10  Bruno Haible  <bruno@clisp.org>
37504
37505         Fix a gcc -Wshadow warning.
37506         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
37507         to 'bucket'.
37508         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
37509         gl_linked_indexof_from_to): Likewise.
37510         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
37511         Likewise.
37512         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
37513         Likewise.
37514         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
37515         Reported by Eric Blake.
37516
37517 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
37518
37519         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
37520         for NetBSD.  Problem reported by Bruno Haible.
37521
37522 2006-10-09  Jim Meyering  <jim@meyering.net>
37523
37524         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
37525         Patch from Bruno Haible.
37526
37527 2006-10-09  Jim Meyering  <jim@meyering.net>
37528
37529         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
37530         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
37531         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
37532
37533 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
37534
37535         Don't include <config.h> twice; this doesn't work in some cases,
37536         e.g., when config.h has "#define intmax_t long long int" and
37537         we include <config.h>, <inttypes.h>, <config.h> in that order.
37538         Problem reported by Matthew Woehlke in:
37539         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
37540         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
37541         * lib/fts-cycle.c: Don't include config.h.
37542         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
37543         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
37544         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
37545         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
37546         inttypes.h.
37547         * lib/xstrtoumax.c: Likewise.
37548         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
37549         __strtol and the like, so that this module is more like its siblings.
37550         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
37551         Remove; no longer needed now that we assume gnulib inttypes.h.
37552
37553 2006-10-08  Bruno Haible  <bruno@clisp.org>
37554
37555         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
37556         option.
37557
37558 2006-10-07  Jim Meyering  <jim@meyering.net>
37559
37560         * modules/inttypes (inttypes.h): Revert what seems to have been
37561         an inadvertent part of today's change: use "|", not "/" in the
37562         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
37563
37564 2006-10-07  Bruno Haible  <bruno@clisp.org>
37565
37566         * modules/sublist: New file.
37567
37568 2006-10-07  Bruno Haible  <bruno@clisp.org>
37569
37570         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
37571         * modules/argz (argz.h): Likewise.
37572         * modules/arpa_inet (arpa/inet.h): Likewise.
37573         * modules/byteswap (byteswap.h): Likewise.
37574         * modules/configmake (configmake.h): Likewise.
37575         * modules/fcntl (fcntl.h): Likewise.
37576         * modules/fnmatch (fnmatch.h): Likewise.
37577         * modules/getopt (getopt.h): Likewise.
37578         * modules/glob (glob.h): Likewise.
37579         * modules/inttypes (inttypes.h): Likewise.
37580         * modules/netinet_in (netinet/in.h): Likewise.
37581         * modules/poll (poll.h): Likewise.
37582         * modules/stdbool (stdbool.h): Likewise.
37583         * modules/stdint (stdint.h): Likewise.
37584         * modules/sys_select (sys/select.h): Likewise.
37585         * modules/sys_socket (sys/socket.h): Likewise.
37586         * modules/sys_stat (sys/stat.h): Likewise.
37587         * modules/sysexits (sysexits.h): Likewise.
37588         * modules/unistd (unistd.h): Likewise.
37589         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37590         Add a "DO NOT EDIT" comment to the generated file.
37591         (func_import): Likewise for gnulib-comp.m4.
37592
37593 2006-10-07  Bruno Haible  <bruno@clisp.org>
37594
37595         * lib/gl_sublist.h: New file.
37596         * lib/gl_sublist.c: New file.
37597
37598 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
37599
37600         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
37601         name (relative to the original working directory) and the file
37602         name component (relative to the temporary working directory).  All
37603         callers changed.
37604         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
37605         * lib/mkdir-p.c (make_dir_parents): Likewise.
37606         * lib/mkdir-p.h (make_dir_parents): Likewise.
37607
37608 2006-10-06  Eric Blake  <ebb9@byu.net>
37609
37610         Define several macros for use by the clean-temp module.
37611         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
37612         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
37613         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
37614
37615         * lib/clean-temp.h (close_stream_temp): New declaration.
37616         * lib/clean-temp.c (includes): Pull in headers according to what
37617         other modules are in use.
37618         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
37619
37620 2006-10-06  Bruno Haible  <bruno@clisp.org>
37621
37622         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
37623         instead of fopen, fwriteerror.
37624
37625 2006-10-06  Bruno Haible  <bruno@clisp.org>
37626
37627         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
37628         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
37629         int.
37630         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
37631         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
37632         Return an error indicator.
37633         Suggested by Eric Blake.
37634
37635 2006-10-06  Bruno Haible  <bruno@clisp.org>
37636
37637         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
37638         Reported by Eric Blake.
37639
37640 2006-10-06  Bruno Haible  <bruno@clisp.org>
37641
37642         * modules/closeout (Description): Mention stderr too.
37643
37644 2006-10-06  Bruno Haible  <bruno@clisp.org>
37645         and Paul Eggert  <eggert@cs.ucla.edu>
37646
37647         * lib/closeout.c (close_stdout): Also close stderr.
37648         * lib/closeout.h: Update comment.
37649
37650 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
37651
37652         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
37653         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
37654         * lib/dirchownmod.c: Include lchown.h.
37655         * lib/lchown.c: Don't include files that lchown.h now includes.
37656         Don't declare chown, since lchown.h now does that.
37657         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
37658         (lchown): Define to rpl_chown if lchown is declared but
37659         does not exist.  Declare using a prototype if lchown is not
37660         declared.  Add a copyright notice.
37661         * lib/mkstemp.h: Include <unistd.h>.
37662         * lib/openat.c: Include lchown.h.
37663
37664         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
37665         we now test for that separately.
37666         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
37667         rather than O_NOFOLLOW, when testing whether it's possible to
37668         avoid a race condition reliably.
37669         * lib/savewd.c (savewd_chdir): Likewise.
37670
37671         Remove macros that are no longer needed now that stdint.h is
37672         reliable.
37673         * lib/fsusage.c (UINTMAX_MAX): Remove.
37674         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
37675         * lib/utimecmp.c (SIZE_MAX): Remove.
37676
37677         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
37678
37679         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
37680         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
37681         O_NOATIME works.
37682
37683 2006-10-05  Bruno Haible  <bruno@clisp.org>
37684
37685         * lib/gl_list.h (gl_sortedlist_search_from_to,
37686         gl_sortedlist_indexof_from_to): New declarations.
37687         (gl_list_implementation): New fields sortedlist_search_from_to,
37688         sortedlist_indexof_from_to.
37689         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
37690         inline functions.
37691         * lib/gl_list.c (gl_sortedlist_search_from_to,
37692         gl_sortedlist_indexof_from_to): New functions.
37693         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
37694         function.
37695         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
37696         (gl_array_sortedlist_search_from_to): New function.
37697         (gl_array_list_implementation): Update.
37698         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
37699         function.
37700         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
37701         (gl_carray_sortedlist_search_from_to): New function.
37702         (gl_carray_list_implementation): Update.
37703         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
37704         gl_linked_sortedlist_indexof_from_to): New functions.
37705         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
37706         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
37707         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
37708         gl_tree_sortedlist_indexof_from_to): New functions.
37709         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
37710         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
37711         Update.
37712         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
37713         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
37714         Update.
37715
37716 2006-10-05  Bruno Haible  <bruno@clisp.org>
37717
37718         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
37719         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
37720         (struct gl_list_implementation): Add fields search_from_to,
37721         indexof_from_to. Remove fields search, indexof.
37722         (gl_list_search): Use the search_from_to method.
37723         (gl_list_search_from, gl_list_search_from_to): New functions.
37724         (gl_list_indexof): Use the indexof_from_to method.
37725         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
37726         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
37727         (gl_list_search_from, gl_list_search_from_to): New functions.
37728         (gl_list_indexof): Use the indexof_from_to method.
37729         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
37730         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
37731         gl_array_indexof. Add start_index, end_index arguments.
37732         (gl_array_search_from_to): Renamed from gl_array_search. Add
37733         start_index, end_index arguments.
37734         (gl_array_remove, gl_array_list_implementation): Update.
37735         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
37736         gl_carray_indexof. Add start_index, end_index arguments.
37737         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
37738         start_index, end_index arguments.
37739         (gl_carray_remove, gl_carray_list_implementation): Update.
37740         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
37741         gl_linked_search. Add start_index, end_index arguments.
37742         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
37743         start_index, end_index arguments.
37744         (gl_linked_remove): Update.
37745         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
37746         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
37747         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
37748         field to 'size_t'.
37749         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
37750         gl_tree_search. Add start_index, end_index arguments.
37751         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
37752         start_index, end_index arguments.
37753         (gl_tree_remove): Update.
37754         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
37755         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
37756         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
37757         function.
37758         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
37759         gl_tree_search. Add start_index, end_index arguments.
37760         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
37761         start_index, end_index arguments.
37762         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
37763         Update.
37764         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
37765
37766 2006-10-05  Bruno Haible  <bruno@clisp.org>
37767
37768         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
37769
37770         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
37771         fwriteerror_temp): New declarations.
37772         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
37773         (descriptors): New variable.
37774         (cleanup): First, close the descriptors.
37775         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
37776         fclose_temp, fwriteerror_temp): New functions.
37777
37778 2006-10-04  Jim Meyering  <jim@meyering.net>
37779
37780         * lib/fts.c (fts_open): Tiny comment change.
37781
37782 2006-10-04  Bruno Haible  <bruno@clisp.org>
37783
37784         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
37785         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
37786         gl_LOCK_BODY.
37787         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
37788         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
37789         gl_LOCK_EARLY_BODY.
37790         (gl_LOCK): Require gl_LOCK_BODY.
37791
37792 2006-10-04  Bruno Haible  <bruno@clisp.org>
37793
37794         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
37795         (gl_oset_search_atleast): New declaration.
37796         (struct gl_oset_implementation): Add field 'search_atleast'.
37797         (gl_oset_search_atleast): New inline function.
37798         * lib/gl_oset.c (gl_oset_search_atleast): New function.
37799         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
37800         (gl_array_oset_implementation): Update.
37801         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
37802         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
37803         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
37804
37805 2006-10-04  Bruno Haible  <bruno@clisp.org>
37806
37807         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
37808
37809 2006-10-03  Bruno Haible  <bruno@clisp.org>
37810
37811         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
37812         from gl_avltreehash_list_implementation.
37813
37814 2006-10-03  Bruno Haible  <bruno@clisp.org>
37815
37816         * lib/gl_oset.c (gl_oset_add): Fix return type.
37817
37818 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
37819
37820         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
37821
37822 2006-10-02  Eric Blake  <ebb9@byu.net>
37823
37824         * modules/strnlen (Depends-on): Add extensions.
37825
37826 2006-10-02  Eric Blake  <ebb9@byu.net>
37827
37828         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
37829         definition in 2.60+.
37830
37831 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37832
37833         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
37834         checks.
37835
37836 2006-10-02  Bruno Haible  <bruno@clisp.org>
37837
37838         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
37839         to the AUTOMAKE_OPTIONS.
37840         Reported by Jim Meyering.
37841
37842 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
37843
37844         Work around bug in Solaris 10 /proc file system:
37845         /proc/self/fd/NNN/.. isn't the parent directory of
37846         the directory whose file descriptor is NNN.  This needs to
37847         be worked around at run time, not compile time, since a
37848         program might be built on Solaris 8, where things work, and
37849         run on Solaris 10.
37850         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
37851         to use the following interface instead:
37852         (OPENAT_BUFFER_SIZE): New macro.
37853         (openat_proc_name): New function.
37854         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
37855         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
37856         Likewise.
37857         * lib/openat-proc.c: New file.
37858         * modules/openat (Files): Add lib/openat-proc.c.
37859         (Depends-on): Add same-inode, stdbool.
37860         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
37861
37862 2006-09-29  Bruno Haible  <bruno@clisp.org>
37863
37864         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
37865         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
37866         argument. Set stdout_closed before testing for ferror, not after.
37867         (fwriteerror, fwriteerror_no_ebadf): New functions.
37868
37869 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37870
37871         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
37872
37873 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
37874
37875         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
37876         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
37877
37878 2006-09-28  Jim Meyering  <jim@meyering.net>
37879
37880         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
37881         Include <unistd.h>.
37882
37883 2006-09-28  Bruno Haible  <bruno@clisp.org>
37884
37885         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
37886         * modules/linkedhash-list (Depends-on): Likewise.
37887         * modules/rbtreehash-list (Depends-on): Likewise.
37888
37889 2006-09-28  Bruno Haible  <bruno@clisp.org>
37890
37891         * lib/strndup.h: Simplify the redefinition of strndup.
37892         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
37893         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
37894
37895 2006-09-28  Bruno Haible  <bruno@clisp.org>
37896
37897         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
37898         * lib/gl_linkedhash_list.c: Likewise.
37899         * lib/gl_rbtreehash_list.c: Likewise.
37900
37901 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
37902
37903         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
37904         getaddrinfo.
37905
37906         * lib/__fpending.h: Don't include <stdio_ext.h> unless
37907         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
37908         it causes <stdio_ext.h> to cause a compile-time error.
37909         Problem reported by Nelson H. F. Beebe.
37910         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
37911         of HAVE_DECL___PENDING.
37912
37913         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
37914         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
37915         declaration.
37916
37917 2006-09-27  Jim Meyering  <jim@meyering.net>
37918
37919         This file could end up with a definition for a function
37920         named __strndup, rather than rpl_strndup on a system with
37921         incomplete weak_alias support.
37922         * lib/strndup.c (strndup): Rename from __strndup.
37923         Remove #defines that used to map __strndup to strndup.
37924         Don't use K&R prototypes.
37925         Remove LIBC-related code, since this file is not sync'd with glibc.
37926         * lib/strndup.h: Revamp, accordingly.
37927         * m4/strndup.m4: Modernize.
37928
37929 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
37930
37931         * modules/savewd (Depends-on): Add 'raise'.
37932         * lib/savewd.c: Include <signal.h>, for 'raise'.
37933
37934 2006-09-26  Jim Meyering  <jim@meyering.net>
37935
37936         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
37937         when we detect Darwin 8.7.0's acl_get_file bug.
37938         Rearrange to perform the new (below) run-test while $LIBS
37939         contains any acl-related library.  Set USE_ACL at the end.
37940         (gl_ACL_GET_FILE): New function.
37941
37942 2006-09-26  Eric Blake  <ebb9@byu.net>
37943
37944         * lib/verror.c: Include <config.h> unconditionally.
37945
37946 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
37947
37948         * modules/clock-time (Maintainer): Add self.
37949         * modules/getlogin_r (Depends-on): Add extensions.
37950
37951 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37952
37953         * modules/clock-time: New module.
37954         * modules/nanosleep (Depends-on): Add clock-time.
37955         * modules/gethrxtime (Depends-on): Likewise.
37956         * modules/gettime (Depends-on): Likewise.
37957         * modules/settime (Depends-on): Likewise.
37958
37959         * modules/fts-lgpl: Depend on openat.
37960         * modules/mkancesdirs: Depend on savewd.
37961         * modules/mkdir-p: Likewise.
37962
37963 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37964
37965         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
37966
37967         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
37968         `gl_have_arbitrary_file_name_length_limit' to
37969         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
37970         actually works between configure runs.
37971
37972 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37973             Bruno Haible  <bruno@clisp.org>
37974
37975         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
37976
37977 2006-09-25  Jim Meyering  <jim@meyering.net>
37978
37979         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
37980         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
37981
37982 2006-09-25  Eric Blake  <ebb9@byu.net>
37983
37984         * gnulib-tool (func_import, func_create_testdir): Fix typos in
37985         exec's in 2006-09-18 patch when shuffling fds.
37986
37987 2006-09-25  Bruno Haible  <bruno@clisp.org>
37988
37989         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
37990         Reported by Jim Meyering.
37991
37992 2006-09-24  Jim Meyering  <jim@meyering.net>
37993
37994         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
37995         compare a pointer against a literal "0".  That caused failures with
37996         at least HP-UX's hpcc.
37997
37998 2006-09-22  Simon Josefsson  <jas@extundo.com>
37999
38000         * modules/gc-sha1:
38001         * modules/gc-md4:
38002         * modules/gc-hmac-sha1:
38003         * modules/gc-hmac-md5:
38004         * modules/gc-des:
38005         * modules/gc-arcfour: Distribute more files.
38006
38007 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38008
38009         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
38010         (gl_linked_iterator_from_to): Initialize struct completely.
38011         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
38012         (gl_tree_iterator_from_to): Likewise
38013         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
38014         * lib/gl_array_list.c [lint] (gl_array_iterator)
38015         (gl_array_iterator_from_to): Likewise.
38016         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
38017         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
38018         (gl_carray_iterator_from_to): Likewise.
38019
38020         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
38021         * lib/md4.c (md4_process_block): Remove unused variable.
38022         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
38023         parentheses for clarity.
38024
38025 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38026
38027         * modules/bison-i18n (Depends-on): Add gettext.
38028
38029 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38030
38031         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
38032         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
38033         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
38034         also add missing comma that caused broken test.
38035         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
38036         stdlib.h, for `abort'.
38037         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
38038         variables.
38039         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
38040         include unistd.h if present, for `rmdir'.
38041         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
38042         variables.
38043         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
38044         in the process include standard headers for prototypes.
38045         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
38046         gets declared on GNU/Linux.
38047         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
38048         unistd.h, for `rmdir'.
38049         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
38050
38051         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
38052         always true.
38053         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
38054
38055         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
38056
38057 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38058
38059         * gnulib-tool (func_version): Create output all at once.  This
38060         may help avoid triggering unnecessary SIGPIPEs, and at any
38061         rate it doesn't hurt.
38062
38063 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38064             Bruno Haible  <bruno@clisp.org>
38065
38066         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
38067         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
38068         * m4/signed.m4 (bh_C_SIGNED): Likewise.
38069
38070         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
38071         (gl_FUNC_VASPRINTF): Invoke it.
38072
38073 2006-09-22  Bruno Haible  <bruno@clisp.org>
38074
38075         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
38076         getloadavg.c as first argument.
38077
38078 2006-09-22  Bruno Haible  <bruno@clisp.org>
38079
38080         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
38081         at the beginning of the gl_INIT macro.
38082         * modules/getloadavg (configure.ac): Pass $gl_source_base to
38083         gl_GETLOADAVG.
38084
38085 2006-09-22  Bruno Haible  <bruno@clisp.org>
38086
38087         * gnulib-tool (func_create_megatestdir): Don't include the config-h
38088         module.
38089         Suggested by Ralf Wildenhues.
38090
38091 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38092
38093         Import this patch from libc:
38094
38095         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
38096
38097         * lib/regex_internal.c (re_string_reconstruct): Handle
38098         offset < pstr->valid_raw_len && pstr->offsets_needed case.
38099         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
38100         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
38101         re_string_context_at.
38102
38103         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
38104         now requires it.
38105         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
38106         gl_REGEX now does it for us.
38107         (gl_REGEX): Add test taken from
38108         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
38109
38110         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
38111         Check that large offsets work.  Modernize Autoconf usages.
38112         Prefer "yes" to mean a good thing rather than a bad.
38113         Don't put "#define mkstemp" in config.h, as this might interfere
38114         with standard system headers that "#define mkstemp mkstemp64".
38115
38116         * modules/mkstemp (Depends-on): Add extensions, so that
38117         mkstemp is visible on some platforms.
38118         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
38119         (Include): Change to "mkstemp.h" from <stdlib.h>.
38120         (Files): Add mkstemp.h.
38121
38122         * lib/mkstemp.h: New file, since some standard headers
38123         #define mkstemp.
38124         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
38125         Include "mkstemp.h".
38126         Make the _LIBC code resemble glibc original more,
38127         e.g., use K&R style.
38128         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
38129         (mkstemp): Remove, since mkstemp.h does this for us.
38130         * lib/stdlib--.h: Include mkstemp.h.
38131
38132         Import this patch from libc:
38133
38134         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
38135
38136         * lib/tempname.c (__gen_tempname): Change attempts_min
38137         into a macro.  Use preprocessor to decide how to initialize
38138         attempts [Coverity CID 67].
38139
38140 2006-09-20  Bruno Haible  <bruno@clisp.org>
38141
38142         * lib/mkdtemp.c: Import from libc.
38143         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
38144                 * sysdeps/posix/tempname.c (__gen_tempname): Change
38145                 attempts_min into a macro.  Use preprocessor to decide how to
38146                 initialize attempts [Coverity CID 67].
38147         2001-11-27  Paul Eggert  <eggert@twinsun.com>
38148                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
38149                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
38150
38151 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38152
38153         * gnulib-tool (func_exit): New function, to allow to pass the
38154         exit status portably through the trap.  Use everywhere.
38155         (--help, --version): Signal a write error.
38156         (trap): catch SIGPIPE, for write errors.
38157         Exit at the end of the trap, with the correct exit status.
38158
38159 2006-09-19  Karl Berry  <karl@gnu.org>
38160
38161         * doc/gnulib.texi: note about the license texinfo files.
38162
38163 2006-09-19  Eric Blake  <ebb9@byu.net>
38164
38165         * gnulib-tool: Avoid space-tab.
38166
38167 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
38168
38169         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
38170         that prevented coreutils 6.1 from building.  Problem reported
38171         by Petter Reinholdtsen.
38172
38173 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
38174
38175         * gnulib-tool (avoidlist): Fix typo that broke options like
38176         --avoid=lock that are used by coreutils bootstrap.
38177
38178 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
38179
38180         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
38181         more systematically.
38182
38183 2006-09-18  Jim Meyering  <jim@meyering.net>
38184
38185         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
38186
38187 2006-09-18  Bruno Haible  <bruno@clisp.org>
38188
38189         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
38190
38191 2006-09-18  Bruno Haible  <bruno@clisp.org>
38192
38193         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
38194         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
38195         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
38196         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
38197         * m4/gettext.m4: Require autoconf >= 2.52.
38198         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
38199         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
38200         of gl_cv_header_inttypes_h.
38201
38202 2006-09-18  Bruno Haible  <bruno@clisp.org>
38203
38204         * lib/javaversion.c: Include configmake.h.
38205
38206 2006-09-18  Bruno Haible  <bruno@clisp.org>
38207
38208         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
38209         avoid that the while loops be executed in a subshell.
38210
38211 2006-09-18  Bruno Haible  <bruno@clisp.org>
38212
38213         * MODULES.html.sh (func_module): Break long lines.
38214         Suggested by Bruce Korb <bkorb@gnu.org>.
38215
38216 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38217
38218         Speed up by a factor of 1.12.
38219         * gnulib-tool (nl): New variable.
38220         (func_import): Rewrite include directive extraction to only read each
38221         directive once.
38222
38223 2006-09-17  Bruno Haible  <bruno@clisp.org>
38224
38225         * modules/javaversion (Makefile.am): Remove DEFS setting.
38226         (Depends-on): Add configmake, for PKGDATADIR definition.
38227
38228 2006-09-17  Bruno Haible  <bruno@clisp.org>
38229
38230         * gnulib-tool (func_create_testdir): Rewrite all files at once.
38231
38232 2006-09-17  Bruno Haible  <bruno@clisp.org>
38233
38234         * gnulib-tool (func_append): New function, stolen from libtool.m4.
38235         (func_modules_transitive_closure, func_modules_add_dummy,
38236         func_modules_to_filelist, func_import, func_create_testdir,
38237         func_create_megatestdir, ...): Use it wherever possible.
38238         Suggested by Ralf Wildenhues.
38239
38240 2006-09-16  Karl Berry  <karl@gnu.org>
38241
38242         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
38243         to avoid sectioning errors.
38244         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
38245         [ifinfo]: blank line after @center-ed titles.
38246         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
38247         Spell FSF address consistently with others.
38248         (These changes approved by rms.)
38249
38250 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38251
38252         Speed up by a factor of 1.61.
38253         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
38254         already checked module names again.
38255
38256 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38257
38258         Speed up by a factor of 1.13.
38259         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
38260         for new_files, and the input to func_add_or_update.
38261
38262 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38263
38264         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
38265         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
38266
38267 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38268
38269         * modules/mkancesdirs (Depends-on): Add fcntl.
38270         * modules/savewd: New file.
38271         * MODULES.html.sh (File system functions): Add savewd.
38272
38273         * modules/configmake (Makefile.am): Add support for the
38274         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
38275
38276 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38277
38278         * m4/savewd.m4: New file.
38279
38280 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38281
38282         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
38283         (dirchownmod): New arg FD.  All callers changed.
38284         Use FD rather than opening the directory ourself, as opening is
38285         now the caller's responsibility.
38286         * lib/dirchownmod.h: Likewise.
38287         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
38288         hosts that require <sys/types.h> before <sys/stat.h>.  Include
38289         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
38290         (test_dir): Remove.
38291         (mkancesdirs): Return length of prefix of FILE that has already
38292         been made, or -2 if there is a child doing the work.  Redo
38293         algorithm so that it is O(N) rather than O(N**2).  Optimize away
38294         ".", and treat ".." specially since it might stray back into
38295         already-created areas.  Use a subprocess if necessary.  New arg
38296         WD; all users changed.  MAKE_DIR function should now return 1
38297         if it creates a directory that is not readable.  Return -2 if
38298         a child process is spun off.
38299         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
38300         Adjust signature to match code.
38301         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
38302         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
38303         all users changed.
38304         * lib/savewd.c, lib/savewd.h: New files.
38305
38306 2006-09-15  Jim Meyering  <jim@meyering.net>
38307
38308         * modules/rename-dest-slash: New module.
38309         * MODULES.html.sh (posix_compat): Add it here.
38310
38311         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
38312
38313 2006-09-15  Jim Meyering  <jim@meyering.net>
38314
38315         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
38316         file.
38317
38318         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
38319
38320 2006-09-15  Jim Meyering  <jim@meyering.net>
38321
38322         * lib/rename-dest-slash.c (has_trailing_slash): Use
38323         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
38324         (rpl_rename_dest_slash): Perform the cheaper trailing slash
38325         test before testing whether SRC is a directory.
38326         Suggestions from Bruno Haible.
38327
38328         Avoid a warning about an unused variable.
38329         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
38330         into the #ifdef block where it's used.
38331
38332         * lib/rename-dest-slash.c: New file.
38333
38334 2006-09-14  Bruno Haible  <bruno@clisp.org>
38335
38336         * lib/allocsa.c: Include <config.h> unconditionally.
38337         * lib/asnprintf.c: Likewise.
38338         * lib/asprintf.c: Likewise.
38339         * lib/c-strcasecmp.c: Likewise.
38340         * lib/c-strcasestr.c: Likewise.
38341         * lib/c-strncasecmp.c: Likewise.
38342         * lib/c-strstr.c: Likewise.
38343         * lib/classpath.c: Likewise.
38344         * lib/clean-temp.c: Likewise.
38345         * lib/concatpath.c: Likewise.
38346         * lib/copy-file.c: Likewise.
38347         * lib/csharpcomp.c: Likewise.
38348         * lib/csharpexec.c: Likewise.
38349         * lib/execute.c: Likewise.
38350         * lib/fatal-signal.c: Likewise.
38351         * lib/findprog.c: Likewise.
38352         * lib/fwriteerror.c: Likewise.
38353         * lib/gl_array_list.c: Likewise.
38354         * lib/gl_array_oset.c: Likewise.
38355         * lib/gl_avltree_list.c: Likewise.
38356         * lib/gl_avltree_oset.c: Likewise.
38357         * lib/gl_avltreehash_list.c: Likewise.
38358         * lib/gl_carray_list.c: Likewise.
38359         * lib/gl_linked_list.c: Likewise.
38360         * lib/gl_linkedhash_list.c: Likewise.
38361         * lib/gl_list.c: Likewise.
38362         * lib/gl_oset.c: Likewise.
38363         * lib/gl_rbtree_list.c: Likewise.
38364         * lib/gl_rbtree_oset.c: Likewise.
38365         * lib/gl_rbtreehash_list.c: Likewise.
38366         * lib/imaxabs.c: Likewise.
38367         * lib/imaxdiv.c: Likewise.
38368         * lib/javacomp.c: Likewise.
38369         * lib/javaexec.c: Likewise.
38370         * lib/javaversion.c: Likewise.
38371         * lib/linebreak.c: Likewise.
38372         * lib/localcharset.c: Likewise.
38373         * lib/lock.c: Likewise.
38374         * lib/mbchar.c: Likewise.
38375         * lib/mbswidth.c: Likewise.
38376         * lib/mkdtemp.c: Likewise.
38377         * lib/pipe.c: Likewise.
38378         * lib/printf-args.c: Likewise.
38379         * lib/printf-parse.c: Likewise.
38380         * lib/progname.c: Likewise.
38381         * lib/progreloc.c: Likewise.
38382         * lib/readlink.c: Likewise.
38383         * lib/sh-quote.c: Likewise.
38384         * lib/stpcpy.c: Likewise.
38385         * lib/stpncpy.c: Likewise.
38386         * lib/strcasecmp.c: Likewise.
38387         * lib/strcasestr.c: Likewise.
38388         * lib/strcspn.c: Likewise.
38389         * lib/striconv.c: Likewise.
38390         * lib/strncasecmp.c: Likewise.
38391         * lib/strnlen1.c: Likewise.
38392         * lib/strstr.c: Likewise.
38393         * lib/strtok_r.c: Likewise.
38394         * lib/tls.c: Likewise.
38395         * lib/tmpdir.c: Likewise.
38396         * lib/unicodeio.c: Likewise.
38397         * lib/unsetenv.c: Likewise.
38398         * lib/vasnprintf.c: Likewise.
38399         * lib/vasprintf.c: Likewise.
38400         * lib/wait-process.c: Likewise.
38401         * lib/xallocsa.c: Likewise.
38402         * lib/xsetenv.c: Likewise.
38403         * lib/xstriconv.c: Likewise.
38404
38405 2006-09-13  Simon Josefsson  <jas@extundo.com>
38406
38407         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
38408         that internally, suggested by Ralf Wildenhues
38409         <Ralf.Wildenhues@gmx.de>.
38410
38411 2006-09-13  Simon Josefsson  <jas@extundo.com>
38412
38413         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
38414         @LIBOBJS@.
38415         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38416
38417 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38418
38419         * lib/_fpending.c: Include <config.h> unconditionally, since we no
38420         longer worry about uses that don't define HAVE_CONFIG_H.
38421         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
38422         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
38423         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
38424         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
38425         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
38426         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
38427         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
38428         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
38429         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
38430         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
38431         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
38432         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
38433         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
38434         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
38435         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
38436         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
38437         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
38438         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
38439         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
38440         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
38441         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
38442         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
38443         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
38444         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
38445         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
38446         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
38447         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
38448         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
38449         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
38450         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
38451         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
38452         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
38453         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
38454         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
38455         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
38456         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
38457         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
38458         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
38459         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
38460         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
38461         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
38462         Likewise.
38463
38464 2006-09-13  Eric Blake  <ebb9@byu.net>
38465
38466         * lib/getopt.c: Fix typo in last commit.
38467
38468 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
38469
38470         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
38471         dgettext.
38472
38473 2006-09-12  Jim Meyering  <jim@meyering.net>
38474
38475         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
38476         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
38477         Reported by Nelson H. F. Beebe.
38478
38479 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
38480
38481         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
38482         program_invocation_name and program_invocation_short_name are
38483         initialized.
38484         * lib/argp-namefrob.h: Move declarations of program_invocation_name
38485         and program_invocation_short_name to argp.h, so they are visible
38486         to user programs.
38487         * lib/argp.h: Likewise
38488
38489 2006-09-10  Bruno Haible  <bruno@clisp.org>
38490
38491         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
38492         m4/inttypes_h.m4, m4/uintmax_t.m4.
38493
38494 2006-09-10  Bruno Haible  <bruno@clisp.org>
38495
38496         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
38497         gl_AC_TYPE_UINTMAX_T.
38498
38499 2006-09-10  Bruno Haible  <bruno@clisp.org>
38500
38501         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
38502
38503 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38504
38505         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
38506         convention.  Text proposed by Bruno Haible.
38507         (struct argp_option): Document the use of N_() wrappers.
38508
38509         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
38510         '\v', and translate the two parts separately, instead of feeding
38511         the whole string to gettext.  This allows to exclude
38512         '\v' from the strings visible to the translator by writing doc
38513         strings as N_("..") "\v" N_("..").
38514
38515 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
38516
38517         * config/srclist.txt: Undo latest change; the bug was fixed.
38518
38519 2006-09-09  Bruno Haible  <bruno@clisp.org>
38520
38521         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
38522         assignments if building a library without libtool.
38523         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
38524         in func_emit_lib_Makefile_am.
38525         (func_import): When building a static library libfoo.a, arrange to
38526         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
38527         (func_create_testdir): Likewise.
38528         * modules/gc (configure.ac, Makefile.am): If building statically,
38529         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
38530         * modules/iconvme (configure.ac, Makefile.am): Likewise.
38531         * modules/striconv (configure.ac, Makefile.am): Likewise.
38532         Based on a suggestion by Ralf Wildenhues.
38533
38534 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38535
38536         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
38537         Check for unistd.h too, since Autoconf doesn't assume POSIX.
38538         Also:
38539
38540         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38541         Add year_2050_test to catch glibc bug 2821
38542         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
38543
38544         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38545         Prefer #ifdef to #if.
38546
38547         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
38548         Return from 'main' instead of calling 'exit'.
38549
38550 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38551
38552         * lib/mktime.c (guess_time_tm): Fix bug where mktime
38553         returned the maximum time_t value rather than (time_t) -1.
38554         Problem originally reported by William Bardwell
38555         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
38556
38557         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
38558         Moved to here ...
38559         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
38560         ... from here.
38561
38562 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38563
38564         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
38565         2821 is fixed.
38566
38567 2006-09-08  Jim Meyering  <jim@meyering.net>
38568
38569         Don't make generated files read-only.  That would bother too many
38570         people.  However, do retain the ability to work when targets are
38571         read-only: remove the destination and temporary files before writing
38572         them (when generated via sed or echo), or by using the -f option for
38573         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
38574         * modules/alloca-opt, modules/argz, modules/arpa_inet:
38575         * modules/byteswap, modules/configmake, modules/fcntl:
38576         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
38577         * modules/localcharset, modules/netinet_in, modules/poll:
38578         * modules/stdbool, modules/stdint, modules/sys_select:
38579         * modules/sys_socket, modules/sys_stat, modules/sysexits:
38580
38581 2006-09-08  Jim Meyering  <jim@meyering.net>
38582
38583         Avoid new build failure on FreeBSD 6.0.
38584         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
38585         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
38586         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
38587
38588 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38589
38590         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
38591
38592 2006-09-07  Jim Meyering  <jim@meyering.net>
38593
38594         Fix global typo in last change: use chmod u-w, not chmod u-x.
38595         Spotted by Paul Eggert and Bruce Korb.
38596         * modules/alloca-opt, modules/argz, modules/arpa_inet:
38597         * modules/byteswap, modules/configmake, modules/fcntl:
38598         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
38599         * modules/localcharset, modules/netinet_in, modules/poll:
38600         * modules/stdbool, modules/stdint, modules/sys_select:
38601         * modules/sys_socket, modules/sys_stat, modules/sysexits:
38602
38603 2006-09-06  Jim Meyering  <jim@meyering.net>
38604
38605         Make generated files be read-only.
38606         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
38607         Ensure that each generated file is now read-only.
38608         * modules/argz: Likewise.
38609         * modules/arpa_inet: Likewise.
38610         * modules/byteswap: Likewise.
38611         * modules/configmake: Likewise.
38612         * modules/fcntl: Likewise.
38613         * modules/fnmatch: Likewise.
38614         * modules/getopt: Likewise.
38615         * modules/glob: Likewise.
38616         * modules/inttypes: Likewise.
38617         * modules/netinet_in: Likewise.
38618         * modules/poll: Likewise.
38619         * modules/stdbool: Likewise.
38620         * modules/stdint: Likewise.
38621         * modules/sys_select: Likewise.
38622         * modules/sys_socket: Likewise.
38623         * modules/sys_stat: Likewise.
38624         * modules/sysexits: Likewise.
38625         * modules/localcharset: Same as above, but continue using temporary
38626         file named "t-$@" (why different?) rather than the "$@-t" used
38627         everywhere else.
38628
38629         * modules/sysexits (Makefile.am): Replace literal occurrences
38630         of "sysexit.h" more readable, and more consistent, "$@".
38631
38632 2006-09-06  Bruno Haible  <bruno@clisp.org>
38633
38634         * modules/striconv: New file.
38635         * modules/xstriconv: New file.
38636         * MODULES.html.sh (Internationalization functions): Add striconv,
38637         xstriconv.
38638
38639 2006-09-06  Bruno Haible  <bruno@clisp.org>
38640
38641         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
38642         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
38643         not using libtool correctly.
38644
38645 2006-09-06  Bruno Haible  <bruno@clisp.org>
38646
38647         * lib/striconv.h: New file.
38648         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
38649         iconvstring.c.
38650         * lib/xstriconv.h: New file.
38651         * lib/xstriconv.c: New file.
38652
38653 2006-09-06  Bruno Haible  <bruno@clisp.org>
38654
38655         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38656         lib_..._LDFLAGS.
38657
38658 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38659
38660         * lib/argz_.h: Sync from Libtool.
38661
38662         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
38663                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38664
38665         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
38666
38667 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
38668
38669         * modules/trim: New file.
38670
38671 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
38672
38673         * lib/trim.h: New file.
38674         * lib/trim.c: New file.
38675
38676 2006-09-05  Bruno Haible  <bruno@clisp.org>
38677
38678         * MODULES.html.sh (String handling): Add trim.
38679
38680 2006-09-04  Karl Berry  <karl@gnu.org>
38681
38682         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
38683         until next release.
38684
38685 2006-09-03  Bruno Haible  <bruno@clisp.org>
38686
38687         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
38688         correctly.
38689
38690 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38691
38692         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
38693         not gl_GETLOADAVG.  Omit unneeded semicolons.
38694         Problems reported by Ralf Wildenhues in
38695         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
38696         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
38697         at the end, which is the usual gnulib style.
38698
38699         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
38700         of doing all the work ourselves.
38701         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
38702         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
38703
38704 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38705
38706         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
38707         Problem reported by Ralf Wildenhues in
38708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
38709
38710         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
38711         HAVE_STRUCT_STATFS_F_FSTYPENAME.
38712
38713 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38714
38715         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
38716         yesterday's patch by changing test -n to test -z.
38717
38718 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38719
38720         * modules/getloadavg (Files): Add m4/getloadavg.m4.
38721         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
38722         the former is now obsolescent.
38723
38724         * modules/chdir-long (Depends-on): Add fcntl.
38725
38726 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38727
38728         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
38729         obsolescent, and programs should use gnulib instead.
38730         * m4/getloadavg.m4: New file, with contents taken from Autoconf
38731         but with prefixes changed.
38732
38733 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38734
38735         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
38736         or stdbool.h, because they might not exist while configuring.
38737
38738         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
38739         Don't include unistd.h or limits.h; not needed, since chdir-long.h
38740         does that for us.
38741         (O_DIRECTORY): Remove.
38742
38743 2006-08-31  Eric Blake  <ebb9@byu.net>
38744
38745         * gnulib-tool: Don't let emacs change spaces to TAB.
38746
38747 2006-08-31  Bruno Haible  <bruno@clisp.org>
38748
38749         * gnulib-tool: When calling func_import more than once, do it in a
38750         subshell.
38751         Reported by Eric Blake <ebb9@byu.net>.
38752
38753 2006-08-31  Bruno Haible  <bruno@clisp.org>
38754
38755         * gnulib-tool (nl): Remove variable.
38756         (sed_transform_lib_file): Use more robust test for config-h module.
38757         (func_import): Fix typo in 2006-08-25 patch.
38758
38759 2006-08-31  Bruno Haible  <bruno@clisp.org>
38760
38761         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
38762         specified, augment Makefile.am variables instead of assigning them.
38763
38764 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38765
38766         Work around a bug in both the Linux and SunOS 64-bit kernels:
38767         nanosleep mishandles sleeps for longer than 2**31 seconds.
38768         Problem reported by Frank v Waveren in
38769         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
38770         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
38771         Check for nanosleep bug.
38772         (LIB_NANOSLEEP): Append clock_gettime library if needed.
38773
38774 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38775
38776         Work around a bug in both the Linux and SunOS 64-bit kernels:
38777         nanosleep mishandles sleeps for longer than 2**31 seconds.
38778         Problem reported by Frank v Waveren in
38779         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
38780         * lib/nanosleep.c (BILLION): New constant.
38781         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
38782         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
38783         implementation.
38784
38785 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38786
38787         * modules/nanosleep (Depends-on): Add gettime.
38788
38789 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38790         and Simon Josefsson  <jas@extundo.com>
38791         and Oskar Liljeblad  <oskar@osk.mine.nu>
38792
38793         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
38794         * gnulib-tool (func_import): New license type 'unmodifiable license
38795         text'.
38796         * modules/fdl: Use it.  Longer description.
38797         * module/gpl, module/lgpl: New files.
38798
38799 2006-08-30  Jim Meyering  <jim@meyering.net>
38800
38801         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
38802         shadowing the parameter.
38803
38804 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38805
38806         Sync from Libtool:
38807
38808         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38809
38810         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
38811         sharing with gnulib.  Report by Eric Blake.
38812
38813 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38814
38815         * modules/isapipe: New file.
38816         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
38817
38818 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38819
38820         * modules/configmake (Makefile.am): Add a comment, and omit
38821         the CONFIGMAKE_ prefix from generated macro names.  Suggested
38822         by Bruno Haible.
38823
38824 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38825
38826         * m4/isapipe.m4: New file.
38827
38828 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38829
38830         * lib/isapipe.c, lib/isapipe.h: New files.
38831
38832 2006-08-29  Jim Meyering  <jim@meyering.net>
38833
38834         * modules/configmake (Makefile.am): Make configmake.h depend on
38835         Makefile.  Otherwise, a stale configmake.h could hang around.
38836
38837 2006-08-29  Eric Blake  <ebb9@byu.net>
38838
38839         * lib/error.c (error_at_line, print_errno_message): Match libc, after
38840         resolution of upstream bug 3044.
38841
38842 2006-08-29  Bruno Haible  <bruno@clisp.org>
38843
38844         * modules/localcharset (Depends-on): Add configmake.
38845         (Makefile.am): Remove setting of LIBDIR through DEFS.
38846
38847 2006-08-29  Bruno Haible  <bruno@clisp.org>
38848
38849         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
38850         defined.
38851
38852 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38853
38854         * modules/fcntl: New file.
38855         * modules/chdir-safer (Depends-on): Add fcntl.
38856         * modules/fts: Likewise.
38857         * modules/mkdir-p: Likewise.
38858
38859         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
38860         This undoes the most recent change, since we're now addressing the
38861         problem in a different way.
38862
38863         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
38864         into output, since the output might be called Makefile.am even
38865         if $makefile_name is something different.
38866         (func_import): Use $makefile_am rather than
38867         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
38868         empty.
38869
38870         * modules/inttypes (Files): Add m4/inttypes-h.m4.
38871
38872 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38873
38874         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
38875         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
38876         recent change to stdint.m4, since we're now addressing the problem in a
38877         different way.
38878
38879 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38880
38881         * m4/fcntl_h.m4: New file.
38882
38883 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38884
38885         * lib/fcntl_.h: New file.
38886         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
38887         the fcntl module.
38888         * lib/dirchownmod.c: Likewise.
38889         * lib/fts.c: Likewise.
38890
38891         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
38892         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
38893         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
38894         just before including <inttypes.h>, to avoid circular inclusion.
38895
38896 2006-08-28  Jim Meyering  <jim@meyering.net>
38897
38898         * doc/visibility.texi: Actually read and correct the grammar of the
38899         sentence affected by yesterday's change.
38900
38901 2006-08-28  Eric Blake  <ebb9@byu.net>
38902
38903         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
38904         needs wrapper.
38905
38906 2006-08-28  Eric Blake  <ebb9@byu.net>
38907
38908         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
38909
38910 2006-08-28  Eric Blake  <ebb9@byu.net>
38911
38912         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
38913
38914 2006-08-28  Bruno Haible  <bruno@clisp.org>
38915
38916         * modules/c-strstr: New file, from GNU gettext.
38917         * MODULES.html.sh (String handling): Add c-strstr.
38918
38919 2006-08-28  Bruno Haible  <bruno@clisp.org>
38920
38921         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
38922         macros.
38923         Reported by Eric Blake.
38924
38925 2006-08-28  Bruno Haible  <bruno@clisp.org>
38926
38927         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
38928         (VASNPRINTF): Return a string of length > INT_MAX without failing.
38929         * lib/vasprintf.c: Include errno.h, limits.h.
38930         (EOVERFLOW): New fallback definition.
38931         (vasprintf): Test here whether the string length is > INT_MAX.
38932         * lib/vsnprintf.c: Include errno.h, limits.h.
38933         (EOVERFLOW): New fallback definition.
38934         (vsnprintf): Fix bug when generated string was too long for the buffer.
38935         Test here whether the string length is > INT_MAX.
38936
38937 2006-08-28  Bruno Haible  <bruno@clisp.org>
38938
38939         * lib/inttypes_.h (SCNX*): Remove definitions.
38940         Reported by Eric Blake.
38941
38942 2006-08-28  Bruno Haible  <bruno@clisp.org>
38943
38944         * lib/c-strstr.h: New file, from GNU gettext.
38945         * lib/c-strstr.c: New file, from GNU gettext.
38946
38947 2006-08-28  Bruno Haible  <bruno@clisp.org>
38948
38949         * gnulib-tool: Reorder some statements.
38950
38951 2006-08-28  Bruno Haible  <bruno@clisp.org>
38952
38953         * gnulib-tool: New option --makefile-name.
38954         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
38955         $makefile_name.
38956         (func_import): Write $makefile_name to the cache file, and read it from
38957         there unless explicitly specified. Use $makefile_name as file name
38958         instead of Makefile.am. Adjust the recommendations accordingly.
38959
38960 2006-08-28  Bruno Haible  <bruno@clisp.org>
38961
38962         * gnulib-tool (func_verify_module): Check against misapplying patch.
38963
38964 2006-08-28  Bruno Haible  <bruno@clisp.org>
38965
38966         * gnulib-tool (func_relativize, func_relconcat): New functions.
38967         Give an error if --local-dir is given with --update.
38968         Remove trailing slashes from $local_gnulib_dir.
38969         (func_import): Store the relativized $local_gnulib_dir in
38970         gnulib-cache.m4, and read it from there if not specified explicitly.
38971
38972 2006-08-28  Bruno Haible  <bruno@clisp.org>
38973
38974         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
38975         is the current directory. Respect also $local_gnulib_dir.
38976
38977 2006-08-28  Bruno Haible  <bruno@clisp.org>
38978             Simon Josefsson  <jas@extundo.com>
38979
38980         BeOS portability.
38981         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
38982
38983 2006-08-27  Jim Meyering  <jim@meyering.net>
38984
38985         * doc/visibility.texi: Remove duplicate word: "pointer".
38986
38987 2006-08-26  Bruno Haible  <bruno@clisp.org>
38988
38989         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
38990         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
38991         (Makefile.am): Create inttypes.h from inttypes_.h.
38992         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
38993
38994         * modules/imaxabs: New file.
38995
38996         * modules/imaxdiv: New file.
38997
38998 2006-08-26  Bruno Haible  <bruno@clisp.org>
38999
39000         * m4/inttypes.m4: New file.
39001         * m4/_inttypes_h.m4: Remove file.
39002         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
39003         PRI_MACROS_BROKEN.
39004         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
39005
39006         * m4/imaxabs.m4: New file.
39007
39008         * m4/imaxdiv.m4: New file.
39009
39010 2006-08-26  Bruno Haible  <bruno@clisp.org>
39011
39012         * lib/inttypes_.h: New file.
39013         * lib/inttypes.h: Remove file.
39014         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
39015
39016         * lib/imaxabs.c: New file.
39017
39018         * lib/imaxdiv.c: New file.
39019
39020 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39021
39022         New config-h module, so that "make" output needn't be cluttered
39023         by -DHAVE_CONFIG_H.
39024         * MODULES.html.sh (Support for building libraries and executables):
39025         Add config-h.
39026         * modules/config-h: New file.
39027         * gnulib-tool (nl, sed_transform_lib_file): New vars.
39028         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
39029         the config-h module is used.
39030
39031         New configmake module, so that "make" output needn't be cluttered
39032         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
39033         * MODULES.html.sh (Support for building libraries and executables):
39034         Add configmake.
39035         * modules/configmake: New file.
39036
39037 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39038
39039         * m4/config-h.m4: New file.
39040
39041 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39042
39043         * config/srclist.txt: Add elisp-comp.
39044
39045 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39046
39047         * MODULES.html.sh (Support for building libraries and executables):
39048         Add elisp-comp.
39049         * build-aux/elisp-comp: New file.
39050         * modules/elisp-comp: New file.
39051
39052 2006-08-24  Bruno Haible  <bruno@clisp.org>
39053
39054         * gnulib-tool (func_create_testdir): Use non-default values of
39055         sourcebase and m4base.
39056
39057 2006-08-24  Bruno Haible  <bruno@clisp.org>
39058
39059         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
39060         HTML structure.
39061
39062 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39063
39064         * modules/openat (Depends-on): Add lchown.
39065
39066 2006-08-23  Bruno Haible  <bruno@clisp.org>
39067
39068         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
39069         of gl_LOCK_EARLY instead of gl_LOCK.
39070
39071 2006-08-23  Bruno Haible  <bruno@clisp.org>
39072
39073         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
39074         on OSF/1 to no.
39075         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
39076
39077 2006-08-23  Bruno Haible  <bruno@clisp.org>
39078
39079         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
39080         as unusable.
39081
39082         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
39083         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
39084         (gl_LOCK): New macro.
39085
39086 2006-08-22  Simon Josefsson  <jas@extundo.com>
39087
39088         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
39089         to md5 module.
39090
39091 2006-08-22  Simon Josefsson  <jas@extundo.com>
39092
39093         * MODULES.html.sh: Add "Support for maintaining and release
39094         projects".
39095
39096         * build-aux/gnupload: New file, from coreutils.
39097
39098 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39099
39100         Avoid the need for AC_LIBSOURCES in m4 macros.
39101         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
39102         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
39103         * modules/check-version (EXTRA_DIST): Add check-version.h.
39104         * modules/crc (EXTRA_DIST): Add crc.h.
39105         * modules/des (EXTRA_DIST): Add des.h.
39106         * modules/gc (EXTRA_DIST): Add gc.h.
39107         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
39108         * modules/getline (EXTRA_DIST): Add getline.h.
39109         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
39110         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
39111         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
39112         * modules/md2 (EXTRA_DIST): Add md2.h.
39113         * modules/md4 (EXTRA_DIST): Add md4.h.
39114         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
39115         * modules/read-file (EXTRA_DIST): Add read-file.h.
39116         * modules/readline (EXTRA_DIST): Add readline.h.
39117         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
39118         rijndael-api-fst.h.
39119
39120 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39121
39122         * m4/rijndael.m4 (gl_ARCFOUR):
39123         * m4/arctwo.m4 (gl_ARCTWO):
39124         * m4/check-version.m4 (gl_CHECK_VERSION):
39125         * m4/crc.m4 (gl_CRC):
39126         * m4/des.m4 (gl_DES):
39127         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
39128         * m4/gc.m4 (gl_GC):
39129         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
39130         * m4/getline.m4 (gl_FUNC_GETLINE):
39131         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
39132         * m4/hmac-md5.m4 (gl_HMAC_MD5):
39133         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
39134         * m4/md2.m4 (gl_MD2):
39135         * m4/md4.m4 (gl_MD4):
39136         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
39137         * m4/read-file.m4 (gl_FUNC_READ_FILE):
39138         * m4/readline.m4 (gl_FUNC_READLINE):
39139         * m4/rijndael.m4 (gl_RIJNDAEL):
39140         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
39141         to get the necessary .h files and whatnot.
39142
39143 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39144
39145         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
39146         gnulib rather than the other way around.
39147         * config/srclistvars.sh (COREUTILS): Remove.
39148
39149 2006-08-22  Jim Meyering  <jim@meyering.net>
39150
39151         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
39152
39153         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
39154
39155 2006-08-22  Eric Blake  <ebb9@byu.net>
39156
39157         * modules/regexprops-generic: New file.
39158         * MODULES.html.sh (Support for building documentation): List it.
39159
39160 2006-08-22  Eric Blake  <ebb9@byu.net>
39161
39162         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
39163         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
39164         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
39165         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
39166
39167 2006-08-22  Bruno Haible  <bruno@clisp.org>
39168
39169         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
39170         and lib_LTLIBRARIES like the other lib_* variables.
39171
39172 2006-08-22  Bruno Haible  <bruno@clisp.org>
39173
39174         * build-aux/x-to-1.in: New file, from GNU gettext.
39175
39176 2006-08-22  Bruno Haible  <bruno@clisp.org>
39177
39178         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
39179         <utmpx.h> exists.
39180
39181 2006-08-22  Bruno Haible  <bruno@clisp.org>
39182
39183         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
39184         <utmpx.h> exists.
39185
39186 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39187
39188         BeOS portability.
39189         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
39190         exist.
39191         Problem reported by Bruno Haible.
39192
39193 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39194
39195         Avoid the need for AC_LIBSOURCES in m4 macros.
39196         * modules/acl (EXTRA_DIST): Add acl.h.
39197         * modules/argmatch (Files): Add m4/argmatch.m4.
39198         (configure.ac): Add gl_ARGMATCH.
39199         (EXTRA_DIST): Renamed from lib_SOURCES, for
39200         consistency with the other modules.  Remove argmatch.c.
39201         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
39202         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
39203         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
39204         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
39205         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
39206         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
39207         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
39208         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
39209         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
39210         * modules/closeout (EXTRA_DIST): Add closeout.h.
39211         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
39212         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
39213         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
39214         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
39215         dirname.h; remove basename.c and stripslash.c.
39216         * modules/exclude (EXTRA_DIST): Add exclude.h.
39217         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
39218         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
39219         * modules/file-type (EXTRA_DIST): Add file-type.h.
39220         * modules/filemode (EXTRA_DIST): Add filemode.h.
39221         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
39222         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
39223         * modules/fpending (EXTRA_DIST): Add __fpending.h.
39224         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
39225         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
39226         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
39227         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
39228         * modules/getdate (EXTRA_DIST): Add getdate.c.
39229         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
39230         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
39231         * modules/getpass (EXTRA_DIST): Add getpass.h.
39232         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
39233         * modules/group-member (EXTRA_DIST): Add group-member.h.
39234         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
39235         * modules/hash (EXTRA_DIST): Add hash.h.
39236         * modules/human (EXTRA_DIST): Add human.h.
39237         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
39238         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
39239         * modules/lchown (EXTRA_DIST): Add lchown.h.
39240         * modules/long-options (EXTRA_DIST): Add long-options.h.
39241         * modules/lstat (EXTRA_DIST): Add lstat.h.
39242         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
39243         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
39244         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
39245         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
39246         * modules/memxor (EXTRA_DIST): Add memxor.h.
39247         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
39248         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
39249         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
39250         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
39251         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
39252         * modules/physmem (EXTRA_DIST): Add physmem.h.
39253         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
39254         * modules/posixver (EXTRA_DIST): Add posixver.h.
39255         * modules/quote (EXTRA_DIST): Add quote.h.
39256         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
39257         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
39258         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
39259         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
39260         regex_internal.h regexec.c.
39261         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
39262         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
39263         * modules/same (EXTRA_DIST): Add same.h.
39264         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
39265         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
39266         * modules/savedir (EXTRA_DIST): Add savedir.h.
39267         * modules/sha1 (EXTRA_DIST): Add sha1.h.
39268         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
39269         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
39270         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
39271         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
39272         * modules/strdup (EXTRA_DIST): Add strdup.h.
39273         * modules/strftime (EXTRA_DIST): Add strftime.h.
39274         * modules/strndup (EXTRA_DIST): Add strndup.h.
39275         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
39276         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
39277         * modules/time_r (EXTRA_DIST): Add time_r.h.
39278         * modules/timespec (EXTRA_DIST): Add timespec.h.
39279         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
39280         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
39281         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
39282         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
39283         * modules/userspec (EXTRA_DIST): Add userspec.h.
39284         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
39285         * modules/utimens (EXTRA_DIST): Add utimens.h.
39286         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
39287         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
39288         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
39289         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
39290         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
39291         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
39292         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
39293         * modules/yesno (EXTRA_DIST): Add yesno.h.
39294
39295 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39296
39297         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
39298
39299         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
39300         * m4/dev-ino.m4, same-inode.m4: Remove.
39301
39302         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
39303         * m4/acl.m4 (AC_FUNC_ACL):
39304         * m4/backupfile.m4 (gl_BACKUPFILE):
39305         * m4/c-strtod.m4 (gl_C99_STRTOLD):
39306         * m4/canon-host.m4 (gl_CANON_HOST):
39307         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
39308         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
39309         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
39310         * m4/cloexec.m4 (gl_CLOEXEC):
39311         * m4/close-stream.m4 (gl_CLOSE_STREAM):
39312         * m4/closeout.m4 (gl_CLOSEOUT):
39313         * m4/dirfd.m4 (gl_FUNC_DIRFD):
39314         * m4/dirname.m4 (gl_DIRNAME):
39315         * m4/exclude.m4 (gl_EXCLUDE):
39316         * m4/exitfail.m4 (gl_EXITFAIL):
39317         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
39318         * m4/file-type.m4 (gl_FILE_TYPE):
39319         * m4/filemode.m4 (gl_FILEMODE):
39320         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
39321         * m4/fpending.m4 (gl_FUNC_FPENDING):
39322         * m4/fprintftime.m4 (gl_FPRINTFTIME):
39323         * m4/fts.m4 (gl_FUNC_FTS):
39324         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
39325         * m4/getdate.m4 (gl_GETDATE):
39326         * m4/gethrxtime.m4 (gl_GETHRXTIME):
39327         * m4/getpagesize.m4 (gl_GETPAGESIZE):
39328         * m4/getpass.m4 (gl_FUNC_GETPASS):
39329         * m4/gettime.m4 (gl_GETTIME):
39330         * m4/getugroups.m4 (gl_GETUGROUPS):
39331         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
39332         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
39333         * m4/hard-locale.m4 (gl_HARD_LOCALE):
39334         * m4/hash.m4 (gl_HASH):
39335         * m4/idcache.m4 (gl_IDCACHE):
39336         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
39337         * m4/lchown.m4 (gl_FUNC_LCHOWN):
39338         * m4/long-options.m4 (gl_LONG_OPTIONS):
39339         * m4/lstat.m4 (gl_FUNC_LSTAT):
39340         * m4/md5.m4 (gl_MD5):
39341         * m4/memcasecmp.m4 (gl_MEMCASECMP):
39342         * m4/memcoll.m4 (gl_MEMCOLL):
39343         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
39344         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
39345         * m4/memxor.m4 (gl_MEMXOR):
39346         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
39347         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
39348         * m4/modechange.m4 (gl_MODECHANGE):
39349         * m4/mountlist.m4 (gl_MOUNTLIST):
39350         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39351         * m4/openat.m4 (gl_FUNC_OPENAT):
39352         * m4/pathmax.m4 (gl_PATHMAX):
39353         * m4/physmem.m4 (gl_PHYSMEM):
39354         * m4/posixtm.m4 (gl_POSIXTM):
39355         * m4/posixver.m4 (gl_POSIXVER):
39356         * m4/quote.m4 (gl_QUOTE):
39357         * m4/quotearg.m4 (gl_QUOTEARG):
39358         * m4/readtokens.m4 (gl_READTOKENS):
39359         * m4/readutmp.m4 (gl_READUTMP):
39360         * m4/regex.m4 (gl_REGEX):
39361         * m4/safe-read.m4 (gl_SAFE_READ):
39362         * m4/safe-write.m4 (gl_SAFE_WRITE):
39363         * m4/same.m4 (gl_SAME):
39364         * m4/save-cwd.m4 (gl_SAVE_CWD):
39365         * m4/savedir.m4 (gl_SAVEDIR):
39366         * m4/settime.m4 (gl_SETTIME):
39367         * m4/sha1.m4 (gl_SHA1):
39368         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
39369         * m4/stat-macros.m4 (gl_STAT_MACROS):
39370         * m4/stat-time.m4 (gl_STAT_TIME):
39371         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
39372         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
39373         * m4/strdup.m4 (gl_FUNC_STRDUP):
39374         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
39375         * m4/strndup.m4 (gl_FUNC_STRNDUP):
39376         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
39377         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
39378         * m4/time_r.m4 (gl_TIME_R):
39379         * m4/timespec.m4 (gl_TIMESPEC):
39380         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
39381         * m4/unlinkdir.m4 (gl_UNLINKDIR):
39382         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
39383         * m4/userspec.m4 (gl_USERSPEC):
39384         * m4/utimecmp.m4 (gl_UTIMECMP):
39385         * m4/utimens.m4 (gl_UTIMENS):
39386         * m4/xalloc.m4 (gl_XALLOC):
39387         * m4/xgetcwd.m4 (gl_XGETCWD):
39388         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
39389         * m4/xreadlink.m4 (gl_XREADLINK):
39390         * m4/xstrtod.m4 (gl_XSTRTOD):
39391         * m4/yesno.m4 (gl_YESNO):
39392         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
39393         to get the necessary .h files and whatnot.
39394
39395 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
39396             Bruno Haible  <bruno@clisp.org>
39397
39398         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
39399         /bin/sh understanding of '!' conditional negation.
39400
39401 2006-08-21  Jim Meyering  <jim@meyering.net>
39402
39403         * modules/openat (Depends-on): Really alphabetize.
39404
39405         * modules/acl (Depends-on): Add error and quote.
39406
39407         * check-module (find_included_lib_files): Add at-func.c to the
39408         ok-to-include-more-than-once white list.
39409
39410         * modules/openat (Depends-on): Add lstat.  Alphabetize.
39411
39412 2006-08-21  Bruno Haible  <bruno@clisp.org>
39413
39414         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39415         Emit a pkgdata_DATA variable only if some snippets add contents to it.
39416         Reported by Martin Lambers <marlam@marlam.de>.
39417
39418 2006-08-21  Bruno Haible  <bruno@clisp.org>
39419
39420         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
39421         specify an installation location, don't emit a noinst_LIBRARIES or
39422         noinst_LTLIBRARIES assignment.
39423
39424 2006-08-21  Bruno Haible  <bruno@clisp.org>
39425
39426         BeOS portability.
39427         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
39428         BeOS has mbrtowc() but no <wctype.h>.
39429
39430 2006-08-21  Bruno Haible  <bruno@clisp.org>
39431
39432         BeOS portability.
39433         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
39434         exist.
39435
39436 2006-08-21  Bruno Haible  <bruno@clisp.org>
39437
39438         BeOS portability.
39439         * lib/mbchar.h: Include <wctype.h> only if it exists.
39440
39441 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39442
39443         Remove files that are no longer needed by their respective modules.
39444         * m4/obstack.m4: Remove.
39445         * m4/strerror_r.m4: Remove.
39446         * m4/uint32_t.m4: Remove.
39447         * m4/uintptr_t.m4: Remove.
39448         * m4/ullong_max.m4: Remove.
39449         * m4/xstrtoimax.m4: Remove.
39450         * m4/xstrtoumax.m4: Remove.
39451
39452         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
39453         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
39454         dependencies now capture this.
39455
39456         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
39457         Do not use AC_LIBSOURCES, since gnulib modules now do this.
39458         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
39459         * m4/human.m4 (gl_HUMAN): Likewise.
39460         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
39461         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
39462
39463         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
39464
39465         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
39466         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
39467         stdint.
39468         * m4/human.m4 (gl_HUMAN): Likewise.
39469         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
39470         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
39471         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
39472         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
39473         * m4/xstrtol (gl_XSTRTOL): Likewise.
39474
39475         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
39476         AC_TYPE_LONG_LONG_INT.
39477         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
39478         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
39479         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
39480         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
39481
39482         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
39483         on stdbool.
39484
39485         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
39486         (gl_PREREQ_XSTRTOUL): Remove.
39487
39488         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
39489
39490         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
39491         mode.
39492
39493 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39494
39495         Add and change modules to make it easier for coreutils to use
39496         gnulib-tool.
39497         * modules/backupfile (Files): Remove m4/d-ino.m4.
39498         (Depends-on): Add d-ino.
39499         * modules/cycle-check (Depends-on): Add stdint.
39500         (lib_SOURCES): Add cycle-check.h.
39501         * modules/d-ino: New module.
39502         * modules/d-type: New module.
39503         * modules/error (Files): Remove m4/strerror_r.m4.
39504         * modules/filemode (Files): Add m4/st_dm_mode.m4.
39505         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
39506         m4/inttypes_h.m4, m4/uintmax_t.m4.
39507         (Depends-on): Add stdint.
39508         (lib_SOURCES): Add fsusage.h.
39509         * modules/getcwd (Files): Remove d-ino.m4.
39510         (Depends-on): Add d-ino.
39511         * modules/getndelim2 (Depends-on): Add stdint.
39512         * modules/glob (Files): Remove m4/d-type.m4.
39513         (Depends-on): Add d-type.
39514         * modules/host-os: New module.
39515         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
39516         m4/inttypes_h.m4, m4/uintmax_t.m4.
39517         * Depends-on: Add stdint.
39518         (lib_SOURCES): Add human.h.
39519         * modules/inttostr (Files): Remove m4/intmax_t.m4,
39520         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
39521         m4/uintmax_t.m4, m4/ulonglong.m4.
39522         (Depends-on): Add stdint.
39523         (EXTRA_DIST): Add inttostr.h.
39524         * modules/lchmod: New module.
39525         * modules/link-follow: New module.
39526         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
39527         (Depends-on): Add lchmod.
39528         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
39529         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
39530         (Depends-on): Add stdint.
39531         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
39532         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
39533         (Depends-on): Add stdint.
39534         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
39535         * modules/perl: New module.
39536         * modules/regex (Depends-on): Add stdint.
39537         * modules/rmdir-errno: New module.
39538         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
39539         m4/intmax_t.m4.
39540         (Depends-on): Add stdint.
39541         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
39542         m4/uintmax_t.m4.
39543         (Depends-on): Add stdint.
39544         * modules/unlink-busy: New module.
39545         * modules/utimecmp (Depends-on): Add stdint.
39546         * modules/uptime: New module.
39547         * modules/winsz-ioctl: New module.
39548         * modules/winsz-termios: New module.
39549         * modules/xnanosleep (Depends-on): Add nanosleep.
39550         * modules/ullong_max: Remove.
39551         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
39552         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
39553         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
39554         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
39555         (Depends-on): Add inttypes.
39556         (lib_SOURCES): Add xstrtol.h.
39557         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
39558         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
39559         * MODULES.html.sh: Move 'assert' into the assert section.
39560         Move 'dummy' into the linking section.
39561         Remove ullong_max.
39562         Add section for compatibility checks for POSIX:2001 functions,
39563         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
39564         winsz-ioctl, and winsz-termios into it.
39565         Add lchmod.
39566         Add top-level Misc section and put host-os, perl, and uptime
39567         into it.
39568
39569 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39570
39571         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
39572         now assume the stdint module.  Do not include inttypes.h.
39573         * lib/fsusage.h: Likewise.
39574         * lib/getndelim2.c: Likewise.
39575         * lib/human.h: Likewise.
39576         * lib/inttostr.h: Likewise.
39577         * lib/obstack.c: Likewise.
39578         * lib/regex_internal.h: Likewise.
39579         * lib/tempname.c: Likewise.
39580         * lib/utimecmp.c: Likewise.
39581         * lib/xstrtol.h: Likewise.
39582
39583         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
39584
39585         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
39586         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
39587         * lib/xtime.h: Likewise.
39588
39589 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39590
39591         * modules/openat (Files): Add lib/fchmodat.c.
39592         Fixes problem reported by Jay Youngman.
39593
39594 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39595
39596         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
39597         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
39598
39599 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
39600             Bruno Haible  <bruno@clisp.org>
39601
39602         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
39603         and is a script that invokes bison. Tighten the code. Add comments.
39604
39605 2006-08-18  Jim Meyering  <jim@meyering.net>
39606
39607         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
39608         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
39609         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
39610         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
39611
39612 2006-08-18  Bruno Haible  <bruno@clisp.org>
39613
39614         * modules/bison-i18n: New file.
39615         * MODULES.html.sh (Internationalization functions): Add it.
39616
39617 2006-08-18  Bruno Haible  <bruno@clisp.org>
39618
39619         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
39620         sys/statvfs.h. When getmntinfo was found, check its declaration and
39621         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
39622
39623 2006-08-18  Bruno Haible  <bruno@clisp.org>
39624
39625         * m4/bison-i18n.m4: New file, from bison.
39626
39627 2006-08-18  Bruno Haible  <bruno@clisp.org>
39628
39629         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
39630         (ME_DUMMY): Treat "kernfs" as a dummy.
39631         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
39632
39633 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39634
39635         Update from coreutils.
39636
39637         2006-08-15  Jim Meyering  <jim@meyering.net>
39638
39639         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
39640
39641         2006-01-17  Jim Meyering  <jim@meyering.net>
39642
39643         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
39644
39645         2006-01-11  Jim Meyering  <jim@meyering.net>
39646
39647         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
39648         Check for the lchmod function.
39649
39650 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39651
39652         Update from coreutils.
39653
39654         * lib/__fpending.h: Add copyright notice.
39655         * lib/fprintftime.h: Likewise.
39656         * lib/savedir.c: Use (C) in copyright notice.
39657         * lib/savedir.h: Likewise.
39658
39659         2006-08-15  Jim Meyering  <jim@meyering.net>
39660
39661         * lib/at-func.c: New file, with the logic of all emulated at-functions.
39662         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
39663         in support of the EXPECTED_ERRNO macro.
39664         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
39665         definitions.  Instead, define the appropriate symbols and include
39666         "at-func.c".
39667         * lib/mkdirat.c (mkdirat): Likewise.
39668         * lib/fchmodat.c (fchmodat): Likewise.
39669         (ENOSYS): Remove definition.
39670         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
39671         it.  Don't include "unistd--.h" -- it wasn't ever used.
39672
39673         2006-01-17  Jim Meyering  <jim@meyering.net>
39674
39675         Rewrite fts.c not to change the current working directory,
39676         by using openat, fstatat, fdopendir, etc..
39677
39678         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
39679         (HAVE_OPENAT_SUPPORT): Define.
39680         [_LIBC] (fchdir): Don't undef or define; no longer used.
39681         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
39682         Now, this `function' always succeeds, and consumes its file descriptor
39683         parameter -- so callers must not close such FDs.  Update callers.
39684         (diropen_fd, opendirat, cwd_advance_fd): New functions.
39685         (diropen): Add parameter, SP.  Adjust all callers.
39686         Implement using diropen_fd, rather than open.
39687         (fts_open): Initialize new member, fts_cwd_fd.
39688         Remove fts_rft-setting code.
39689         (fts_close): Close fts_cwd_fd, if necessary.
39690         (__opendir2): Define in terms of opendir or opendirat,
39691         depending on whether the FST_NOCHDIR flag is set.
39692         (fts_build): Since fts_safe_changedir consumes its FD, and since
39693         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
39694         and close the dup'd file descriptor upon failure.
39695         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
39696         (fts_safe_changedir): Tweak semantics to reflect that this function
39697         now calls cwd_advance_fd and hence consumes its FD argument.
39698         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
39699         [struct FTS] (fts_rft): Remove now-unused member.
39700         [struct FTS] (fts_cycle.state): Improve comment.
39701
39702         * lib/openat.c (openat_needs_fchdir): New function.
39703         * lib/openat.h (openat_needs_fchdir): Declare it.
39704
39705 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
39706
39707         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
39708         Problem and fix reported by Pádraig Brady in
39709         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
39710
39711 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39712
39713         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
39714
39715 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39716
39717         * lib/memcoll.c (memcoll): Optimize for the common case where the
39718         arguments are bytewise equal.
39719
39720 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39721
39722         * doc/regexprops-generic.texi: Add a copyright notice.
39723
39724 2006-08-15  Bruno Haible  <bruno@clisp.org>
39725
39726         * modules/tmpdir (License): Change to LGPL.
39727
39728 2006-08-15  Bruno Haible  <bruno@clisp.org>
39729
39730         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
39731         module.
39732
39733 2006-08-14  Simon Josefsson  <jas@extundo.com>
39734
39735         * config/srclist.txt: Add gnupload.
39736
39737 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39738
39739         Change copyright notice from LGPL 2 to GPL 2, since that's the
39740         standard form used in the gnulib repository.
39741         * tests/test-lock.c: Likewise.
39742         * tests/test-stdint.c: Likewise.
39743         * tests/test-tls.c: Likewise.
39744
39745         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
39746         prelude-manager.  User shorter URLs for GNU projects, without '?'.
39747         Add copyright notice.
39748
39749         * check-module: Add copyright notice.  Output a copyright
39750         notice if "--version" is specified.
39751         * modules/COPYING: New file.
39752         * tests/test-getaddrinfo.c: Add copyright notice.
39753         * tests/test-verify.c: Likewise.
39754
39755 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39756
39757         Change copyright notice from LGPL 2 to GPL 2, since that's the
39758         standard form used in the gnulib repository.
39759         * lib/lock.c: LGPL -> GPL.
39760         * lib/lock.h: Likewise.
39761         * lib/strnlen1.c: Likewise.
39762         * lib/strnlen1.h: Likewise.
39763         * lib/tls.c: Likewise.
39764         * lib/tls.h: Likewise.
39765         * lib/tmpdir.c: Likewise.
39766
39767         * lib/TODO: Remove; this belongs only in coreutils.
39768
39769 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39770
39771         Add copyright notices to long-enough files that lack them, since
39772         otherwise the files aren't clearly free.  Use the same notice that
39773         getdate.texi already uses.
39774         * doc/alloca-opt.texi: Add copyright notice.
39775         * doc/alloca.texi: Likewise.
39776         * doc/ctime.texi: Likewise.
39777         * doc/functions.texi: Likewise.
39778         * doc/gcd.texi: Likewise.
39779         * doc/gnulib-tool.texi: Likewise.
39780         * doc/inet_ntoa.texi: Likewise.
39781         * doc/visibility.texi: Likewise.
39782
39783         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
39784         * doc/quote.texi: Add copyright notice.
39785
39786         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
39787         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
39788         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
39789         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
39790         is now obsolete, and give a pointer to the Sun list.
39791         Add copyright notice.
39792
39793 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39794
39795         * config/srclistvars.sh: Add copyright notice.
39796
39797 2006-08-14  Eric Blake  <ebb9@byu.net>
39798
39799         Import the following change from libc:
39800
39801         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
39802
39803         Upstream bug 2997.
39804         * lib/misc/error.c: Add space between program name and message if file
39805         name is missing.
39806
39807 2006-08-12  Karl Berry  <karl@gnu.org>
39808
39809         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
39810         remove, these originate in gnulib now.
39811
39812 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39813
39814         * doc/Makefile (standards.info standards.html standards.dvi):
39815         Also depend on make-stds.texi.
39816
39817 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39818
39819         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
39820         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
39821
39822         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
39823         in wchar_t.  Problem reported by Eric Blake.
39824
39825         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
39826         LEN is smaller than SIZE.  Suggested by Bruno Haible.
39827         Also, help the compiler to keep LEN in a register.
39828
39829 2006-08-11  Eric Blake  <ebb9@byu.net>
39830
39831         * users.txt: Sort.  Add tar.
39832
39833 2006-08-11  Bruno Haible  <bruno@clisp.org>
39834
39835         * users.txt: New file.
39836
39837 2006-08-11  Bruno Haible  <bruno@clisp.org>
39838
39839         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
39840         before <wchar.h>. Needed for OSF/1 and BSD/OS.
39841
39842 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
39843
39844         * modules/snprintf (Depends-on): Remove minmax.
39845         (Maintainer): Add self and Bruno.
39846
39847 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
39848
39849         * lib/.cppi-disable: Add snprintf.h, socket_.h.
39850         * lib/snprintf.c: Include <errno.h> and <limits.h>.
39851         (EOVERFLOW): Define if the system does not.
39852         Do not include "minmax.h"; it wasn't used.
39853         (snprintf): Don't assume size_t promotes to an unsigned type.
39854         Fix bug when generated string was too long for the buffer: the
39855         buffer's contents are supposed to be the initial prefix of the
39856         output.  Don't assume vasnprintf returns EOVERFLOW if the size
39857         exceeds INT_MAX; do the check ourselves.
39858
39859         Import the following changes from libc:
39860
39861         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
39862
39863         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
39864         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
39865         set wc to the byte which couldn't be converted.
39866         (re_string_reconstruct): Don't clear valid_raw_len before calling
39867         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
39868         tip_context using re_string_context_at.
39869
39870         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
39871
39872         * lib/posix/regex.h: g++ still cannot handled [restrict].
39873
39874         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
39875
39876         * lib/posix/regex.h: Remove special handling for VMS.
39877
39878 2006-08-10  Jim Meyering  <jim@meyering.net>
39879
39880         * modules/same-inode: New module.
39881         * modules/dev-ino: New module.
39882         * modules/cycle-check: Depend on these modules, rather than simply
39883         including their .h files.
39884         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
39885         required via m4/cycle-check.m4.
39886         * modules/same: Depend on new same-inode module, rather than
39887         including same-inode.h.
39888         * modules/chdir-safer: New file.
39889
39890         * modules/chown (Depends-on): Add stat-macros.
39891
39892 2006-08-10  Jim Meyering  <jim@meyering.net>
39893
39894         * m4/cycle-check.m4: New file.
39895         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
39896         * m4/dev-ino.m4, m4/same-inode.m4: New files.
39897
39898 2006-08-10  Eric Blake  <ebb9@byu.net>
39899
39900         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
39901         in from original proposal.
39902
39903 2006-08-10  Eric Blake  <ebb9@byu.net>
39904         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39905
39906         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
39907         namespace.
39908
39909 2006-08-10  Bruno Haible  <bruno@clisp.org>
39910
39911         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
39912         as well.
39913
39914 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39915
39916         Sync from coreutils.
39917
39918         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
39919
39920         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
39921         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
39922
39923 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39924
39925         * modules/restrict: Remove; no longer needed now that we assume
39926         Autoconf 2.59 or later.
39927         * MODULES.html.sh: Remove 'restrict'.
39928         * modules/argp (Depends-on): Remove 'restrict'.
39929         * modules/base64 (Depends-on): Likewise.
39930         * modules/gc (Depends-on): Likewise.
39931         * modules/getaddrinfo (Depends-on): Likewise.
39932         * modules/glob (Depends-on): Likewise.
39933         * modules/inet_ntop (Depends-on): Likewise.
39934         * modules/inet_pton (Depends-on): Likewise.
39935         * modules/memxor (Depends-on): Likewise.
39936         * modules/regex (Depends-on): Likewise.
39937         * modules/strtok_r (Depends-on): Likewise.
39938         * modules/time_r (Depends-on): Likewise.
39939
39940 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39941
39942         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
39943         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
39944         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
39945         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
39946         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
39947         * m4/memxor.m4 (gl_MEMXOR): Likewise.
39948         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
39949         gl_C_RESTRICT replaced by AC_C_RESTRICT.
39950
39951         Merge from coreutils.
39952         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
39953         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
39954         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39955         * m4/time_r.m4 (gl_TIME_R): Likewise.
39956
39957 2006-08-09  Karl Berry  <karl@gnu.org>
39958
39959         * config/srclist.txt: no more gettext-tools, per Bruno.
39960
39961 2006-08-08  Eric Blake  <ebb9@byu.net>
39962
39963         * modules/verror: New module.
39964         * MODULES.html.sh: Document it.
39965
39966 2006-08-08  Eric Blake  <ebb9@byu.net>
39967
39968         * lib/verror.h, lib/verror.c: New files.
39969
39970 2006-08-08  Eric Blake  <ebb9@byu.net>
39971
39972         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
39973         verror_at_line output complies with GNU Coding Standards even when
39974         file is NULL.
39975
39976 2006-08-07  Bruno Haible  <bruno@clisp.org>
39977
39978         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
39979         versions of AIX.
39980         Reported by Ralf Wildenhues.
39981
39982 2006-08-07  Bruno Haible  <bruno@clisp.org>
39983
39984         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
39985         in an AC_DEFUN. Needed so that the autoconf snippets can use
39986         AC_REQUIRE.
39987
39988 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39989
39990         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39991         Initialize pkgdata_DATA.
39992         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
39993         overriding it.
39994
39995 2006-08-06  Eric Blake  <ebb9@byu.net>
39996
39997         * lib/error.h: Fold in some upstream changes from glibc.
39998         * lib/error.c: Likewise.
39999
40000 2006-08-04  Bruno Haible  <bruno@clisp.org>
40001
40002         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40003         Make the mostlyclean-local rule depend on mostlyclean-generic.
40004         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
40005
40006 2006-07-31  Bruno Haible  <bruno@clisp.org>
40007
40008         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
40009         <stdlib.h>, <string.h>.
40010
40011 2006-07-30  Bruno Haible  <bruno@clisp.org>
40012
40013         * modules/readlink (License): Change to LGPL.
40014
40015 2006-07-30  Bruno Haible  <bruno@clisp.org>
40016
40017         * modules/javaversion (Makefile.am): Distribute javaversion.java and
40018         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
40019         set PKGDATADIR to point to it.
40020
40021 2006-07-30  Bruno Haible  <bruno@clisp.org>
40022
40023         * modules/csharpexec (configure.ac): Comment out macro invocation.
40024         * modules/javaexec (configure.ac): Likewise.
40025         * modules/javacomp-script (configure.ac): Likewise.
40026
40027         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
40028
40029 2006-07-30  Bruno Haible  <bruno@clisp.org>
40030
40031         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
40032         linked-list.
40033
40034 2006-07-30  Bruno Haible  <bruno@clisp.org>
40035
40036         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
40037
40038 2006-07-30  Bruno Haible  <bruno@clisp.org>
40039
40040         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40041         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
40042         get removed.
40043
40044 2006-07-29  Bruno Haible  <bruno@clisp.org>
40045
40046         Make it possible for gnulib-tool to work with locally modified or
40047         augmented gnulib repositories.
40048         * gnulib-tool (func_usage): Document --local-dir option.
40049         (local_gnulib_dir): New variable.
40050         Handle --local-dir option.
40051         (func_lookup_file): New function.
40052         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
40053         (func_get_description, func_get_filelist, func_get_description,
40054         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
40055         func_get_automake_snippet, func_get_include_directive,
40056         func_get_license, func_get_maintainer): Use func_lookup_file.
40057         (func_import, func_create_testdir): Use func_lookup_file.
40058
40059 2006-07-29  Bruno Haible  <bruno@clisp.org>
40060
40061         * modules/setenv (Depends-on): Add unistd.
40062
40063 2006-07-29  Bruno Haible  <bruno@clisp.org>
40064
40065         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
40066
40067 2006-07-29  Bruno Haible  <bruno@clisp.org>
40068
40069         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
40070
40071 2006-07-29  Bruno Haible  <bruno@clisp.org>
40072
40073         * gnulib-tool (import, update): If there is no Makefile.am, look at
40074         aclocal.m4, instead of bailing out.
40075
40076 2006-07-29  Bruno Haible  <bruno@clisp.org>
40077
40078         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
40079         Categorize the options by when they are useful.
40080
40081 2006-07-29  Bruno Haible  <bruno@clisp.org>
40082
40083         * gnulib-tool (func_usage): Document option --no-libtool.
40084         Handle option --no-libtool.
40085         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
40086         for changed semantics of $libtool variable.
40087         (func_import): Likewise. If libtool is not used, show this through
40088         an option --no-libtool.
40089         (func_create_testdir): Update.
40090
40091 2006-07-29  Bruno Haible  <bruno@clisp.org>
40092
40093         * gnulib-tool (func_import): Extend error message about missing
40094         --doc-base.
40095
40096 2006-07-29  Bruno Haible  <bruno@clisp.org>
40097
40098         * gnulib-tool (func_import): Don't create the $docbase directory if
40099         there is no file to store there.
40100
40101 2006-07-29  Bruno Haible  <bruno@clisp.org>
40102
40103         * gnulib-tool (autoconf_minversion): If a --dir option is given and
40104         relevant, look for configure.ac there, not in the current directory.
40105         Also use a simple search for AC_PREREQ, not "autoconf --trace".
40106
40107 2006-07-29  Bruno Haible  <bruno@clisp.org>
40108
40109         * gnulib-tool (SORT): New variable.
40110         (func_usage): Undocument --assume-autoconf option.
40111         Remove --assume-autoconf option handling.
40112         (autoconf_minversion): Determine from the contents of configure.ac.
40113         (func_import): Remove autoconf_minversion handling.
40114         Suggested by Eric Blake.
40115
40116 2006-07-29  Bruno Haible  <bruno@clisp.org>
40117
40118         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
40119
40120 2006-07-29  Bruno Haible  <bruno@clisp.org>
40121
40122         * config/srclist.txt (*setenv.[ch]): Remove rules.
40123
40124 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40125
40126         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
40127
40128 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40129
40130         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
40131         arpa/inet.h.
40132
40133 2006-07-28  Simon Josefsson  <jas@extundo.com>
40134
40135         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
40136         * modules/inet_pton (Depends-on): Likewise.
40137
40138 2006-07-28  Simon Josefsson  <jas@extundo.com>
40139
40140         * m4/netinet_in_h.m4: New file.
40141
40142 2006-07-28  Simon Josefsson  <jas@extundo.com>
40143
40144         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
40145         #include's.
40146
40147 2006-07-28  Simon Josefsson  <jas@extundo.com>
40148
40149         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
40150         #include's.
40151
40152 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
40153
40154         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
40155         setgid on directories only if they set these bits.
40156         * lib/modechange.h: Remove obsolete comment about masks.
40157
40158 2006-07-28  Eric Blake  <ebb9@byu.net>
40159
40160         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
40161         macro expansion.
40162
40163 2006-07-28  Bruno Haible  <bruno@clisp.org>
40164
40165         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
40166
40167 2006-07-28  Bruno Haible  <bruno@clisp.org>
40168
40169         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
40170
40171 2006-07-28  Bruno Haible  <bruno@clisp.org>
40172
40173         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
40174         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
40175         Define fallbacks.
40176         Avoids link error on FreeBSD 4.x.
40177         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
40178
40179         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
40180         encoding.
40181         * lib/mbswidth.c (iswcntrl): Likewise.
40182
40183 2006-07-27  Bruno Haible  <bruno@clisp.org>
40184
40185         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
40186         test.
40187
40188 2006-07-27  Bruno Haible  <bruno@clisp.org>
40189
40190         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
40191         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
40192         defined.
40193
40194 2006-07-26  Eric Blake  <ebb9@byu.net>
40195
40196         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
40197
40198 2006-07-26  Eric Blake  <ebb9@byu.net>
40199
40200         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
40201         like mingw that lack mkstemp.
40202         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
40203         avoid compilation warning on mingw.
40204
40205 2006-07-26  Bruno Haible  <bruno@clisp.org>
40206
40207         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
40208         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
40209         INT_FAST*_MIN, INTPTR_MIN.
40210
40211 2006-07-25  Bruno Haible  <bruno@clisp.org>
40212
40213         * modules/version-etc (Depends-on): Add stdarg.
40214
40215 2006-07-25  Bruno Haible  <bruno@clisp.org>
40216
40217         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
40218         complex commands.
40219
40220 2006-07-25  Bruno Haible  <bruno@clisp.org>
40221
40222         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
40223         defined in <stdarg.h> or config.h.
40224
40225 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
40226
40227         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
40228         (gl_STDIO_SAFER): Remove.
40229
40230 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
40231
40232         * MODULES.html.sh (File stream based Input/Output):
40233         Add fopen-safer, tmpfile-safer; remove stdio-safer.
40234         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
40235         * modules/fopen-safer, modules/tmpfile-safer: New files.
40236         * modules/stdio-safer: Remove.
40237
40238 2006-07-24  Bruno Haible  <bruno@clisp.org>
40239
40240         * modules/tmpdir: New file.
40241         * MODULES.html.sh (File system functions): Add it.
40242
40243 2006-07-24  Bruno Haible  <bruno@clisp.org>
40244
40245         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
40246         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
40247
40248 2006-07-24  Bruno Haible  <bruno@clisp.org>
40249
40250         * modules/clean-temp: New file.
40251
40252 2006-07-24  Bruno Haible  <bruno@clisp.org>
40253
40254         * m4/tmpdir.m4: New file, from GNU gettext.
40255
40256 2006-07-24  Bruno Haible  <bruno@clisp.org>
40257
40258         * lib/tmpdir.h: New file, from GNU gettext.
40259         * lib/tmpdir.c: New file, from GNU gettext.
40260
40261 2006-07-24  Bruno Haible  <bruno@clisp.org>
40262
40263         * lib/clean-temp.h: New file, from GNU gettext.
40264         * lib/clean-temp.c: New file, from GNU gettext.
40265
40266 2006-07-23  Eric Blake  <ebb9@byu.net>
40267
40268         * modules/stdio-safer (Files): Add tmpfile-safer.c.
40269         (Depends-on): Add binary-io.
40270
40271 2006-07-23  Eric Blake  <ebb9@byu.net>
40272
40273         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
40274
40275 2006-07-23  Eric Blake  <ebb9@byu.net>
40276
40277         * lib/tmpfile-safer.c: New file.
40278         * lib/stdio-safer.h (fopen_safer): Add prototype.
40279         * lib/stdio--.h (tmpfile): Make safer.
40280
40281 2006-07-23  Bruno Haible  <bruno@clisp.org>
40282
40283         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
40284         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
40285         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
40286         gl_linked_remove_at): Use it.
40287
40288 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40289         and Simon Josefsson <jas@extundo.com>
40290
40291         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
40292
40293         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
40294
40295 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
40296
40297         * modules/close-stream: New file.
40298         * modules/closeout (Description): Make it clear that it exits
40299         with a diagnostic on error.
40300         (Depends-on): Add close-stream.  Remove fpending, stdbool.
40301         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
40302
40303 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
40304
40305         * m4/close-stream.m4: New file.
40306
40307 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
40308
40309         * lib/close-stream.c, lib/close-stream.h: New files.
40310
40311 2006-07-22  Bruno Haible  <bruno@clisp.org>
40312
40313         Merge from GNU gettext 0.15.
40314
40315         2006-05-01  Bruno Haible  <bruno@clisp.org>
40316
40317                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
40318
40319         2006-07-22  Bruno Haible  <bruno@clisp.org>
40320
40321                 * modules/javaversion: New file.
40322                 * MODULES.html.sh (Java): Add javaversion.
40323
40324         2006-03-12  Bruno Haible  <bruno@clisp.org>
40325
40326                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
40327
40328         2005-12-04  Bruno Haible  <bruno@clisp.org>
40329
40330                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
40331                 (untested).
40332
40333         2006-06-21  Bruno Haible  <bruno@clisp.org>
40334
40335                 Avoid warnings from recent versions of mcs.
40336                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
40337                 -o, -L, -r any more. Use options documented since mcs-1.0
40338                 instead. Similarly for -g.
40339
40340         2005-12-04  Bruno Haible  <bruno@clisp.org>
40341
40342                 * build-aux/csharpcomp.sh.in: Suffix for resources is
40343                 .resources, not .resource.
40344
40345         2005-07-09  Bruno Haible  <bruno@clisp.org>
40346
40347                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
40348                 add a .dll suffix.
40349                 Reported by Mark Junker <mjscod@gmx.de>.
40350
40351         2006-07-22  Bruno Haible  <bruno@clisp.org>
40352
40353                 * modules/gettext: Upgrade to gettext-0.15.
40354                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
40355                 m4/visibility.m4.
40356                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
40357
40358 2006-07-22  Bruno Haible  <bruno@clisp.org>
40359
40360         Merge from GNU gettext 0.15.
40361
40362         2006-03-25  Bruno Haible  <bruno@clisp.org>
40363
40364                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
40365
40366         2006-07-21  Bruno Haible  <bruno@clisp.org>
40367
40368                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
40369                 "1.1".
40370
40371         2006-05-09  Bruno Haible  <bruno@clisp.org>
40372
40373                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
40374                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
40375                 for the conftestver execution.
40376
40377         2006-05-01  Bruno Haible  <bruno@clisp.org>
40378
40379                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
40380                 optional target-version argument. Verify that the compiler
40381                 groks source of the specified source-version, or add -source
40382                 option as necessary. Verify that the compiler produces
40383                 bytecode in the specified target-version, or add -target and
40384                 -source options as necessary. Make the result of the test
40385                 available as variable CONF_JAVAC. Also log error output in
40386                 config.log.
40387
40388         2006-03-11  Bruno Haible  <bruno@clisp.org>
40389
40390                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
40391
40392         2006-05-09  Bruno Haible  <bruno@clisp.org>
40393
40394                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
40395                 CLASSPATH_SEPARATOR to a semicolon.
40396
40397         2006-03-12  Bruno Haible  <bruno@clisp.org>
40398
40399                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
40400                 available as variable CONF_JAVA, for subsequent autoconf
40401                 tests. Also log error output in config.log.
40402
40403         2006-07-19  Bruno Haible  <bruno@clisp.org>
40404
40405                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
40406                 that getline works on glibc2 systems. Needed to avoid trouble
40407                 in relocatable.c.
40408                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
40409
40410         2005-12-04  Bruno Haible  <bruno@clisp.org>
40411
40412                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
40413                 launcher (untested).
40414
40415         2005-12-04  Bruno Haible  <bruno@clisp.org>
40416
40417                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
40418
40419         2006-07-22  Bruno Haible  <bruno@clisp.org>
40420
40421                 * gettext.m4: Update from GNU gettext-0.15.
40422                 * nls.m4: Likewise.
40423                 * po.m4: Likewise.
40424                 * inttypes-pri.m4: Likewise.
40425                 * inttypes-h.m4: Renamed from inttypes.m4.
40426                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
40427
40428 2006-07-22  Bruno Haible  <bruno@clisp.org>
40429
40430         Merge from GNU gettext 0.15.
40431
40432         2005-07-05  Bruno Haible  <bruno@clisp.org>
40433
40434                 * printf-args.c (printf_fetchargs): Work around broken
40435                 definition of wint_t on mingw.
40436
40437         2005-02-12  Bruno Haible  <bruno@clisp.org>
40438
40439                 * xallocsa.h: Add extern "C" for C++.
40440
40441         2006-05-17  Bruno Haible  <bruno@clisp.org>
40442
40443                 Cygwin portability.
40444                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
40445
40446         2006-04-30  Bruno Haible  <bruno@clisp.org>
40447
40448                 * progreloc.c: Include <mach-o/dyld.h> if available.
40449                 (find_executable): Use _NSGetExecutablePath when possible.
40450
40451         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
40452
40453                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
40454                 function.
40455
40456         2005-12-29  Bruno Haible  <bruno@clisp.org>
40457
40458                 * progreloc.c (set_program_name_and_installdir): Fix
40459                 compilation error.
40460
40461         2005-12-04  Bruno Haible  <bruno@clisp.org>
40462
40463                 Cygwin portability.
40464                 * progreloc.c: Include <windows.h> also on Cygwin.
40465                 (find_executable): Add support for Cygwin.
40466                 (set_program_name_and_installdir): Handle also platforms with
40467                 nonempty EXEEXT.
40468
40469         2006-07-11  Bruno Haible  <bruno@clisp.org>
40470
40471                 * javacomp.c: Fix a comment.
40472                 Reported by Jim Meyering.
40473
40474         2006-04-30  Bruno Haible  <bruno@clisp.org>
40475
40476                 * javacomp.h (compile_java_class): Add source_version,
40477                 target_version arguments.
40478                 * javacomp.c: Rewritten to choose only a compiler that
40479                 respects the specified source_version and target_version.
40480
40481         2006-06-27  Bruno Haible  <bruno@clisp.org>
40482
40483                 Assume correct S_ISDIR macro.
40484                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
40485
40486         2006-07-22  Bruno Haible  <bruno@clisp.org>
40487
40488                 * javaversion.h: New file, from GNU gettext.
40489                 * javaversion.c: New file, from GNU gettext.
40490                 * javaversion.java: New file, from GNU gettext.
40491                 * javaversion.class: New file, from GNU gettext.
40492
40493         2006-05-17  Bruno Haible  <bruno@clisp.org>
40494
40495                 Cygwin portability.
40496                 * javaexec.c (execute_java_class): Test for jview program
40497                 also on Cygwin.
40498
40499         2006-04-09  Bruno Haible  <bruno@clisp.org>
40500
40501                 * fatal-signal.c: Don't include string.h.
40502                 (at_fatal_signal): Use a copying loop instead of memcpy.
40503
40504         2005-12-04  Bruno Haible  <bruno@clisp.org>
40505
40506                 * csharpexec.c: Add support for 'clix' launcher (untested).
40507                 (execute_csharp_using_sscli): New function.
40508                 (execute_csharp_program): Call it.
40509
40510         2006-06-21  Bruno Haible  <bruno@clisp.org>
40511
40512                 Avoid warnings from recent versions of mcs.
40513                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
40514                 -o, -L, -r any more. Use options documented since mcs-1.0
40515                 instead. Similarly for -g.
40516
40517         2005-07-09  Bruno Haible  <bruno@clisp.org>
40518
40519                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
40520                 add a .dll suffix.
40521                 Reported by Mark Junker <mjscod@gmx.de>.
40522
40523         2006-06-17  Bruno Haible  <bruno@clisp.org>
40524
40525                 * config.charset: Update for NetBSD 3.0.
40526
40527         2006-05-17  Bruno Haible  <bruno@clisp.org>
40528
40529                 Cygwin portability.
40530                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
40531
40532         2006-05-16  Bruno Haible  <bruno@clisp.org>
40533
40534                 * localcharset.c [CYGWIN]: Include <windows.h>.
40535                 (get_charset_aliases): For Cygwin, return the same CPxxx
40536                 aliases list as under WIN32.
40537                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
40538                 the environment variables. Fall back to GetACP().
40539
40540         2006-04-05  Bruno Haible  <bruno@clisp.org>
40541
40542                 * config.charset: Update Juan Manuel Guerrero's address.
40543
40544         2005-02-12  Bruno Haible  <bruno@clisp.org>
40545
40546                 * allocsa.h: Add extern "C" for C++.
40547
40548         2005-02-10  Bruno Haible  <bruno@clisp.org>
40549
40550                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
40551                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
40552
40553         2006-07-22  Bruno Haible  <bruno@clisp.org>
40554
40555                 * gettext.h: Update to GNU gettext-0.15.
40556
40557 2006-07-22  Bruno Haible  <bruno@clisp.org>
40558
40559         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
40560         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
40561         lib-prefix.m4, longdouble.m4, ssize_t.m4.
40562
40563 2006-07-21  Eric Blake  <ebb9@byu.net>
40564
40565         * modules/stdlib-safer: New file.
40566         * MODULES.html.sh (File stream based Input/Output): Add
40567         stdlib-safer.
40568
40569 2006-07-21  Eric Blake  <ebb9@byu.net>
40570
40571         * lib/stdlib-safer.h: New file from coreutils, required by
40572         stdlib--.h.
40573
40574 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
40575
40576         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
40577
40578 2006-07-20  Bruno Haible  <bruno@clisp.org>
40579
40580         * gnulib-tool: Recognize new option --assume-autoconf.
40581         (autoconf_minversion): New variable.
40582         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
40583
40584 2006-07-20  Bruno Haible  <bruno@clisp.org>
40585
40586         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
40587
40588 2006-07-19  Derek R. Price  <derek@ximbiot.com>
40589
40590         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
40591         Reindent and repaginate.
40592
40593 2006-07-19  Derek Price  <derek@ximbiot.com>
40594
40595         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
40596         Correct grammar.
40597
40598 2006-07-17  Bruno Haible  <bruno@clisp.org>
40599
40600         * modules/list: New file.
40601         * modules/array-list: New file.
40602         * modules/carray-list, modules/carray-list-tests: New files.
40603         * modules/linked-list, modules/linked-list-tests: New files.
40604         * modules/avltree-list, modules/avltree-list-tests: New files.
40605         * modules/rbtree-list, modules/rbtree-list-tests: New files.
40606         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
40607         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
40608         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
40609         * modules/oset: New file.
40610         * modules/array-oset: New file.
40611         * modules/avltree-oset, modules/avltree-oset-tests: New files.
40612         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
40613         * tests/test-carray_list.c: New file.
40614         * tests/test-linked_list.c: New file.
40615         * tests/test-avltree_list.c: New file.
40616         * tests/test-rbtree_list.c: New file.
40617         * tests/test-linkedhash_list.c: New file.
40618         * tests/test-avltreehash_list.c: New file.
40619         * tests/test-rbtreehash_list.c: New file.
40620         * tests/test-avltree_oset.c: New file.
40621         * tests/test-rbtree_oset.c: New file.
40622         * MODULES.html.sh (Container data structures): New section.
40623
40624 2006-07-17  Bruno Haible  <bruno@clisp.org>
40625
40626         * m4/gl_list.m4: New file.
40627
40628 2006-07-17  Bruno Haible  <bruno@clisp.org>
40629
40630         * lib/gl_list.h: New file.
40631         * lib/gl_list.c: New file.
40632         * lib/gl_array_list.h: New file.
40633         * lib/gl_array_list.c: New file.
40634         * lib/gl_carray_list.h: New file.
40635         * lib/gl_carray_list.c: New file.
40636         * lib/gl_linked_list.h: New file.
40637         * lib/gl_linked_list.c: New file.
40638         * lib/gl_anylinked_list1.h: New file.
40639         * lib/gl_anylinked_list2.h: New file.
40640         * lib/gl_avltree_list.h: New file.
40641         * lib/gl_avltree_list.c: New file.
40642         * lib/gl_anyavltree_list1.h: New file.
40643         * lib/gl_anyavltree_list2.h: New file.
40644         * lib/gl_rbtree_list.h: New file.
40645         * lib/gl_rbtree_list.c: New file.
40646         * lib/gl_anyrbtree_list1.h: New file.
40647         * lib/gl_anyrbtree_list2.h: New file.
40648         * lib/gl_anytree_list1.h: New file.
40649         * lib/gl_anytree_list2.h: New file.
40650         * lib/gl_linkedhash_list.h: New file.
40651         * lib/gl_linkedhash_list.c: New file.
40652         * lib/gl_anyhash_list1.h: New file.
40653         * lib/gl_anyhash_list2.h: New file.
40654         * lib/gl_avltreehash_list.h: New file.
40655         * lib/gl_avltreehash_list.c: New file.
40656         * lib/gl_rbtreehash_list.h: New file.
40657         * lib/gl_rbtreehash_list.c: New file.
40658         * lib/gl_anytreehash_list1.h: New file.
40659         * lib/gl_anytreehash_list2.h: New file.
40660
40661         * lib/gl_oset.h: New file.
40662         * lib/gl_oset.c: New file.
40663         * lib/gl_array_oset.h: New file.
40664         * lib/gl_array_oset.c: New file.
40665         * lib/gl_avltree_oset.h: New file.
40666         * lib/gl_avltree_oset.c: New file.
40667         * lib/gl_rbtree_oset.h: New file.
40668         * lib/gl_rbtree_oset.c: New file.
40669         * lib/gl_anytree_oset.h: New file.
40670
40671 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
40672
40673         * m4/mkancesdirs.m4: New file.
40674         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
40675         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
40676         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
40677         it.
40678
40679 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
40680
40681         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
40682         * lib/mkancesdirs.h: New files.
40683         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
40684         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
40685         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
40686         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
40687         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
40688         callers changed.  Revamp internals significantly, by not
40689         attempting to create directories that are temporarily more
40690         permissive than the final results.  Do not attempt to use
40691         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
40692         This removes some race conditions, fixes some bugs, and simplifies
40693         things.  Use new dirchownmod function to do owner and mode changes.
40694         * lib/mkdir-p.h: Likewise.
40695         * lib/modechange.c (octal_to_mode): New function.
40696         (struct mode_change): New member mentioned.
40697         (make_node_op_equals): New arg mentioned.  All callers changed.
40698         (mode_compile): Keep track of which mode bits the user has explicitly
40699         mentioned.
40700         (mode_adjust): New arg DIR, so that we implement the X op correctly.
40701         New arg PMODE_BITS, to keep track of which mode bits the user
40702         mentioned; it treats S_ISUID and S_ISGID speciall.
40703         All callers changed.
40704         * lib/modechange.h: Likewise.
40705
40706 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
40707
40708         * MODULES.html.sh: Add mkancestors.
40709         * modules/mkancesdirs: New module.
40710         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
40711         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
40712         The chdir-safer and afs files are now orphans; I'll remove them
40713         unless someone speaks up.
40714         Add lib/dirchownmod.c, lib/dirchownmod.h.
40715         (Depends-on): Remove alloca, chown, save-cwd, dirname.
40716         Add lchown, mkancesdirs.
40717         (Maintainer): Add self.
40718
40719 2006-07-15  Karl Berry  <karl@gnu.org>
40720
40721         * gnulib-tool: help message wording/arrangement.
40722
40723 2006-07-14  Simon Josefsson  <jas@extundo.com>
40724
40725         * doc/gnulib.texi (Libtool and Windows): New section.
40726
40727 2006-07-12  Simon Josefsson  <jas@extundo.com>
40728
40729         * modules/gendocs (License): Fix license, approved by Karl.
40730
40731 2006-07-12  Eric Blake  <ebb9@byu.net>
40732
40733         * MODULES.html.sh: Add gendocs.
40734
40735 2006-07-11  Eric Blake  <ebb9@byu.net>
40736
40737         * modules/fdl: New module, to install doc/fdl.texi.
40738         * MODULES.html.sh: Add new section for documentation modules.
40739         * gnulib-tool: Avoid space-tab.
40740         (--doc-base): New option, to manage files from doc.
40741
40742 2006-07-11  Eric Blake  <ebb9@byu.net>
40743
40744         * m4/absolute-header.m4: Fix comments to match recent change.
40745
40746 2006-07-11  Eric Blake  <ebb9@byu.net>
40747
40748         * gnulib-tool: List --doc-base before --tests-base.
40749
40750 2006-07-11  Derek R. Price  <derek@ximbiot.com>
40751
40752         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
40753
40754 2006-07-11  Bruno Haible  <bruno@clisp.org>
40755
40756         * README: Mention where to put documentation.
40757
40758 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40759
40760         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
40761
40762 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
40763
40764         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
40765         to stdint.m4.
40766
40767 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
40768
40769         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
40770         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
40771         "no/such/file/stdint.h" when there is no such file, so that
40772         the resulting C code can be parsed by dodgy compilers.
40773         Problems reported by Bob Proulx.
40774
40775 2006-07-10  Derek R. Price  <derek@ximbiot.com>
40776
40777         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
40778         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
40779         macros into the GNU _D_EXACT_NAMLEN.
40780         * lib/savedir.c:  Likewise.
40781         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
40782
40783 2006-07-10  Derek R. Price  <derek@ximbiot.com>
40784         and Paul Eggert  <eggert@cs.ucla.edu>
40785
40786         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
40787         * m4/savedir.m4:
40788         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
40789         macros into the GNU _D_EXACT_NAMLEN.
40790
40791 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40792
40793         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
40794         around the absolute name, to work around a problem with the HP-UX
40795         11.23 native C compiler, reported by Bob Proulx.
40796
40797 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40798
40799         * doc/maintain.texi, make-stds.texi: Sync from
40800         <http://savannah.gnu.org/projects/gnustandards>.
40801
40802 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40803
40804         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
40805
40806 2006-07-09  Jim Meyering  <jim@meyering.net>
40807
40808         * m4/glob.m4: Remove a doubled word in a comment.
40809
40810 2006-07-09  Jim Meyering  <jim@meyering.net>
40811
40812         * lib/argp-pv.c: Remove a doubled word in a comment.
40813         * lib/check-version.c (check_version): Likewise.
40814         * lib/javacomp.c (compile_java_class): Likewise.
40815
40816 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
40817
40818         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
40819         for the benefit of people using Autoconf 2.60.  If you want to
40820         support older Autoconf versions you can copy m4/onceonly_2_57.m4
40821         (or m4/onceonly.m4, if pre-2.57) manually.
40822
40823 2006-07-08  Jim Meyering  <jim@meyering.net>
40824
40825         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
40826         comment.
40827         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
40828         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
40829         comment.
40830
40831 2006-07-08  Jim Meyering  <jim@meyering.net>
40832
40833         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
40834
40835 2006-07-07  Simon Josefsson  <jas@extundo.com>
40836
40837         * tests/test-crc.c: Change expected crc value, the test vector
40838         were probably computed using the old broken crc.c?
40839
40840 2006-07-06  Simon Josefsson  <jas@extundo.com>
40841
40842         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
40843         now the canonical place for the M4 file).
40844
40845         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
40846         from the sys_socket dependency now.
40847
40848         * modules/inet_pton (Files): Ditto.
40849
40850         * modules/inet_ntop (Files): Ditto.
40851
40852 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
40853
40854         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
40855         not gl_PREREQ_GETUSERSHELL.
40856
40857 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40858
40859         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
40860         with only one argument, for Autoconf 2.60.
40861         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
40862         expand to nothing, so add a shell command to avoid syntax error.
40863         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
40864
40865 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40866
40867         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
40868
40869 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40870
40871         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
40872         no longer needed.  Check for isblank decl.
40873         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
40874         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
40875         of existence.
40876
40877 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40878
40879         * lib/getloadavg.c: Use __VMS, not VMS.
40880         * lib/getopt.c: Likewise.
40881         * lib/getpagesize.h: Likewise.
40882         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
40883         and probably does not work.
40884
40885 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40886
40887         * lib/.cppi-disable: Add wcwidth.
40888         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
40889         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
40890         (ISGRAPH): Remove.  All uses changed to isgraph.
40891         (FOLD) [!defined _LIBC]: Remove special case.
40892         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
40893         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
40894         HAVE_ISBLANK.
40895         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
40896         case.
40897
40898 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
40899
40900         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
40901         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
40902         brackets.  Other minor changes to suppress some compiler
40903         warnings.
40904
40905 2006-07-06  Derek R. Price  <derek@ximbiot.com>
40906         and Paul Eggert  <eggert@cs.ucla.edu>
40907
40908         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
40909         of invoking obsolescent AC_HEADER_DIRENT macro.
40910         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
40911         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
40912         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
40913         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
40914         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
40915         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
40916         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
40917         * m4/readdir.m4: Remove; no longer needed.
40918
40919 2006-07-06  Derek R. Price  <derek@ximbiot.com>
40920         and Paul Eggert  <eggert@cs.ucla.edu>
40921
40922         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
40923         Don't worry about this obsolete case any more.
40924         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
40925         directories.
40926         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
40927         worry about this obsolete case any more.
40928         * lib/fts.c: Likewise.
40929         * lib/getcwd.c: Likewise.
40930         * lib/glob.h: Likewise.
40931         * lib/savedir.c: Likewise.
40932
40933 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
40934
40935         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
40936         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
40937         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
40938         needed.
40939         All uses removed.
40940         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
40941         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
40942         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
40943         needed.
40944         * m4/getdate.m4 (gl_GETDATE): Likewise.
40945         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
40946         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
40947         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
40948         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
40949         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
40950         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40951         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
40952         needed.
40953
40954 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
40955
40956         * lib/memcasecmp.c: Include <limits.h>.
40957         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
40958         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
40959         Don't assume isdigit succeeds only on '0' through '9'.
40960
40961 2006-07-05  Eric Blake  <ebb9@byu.net>
40962
40963         * modules/getaddrinfo (Depends-on): Add snprintf.
40964
40965 2006-07-05  Eric Blake  <ebb9@byu.net>
40966
40967         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
40968         to avoid 'header present but could not be compiled' on cygwin.
40969
40970 2006-07-05  Eric Blake  <ebb9@byu.net>
40971
40972         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
40973         missing from netdb.h.
40974         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
40975
40976 2006-07-05  Derek R. Price  <derek@ximbiot.com>
40977
40978         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
40979         no longer needed.
40980         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
40981         * m4/getdate.m4 (gl_GETDATE): Likewise.
40982         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
40983         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
40984         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
40985         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
40986         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40987
40988 2006-07-05  Derek R. Price  <derek@ximbiot.com>
40989
40990         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
40991         All uses of is_space replaced by isspace.
40992         * lib/exit.h: Don't talk about STDC_HEADERS.
40993         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
40994         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
40995         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
40996         replaced by isprint etc.
40997         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
40998         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
40999         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
41000         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
41001         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
41002         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
41003
41004 2006-07-05  Bruno Haible  <bruno@clisp.org>
41005
41006         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
41007         the function exists, before testing against AIX.
41008         Reported by Martin Lambers <marlam@marlam.de>.
41009
41010 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41011
41012         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
41013         From Mark D. Baushke.
41014
41015 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41016
41017         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
41018         to the absolute name, not just one, to bypass Sun C 5.8's
41019         "warning: #include of /usr/include/... may be non-portable".
41020
41021 2006-07-04  Eric Blake  <ebb9@byu.net>
41022
41023         * modules/dirname-tests: New test module.
41024         * tests/test-dirname.c: New file, replacing dirname.c
41025         TEST_DIRNAME section that was recently deleted.
41026
41027 2006-07-04  Bruno Haible  <bruno@clisp.org>
41028
41029         Assume ANSI C header files and <ctype.h> functions.
41030         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
41031         (mbsnwidth): Use isprint, iscntrl instead.
41032
41033 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41034
41035         Merge from coreutils.
41036         * MODULES.html.sh: Add xstrtold.
41037         * modules/xstrtold: New file.
41038         * modules/cycle-check (Files): Add lib/same-inode.h.
41039         * modules/dirname (Files): Add m4/double-slash-root.m4.
41040         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
41041         * modules/mkdir-p (Files): Add lib/same-inode.h.
41042         * modules/same (Files): Add lib/same-inode.h.
41043
41044 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41045
41046         * m4/absolute-header.m4: Renamed from full-header-path.m4.
41047         This is to keep the terminology clean; POSIX talks about
41048         "absolute pathnames", not "full pathnames", but the GNU
41049         Coding Standards say to use "path" for something else;
41050         so use "absolute" to keep both sides happy.
41051         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
41052         Set gl_absolute_header, not gl_full_header_path.
41053         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
41054         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
41055         All uses changed.
41056
41057         Merge from coreutils.
41058
41059         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
41060
41061         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
41062         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
41063         want to require the building of c-strtod.o.
41064         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
41065         needs -lm directly.
41066         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
41067
41068         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
41069
41070         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
41071         --as-needed option if available.  Problem reported by Albert Chin in
41072         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
41073         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
41074         cc merely issues a bunch of annoying warnings for --as-needed
41075         (this problem was reported by Bob Proulx).  Also, try linking with
41076         -lm to detect a bug in binutils 2.16 (this problem was reported
41077         by Ralf Wildenhues).
41078
41079         2006-06-18  Jim Meyering  <jim@meyering.net>
41080
41081         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
41082         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
41083         macro.
41084         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
41085         also check for glibc-2.4's abort-inducing bug.
41086
41087         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
41088         Low-probability clean-up should be to use rmdir to get rid of
41089         the just-created directory, not unlink.
41090
41091         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
41092         configure fail, and request a bug report to inform us about it.
41093         Add a comment that, barring reports to the contrary, in 2007 we'll
41094         assume ftruncate is universally available.
41095
41096         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
41097
41098         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
41099
41100         2006-03-12  Jim Meyering  <jim@meyering.net>
41101
41102         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
41103         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
41104         * m4/same.m4 (gl_SAME): Likewise.
41105         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
41106
41107         2006-03-11  Eric Blake  <ebb9@byu.net>
41108
41109         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
41110         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
41111         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
41112         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
41113
41114 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41115
41116         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
41117         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
41118         reported by Mark D. Baushke, one in
41119         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
41120
41121         Merge from coreutils.
41122
41123         * lib/.cppi-disable: Add stdint_.h.
41124         * lib/.cvsignore: Add stdint.h.
41125
41126         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
41127
41128         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
41129         both double and long double versions.
41130         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
41131         * lib/xstrtold.c: New file.
41132         * lib/xstrtod.h (xstrtold): New decl.
41133
41134         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41135
41136         * lib/filemode.c (setst): Remove.
41137         (strmode): Rewrite to avoid setst.  This makes the code shorter,
41138         (arguably) clearer, and the generated code is a bit smaller on my
41139         Debian GNU/Linux stable x86 host.
41140
41141         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
41142
41143         * lib/filemode.c: Include "filemode.h" first, to test the interface.
41144         Assume that filemode.h includes sys/types.h and sys/stat.h.
41145         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
41146         (ftypelet): Reorder to put common cases first, for efficiency.
41147         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
41148         to do 'M'.
41149         (strmode): Renamed from mode_string, and now stores 12 bytes instead
41150         of 10, for compatibility with FreeBSD.  All callers changed.
41151         (filemodestring): Now stores 12 bytes instead of 10, and sets file
41152         types that can't be deduced solely from st_mode.  First arg is now a
41153         const pointer.
41154         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
41155         (strmode): Renamed from mode_string.
41156         (filemodestring): New decl.
41157         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
41158         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
41159         needed.
41160         (S_ISPORT, S_ISWHT): New macros, if not already defined.
41161
41162         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
41163
41164         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
41165         fsusage.h now does that.  Include fsusage.h first, to test interface.
41166         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
41167         at most one method (the old code could have generated decls that
41168         didn't conform to C89, not that this was ever exercised).
41169         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
41170
41171         2006-03-19  Jim Meyering  <jim@meyering.net>
41172
41173         Work even in a chroot where d_ino values for entries in "/"
41174         don't match the stat.st_ino values for the same names.
41175         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
41176         number, iterate through all entries again, using lstat instead.
41177         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
41178         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
41179
41180         * lib/getcwd.c (__getcwd): Clarify a comment.
41181         Use memcpy in place of a call to strcpy.
41182
41183         2006-03-12  Jim Meyering  <jim@meyering.net>
41184
41185         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
41186         matches that of the current directory (which we're about to chdir ".."
41187         out of), then save the dev-ino of the parent, instead.
41188
41189         * lib/same-inode.h (SAME_INODE): New file/macro.
41190         * lib/chdir-safer.c (SAME_INODE): Remove definition.
41191         Include "same-inode.h", instead.
41192         * lib/same.c: Likewise.
41193         * lib/cycle-check.h: Include "same-inode.h".
41194         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
41195         * lib/cycle-check.c (SAME_INODE): Remove definition.
41196         * lib/root-dev-ino.h: Include "same-inode.h".
41197
41198         2006-03-11  Eric Blake  <ebb9@byu.net>
41199
41200         * lib/same.c (same_name): s/base_name/last_component/
41201         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
41202         * lib/filenamecat.c (file_name_concat): Likewise.
41203
41204         2006-03-11  Eric Blake  <ebb9@byu.net>,
41205                     Paul Eggert  <eggert@cs.ucla.edu>
41206
41207         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
41208         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
41209         drive prefix.
41210         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
41211         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
41212         (last_component): New method.
41213         * lib/dirname.c (dir_len): Determine when drive letters need a
41214         subsequent slash.  Preserve // when it is special.
41215         (dir_name): Don't append dot when drive letter is absolute.
41216         [TEST_DIRNAME]: Move into a full-blown gnulib test.
41217         * lib/basename.c (base_name): New semantics - malloc the result.
41218         Preserve // when it is special.  Preserve relative files that look
41219         like drive letters.
41220         (base_len): Preserve // when it is special.
41221         (last_component): New method, similar to old base_name semantics.
41222         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
41223         base_name.  Strip redundant slashes from ///.
41224
41225 2006-07-03  Jim Meyering  <jim@meyering.net>
41226
41227         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
41228         macro is used before the first cycle_check call.
41229
41230 2006-07-03  Eric Blake  <ebb9@byu.net>
41231
41232         * modules/dirname (Depends-on): Add xstrndup.
41233
41234 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
41235
41236         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
41237         test cases, so that config.log is a bit easier to follow.
41238
41239 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
41240
41241         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
41242         both are 64 bits, since this seems to be the tradition, and this
41243         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
41244         we ever run into a host that prefers long long to long in this
41245         case, we'll need another configure-time test.  Problem reported by
41246         Jim Meyering.
41247
41248 2006-07-02  Eric Blake  <ebb9@byu.net>
41249
41250         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
41251
41252 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41253
41254         * modules/inttypes (Depends-on): No longer depends on stdint.
41255         * modules/stdint (Description): Say more about assumptions.
41256         Say that the fast types might differ.  Say macros are used.
41257         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
41258         (Makefile.am): Revise list of substituted symbols to match
41259         new stdint.m4.
41260         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
41261         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
41262         * tests/test-stdint.c (verify_same_types)
41263         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
41264         the code conforms to C99/C89.
41265         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
41266         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
41267
41268 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41269
41270         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
41271         but fix a bug, by requiring at least 64 bits.
41272         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
41273         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
41274         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
41275         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
41276
41277         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
41278         changes.  Make 2.59 a prerequisite.  Check and substitute for
41279         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
41280         inttypes.h.  Do not use special include files; just use the
41281         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
41282         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
41283         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
41284         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
41285         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
41286         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
41287         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
41288         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
41289         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
41290         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
41291         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
41292         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
41293         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
41294         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
41295         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
41296         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
41297         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
41298         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
41299         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
41300         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
41301         WINT_MAX.  Check for C99 conformance more strictly, by detecting
41302         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
41303         not check for things that C99 does not require, e.g., int8_t.  If
41304         a test isn't needed unless <stdint.h> isn't working, and is
41305         unlikely to be needed for any other reason, then don't do it
41306         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
41307         size_t, since we assume C89 freestanding at least.  Do not check
41308         for sig_atomic_t, wchar_t, or wint_t, since the code now does
41309         the right thing even if the types are not defined.  Instead use:
41310         (gl_STDINT_TYPE_PROPERTIES): New macro.
41311         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
41312         testing whether <sys/types.h> clashes, as Autoconf does this for
41313         us now.  All uses removed.
41314         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
41315         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
41316         (gl_CHECK_TYPE_SAME):
41317         Remove; no longer needed.
41318         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
41319         exists, since we'll return 0 anyway in that case.
41320         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
41321
41322 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41323
41324         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
41325         possible collision with system files.
41326         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
41327         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
41328         WCHAR_MIN and WCHAR_MAX in this case.
41329         (<stddef.h>): Do not include; no longer needed.
41330         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
41331         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
41332         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
41333         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
41334         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
41335         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
41336         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
41337         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
41338         !defined(__c99))]: Include in this case too, since it's harmless
41339         now.
41340         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
41341         dangerous to do so.
41342         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
41343         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
41344         (_STDINT_MIN, _STDINT_MAX): New macros.
41345         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
41346         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
41347         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
41348         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
41349         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
41350         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
41351         macros, not typedefs; this simplifies things quite a bit.
41352         Use long int for all types narrower than int64_t.
41353         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
41354         Define in terms of long long int or int64_t or long int,
41355         not int64_t or int32_t.  This saves some compile-time testing.
41356         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
41357         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
41358         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
41359         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
41360         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
41361         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
41362         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
41363         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
41364         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
41365         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
41366         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
41367         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
41368         undef any previous version and define our own version, for
41369         simplicity and consistency with the new macros for types.
41370         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
41371         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
41372         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
41373         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
41374         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
41375         @WINT_T_SUFFIX@ to keep things simple here.
41376         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
41377         Simplify by assuming typical 8/16/32/64 host, since we're
41378         already doing that elsewhere anyway.
41379         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
41380         and assume long long int is 64 bits if available.  This
41381         speeds up 'configure'.
41382
41383 2006-07-01  Eric Blake  <ebb9@byu.net>
41384
41385         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
41386         Reported by Andreas Buening.
41387
41388 2006-07-01  Eric Blake  <ebb9@byu.net>
41389
41390         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
41391
41392 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
41393
41394         * lib/getaddrinfo.c: fixed typo
41395
41396 2006-06-29  Jim Meyering  <jim@meyering.net>
41397
41398         * modules/strftime (Maintainer): Add my name, since with the
41399         FPRINTFTIME changes strftime.c has forked from glibc.
41400
41401 2006-06-29  Eric Blake  <ebb9@byu.net>
41402
41403         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
41404
41405 2006-06-29  Eric Blake  <ebb9@byu.net>
41406
41407         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
41408
41409 2006-06-29  Eric Blake  <ebb9@byu.net>
41410
41411         * lib/stat_.h: New file.
41412
41413 2006-06-29  Eric Blake  <ebb9@byu.net>
41414
41415         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
41416         unused static function.
41417
41418 2006-06-29  Eric Blake  <ebb9@byu.net>
41419
41420         * doc/functions.texi (Function Portability): Document missing lstat
41421         on mingw.
41422
41423 2006-06-29  Eric Blake  <ebb9@byu.net>
41424
41425         * MODULES.html.sh: Add sys_stat.
41426         * modules/sys_stat: New module.
41427         * modules/mkstemp (Depends-on): Add sys_stat.
41428
41429 2006-06-29  Derek R. Price  <derek@ximbiot.com>
41430
41431         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
41432
41433 2006-06-29  Derek R. Price  <derek@ximbiot.com>
41434
41435         * m4/c-bs-a.m4: Removed.
41436
41437 2006-06-29  Derek R. Price  <derek@ximbiot.com>
41438
41439         * lib/strftime.c: Assume strftime() exists.
41440
41441 2006-06-29  Derek Price  <derek@ximbiot.com>
41442
41443         * modules/c-bs-a: Removed - \a is C89.
41444         * MODULES.html.sh: Remove c-bs-a.
41445
41446 2006-06-29  Bruno Haible  <bruno@clisp.org>
41447
41448         * modules/wcwidth (License): Change to LGPL.
41449
41450 2006-06-28  Simon Josefsson  <jas@extundo.com>
41451
41452         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
41453         on _WIN32.
41454
41455         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
41456         getnameinfo.
41457
41458 2006-06-28  Simon Josefsson  <jas@extundo.com>
41459
41460         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
41461
41462 2006-06-28  Simon Josefsson  <jas@extundo.com>
41463
41464         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
41465         functions there.  It will succeed on Windows XP, but on Windows
41466         2000 and (presumably) earlier, it will fail, and use the internal
41467         re-implementation.
41468         (use_win32_p): New function.
41469         (getaddrinfo): Use strtoul on servname, to support numeric ports.
41470         Support AI_NUMERICSERV to disable getservbyname.
41471         (getnameinfo): New function, only supports
41472         NI_NUMERICHOST|NI_NUMERICSERV for now.
41473
41474         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
41475         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
41476         getnameinfo.
41477
41478 2006-06-28  Eric Blake  <ebb9@byu.net>
41479
41480         * modules/wcwidth: New file.
41481         * modules/mbchar (Depends-on): Add wcwidth.
41482         * modules/mbswidth (Depends-on): Add wcwidth.
41483         * MODULES.html.sh: Add wcwidth.
41484
41485 2006-06-28  Eric Blake  <ebb9@byu.net>
41486
41487         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
41488         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
41489
41490 2006-06-28  Eric Blake  <ebb9@byu.net>
41491
41492         * lib/xvasprintf.h: Fix comments.
41493
41494 2006-06-28  Eric Blake  <ebb9@byu.net>
41495
41496         * lib/mbchar.h (wcwidth): Include wcwidth.h.
41497         * lib/mbswidth.c (wcwidth): Move from here...
41498         * lib/wcwidth.h: ...to this new file.
41499
41500 2006-06-28  Derek R. Price  <derek@ximbiot.com>
41501
41502         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
41503
41504         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
41505         it's obsolete.
41506         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
41507
41508 2006-06-28  Derek R. Price  <derek@ximbiot.com>
41509
41510         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
41511         Autoconf 2.60 says this stuff was obsolete.
41512
41513 2006-06-28  Bruno Haible  <bruno@clisp.org>
41514
41515         * modules/wcwidth (Files): Add m4/wchar_t.m4.
41516
41517 2006-06-28  Bruno Haible  <bruno@clisp.org>
41518
41519         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
41520         gt_TYPE_WCHAR_T.
41521
41522 2006-06-28  Bruno Haible  <bruno@clisp.org>
41523
41524         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
41525         declaration for wcwidth.
41526         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
41527
41528 2006-06-28  Bruno Haible  <bruno@clisp.org>
41529
41530         * lib/mkdtemp.c [MINGW]: Include <io.h>.
41531         (mkdir): Define using _mkdir.
41532
41533 2006-06-28  Bruno Haible  <bruno@clisp.org>
41534
41535         * lib/getaddrinfo.h: Fix POSIX URL.
41536         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
41537         _WIN32.
41538         (use_win32_p): Make static.
41539         (getaddrinfo): Reject service name if it is empty or does not consist
41540         solely of decimal digits, or if its value is > 65535.
41541         (getnameinfo): Remove useless casts.
41542
41543 2006-06-27  Simon Josefsson  <jas@extundo.com>
41544
41545         * modules/sys_select: New file, suggested by Bruno Haible, Paul
41546         Eggert and Martin Lambers.
41547
41548 2006-06-27  Simon Josefsson  <jas@extundo.com>
41549
41550         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
41551         Eggert and Martin Lambers.
41552
41553 2006-06-27  Bruno Haible  <bruno@clisp.org>
41554
41555         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
41556         result to 0, not to empty.
41557         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
41558
41559 2006-06-27  Bruno Haible  <bruno@clisp.org>
41560
41561         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
41562
41563 2006-06-26  Simon Josefsson  <jas@extundo.com>
41564
41565         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
41566         present.
41567
41568 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
41569
41570         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
41571         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
41572         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
41573
41574 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
41575
41576         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
41577
41578 2006-06-26  Bruno Haible  <bruno@clisp.org>
41579
41580         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
41581
41582 2006-06-26  Bruno Haible  <bruno@clisp.org>
41583
41584         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
41585
41586 2006-06-26  Bruno Haible  <bruno@clisp.org>
41587
41588         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
41589         SGI C compiler in pre-C99 mode.
41590         Suggested by Mark D. Baushke and Larry Jones.
41591
41592 2006-06-26  Bruno Haible  <bruno@clisp.org>
41593
41594         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
41595         WCHAR_MAX.
41596         Reported by Mark D. Baushke and Larry Jones.
41597
41598 2006-06-26  Bruno Haible  <bruno@clisp.org>
41599
41600         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
41601         in pre-C99 mode.
41602         Suggested by Mark D. Baushke and Larry Jones.
41603
41604 2006-06-23  Simon Josefsson  <jas@extundo.com>
41605             Bruno Haible  <bruno@clisp.org>
41606
41607         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
41608         Emit mostlyclean-local rule.
41609         (func_emit_tests_Makefile_am): Likewise.
41610         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
41611
41612 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
41613
41614         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
41615
41616 2006-06-23  Bruno Haible  <bruno@clisp.org>
41617
41618         * tests/test-stdint.c: Update to match ISO C 99 Technical
41619         Corrigendum 1.
41620
41621 2006-06-23  Bruno Haible  <bruno@clisp.org>
41622
41623         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
41624
41625 2006-06-23  Bruno Haible  <bruno@clisp.org>
41626
41627         * lib/stdint_.h: Treat IRIX like OpenBSD.
41628
41629 2006-06-23  Bruno Haible  <bruno@clisp.org>
41630
41631         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
41632         ISO C 99 Technical Corrigendum 1.
41633
41634 2006-06-22  Simon Josefsson  <jas@extundo.com>
41635
41636         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
41637         MinGW.
41638
41639 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
41640
41641         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
41642         needed.  Some compiler complained about some of them.  Problem reported
41643         by Larry Jones in
41644         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
41645
41646 2006-06-21  Simon Josefsson  <jas@extundo.com>
41647
41648         * tests/test-getaddrinfo.c: New file.
41649
41650         * modules/getaddrinfo-tests: New file.
41651
41652         * MODULES.html.sh: Add inet_pton.
41653
41654         * modules/inet_pton: New file.
41655
41656 2006-06-21  Simon Josefsson  <jas@extundo.com>
41657
41658         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
41659         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
41660         of using the (limited) gnulib implementation on Windows XP.
41661
41662         * m4/inet_pton.m4: New file.
41663
41664 2006-06-21  Simon Josefsson  <jas@extundo.com>
41665
41666         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
41667         variable.
41668
41669         * lib/socket_.h: Don't define WINVER.
41670
41671         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
41672         slightly modified to work in gnulib.
41673
41674 2006-06-21  Simon Josefsson  <jas@extundo.com>
41675
41676         * doc/gnulib.texi (Windows sockets): Add.
41677
41678 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
41679
41680         * lib/read-file.c (fread_file): Start with buffer allocation of
41681         0 bytes rather than 1 byte; this simplifies the code.
41682         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
41683         code to free buffer and save/restore errno.
41684         (internal_read_file): Remove unused local.
41685
41686 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
41687
41688         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
41689         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
41690         Problem reported by Denis Excoffier in
41691         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
41692
41693 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41694
41695         * modules/sys_socket, modules/socklen: Include sys/types since
41696         FreeBSD 4.x's sys/socket.h needs it.
41697
41698 2006-06-19  Simon Josefsson  <jas@extundo.com>
41699
41700         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
41701
41702 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
41703
41704         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
41705
41706 2006-06-19  Bruno Haible  <bruno@clisp.org>
41707
41708         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
41709         and FULL_PATH_INTTYPES_H in angle brackets.
41710         Reported by Mark D. Baushke <mdb@gnu.org>.
41711
41712 2006-06-17  Eric Blake  <ebb9@byu.net>
41713
41714         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
41715         errno.
41716
41717 2006-06-17  Bruno Haible  <bruno@clisp.org>
41718
41719         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
41720         <sys/inttypes.h>.
41721
41722 2006-06-17  Bruno Haible  <bruno@clisp.org>
41723
41724         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
41725         whether errno is declared. Assume <errno.h> declares errno.
41726
41727 2006-06-17  Bruno Haible  <bruno@clisp.org>
41728
41729         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
41730
41731 2006-06-17  Bruno Haible  <bruno@clisp.org>
41732
41733         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
41734         problem on Solaris 2.5.1.
41735
41736 2006-06-16  Eric Blake  <ebb9@byu.net>
41737
41738         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
41739         * lib/unicodeio.c [!defined errno]: Likewise.
41740         * lib/strtol.c [!defined errno]: Likewise.
41741         * lib/strtod.c [!defined errno]: Likewise.
41742
41743 2006-06-15  Eric Blake  <ebb9@byu.net>
41744
41745         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
41746
41747 2006-06-15  Eric Blake  <ebb9@byu.net>
41748
41749         * config/srclist.txt (ssize_t.m4): Lose sync.
41750
41751 2006-06-15  Bruno Haible  <bruno@clisp.org>
41752
41753         * modules/stdint (Files): Include m4/full-header-path.m4,
41754         m4/size_max.m4, m4/wchar_t.m4.
41755         (Makefile.am): Many more substitutions.
41756         * modules/stdint-tests: New file.
41757         * tests/test-stdint.c: New file.
41758
41759 2006-06-15  Bruno Haible  <bruno@clisp.org>
41760
41761         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
41762         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
41763         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
41764         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
41765         gl_CHECK_TYPE_SAME): New macros.
41766
41767 2006-06-15  Bruno Haible  <bruno@clisp.org>
41768
41769         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
41770
41771 2006-06-15  Bruno Haible  <bruno@clisp.org>
41772
41773         * lib/stdint_.h: Rewritten to be fully auto-configured.
41774         Fixes bug on HP-UX/IA64.
41775
41776 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
41777
41778         * lib/getdate.y (__attribute__): Don't define if already defined.
41779         Problem reported by Larry Jones.
41780         * lib/utimens.c (__attribute__): Likewise.
41781
41782 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
41783
41784         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
41785         reported by Andreas Schwab.
41786
41787 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41788             Bruno Haible  <bruno@clisp.org>
41789
41790         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
41791         check for the declaration of strnlen and a run test that exposes the
41792         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
41793         rpl_strndup.
41794
41795 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41796             Bruno Haible  <bruno@clisp.org>
41797
41798         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
41799
41800 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41801
41802         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
41803         compile test, for Tru64 4.0D.
41804
41805 2006-05-28  Karl Berry  <karl@gnu.org>
41806
41807         * config/srclist.txt (printf-args.c): lose sync.
41808
41809 2006-05-26  Martin Lambers  <marlam@marlam.de>
41810
41811         * lib/getpass.c: Updates the test for the native W32 API, and adds
41812         missing includes, thus fixing compilation warnings.
41813
41814 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
41815
41816         * lib/exclude.c (exclude_fnmatch): New function.
41817         (excluded_file_name): Call exclude_fnmatch.
41818         * lib/exclude.h (excluded_file_name): New prototype
41819
41820 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
41821
41822         * lib/tempname.c (small_open, large_open): New macros.
41823         (__open, __open64) [!_LIBC]: Remove.
41824         (__gen_tempname): Use small_open and large_open instead of __open
41825         and __open64.  This fixes a portability bug on HP-UX 11.11i
41826         reported by Simon Wing-Tang in
41827         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
41828
41829 2006-05-24  Bruno Haible  <bruno@clisp.org>
41830
41831         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
41832         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
41833         Reported by Thorsten Maerz <torte@netztorte.de> via
41834         Aaron Stone <aaron@serendipity.cx>.
41835
41836 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
41837
41838         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
41839         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
41840         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
41841         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
41842         not really conditional on the cache.
41843         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
41844
41845 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
41846
41847         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
41848         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
41849         (my_usleep): Don't mishandle maximum value.
41850
41851 2006-05-19  Jim Meyering  <jim@meyering.net>
41852
41853         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
41854
41855 2006-05-17  Bruno Haible  <bruno@clisp.org>
41856
41857         Cygwin portability.
41858         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
41859
41860 2006-05-17  Bruno Haible  <bruno@clisp.org>
41861
41862         * lib/stdint_.h: Fix recognition of Cygwin.
41863
41864 2006-05-15  Bruno Haible  <bruno@clisp.org>
41865
41866         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
41867         on libtool patch by Ralf Wildenhues.
41868
41869 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41870
41871         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
41872         test for C99 conformance; (bool) 0.5 is an integer constant
41873         expression, but (bool) -0.5 is not.  Problem reported by Fedor
41874         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
41875
41876 2006-05-11  Simon Josefsson  <jas@extundo.com>
41877
41878         * m4/xvasprintf.m4: Fix obvious typo.
41879
41880 2006-05-11  Jim Meyering  <jim@meyering.net>
41881
41882         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
41883         James Lemley.
41884
41885 2006-05-10  Simon Josefsson  <jas@extundo.com>
41886
41887         * lib/md4.c: Typo fix, update copyright years.
41888         (K1, K2): Don't use L because it turn computations into 64-bit on
41889         64-bit platforms.
41890
41891 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41892
41893         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
41894         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
41895         unwanted sign propagation, e.g., on hosts with 64-bit int.
41896         There still are some problems with reeelly weird theoretical hosts
41897         (e.g., 33-bit int) but it's not worth worrying about now.
41898         * lib/sha1.c (rol): Likewise.
41899         (K1, K2, K3, K4): Remove unnecessary L suffix.
41900
41901 2006-05-10  Bruno Haible  <bruno@clisp.org>
41902
41903         * lib/des.c: Cast to avoid warnings.
41904
41905 2006-05-09  Bruno Haible  <bruno@clisp.org>
41906
41907         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
41908         (Depends-on): Depend also on xsize, stdarg.
41909         (configure.ac): Add gl_XVASPRINTF.
41910
41911 2006-05-09  Bruno Haible  <bruno@clisp.org>
41912
41913         * m4/xvasprintf.m4: New file.
41914
41915 2006-05-09  Bruno Haible  <bruno@clisp.org>
41916
41917         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
41918         (EOVERFLOW): Define fallback value.
41919         (xstrcat): New function.
41920         (xvasprintf): Recognize the special case of a string concatenation.
41921
41922 2006-05-08  Eric Blake  <ebb9@byu.net>
41923
41924         * gnulib-tool (func_version): Base copyright year on CVS date.
41925         (func_emit_copyright_notice): New function.
41926         (func_emit_lib_Makefile_am): Use it.
41927         (func_emit_tests_Makefile_am): Likewise.
41928         (func_import): Likewise.
41929
41930 2006-05-08  Bruno Haible  <bruno@clisp.org>
41931
41932         * modules/stdarg: New file.
41933         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
41934
41935 2006-05-08  Bruno Haible  <bruno@clisp.org>
41936
41937         * m4/stdarg.m4: New file, from GNU gettext.
41938
41939 2006-05-08  Bruno Haible  <bruno@clisp.org>
41940
41941         * config/srclist.txt (build-aux/config.rpath): different from latest
41942         release.
41943
41944 2006-05-08  Bruno Haible  <bruno@clisp.org>
41945
41946         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
41947
41948 2006-05-05  Jim Meyering  <jim@meyering.net>
41949
41950         * m4/warning.m4: New file, derived from bison's file by the same name.
41951
41952 2006-05-03  Bruno Haible  <bruno@clisp.org>
41953
41954         * lib/stdint_.h: Shorter URL.
41955         * lib/inttypes.h: Likewise.
41956
41957 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
41958
41959         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
41960
41961 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
41962
41963         * lib/verify.h: Document the internals better.  Most of this change
41964         was written by Bruno Haible.
41965
41966 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
41967
41968         * doc/verify.texi: New file, partly based on a proposal by
41969         Bruno Haible.
41970
41971 2006-05-02  Bruno Haible  <bruno@clisp.org>
41972
41973         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
41974         test from here...
41975         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
41976
41977 2006-04-29  Bruno Haible  <bruno@clisp.org>
41978
41979         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
41980         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
41981
41982 2006-04-29  Bruno Haible  <bruno@clisp.org>
41983
41984         * gnulib-tool: Make --update option actually work.
41985
41986 2006-04-29  Bruno Haible  <bruno@clisp.org>
41987
41988         * doc/gcd.texi: New file.
41989         * doc/gnulib.texi: Include it.
41990
41991 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
41992
41993         * lib/getdate.y (get_date): When adding relative date, start with the
41994         initial time, not with the result of the first mktime call.
41995
41996 2006-04-25  Bruno Haible  <bruno@clisp.org>
41997
41998         * gnulib-tool (func_import): Output the include directives in three
41999         blocks, sorted separately.
42000         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42001
42002 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42003
42004         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
42005         to define main with arguments, for C++.  Reported by Eric Blake.
42006         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
42007         Prefer 'int main ()' to 'int main (void)', for C++.
42008         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
42009         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
42010         for 'main', for C99 and C++.
42011
42012 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42013
42014         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
42015         Don't assume that exit status -1 is valid.
42016         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
42017         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
42018         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
42019         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
42020         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
42021         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
42022         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
42023         functions can be used without declaring them, or that you can
42024         exit with status -1.
42025         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
42026
42027 2006-04-24  Karl Berry  <karl@gnu.org>
42028
42029         * config/srclist.txt (longdouble.m4): sync lost.
42030
42031 2006-04-24  Eric Blake  <ebb9@byu.net>
42032
42033         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
42034
42035 2006-04-24  Bruno Haible  <bruno@clisp.org>
42036
42037         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
42038         poll() implementation in AIX.
42039         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42040
42041 2006-04-24  Bruno Haible  <bruno@clisp.org>
42042
42043         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
42044         assigned exactly once.
42045
42046 2006-04-23  Claudio Fontana  <claudio@gnu.org>
42047             Bruno Haible  <bruno@clisp.org>
42048
42049         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
42050         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
42051         for AM_CPPFLAGS.
42052
42053 2006-04-23  Bruno Haible  <bruno@clisp.org>
42054
42055         * modules/copy-file: Depend on unistd.
42056         * modules/execute: Likewise.
42057         * modules/fatal-signal: Likewise.
42058         * modules/findprog: Likewise.
42059         * modules/mkdtemp : Likewise.
42060         * modules/pipe: Likewise.
42061         * modules/wait-process: Likewise.
42062
42063 2006-04-23  Bruno Haible  <bruno@clisp.org>
42064
42065         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
42066         condition was already detected.
42067         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42068
42069 2006-04-23  Bruno Haible  <bruno@clisp.org>
42070
42071         * lib/copy-file.c: Include <unistd.h> unconditionally.
42072         * lib/execute.c: Likewise.
42073         * lib/fatal-signal.c: Likewise.
42074         * lib/findprog.c: Likewise.
42075         * lib/mkdtemp.c: Likewise.
42076         * lib/pipe.h: Likewise.
42077         * lib/pipe.c: Likewise.
42078         * lib/wait-process.h: Likewise.
42079
42080 2006-04-23  Bruno Haible  <bruno@clisp.org>
42081
42082         * gnulib-tool (func_usage): Fix --import description. Document
42083         --update.
42084         (func_import): Create temporary file in a temporary directory, if
42085         --dry-run is specified. Silence errors from 'grep' when there are no
42086         m4 files in $m4dir.
42087         (func_create_testdir): Silence errors from 'grep' when there are no
42088         m4 files in $m4dir.
42089         Reported by Karl Berry <karl@freefriends.org>.
42090
42091 2006-04-20  Bruno Haible  <bruno@clisp.org>
42092
42093         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
42094         one argument, so that the code will be portable to Autoconf 2.60.
42095         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
42096         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
42097         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
42098
42099 2006-04-19  Derek Price  <derek@ximbiot.com>
42100             Eric Blake  <ebb9@byu.net>
42101
42102         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
42103         rather than "/full/path.h".  Update comment to match.  Shorten &
42104         generalize m4_translit call via AS_TR_CPP.
42105
42106 2006-04-19  Derek Price  <derek@ximbiot.com>
42107             Eric Blake  <ebb9@byu.net>
42108
42109         * lib/inttypes.h: Correct grammar in comment.
42110
42111 2006-04-18  Derek Price  <derek@ximbiot.com>
42112             Paul Eggert  <eggert@cs.ucla.edu>
42113
42114         * modules/inttypes: New file.
42115         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
42116
42117 2006-04-18  Derek Price  <derek@ximbiot.com>
42118             Paul Eggert  <eggert@cs.ucla.edu>
42119
42120         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
42121         New files.
42122
42123 2006-04-18  Derek Price  <derek@ximbiot.com>
42124             Paul Eggert  <eggert@cs.ucla.edu>
42125
42126         * lib/inttypes.h: New file.
42127         * lib/strtoimax.c: Assume <inttypes.h>.
42128
42129 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
42130
42131         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
42132         isn't mounted.  Problem reported by Kir Kolyshkin.
42133
42134 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
42135
42136         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
42137         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
42138         Derek R. Price.
42139         * lib/regex.h (RE_DUP_MAX): Update comment to match current
42140         implementation.
42141
42142 2006-04-12  Eric Blake  <ebb9@byu.net>
42143
42144         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
42145         is now done automatically by the corresponding Autoconf macro.
42146
42147 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
42148
42149         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
42150         time_r.h.
42151
42152 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42153
42154         Merge regex changes from libc, removing some of our
42155         POSIX-conformance changes that were rejected and redoing them in a
42156         less-intrusive way.
42157
42158         * lib/regcomp.c (re_compile_internal, init_dfa):
42159         Length arg is now size_t, not Idx.  All uses changed.
42160         (peek_token): Forward decl now says internal_function.
42161         (__re_error_msgid, __re_error_msgid_idx):
42162         Now static rather than extern with attribute_hidden.
42163         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
42164         For some reason libc prefers K&R style defns for external functions.
42165         (regerror) [!defined _LIBC]: Likewise.
42166         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
42167         (seek_collating_symbol_entry, lookup_collation_sequence_value):
42168         (build_range_exp, build_collating_symbol):
42169         Use K&R-style defn.
42170         (re_compile_fastmap): Use '\0' to memset, not 0.
42171         (utf8_sb_map): Make the calculations more obvious.
42172         (init_dfa, parse_bracket_exp, build_charclass_op):
42173         Call calloc and cast result, as glibc does.
42174         (init_word_char, fetch_token, peek_token, peek_token_bracket):
42175         (build_range_exp, build_collating_symbol):
42176         Now internal functions.
42177
42178         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
42179
42180         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
42181         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
42182         Don't depend on VMS; depend on __VMS instead, for POSIX
42183         namespace cleanness.
42184         (regoff_t): Define to ssize_t, not long int.
42185
42186         Remove the REG_ macros named below.  Instead, make the old names
42187         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
42188         __USE_GNU_REGEX.
42189         (REG_BACKSLASH_ESCAPE_IN_LISTS):
42190         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
42191         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
42192         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
42193         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
42194         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
42195         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
42196         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
42197         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
42198         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
42199         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
42200         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
42201         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
42202         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
42203         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
42204         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
42205         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
42206         (REG_NREGS):
42207         Remove.  All uses replaced by the old RE_* names.
42208         (RE_BACKSLASH_ESCAPE_IN_LISTS):
42209         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
42210         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
42211         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
42212         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
42213         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
42214         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
42215         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
42216         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
42217         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
42218         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
42219         Don't bother having these macros be independent of each others'
42220         values, since they no longer exist in the POSIX name space.
42221
42222         Rename the following member names back to their old names,
42223         unless !__USE_GNU_REGEX.  All uses changed back.
42224         (buffer): Renamed from re_buffer.
42225         (allocated): Renamed from re_allocated.
42226         (used): Renamed from re_used.
42227         (syntax): Renamed from re_syntax.
42228         (fastmap): Renamed from re_fastmap.
42229         (translate): Renamed from re_translate.
42230         (can_be_null): Renamed from re_can_be_null.
42231         (regs_allocated): Renamed from re_regs_allocated.
42232         (fastmap_accurate): Renamed from re_fastmap_accurate.
42233         (no_sub): Renamed from re_no_sub.
42234         (not_bol): Renamed from re_not_bol.
42235         (not_eol): Renamed from re_not_eol.
42236         (newline_anchor): Renamed from re_newline_anchor.
42237         (num_regs): Renamed from rm_num_regs.
42238         (start): Renamed from rm_start.
42239         (end): Renamed from rm_end.
42240
42241         (free_state): Move up a bit.
42242
42243         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
42244         #define to be empty.
42245         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
42246         when that is what is intended.
42247         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
42248         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
42249         (MAX): New macro.
42250         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
42251         All uses changed back to re_malloc, etc.  It's now the caller's
42252         responsibility to check for overflow; all callers changed.
42253         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
42254         (re_x2nrealloc): Remove.
42255         (free_state): Remove decl.
42256
42257         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
42258         (re_set_registers, re_exec):
42259         Use K&R-style defn.
42260
42261         2006-01-31  Roland McGrath  <roland@redhat.com>
42262
42263         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
42264         Reported by Mike Frysinger <vapier@gentoo.org>.
42265
42266         2006-01-15  Andreas Jaeger  <aj@suse.de>
42267
42268         [BZ #1950]
42269         * lib/regex_internal.c (re_string_reconstruct): Adjust for
42270         build_wcs_upper_buffer change.
42271         (build_wcs_upper_buffer): Change return type.
42272
42273         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
42274
42275         * lib/regex_internal.h: Include <stdint.h> if available.
42276
42277         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
42278
42279         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
42280
42281         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
42282
42283         * lib/regcomp.c: Adjust for changed secondary hash function.
42284
42285         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
42286
42287         * lib/regex.h: Pretty printing.
42288         Clean up namespace a bit.
42289
42290         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
42291
42292         * lib/regexec.c (update_cur_sifted_state, check_arrival,
42293         check_arrival_add_next_nodes): Avoid using uninitialized variable.
42294
42295         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
42296                     Ulrich Drepper  <drepper@redhat.com>
42297
42298         [BZ #1302]
42299         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
42300         changed.
42301         (bitset_word_t): Renamed from bitset_word.  All uses changed.
42302
42303         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
42304
42305         [BZ #281]
42306         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
42307         * lib/regcomp.c: Remove unnecessary uses of
42308         unsigned RE_TRANSLATE_TYPE.
42309         * lib/regex_internal.h: Likewise.
42310         * lib/regex_internal.c: Likewise.
42311         * lib/regexec.c: Likewise.
42312         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
42313
42314         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
42315
42316         * lib/regexec.c (find_recover_state): Remove unnecessary
42317         initialization.
42318         (transit_state_bkref): Make DFA a const pointer.
42319         (get_subexp): Likewise.
42320         (check_arrival): Likewise.
42321         (update_cur_sifted_state): Likewise.
42322         (re_search_internal): Likewise.
42323         (prune_impossible_nodes): Likewise.
42324         (acquire_init_state_context): Likewise.
42325         (proceed_next_node): Likewise.
42326         (set_regs): Likewise.
42327         (free_fail_stack_return): Likewise.
42328         (check_arrival_expand_ecl): Mark DFA parameter as const.
42329         (check_arrival_expand_ecl_sub): Likewise.
42330         (check_subexp_limits): Likewise.
42331         (sub_epsilon_src_nodes):  Likewise.
42332         (add_epsilon_src_nodes):  Likewise.
42333         (merge_state_array): Likewise.
42334         (update_regs): Likewise.
42335         (build_trtable): Likewise.
42336         (sift_states_backward): Mark MCTX parameter as const.
42337         (build_sifted_states): Likewise.
42338         (update_cur_sifted_state): Likewise.
42339         (sift_states_mkref): Likewise.
42340         (check_arrival_expand_ecl): Mark eclosure as const.
42341         (check_dst_limits_calc_pos_1): Likewise.
42342         * lib/regex_internal.h (re_match_context_t): Make dfa a const
42343         pointer.
42344
42345         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
42346
42347         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
42348         (transit_state_sb): Likewise.
42349         (transit_state_mb): Likewise.
42350         (sift_states_iter_mb): Likewise.
42351         (check_arrival_add_next_nodes): Likewise.
42352         (check_node_accept_bytes): Change first parameter to pointer-to-const.
42353         [_LIBC] (re_search_2_stub): Use mempcpy.
42354
42355         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
42356         mbrtowc for very simple UTF-8 case.
42357
42358         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
42359         a pointer-to-const.
42360         (re_acquire_state_context): Likewise.
42361         * lib/regex_internal.h: Adjust prototypes.
42362
42363         * lib/regex.c: Prevent using C++ compilers.
42364
42365         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
42366         (re_acquire_state_context): Likewise.
42367
42368 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42369
42370         * modules/regex (Depends-on): Add ssize_t.
42371
42372 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42373
42374         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
42375         translation table.
42376
42377 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42378
42379         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
42380
42381 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
42382             Bruno Haible  <bruno@clisp.org>
42383
42384         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
42385         <sys/types.h> and <inttypes.h>.
42386
42387 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42388
42389         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
42390         `__error_t_defined', so argp.h will not typedef the former.
42391
42392 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
42393
42394         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
42395         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
42396         glibc names.  Even if glibc is changed to conform to POSIX, the
42397         traditional names will be available anyway, since regex depends on
42398         the extensions module.  Also, fix a longstanding typo in the
42399         implementation of Spencer ERE test #75 from grep 2.3.  Problems
42400         reported by Emanuele Giaquinta.  Also, change sense of cached
42401         variable, so that the message makes sense.
42402
42403 2006-03-24  Simon Josefsson  <jas@extundo.com>
42404
42405         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
42406         including some doc fixes.
42407         (base64_encode_alloc): Fix +1 bug on allocation failures.
42408
42409 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42410
42411         * lib/base64.c (base64_encode): Do not read past end of array with
42412         unsanitized input on systems with CHAR_BIT > 8.
42413
42414 2006-03-24  Eric Blake  <ebb9@byu.net>
42415
42416         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
42417
42418 2006-03-22  Karl Berry  <karl@gnu.org>
42419
42420         * config/srclist.txt (*setenv.[ch]): get from coreutils.
42421         * config/srclistvars.sh (COREUTILS): new var.
42422
42423 2006-03-17  Jim Meyering  <jim@meyering.net>
42424
42425         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
42426         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
42427
42428 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
42429
42430         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
42431         no longer needs it.  Instead, check that regoff_t is as least
42432         as wide as ptrdiff_t.
42433
42434         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
42435         so that our regex.h stays compatible with the installed regex.
42436         This is helpful for installers who configure --without-included-regex.
42437         Problem reported by Emanuele Giaquinta.
42438
42439 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
42440
42441         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
42442         Typedef to long int, not to off_, as POSIX will likely change
42443         in that direction.
42444
42445 2006-03-15  Eric Blake  <ebb9@byu.net>
42446
42447         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
42448
42449 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
42450
42451         * lib/argp-help.c (validate_uparams): Fix typo
42452         * lib/argp-parse.c (argp_default_options): Consistently begin help
42453         messages with a lowercase letter.
42454
42455 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
42456
42457         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
42458         overrun buffers and shouldn't be used (much as gets shouldn't be
42459         used).
42460         * lib/time_r.c (asctime_r, ctime_r): Likewise.
42461
42462 2006-03-08  Simon Josefsson  <jas@extundo.com>
42463
42464         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
42465         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42466
42467 2006-03-08  Simon Josefsson  <jas@extundo.com>
42468
42469         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
42470         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42471
42472 2006-03-08  Simon Josefsson  <jas@extundo.com>
42473
42474         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
42475         signal that configure disabled the device.
42476
42477 2006-03-08  Simon Josefsson  <jas@extundo.com>
42478
42479         * build-aux/maint.mk: Fix refresh-po, to handle no translated
42480         languages.
42481
42482 2006-03-07  Simon Josefsson  <jas@extundo.com>
42483
42484         * modules/getopt (Depends-on): Add unistd.
42485
42486         * modules/unistd: New file.
42487
42488 2006-03-07  Simon Josefsson  <jas@extundo.com>
42489
42490         * modules/gc-random: New file.
42491
42492 2006-03-07  Simon Josefsson  <jas@extundo.com>
42493
42494         * m4/unistd_h.m4: New file.
42495
42496 2006-03-07  Simon Josefsson  <jas@extundo.com>
42497
42498         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
42499         test to be side-effect free by storing the result in the cache
42500         variable gl_cv_lib_readline, and moving the assignment of
42501         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
42502         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42503
42504 2006-03-07  Simon Josefsson  <jas@extundo.com>
42505
42506         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
42507         error on missing devices (the functions will return an error).
42508
42509         * m4/gc.m4: Move random stuff to gc-random.m4
42510
42511 2006-03-07  Simon Josefsson  <jas@extundo.com>
42512
42513         * lib/unistd_.h: New file.
42514
42515 2006-03-07  Simon Josefsson  <jas@extundo.com>
42516
42517         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
42518
42519 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
42520
42521         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
42522         Problem reported by Juan Manuel Guerrero.
42523
42524 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
42525
42526         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
42527         the unistd module.
42528         * lib/getlogin_r.c: Likewise.
42529         * lib/getlogin_r.h: Likewise.
42530         * lib/glob.c: Likewise.
42531         * lib/pagealign_alloc.c: Likewise.
42532         * lib/unistd_.h: Remove; no longer needed.
42533
42534 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
42535
42536         * MODULES.html.sh (Support for systems lacking POSIX:2001):
42537         Add unistd.
42538         * modules/c-stack (Depends-on): Add unistd.
42539         * modules/getlogin_r: Likewise.
42540         * modules/glob: Likewise.
42541         * modules/pagealign_alloc: Likewise.
42542         * modules/unistd (Files): Remove lib/unistd_.h.
42543         (EXTRA_DIST): Remove.
42544         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
42545         need unistd_.h.
42546         (MOSTLYCLEANFILES): Remove unistd.h-t.
42547
42548 2006-03-03  Simon Josefsson  <jas@extundo.com>
42549
42550         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
42551
42552 2006-03-03  Simon Josefsson  <jas@extundo.com>
42553
42554         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
42555         libidn and bison.
42556
42557 2006-03-03  Simon Josefsson  <jas@extundo.com>
42558
42559         * build-aux/maint.mk: Add indent target.
42560
42561 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
42562
42563         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
42564         our replacement poll.h in any case, to avoid a differing
42565         declaration from a system header.  Seen on AIX.
42566
42567 2006-03-01  Simon Josefsson  <jas@extundo.com>
42568
42569         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
42570         <kasal@ucw.cz>.
42571
42572 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42573
42574         * modules/gettime (Depends-on): Add extensions module.
42575         * modules/nanosleep (Depends-on): Likewise.
42576         * modules/settime (Depends-on): Likewise.
42577
42578 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42579
42580         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
42581         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
42582         pedantically.
42583         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
42584         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
42585
42586         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
42587         not "==".  Reported by Ralf Wildenhues.
42588
42589 2006-03-01  Karl Berry  <karl@gnu.org>
42590
42591         * doc/Copyright/request-*: new files, synced from gnuorg.
42592
42593 2006-03-01  Karl Berry  <karl@gnu.org>
42594
42595         * config/srclist.txt (Copyright/*): new entries.
42596
42597 2006-02-28  Simon Josefsson  <jas@extundo.com>
42598
42599         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
42600
42601 2006-02-27  Simon Josefsson  <jas@extundo.com>
42602
42603         * lib/base64.h: Indent #define's.  From Jim Meyering
42604         <jim@meyering.net>.
42605
42606 2006-02-27  Jim Meyering  <jim@meyering.net>
42607
42608         Revert the change of 2006-02-24, so these files can continue
42609         to be sync'd from gettext.
42610         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
42611         of `config.h'.
42612
42613 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
42614
42615         * modules/intprops: New file.
42616         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42617         Add intprops.
42618         * modules/getloadavg (Files): Remove lib/intprops.h.
42619         (Depends-on): Add intprops.
42620         * modules/human: Likewise.
42621         * modules/inttostr: Likewise.
42622         * modules/openat: Likewise.
42623         * modules/sig2str: Likewise.
42624         * modules/userspec: Likewise.
42625         * modules/utimecmp: Likewise.
42626         * modules/xnanosleep: Likewise.
42627         * modules/xstrtol: Likewise.
42628
42629 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
42630
42631         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
42632         * modules/lock-tests (TESTS): Use $(EXEEXT).
42633         * modules/tls-tests: Likewise.
42634         * modules/argp-tests: Likewise.
42635         (check_PROGRAMS): New var, replacing...
42636         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
42637
42638 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42639
42640         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
42641         `config.h'.
42642
42643 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
42644
42645         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
42646
42647 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42648
42649         Sync from coreutils.
42650         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
42651         gl_CHDIR_SAFER.
42652
42653 2006-02-22  Jim Meyering  <jim@meyering.net>
42654
42655         Sync from coreutils.
42656         * m4/chdir-safer.m4: New file.
42657
42658 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
42659
42660         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
42661         AT_FDCWD exceeds INT_MAX.
42662         * lib/openat.h (AT_FDCWD): Likewise.
42663
42664 2006-02-17  Eric Blake  <address@hidden>
42665
42666         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
42667
42668 2006-02-16  Simon Josefsson  <jas@extundo.com>
42669
42670         * modules/getaddrinfo (Depends-on): Add sys_socket.
42671
42672 2006-02-15  Simon Josefsson  <jas@extundo.com>
42673
42674         * build-aux/maint.mk: Add dsyntax-check rule.
42675
42676 2006-02-15  Eric Blake  <ebb9@byu.net>
42677
42678         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
42679         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
42680         'present but cannot compile' warnings on cygwin.
42681         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
42682         use ws2tcpip.h if sys/socket.h works.
42683         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
42684         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
42685
42686 2006-02-14  Simon Josefsson  <jas@extundo.com>
42687
42688         * modules/maintainer-makefile (Files): Rename.
42689
42690         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
42691         and (the local) Makefile.cfg to maint-cfg.mk.
42692
42693         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
42694         to the latter.
42695
42696         * modules/maintainer-makefile: New module.
42697
42698         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
42699         severaly stripped to make it possible to build it up from scratch
42700         with reliable tests.
42701
42702         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
42703         fixes to permit overriding the default actions when configure and
42704         makefile are not available.
42705
42706 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
42707
42708         Sync from coreutils.
42709         * modules/lstat (Depends-on): Don't depend on xalloc.
42710         (License): Change from GPL to LGPL, since this is now simply a
42711         replacement for a libc function.
42712
42713 2006-02-14  Jim Meyering  <jim@meyering.net>
42714
42715         Sync from coreutils.
42716
42717         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
42718         failure on deficient systems, and simplify gnulib lgpl dependencies.
42719         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
42720         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
42721
42722         * lib/xalloc-die.c: Remove unused definition of N_.
42723
42724 2006-02-14  Jim Meyering  <jim@meyering.net>
42725
42726         Sync from coreutils.
42727         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
42728         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
42729         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
42730         double-quote uses of that variable, to accommodate the rare case in
42731         which getmntent is available in none of the libraries checked.  This
42732         happens at least on FreeBSD 5.0.
42733
42734 2006-02-13  Simon Josefsson  <jas@extundo.com>
42735
42736         * gnulib-tool (Usage): Fix --import, from
42737         karl@freefriends.org (Karl Berry).
42738
42739 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
42740
42741         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
42742
42743 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
42744
42745         * lib/argp-namefrob.h: Restore changes accidentally lost during the
42746         "autoupdate" on 2005-12-12.
42747
42748 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
42749
42750         * modules/closeout (Depends-on): Remove atexit.
42751
42752 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
42753
42754         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
42755         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
42756
42757 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
42758
42759         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
42760         __EXTENSIONS__ if this causes compilation to fail.  Problem
42761         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
42762         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
42763
42764 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
42765
42766         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
42767         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
42768         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
42769         All uses changed.
42770
42771 2006-01-26  Simon Josefsson  <jas@extundo.com>
42772
42773         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
42774         prototype is visible on mingw32.
42775
42776         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
42777         for mingw32.
42778
42779         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
42780         mingw32).
42781
42782 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
42783
42784         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
42785         attempt to open for write; this always fails, at least on POSIX
42786         hosts.  This reinstates the 2006-01-09 change, which was
42787         inadvertently removed.
42788
42789 2006-01-26  Bruno Haible  <bruno@clisp.org>
42790
42791         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
42792         Reported by Paul Eggert.
42793
42794 2006-01-26  Bruno Haible  <bruno@clisp.org>
42795             Paul Eggert  <eggert@cs.ucla.edu>
42796
42797         * lib/stdbool_.h (_Bool)
42798         [(! (defined __cplusplus || defined __BEOS__)
42799           && !defined __GNUC__
42800           && !(defined __HP_cc || defined __xlc__
42801                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
42802                || defined __sgi))]:
42803         #define to signed char in these cases too; this simplifies
42804         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
42805         etc., separately) and makes it more conservative.
42806
42807 2006-01-25  Simon Josefsson  <jas@extundo.com>
42808
42809         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
42810         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
42811         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
42812
42813 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
42814
42815         * lib/argp-namefrob.h: Bugfix. Remove stray #
42816
42817 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
42818
42819         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
42820         so that we test the test.
42821         Check for yet another HP-UX cc bug involving *bool |= bool.
42822
42823 2006-01-25  Karl Berry  <karl@gnu.org>
42824
42825         * config/srclist.txt (vasnprintf.c): sync lost.
42826
42827 2006-01-25  Jim Meyering  <jim@meyering.net>
42828
42829         Sync from the stable (b5) branch of coreutils:
42830
42831         * lib/fts.c (fts_children): Don't let close() clobber errno from
42832         failed fchdir().
42833
42834         * lib/fts.c (fts_stat): When following a symlink-to-directory,
42835         don't necessarily interpret stat-fails+lstat-succeeds as indicating
42836         a dangling symlink.  That can also happen at least for ELOOP.
42837         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
42838         FYI, this bug predates the inclusion of fts.c in coreutils.
42839
42840         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
42841         in their own block, so pre-c99 compilers don't object.
42842
42843         Avoid the double-free (first in fts_read, second in fts_close) that
42844         would occur when an `active' directory is made inaccessible (e.g.,
42845         via chmod a-x) during a traversal.
42846         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
42847         before returning.  Reproduce this failure by
42848         mkdir -p a/b; cd a; chmod a-x . b
42849         Reported by Stavros Passas.
42850
42851 2006-01-25  Jim Meyering  <jim@meyering.net>
42852
42853         * lib/fileblocks.c: Remove more useless parentheses.
42854         * lib/readutmp.h: Likewise.
42855
42856 2006-01-25  Bruno Haible  <bruno@clisp.org>
42857
42858         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
42859         warnings.
42860         Reported by Paul Eggert.
42861
42862 2006-01-25  Bruno Haible  <bruno@clisp.org>
42863
42864         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
42865         rid of a trap command. For Solaris sh.
42866         Reported by Mark D. Baushke <mdb@gnu.org>.
42867
42868 2006-01-24  Simon Josefsson  <jas@extundo.com>
42869
42870         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
42871         Bruno.
42872
42873 2006-01-24  Karl Berry  <karl@gnu.org>
42874
42875         * config/srclist.txt (argp-namefrob.h): sync lost.
42876
42877 2006-01-24  Jim Meyering  <jim@meyering.net>
42878
42879         * modules/openat (Files): Add lib/intprops.h.
42880         From Mark D. Baushke.
42881
42882 2006-01-24  Jim Meyering  <jim@meyering.net>
42883
42884         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
42885         Reported by Mark D. Baushke.
42886
42887 2006-01-24  Jim Meyering  <jim@meyering.net>
42888
42889         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
42890
42891 2006-01-24  Bruno Haible  <bruno@clisp.org>
42892
42893         * modules/strnlen (Maintainer): Change from glibc to all.
42894
42895 2006-01-24  Bruno Haible  <bruno@clisp.org>
42896
42897         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
42898         Patch by Paul Eggert.
42899
42900 2006-01-24  Bruno Haible  <bruno@clisp.org>
42901
42902         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
42903         already has it.
42904         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
42905         2005-11-26.
42906
42907         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
42908         'signed char' to avoid problems with the built-in _Bool type.
42909         Reported by Paul Eggert on 2005-11-26.
42910
42911 2006-01-24  Bruno Haible  <bruno@clisp.org>
42912
42913         * gnulib-tool (func_import): Avoid constructing complicated sed
42914         expressions inside backquote.
42915         Report and solution by Mark D. Baushke <mdb@gnu.org>.
42916
42917 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
42918
42919         These changes imported from libc.
42920         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
42921         test and two separate function calls.
42922         * lib/strndup.c (__strndup): Add libc_hidden_def.
42923
42924 2006-01-23  Simon Josefsson  <jas@extundo.com>
42925
42926         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
42927         Remove the test_*_SOURCES variable: automake infers it by default.
42928         * modules/tls-tests: Likewise.
42929
42930 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42931
42932         Work around porting bugs reported by Dieter in
42933         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
42934         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
42935         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
42936         Include "getopt.h" first, to check interface.
42937         (getenv): Declare only if defined HAVE_DECL_GETENV &&
42938         !HAVE_DECL_GETENV.
42939         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
42940         (__strndup): Revert to K&R-style function dfns, the glibc style.
42941         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
42942         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
42943         Include strnlen.h first, to get prototype properly.
42944         (strnlen): Renamed from __strnlen.
42945         Remove weak alias.
42946
42947 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42948
42949         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
42950
42951 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42952
42953         * config/srclist.txt: Adjust to reflect glibc reorganization.
42954         This affects only comments.
42955
42956 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42957
42958          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
42959          Reported by Bruce Korb <bkorb@gnu.org>.
42960
42961 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
42962
42963         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
42964         to pacify gcc -Wswitch-default.
42965
42966 2006-01-22  Bruno Haible  <bruno@clisp.org>
42967
42968         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
42969         temporary buffer for sprintf, take into account the precision also
42970         for 'd', 'i', 'u', 'o', 'x', 'X'.
42971
42972 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
42973
42974         * modules/argp-tests: New module
42975         * tests/test-argp.c: New file
42976         * tests/test-argp-2.sh: New file
42977
42978 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
42979
42980         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
42981         (__argp_base_name): Removed
42982         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
42983         typo.
42984         (__argp_base_name): Provide macro definition or extern declaration
42985         depending on the configuration
42986
42987 2006-01-20  Simon Josefsson  <jas@extundo.com>
42988
42989         * modules/inet_ntop (Depends-on): Depend on sys_socket.
42990
42991 2006-01-20  Simon Josefsson  <jas@extundo.com>
42992
42993         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
42994
42995 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42996
42997         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
42998         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
42999         Suggested by Bruno Haible.
43000
43001 2006-01-20  Karl Berry  <karl@gnu.org>
43002
43003         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
43004         until changes propagate, I guess.
43005
43006 2006-01-19  Simon Josefsson  <jas@extundo.com>
43007
43008         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
43009
43010 2006-01-19  Simon Josefsson  <jas@extundo.com>
43011
43012         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
43013
43014 2006-01-19  Simon Josefsson  <jas@extundo.com>
43015
43016         * gnulib-tool: Set check_PROGRAMS.
43017
43018         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43019         modules/des-tests, modules/gc-arcfour-tests,
43020         modules/gc-arctwo-tests, modules/gc-des-tests,
43021         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43022         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43023         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43024         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43025         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43026         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
43027         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
43028         test_*_SOURCES.
43029
43030 2006-01-18  Simon Josefsson  <jas@extundo.com>
43031
43032         * modules/socklen (Depends-on): Depend on sys_socket.
43033
43034 2006-01-18  Simon Josefsson  <jas@extundo.com>
43035
43036         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43037         modules/des-tests, modules/gc-arcfour-tests,
43038         modules/gc-arctwo-tests, modules/gc-des-tests,
43039         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43040         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43041         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43042         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43043         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43044         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
43045         $(EXEEXT) to automake TESTS variable, for mingw32.
43046
43047 2006-01-17  Simon Josefsson  <jas@extundo.com>
43048
43049         * modules/socklen (Include): Need sys/socket.h.
43050
43051 2006-01-17  Bruno Haible  <bruno@clisp.org>
43052
43053         * modules/ssize_t (Include): Add <sys/types.h>.
43054
43055 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
43056
43057         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
43058         it's not portable and it doesn't work with cross-compiles.
43059         Problem reported by Bruno Haible.  Fix missing-$ typo in
43060         'test "gl_cv_ignore_unused_libraries" ...' that prevented
43061         -zignore from being used with Sun's C compiler.
43062
43063 2006-01-12  Simon Josefsson  <jas@extundo.com>
43064
43065         * lib/base64.c: Fix warning, reported by Bruno Haible
43066         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
43067
43068 2006-01-12  Bruno Haible  <bruno@clisp.org>
43069
43070         * modules/ldd: New file.
43071         * build-aux/ldd.sh.in: New file.
43072         * MODULES.html.sh (Support for building libraries and executables): Add
43073         ldd.
43074
43075 2006-01-12  Bruno Haible  <bruno@clisp.org>
43076
43077         * m4/ldd.m4: New file.
43078
43079 2006-01-12  Bruno Haible  <bruno@clisp.org>
43080
43081         * gnulib-tool (func_import, func_create_testdir): Don't go into an
43082         endless loop while replacing $auxdir with build-aux.
43083
43084 2006-01-11  Simon Josefsson  <jas@extundo.com>
43085
43086         * lib/stdint_.h (SIZE_MAX): Add missing (.
43087
43088 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
43089
43090         Sync from coreutils.
43091         * lib/md5.c: Fix commentary typos.
43092         (alignof, UNALIGNED_P): No need for a GCC-specific version.
43093         * lib/md5.h (__attribute__): Remove; unused.
43094         * lib/sha1.c: Fix commentary to match md5 better.
43095         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
43096         so that we don't need to worry about alignment.  All uses changed.
43097         This merges the 2005-10-28 md5 change into sha1.
43098
43099 2006-01-11  Jim Meyering  <jim@meyering.net>
43100
43101         Sync from coreutils.
43102         * lib/md5.c (OP): Fix spacing.
43103
43104 2006-01-11  Bruno Haible  <bruno@clisp.org>
43105
43106         Ensure automatic ordering between gl_LOCK and gl_ARGP.
43107         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
43108         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
43109
43110 2006-01-11  Bruno Haible  <bruno@clisp.org>
43111
43112         Ensure automatic ordering between gl_LOCK and gl_ARGP.
43113         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
43114         the "early" section as well.
43115
43116 2006-01-11  Bruno Haible  <bruno@clisp.org>
43117
43118         Avoid "ar: no archive members specified" error on MacOS X.
43119         * gnulib-tool (func_modules_add_dummy): New function.
43120         (func_import, func_create_testdir): Invoke it.
43121
43122 2006-01-11  Bruno Haible  <bruno@clisp.org>
43123
43124         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
43125         with $auxdir in AC_CONFIG_FILES statements.
43126
43127 2006-01-11  Bruno Haible  <bruno@clisp.org>
43128
43129         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43130         Initialize also noinst_HEADERS to empty.
43131
43132 2006-01-11  Bruno Haible  <bruno@clisp.org>
43133
43134         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
43135         variables.
43136         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
43137         autoreconf.
43138
43139 2006-01-11  Bruno Haible  <bruno@clisp.org>
43140
43141         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
43142         overridable by the user.
43143         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43144
43145 2006-01-10  Simon Josefsson  <jas@extundo.com>
43146
43147         * modules/sys_socket: New file.
43148
43149 2006-01-10  Simon Josefsson  <jas@extundo.com>
43150
43151         * m4/sys_socket_h.m4: New file.
43152
43153 2006-01-10  Simon Josefsson  <jas@extundo.com>
43154
43155         * lib/socket_.h: New file.
43156
43157 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43158
43159         * modules/readutmp (Maintainer): Add myself.
43160
43161 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43162
43163         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
43164         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
43165         People who are still concerned with buggy memcmp implementations
43166         can invoke gl_FUNC_MEMCMP themselves.
43167
43168 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43169
43170         * lib/regex_internal.h (BITSET_WORD_BITS):
43171         Work around a bug in 64-bit PGC (before version 6.1-2), where the
43172         preprocessor mishandles large unsigned values as if they were signed.
43173         Problem reported by Claudio Fontana in
43174         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
43175
43176 2006-01-10  Jim Meyering  <jim@meyering.net>
43177
43178         Avoid the double-free (first in fts_read, second in fts_close) that
43179         would occur when an `active' directory is made inaccessible (e.g.,
43180         via chmod a-x) during a traversal.
43181         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
43182         before returning.  Reproduce this failure by
43183         mkdir -p a/b; cd a; chmod a-x . b
43184         Reported by Stavros Passas.
43185
43186         Sync from coreutils.
43187         * lib/sha1.c: Tweak grammar in a comment.
43188
43189 2006-01-10  Jim Meyering  <jim@meyering.net>
43190
43191         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
43192         Patch by Joerg Sonnenberger.
43193
43194 2006-01-10  Bruno Haible  <bruno@clisp.org>
43195
43196         * modules/readutmp: Depend on module free.
43197         * modules/strtok_r: Depend on module restrict.
43198
43199 2006-01-10  Bruno Haible  <bruno@clisp.org>
43200
43201         * modules/gettext (configure.ac): Add an invocation of
43202         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
43203
43204 2006-01-10  Bruno Haible  <bruno@clisp.org>
43205
43206         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
43207         Reported by Werner Lemberg <wl@gnu.org>.
43208
43209 2006-01-10  Bruno Haible  <bruno@clisp.org>
43210
43211         * lib/localcharset.c: Update from GNU gettext.
43212
43213 2006-01-10  Bruno Haible  <bruno@clisp.org>
43214
43215         * lib/argp.h (__const): Remove macro. Use const instead.
43216         * lib/argp-fmtstream.h (__const): Likewise.
43217         * lib/glob_.h (__const): Remove macro.
43218         * lib/glob-libc.h: Use const instead of __const.
43219
43220 2006-01-10  Bruno Haible  <bruno@clisp.org>
43221
43222         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
43223         variable.
43224         Needed to avoid an automake error regarding the 'gettext' module.
43225
43226 2006-01-09  Simon Josefsson  <jas@extundo.com>
43227
43228         * modules/inet_ntop (Depends-on): Add restrict.
43229
43230 2006-01-09  Simon Josefsson  <jas@extundo.com>
43231
43232         * modules/gc-rijndael-tests (License): Put under LGPL.
43233
43234         * modules/gc-des-tests (License): Likewise.
43235
43236         * modules/gc-arcfour-tests (License): Likewise.
43237
43238         * modules/gc-arctwo-tests (License): Likewise.
43239
43240         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
43241
43242         * modules/gc-hmac-sha1-tests (Files): Likewise.
43243
43244         * modules/gc-hmac-md5-tests (License): Likewise.
43245
43246         * modules/gc-sha1-tests (License): Likewise.
43247
43248         * modules/gc-md5-tests (License): Likewise.
43249
43250         * modules/gc-md4-tests (License): Likewise.
43251
43252         * modules/gc-md2-tests (License): Likewise.
43253
43254         * modules/gc-tests (License): Likewise.
43255
43256         * modules/des-tests (License): Likewise.
43257
43258         * modules/md4-tests (License): Likewise.
43259
43260         * modules/md2-tests (License): Likewise.
43261
43262 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43263
43264         Sync from coreutils:
43265
43266         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
43267         * modules/lib-ignore: New file.
43268         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
43269         chdir-safer.m4, lchmod.m4.
43270         * modules/openat: Add mkdirat.c, openat-priv.h.
43271
43272 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43273
43274         Sync from coreutils.
43275         * m4/lib-ignore.m4: New file.
43276         * m4/lchmod.m4: New file.
43277
43278 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43279
43280         Sync from coreutils.
43281         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
43282         for write access: POSIX says that must fail.
43283         * lib/fts.c (diropen): Likewise.
43284         * lib/save-cwd.c (save_cwd): Likewise.
43285         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
43286         well, for minor improvements on hosts that lack O_DIRECTORY.
43287         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
43288         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
43289         Fall back on chown if open failed with EACCES.
43290
43291         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
43292         Report an error at compile-time if only a 1-second nominal clock
43293         resolution is found.
43294
43295         * lib/lchmod.h: New file.
43296         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
43297         (make_dir_parents): Use lchown rather than chown, and
43298         lchmod rather than chmod.
43299
43300         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
43301         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
43302         "proc" reported by n0dalus.
43303
43304         * lib/mountlist.c: Include <limits.h>.
43305         (dev_from_mount_options)
43306         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
43307         New function.  It no longer assumes "dev=" has the System V meaning
43308         on Linux (since it doesn't).  It also parses "dev=" more carefully.
43309         (read_file_system_list)
43310         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
43311         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
43312         dev= in that case.
43313
43314         * lib/posixtm.h (PDS_PRE_2000): New macro.
43315         * lib/posixtm.c (year): Arg is now syntax_bits rather than
43316         allow_century.  All usages changed.  Reject dates outside the range
43317         1969-1999 if PDS_PRE_2000 is used.
43318
43319 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43320
43321         Sync from coreutils.
43322         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
43323         (Time of day items): Mention the possibility of leap seconds.
43324         Problem reported by Dr. David Alan Gilbert.
43325
43326 2006-01-09  Jim Meyering  <jim@meyering.net>
43327
43328         Sync from coreutils.
43329
43330         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
43331
43332         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
43333
43334         * lib/modechange.c (mode_compile): Reject an invalid mode string
43335         that starts with an octal digit.  From Andreas Gruenbacher.
43336
43337         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
43338         and dup to open_safer and dup_safer, respectively.
43339         (openat_permissive): Fix typo in comment.
43340
43341         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
43342         "gettext.h"; either no longer needed or are guaranteed by openat.h.
43343         (_): Remove; no longer needed.
43344         (openat): Renamed from rpl_openat; no need for rpl_openat
43345         since openat.h renames openat for us.
43346         Replace most of the body with a call to openat_permissive,
43347         to avoid duplicate code.
43348         Port to (probably hypothetical) environments were mode_t is
43349         wider than int.
43350         (openat_permissive): Require mode arg, so that we can check
43351         types better.  Put it just after flags.  Change cwd failure
43352         indicator from pointer-to-bool to pointer-to-errno-value.
43353         All callers changed.
43354         Invoke openat_save_fail and/or openat_restore_fail if
43355         cwd_errno is null, so that openat can call us.
43356         (openat_permissive, fdopendir, fstatat, unlinkat):
43357         Simplify errno handling to avoid some duplicate code,
43358         as it's OK to set errno on success.
43359         * lib/openat.h: Revamp code so that function macros depend on
43360         __OPENAT_PREFIX only, not also on AT_FDCWD.
43361         (openat_ro): Remove.  Caller changed to use openat_permissive.
43362         (openat_permissive): Now a macro, if not a function.
43363         (openat_restore_fail, openat_save_fail): Now always functions,
43364         since mkdirat needs them even if __OPENAT_PREFIX is defined.
43365
43366         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
43367         and openat.c.
43368         * lib/mkdirat.c: Include openat-priv.h.
43369         Remove definitions of macros defined therein.
43370         * lib/openat.c: Likewise.
43371
43372         * lib/mkdirat.c (mkdirat): New file and function.
43373         * lib/openat.h (mkdirat): Declare.
43374
43375         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
43376
43377         * lib/openat.h (openat_permissive): Declare.
43378         (openat_ro): Define.
43379
43380         * lib/openat.c (EXPECTED_ERRNO): New macro.
43381         (openat_permissive): New function -- used in remove.c rewrite.
43382         (all functions): Set errno just before returning, only if there
43383         was an actual failure.
43384         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
43385
43386         Emulate openat-family functions using Linux's procfs, if possible.
43387         Idea and some code based on Ulrich Drepper's glibc changes.
43388
43389         * lib/openat.c: (BUILD_PROC_NAME): New macro.
43390         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
43391         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
43392         before falling back on save_cwd and restore_cwd.
43393         (fdopendir, fstatat, unlinkat): Likewise.
43394
43395         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
43396         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
43397
43398         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
43399         as second argument to va_arg.  Otherwise, some versions of gcc
43400         warn that `if this code is reached, the program will abort'.
43401
43402 2006-01-09  Jim Meyering  <jim@meyering.net>
43403
43404         Sync from coreutils.
43405         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
43406         Require openat-priv.h.
43407
43408 2006-01-09  Bruno Haible  <bruno@clisp.org>
43409
43410         * modules/strnlen (Include): Use strnlen.h.
43411
43412 2006-01-09  Bruno Haible  <bruno@clisp.org>
43413
43414         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
43415
43416 2006-01-09  Bruno Haible  <bruno@clisp.org>
43417
43418         * lib/sysexit_.h (EX_OK): New macro.
43419         Suggested by Martin Lambers <marlam@marlam.de>.
43420
43421 2006-01-09  Bruno Haible  <bruno@clisp.org>
43422
43423         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
43424         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
43425
43426 2006-01-09  Bruno Haible  <bruno@clisp.org>
43427
43428         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
43429         numbers.
43430
43431 2006-01-09  Bruno Haible  <bruno@clisp.org>
43432
43433         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
43434         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
43435         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
43436         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
43437
43438 2006-01-09  Bruno Haible  <bruno@clisp.org>
43439
43440         * build-aux/javacomp.sh.in: New file, moved from lib/.
43441         * modules/javacomp-script (Files): Update.
43442         (configure.ac): Add AC_CONFIG_FILES invocation.
43443         (EXTRA_DIST): Remove variable.
43444
43445         * build-aux/javaexec.sh.in: New file, moved from lib/.
43446         * modules/javaexec (Files): Update.
43447         (configure.ac): Add AC_CONFIG_FILES invocation.
43448         (EXTRA_DIST): Remove javaexec.sh.in.
43449
43450         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
43451         * modules/csharpcomp-script (Files): Update.
43452         (configure.ac): Add AC_CONFIG_FILES invocation.
43453         (EXTRA_DIST): Remove variable.
43454
43455         * build-aux/csharpexec.sh.in: New file, moved from lib/.
43456         * modules/csharpexec (Files): Update.
43457         (configure.ac): Add AC_CONFIG_FILES invocation.
43458         (EXTRA_DIST): Remove csharpexec.sh.in.
43459
43460 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
43461
43462         Sync from coreutils.
43463
43464         Add POSIX ACL support
43465         * lib/acl.h (copy_acl, set_acl): Add declarations.
43466         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
43467         systems other than Linux.
43468         (chmod_or_fchmod): New function: use fchmod when possible,
43469         and chmod otherwise.
43470         (file_has_acl): Add a POSIX ACL implementation, with a
43471         Linux-specific subcase.
43472         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
43473         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
43474         acls are unsupported.
43475         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
43476         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
43477         are unsupported.
43478
43479 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
43480
43481         Sync from coreutils.
43482         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
43483
43484 2006-01-07  Bruno Haible  <bruno@clisp.org>
43485
43486         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
43487         gl_EARLY.
43488
43489 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
43490
43491         * lib/strftime.c (tzname): Don't declare if it is already #defined.
43492         Problem reported for Mingw by Mark Junker.
43493
43494 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
43495
43496         * README: Gnulib normally doesn't generate a tarball.
43497
43498 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
43499
43500         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
43501         long int, not int, for nanosecond counts, so that people who are
43502         used to POSIX struct timespec won't be surprised.  Reported by Jim
43503         Meyering.
43504
43505 2005-12-28  Bruno Haible  <bruno@clisp.org>
43506
43507         * build-aux/config.rpath: Update from GNU gettext.
43508
43509 2005-12-16  Jim Meyering  <jim@meyering.net>
43510
43511         * modules/fprintftime: New module.
43512         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
43513
43514 2005-12-16  Jim Meyering  <jim@meyering.net>
43515
43516         * m4/fprintftime.m4: New file.
43517
43518 2005-12-16  Jim Meyering  <jim@meyering.net>
43519
43520         * lib/fprintftime.c, lib/fprintftime.h: New files.
43521
43522 2005-12-15  Simon Josefsson  <jas@extundo.com>
43523
43524         * modules/socklen (configure.ac): Fix M4 macro name, to align with
43525         new m4/socklen.m4.
43526
43527 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43528
43529         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
43530         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
43531
43532 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43533
43534         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
43535         * lib/argp-help.c (fill_in_uparams): Check if the constructed
43536         struct uparams is valid. Fall back to the default values if it is
43537         not.
43538
43539 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43540
43541         * modules/argp (Files): Add argp-pin.c
43542         (Depends-on): dirname
43543         (lib_SOURCES): Add argp-pin.c
43544
43545 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43546
43547         * m4/argp.m4:  Check if program_invocation_name and
43548         program_invocation_short_name are declared and define appropriate
43549         macros if they are not.
43550
43551 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43552
43553         * lib/argp-help.c (__argp_base_name): New function
43554         (__argp_short_program_name): Rewrite using __argp_base_name
43555         * lib/argp-namefrob.h: Define program_invocation_name and
43556         program_invocation_short_name if requested
43557         (__argp_base_name): Add prototype
43558         * lib/argp-parse.c (argp_def): Use gettext wrappers
43559         (argp_default_parser): Use __argp_base_name
43560         * lib/argp-pin.c: New file. Defines program_invocation_name and
43561         program_invocation_short_name on systems that lack them.
43562
43563 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
43564
43565         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
43566         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
43567         porting problem reported by Georg Schwarz in
43568         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
43569
43570 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
43571
43572         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
43573         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
43574         porting problem reported by Georg Schwarz in
43575         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
43576
43577 2005-12-05  Bruno Haible  <bruno@clisp.org>
43578
43579         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
43580         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
43581         Reported by Mark Junker <mjscod@gmx.de>.
43582
43583 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
43584
43585         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
43586         Use implementation from Albert Chin, with some
43587         comments/corrections by Stepan Kasal and myself.
43588
43589 2005-12-02  Bruno Haible  <bruno@clisp.org>
43590
43591         * gnulib-tool (func_import): Accept GPLed build tool modules when
43592         --lgpl is given.
43593         * modules/csharpcomp-script: New file.
43594         * modules/csharpcomp: Depend on it.
43595         * modules/javacomp-script: New file.
43596         * modules/javacomp: Depend on it.
43597         Suggested by Simon Josefsson.
43598
43599 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
43600
43601         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
43602         statement, to work around an HP-UX 10.20 compiler bug reported by
43603         Peter O'Gorman.
43604
43605 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
43606
43607         * modules/savedir (Depends-on): Add openat.
43608
43609 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
43610
43611         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
43612         (uintmax_t) [defined uintmax_t]: Do not declare.
43613         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
43614         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
43615         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
43616         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
43617         sake of portability to weird hosts that C allows (though we don't
43618         know of any practical examples).
43619
43620         * lib/savedir.h (fdsavedir): New decl.
43621         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
43622         contains most of the former guts of savedir.
43623         (savedir): Use savedirstream.
43624         Include "openat.h".
43625
43626 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
43627
43628         * modules/obstack (Files): Add m4/ulonglong.m4.
43629         Problem reported by Davide Angelocola.
43630
43631 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
43632
43633         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
43634         coreutils no longer futzes with rounding modes.
43635
43636 2005-11-14  Jim Meyering  <jim@meyering.net>
43637
43638         * lib/mkstemp-safer.c: Include <config.h>, required for possible
43639         replacement of mkstemp.
43640
43641 2005-11-10  Simon Josefsson  <jas@extundo.com>
43642
43643         * lib/readline.c: Remove EOL.
43644
43645 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43646
43647         * modules/gethrxtime (Depends-on): Add gettime.
43648
43649 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43650
43651         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
43652         or gettimeofday; no longer needed.
43653
43654 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43655
43656         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
43657         time business.
43658         (gethrxtime) [! (HAVE_NANOUPTIME
43659         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
43660         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
43661         our own approximation.
43662
43663 2005-11-08  Eric Blake  <ebb9@byu.net>
43664
43665         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
43666
43667 2005-11-08  Eric Blake  <ebb9@byu.net>
43668
43669         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
43670
43671 2005-11-04  Bruno Haible  <bruno@clisp.org>
43672
43673         * gnulib-tool: Implement --update mode.
43674
43675 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43676
43677         Fix porting problem reported by Theodoros V. Kalamatianos.
43678         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
43679         Don't assume that futimes failing means we must fail.
43680
43681 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43682
43683         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
43684         variables to suggest the intended function of the PATH_MAX check.
43685
43686 2005-10-30  Kean Johnston  <jkj@sco.com>
43687
43688         Trivial changes to support SCO systems.
43689         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
43690         as PATH_MAX.
43691         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
43692         where __ptr is null when no I/O is pending.
43693
43694 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43695
43696         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
43697         leave errno alone.  Problem reported by Dmitry V. Levin.
43698
43699 2005-10-28  Simon Josefsson  <jas@extundo.com>
43700
43701         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
43702         Test more.
43703
43704         * tests/test-gc-md2.c, tests/test-md2.c: New files.
43705
43706         * modules/md2, modules/md2-tests: New files.
43707
43708 2005-10-28  Simon Josefsson  <jas@extundo.com>
43709
43710         * m4/inet_ntop.m4: More tests.
43711
43712         * m4/gc-md2.m4, md2.m4: New file.
43713
43714 2005-10-28  Simon Josefsson  <jas@extundo.com>
43715
43716         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
43717         "restrict" keywords, as per POSIX.  Protect the function
43718         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
43719         Don't use K&R prototypes.  Check the sprintf return values.
43720         Re-define EAFNOSUPPORT if not present.  Indent.
43721
43722         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
43723         suggested by Bruno Haible <bruno@clisp.org>.
43724
43725         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
43726
43727         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
43728
43729         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
43730         libgcrypt).
43731
43732         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
43733
43734         * lib/md2.h, lib/md2.c: New files.
43735
43736 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
43737
43738         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
43739         errno alone.  Problem reported by Frederic Jolliton.
43740
43741 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
43742
43743         * modules/verify (License): Change from GPL to LGPL.  This is a
43744         tiny module and there are apparently near-equivalents that are
43745         under the BSD license.
43746
43747 2005-10-24  Simon Josefsson  <jas@extundo.com>
43748
43749         * modules/sha1: Relicense to LGPL.
43750
43751 2005-10-24  Simon Josefsson  <jas@extundo.com>
43752
43753         * lib/md4.h: Shrink buffer size, now that we changed the type.
43754
43755 2005-10-23  Simon Josefsson  <jas@extundo.com>
43756
43757         * gnulib-tool (func_import): Fix --tests-base.
43758
43759 2005-10-22  Simon Josefsson  <jas@extundo.com>
43760
43761         * modules/arcfour (Depends-on): Need stdint.
43762
43763 2005-10-22  Simon Josefsson  <jas@extundo.com>
43764
43765         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
43766         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
43767
43768 2005-10-22  Simon Josefsson  <jas@extundo.com>
43769
43770         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
43771         suggested by Bruno Haible <bruno@clisp.org>.
43772
43773 2005-10-22  Simon Josefsson  <jas@extundo.com>
43774
43775         * lib/crc.h: Include stddef.h, for size_t.
43776
43777 2005-10-22  Simon Josefsson  <jas@extundo.com>
43778
43779         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
43780         arcfour_context struct (simplify test vector testing in GNU
43781         Shishi).
43782
43783 2005-10-21  Simon Josefsson  <jas@extundo.com>
43784
43785         * modules/des, modules/des-tests: New files.
43786
43787         * modules/gc-des, modules/gc-des-tests: New files.
43788
43789         * tests/test-des.c, tests/test-gc-des.c: New file.
43790
43791 2005-10-21  Simon Josefsson  <jas@extundo.com>
43792
43793         * modules/arctwo, modules/arctwo-tests: New files.
43794
43795         * tests/test-arctwo.c: New file.
43796
43797         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
43798
43799         * tests/test-gc-arctwo.c: New file.
43800
43801 2005-10-21  Simon Josefsson  <jas@extundo.com>
43802
43803         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
43804         Bruno Haible <bruno@clisp.org>.
43805
43806         * m4/gc-des.m4: New file.
43807
43808 2005-10-21  Simon Josefsson  <jas@extundo.com>
43809
43810         * m4/arctwo.m4: New file.
43811
43812         * m4/gc-arctwo.m4: New file.
43813
43814 2005-10-21  Simon Josefsson  <jas@extundo.com>
43815
43816         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
43817         block.
43818
43819 2005-10-21  Simon Josefsson  <jas@extundo.com>
43820
43821         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
43822         <bruno@clisp.org>.
43823
43824         * lib/hmac-sha1.c (hmac_sha1): Likewise.
43825
43826         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
43827         Bruno Haible <bruno@clisp.org>.
43828
43829         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
43830         <bruno@clisp.org>.
43831
43832 2005-10-21  Simon Josefsson  <jas@extundo.com>
43833
43834         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
43835
43836 2005-10-21  Simon Josefsson  <jas@extundo.com>
43837
43838         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
43839
43840 2005-10-21  Simon Josefsson  <jas@extundo.com>
43841
43842         * lib/des.h, lib/des.c: New files.
43843
43844         * lib/gc-gnulib.c: Support DES.c
43845
43846 2005-10-21  Simon Josefsson  <jas@extundo.com>
43847
43848         * lib/arctwo.h, lib/arctwo.c: New files.
43849
43850         * lib/gc-gnulib.c: Support ARCTWO.
43851
43852 2005-10-21  Simon Josefsson  <jas@extundo.com>
43853
43854         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
43855         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43856
43857 2005-10-21  Simon Josefsson  <jas@extundo.com>
43858
43859         * gnulib-tool (func_import, func_create_testdir): Define automake
43860         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
43861         Makefile.am snippet),
43862         suggested by Bruno Haible <bruno@clisp.org>.
43863
43864         * modules/gc (Makefile.am): Use it.
43865
43866 2005-10-21  Bruno Haible  <bruno@clisp.org>
43867
43868         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
43869         patch.
43870
43871 2005-10-19  Simon Josefsson  <jas@extundo.com>
43872
43873         * tests/test-gc-rijndael.c: New file.
43874
43875         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
43876
43877 2005-10-19  Simon Josefsson  <jas@extundo.com>
43878
43879         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
43880         interface too.
43881
43882 2005-10-19  Simon Josefsson  <jas@extundo.com>
43883
43884         * tests/test-gc-arcfour.c: New file.
43885
43886         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
43887
43888 2005-10-19  Simon Josefsson  <jas@extundo.com>
43889
43890         * modules/gc-md4, modules/gc-md4-tests: New file.
43891
43892         * tests/test-gc-md4.c: New file.
43893
43894 2005-10-19  Simon Josefsson  <jas@extundo.com>
43895
43896         * m4/gc-md4.m4: New file.
43897
43898 2005-10-19  Simon Josefsson  <jas@extundo.com>
43899
43900         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
43901         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
43902         <kasal@ucw.cz>.
43903
43904 2005-10-19  Simon Josefsson  <jas@extundo.com>
43905
43906         * m4/gc-arcfour.m4: New file.
43907
43908         * m4/gc-rijndael.m4: New file.
43909
43910 2005-10-19  Simon Josefsson  <jas@extundo.com>
43911
43912         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
43913
43914 2005-10-19  Simon Josefsson  <jas@extundo.com>
43915
43916         * lib/gc-gnulib.c: Support ARCFOUR.
43917
43918 2005-10-19  Simon Josefsson  <jas@extundo.com>
43919
43920         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
43921         support.
43922
43923         * lib/gc.h: Add ECB enum type.
43924
43925         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
43926
43927 2005-10-18  Simon Josefsson  <jas@extundo.com>
43928
43929         * tests/test-md5.c: New file.
43930
43931         * modules/md5-tests: New file.
43932
43933 2005-10-18  Simon Josefsson  <jas@extundo.com>
43934
43935         * tests/test-md4.c: New file.
43936
43937         * modules/md4, modules/md4-tests: New files.
43938
43939 2005-10-18  Simon Josefsson  <jas@extundo.com>
43940
43941         * m4/md4.m4: New file.
43942
43943 2005-10-18  Simon Josefsson  <jas@extundo.com>
43944
43945         * lib/md4.h, lib/md4.c: New files, based on md5.?.
43946
43947 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
43948
43949         * gnulib-tool (func_create_testdir): Omit the second check whether
43950         BUILT_SOURCES in nonempty.
43951
43952 2005-10-17  Simon Josefsson  <jas@extundo.com>
43953
43954         * tests/test-rijndael.c: New file.
43955
43956 2005-10-17  Simon Josefsson  <jas@extundo.com>
43957
43958         * modules/sha1: Depend on stdint instead of md5.
43959
43960         * modules/md5: Depend on stdint, remove uint32_t.
43961
43962 2005-10-17  Simon Josefsson  <jas@extundo.com>
43963
43964         * modules/gc-sha1-tests: New file.
43965
43966         * tests/test-gc-sha1.c: New file.
43967
43968 2005-10-17  Simon Josefsson  <jas@extundo.com>
43969
43970         * m4/md5.m4: Remove call to uint32_t.m4.
43971
43972 2005-10-17  Simon Josefsson  <jas@extundo.com>
43973
43974         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
43975
43976         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
43977         md5.h.
43978
43979         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
43980
43981         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
43982
43983 2005-10-17  Simon Josefsson  <jas@extundo.com>
43984
43985         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
43986
43987 2005-10-17  Simon Josefsson  <jas@extundo.com>
43988
43989         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
43990
43991 2005-10-17  Simon Josefsson  <jas@extundo.com>
43992
43993         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
43994
43995         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
43996
43997 2005-10-17  Bruno Haible  <bruno@clisp.org>
43998
43999         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
44000         that it can also be used in a test.
44001
44002 2005-10-16  Bruno Haible  <bruno@clisp.org>
44003
44004         * gnulib-tool (func_emit_tests_Makefile_am): Also define
44005         TESTS_ENVIRONMENT, so that individual tests can augment it.
44006
44007         * gnulib-tool (func_create_testdir): Use an intermediate target for
44008         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
44009         macros, like $(ALLOCA_H), which cannot be passed through the command
44010         line.
44011
44012 2005-10-15  Simon Josefsson  <jas@extundo.com>
44013
44014         * modules/rijndael-tests: New file.
44015
44016         * modules/rijndael: New file.
44017
44018 2005-10-15  Simon Josefsson  <jas@extundo.com>
44019
44020         * m4/rijndael.m4: New file.
44021
44022 2005-10-15  Simon Josefsson  <jas@extundo.com>
44023
44024         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
44025
44026         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
44027
44028 2005-10-14  Simon Josefsson  <jas@extundo.com>
44029
44030         * tests/test-arcfour.c: New file.
44031
44032         * modules/arcfour, modules/arcfour-tests: New files.
44033
44034 2005-10-14  Simon Josefsson  <jas@extundo.com>
44035
44036         * m4/arcfour.m4: New file.
44037
44038 2005-10-14  Simon Josefsson  <jas@extundo.com>
44039
44040         * lib/arcfour.h, lib/arcfour.c: New files.
44041
44042 2005-10-14  Roland McGrath  <roland@redhat.com>
44043
44044         Import from libc.  [BZ #1331]
44045         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
44046         macro argument.
44047         Reported by Matej Vela <vela@debian.org>.
44048
44049 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44050
44051         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
44052         include <wchar.h>; no longer needed.
44053
44054 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44055
44056         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
44057
44058 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
44059         and  Ulrich Drepper  <drepper@redhat.com>
44060
44061         Import from libc.
44062         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
44063         instead of inline stream orientation test and two separate
44064         function calls.  Pay no attention to USE_IN_LIBIO.
44065
44066 2005-10-13  Simon Josefsson  <jas@extundo.com>
44067
44068         * modules/gc-hmac-md5-tests: New file.
44069
44070         * tests/test-gc-hmac-sha1.c: New file.
44071
44072         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
44073
44074         * modules/gc-hmac-md5-tests: New file.
44075
44076         * tests/test-gc-md5.c: New file.
44077
44078         * modules/gc-md5-tests: New file.
44079
44080 2005-10-13  Simon Josefsson  <jas@extundo.com>
44081
44082         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
44083         Move memory allocation outside of loop.
44084
44085 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
44086
44087         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
44088         intermediate directory is in a read-only file system.  Problem
44089         reported by Eric Blake.
44090
44091 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
44092
44093         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
44094
44095 2005-10-12  Simon Josefsson  <jas@extundo.com>
44096
44097         * tests/test-hmac-sha1.c: New file.
44098
44099         * modules/hmac-sha1-tests: New file.
44100
44101         * modules/hmac-sha1: New file.
44102
44103 2005-10-12  Simon Josefsson  <jas@extundo.com>
44104
44105         * modules/gc-sha1: New file.
44106
44107 2005-10-12  Simon Josefsson  <jas@extundo.com>
44108
44109         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
44110
44111         * tests/test-gc-pbkdf2-sha1.c: New file.
44112
44113 2005-10-12  Simon Josefsson  <jas@extundo.com>
44114
44115         * modules/gc-md5, modules/gc-hmac-md5: New files.
44116
44117         * modules/gc (Files): Remove md5, memxor and hmac files.
44118
44119 2005-10-12  Simon Josefsson  <jas@extundo.com>
44120
44121         * m4/gc-pbkdf2-sha1.m4: New file.
44122
44123         * m4/gc-hmac-sha1.m4: New file.
44124
44125         * m4/gc-sha1: New file.
44126
44127         * m4/hmac-sha1.m4: New file.
44128
44129 2005-10-12  Simon Josefsson  <jas@extundo.com>
44130
44131         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
44132
44133         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
44134
44135 2005-10-12  Simon Josefsson  <jas@extundo.com>
44136
44137         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
44138         suggested by Bruno Haible <bruno@clisp.org>.
44139
44140 2005-10-12  Simon Josefsson  <jas@extundo.com>
44141
44142         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
44143
44144 2005-10-12  Simon Josefsson  <jas@extundo.com>
44145
44146         * lib/gc-pbkdf2-sha1.c: New file.
44147
44148         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
44149
44150 2005-10-12  Simon Josefsson  <jas@extundo.com>
44151
44152         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
44153
44154         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
44155
44156 2005-10-12  Simon Josefsson  <jas@extundo.com>
44157
44158         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
44159         GC_USE_HMAC_MD5, respectively.
44160
44161         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
44162         (gc_md5): Fix typo.
44163
44164         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
44165
44166         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
44167
44168         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
44169
44170 2005-10-12  Bruno Haible  <bruno@clisp.org>
44171
44172         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
44173         Reported by Stepan Kasal <kasal@ucw.cz>.
44174
44175 2005-10-11  Simon Josefsson  <jas@extundo.com>
44176
44177         * tests/test-crc.c: New file.
44178
44179         * modules/crc, modules/crc-tests: New files.
44180
44181 2005-10-11  Simon Josefsson  <jas@extundo.com>
44182
44183         * m4/crc.m4: New file.
44184
44185 2005-10-11  Simon Josefsson  <jas@extundo.com>
44186
44187         * lib/gc.h: Add gc_hash and gc_hash_buffer.
44188
44189         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
44190
44191         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
44192
44193 2005-10-11  Simon Josefsson  <jas@extundo.com>
44194
44195         * lib/crc.h, lib/crc.c: New files.
44196
44197         * lib/gc.h (gc_hash_buffer): Add doc.
44198
44199 2005-10-11  Bruno Haible  <bruno@clisp.org>
44200
44201         * modules/c-strcasestr: New file.
44202         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
44203
44204 2005-10-11  Bruno Haible  <bruno@clisp.org>
44205
44206         * modules/c-strcase: New file.
44207         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
44208
44209 2005-10-11  Bruno Haible  <bruno@clisp.org>
44210
44211         * lib/strcasecmp.c: Include limits.h.
44212         (strcasecmp): Avoid integer overflow on exotic platforms.
44213         * lib/strncasecmp.c: Include limits.h.
44214         (strncasecmp): Avoid integer overflow on exotic platforms.
44215         Reported by Paul Eggert.
44216
44217 2005-10-11  Bruno Haible  <bruno@clisp.org>
44218
44219         * lib/c-strcasestr.h: New file, from GNU gettext.
44220         * lib/c-strcasestr.c: New file, from GNU gettext.
44221
44222 2005-10-11  Bruno Haible  <bruno@clisp.org>
44223
44224         * lib/c-strcase.h: New file, from GNU gettext.
44225         * lib/c-strcasecmp.c: New file, from GNU gettext.
44226         * lib/c-strncasecmp.c: New file, from GNU gettext.
44227
44228 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
44229
44230         * modules/mempcpy (License): GPL -> LGPL.
44231         * modules/strchrnul (License): Likewise.
44232         * modules/sysexits (License): Likewise.
44233
44234 2005-10-08  Simon Josefsson  <jas@extundo.com>
44235
44236         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
44237
44238 2005-10-07  Simon Josefsson  <jas@extundo.com>
44239
44240         * m4/memxor.m4: Remove gl_C_RESTRICT call.
44241
44242 2005-10-06  Simon Josefsson  <jas@extundo.com>
44243
44244         * tests/test-hmac-md5.c: New file.
44245
44246         * modules/hmac-md5-tests: New file.
44247
44248         * modules/hmac-md5: New file.
44249
44250 2005-10-06  Simon Josefsson  <jas@extundo.com>
44251
44252         * m4/hmac-md5.m4: New file.
44253
44254         * m4/memxor.m4: Require gl_C_RESTRICT.
44255
44256 2005-10-06  Simon Josefsson  <jas@extundo.com>
44257
44258         * lib/memxor.c (memxor): Avoid casts and warnings.
44259
44260 2005-10-06  Simon Josefsson  <jas@extundo.com>
44261
44262         * lib/hmac-md5.c: New file.
44263
44264         * lib/hmac.h: New file.
44265
44266 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
44267
44268         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
44269         promotes to int, not unsigned int, to catch the AIX 5.3
44270         compiler bug.
44271
44272 2005-10-05  Simon Josefsson  <jas@extundo.com>
44273
44274         * modules/memxor: New file.
44275
44276         * modules/iconv (Files): Move config.rpath to havelib, it is used
44277         there.
44278
44279         * modules/havelib (Files): Add config.rpath.
44280
44281 2005-10-05  Simon Josefsson  <jas@extundo.com>
44282
44283         * m4/memxor.m4: New file.
44284
44285 2005-10-05  Simon Josefsson  <jas@extundo.com>
44286
44287         * lib/memxor.c (memxor): Fix compiler error.
44288
44289         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
44290         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
44291
44292         * lib/memxor.h, lib/memxor.c: New files.
44293
44294         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
44295         we assume all systems have it, suggested by Jim Meyering
44296         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
44297         any systems lack sys/socket.h; mingw32 is known to lack it, but we
44298         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
44299         same reasons.
44300
44301 2005-10-05  Simon Josefsson  <jas@extundo.com>
44302
44303         * config/srclist.txt: Add glibc bug 1423 for md5.h.
44304
44305 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
44306
44307         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
44308         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
44309         needed, since the source code now assumes these .h files.
44310
44311 2005-10-05  Derek Price  <derek@ximbiot.com>
44312
44313         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
44314
44315 2005-10-05  Bruno Haible  <bruno@clisp.org>
44316
44317         * modules/stdint (License): Change to LGPL.
44318
44319 2005-10-04  Simon Josefsson  <jas@extundo.com>
44320
44321         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
44322         D. Baushke" <mdb@gnu.org>.
44323
44324 2005-10-04  Bruno Haible  <bruno@clisp.org>
44325
44326         * lib/verify.h (verify_true): Provide alternative definition for C++.
44327
44328 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
44329
44330         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
44331         (SSIZE_MAX): New macro, if not already defined.
44332         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
44333         than 2 GiB.
44334
44335 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
44336
44337         Sync from coreutils.
44338         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
44339         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
44340         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
44341         ULLONG_MAX doesn't work with 2.7.2.1.
44342
44343 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
44344
44345         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
44346         From Ben Pfaff.
44347
44348         * modules/exclude (Depends-on): Depend on verify.
44349         * modules/strtoimax (Depends-on): Likewise.
44350         * modules/utimecmp (Depends-on): Likewise.
44351
44352 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
44353
44354         * lib/exclude.c: Include verify.h.
44355         (verify): Remove.  All callers changed to use verify.h's version.
44356         * lib/strtoimax.c: Likewise.
44357         * lib/utimecmp.c: Likewis.e
44358
44359         Sync from coreutils.
44360         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
44361         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
44362         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
44363         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
44364         bother returning ENOSYS if settimeofday or stime fails; just let
44365         them return whatever errno they want to return.
44366         * lib/utimens.c: Include unistd.h, for dup2.
44367         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
44368         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
44369
44370 2005-10-02  Jim Meyering  <jim@meyering.net>
44371
44372         Sync from coreutils.
44373         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
44374         from glibc-2.2.5 that fails for read-only files.
44375
44376 2005-10-02  Jim Meyering  <jim@meyering.net>
44377
44378         Sync from coreutils.
44379         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
44380         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
44381         `#if HAVE_CONFIG_H'.
44382         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
44383         Remove AT_FDCWD test.
44384         Do not consume the fd unless successful.
44385         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
44386         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
44387         block, so that we don't even try to compile it if settimeofday is
44388         available.  This works around a compilation failure on OSF1 V5.1,
44389         due to stime requiring a `long int*' while tv_sec is `int'.
44390
44391 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
44392
44393         Sync from coreutils.
44394         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
44395         against `yes', rather than just testing for nonempty.
44396
44397 2005-10-01  Simon Josefsson  <jas@extundo.com>
44398
44399         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
44400         and Darwin.
44401
44402         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
44403         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
44404         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
44405         freeaddrinfo and gai_strerror are declared by the POSIX headers.
44406         Check if struct addrinfo is declared.
44407
44408 2005-10-01  Simon Josefsson  <jas@extundo.com>
44409
44410         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
44411         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
44412         AI_* and EAI_* definitions.  Protect function declarations.
44413
44414 2005-10-01  Jim Meyering  <jim@meyering.net>
44415
44416         Sync from coreutils.
44417
44418         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
44419         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
44420         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
44421         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
44422         in the inet and nsl libraries.  Required on Solaris 5.7.
44423
44424 2005-10-01  Jim Meyering  <jim@meyering.net>
44425
44426         Sync from coreutils.
44427         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
44428         in the inet and nsl libraries.  Required on Solaris 5.7.
44429
44430 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
44431
44432         * lib/getdelim.c (getdelim): Remove unused variables.
44433
44434 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
44435
44436         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
44437         so that the code works even with ancient cpp.  Portability problem
44438         with GCC 2.7.2.1 reported by Thomas M.Ott.
44439
44440 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44441
44442         * modules/regex (Depends-on): Add strcase.
44443
44444         * modules/gethostname (Licence): Change from GPL to LGPL, since
44445         gethostname.c is a trivial implementation of a standard library
44446         function.
44447         * modules/poll (License): Change from GPL to LGPL, since it's
44448         derived from LGPL code.
44449
44450 2005-09-27  Jim Meyering  <jim@meyering.net>
44451
44452         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
44453         HAVE_CONFIG_H.
44454
44455         * lib/intprops.h (signed_type_or_expr__): Define.
44456         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
44457         for unsigned types.
44458
44459 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44460
44461         * lib/verify.h (verify_expr): Remove, replacing with:
44462         (verify_true): New macro that returns true instead of void.
44463         (verify_type__): Remove.
44464         (verify): Use verify_true rather than verify_type__.
44465
44466 2005-09-26  Bruno Haible  <bruno@clisp.org>
44467
44468         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
44469         is necessary.
44470         (lib_SOURCES): Remove mbchar.c.
44471         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
44472         (Files): Add m4/mbrtowc.m4.
44473         * modules/mbiter: Likewise.
44474         * modules/mbuiter: Likewise.
44475
44476 2005-09-26  Bruno Haible  <bruno@clisp.org>
44477
44478         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
44479         compile mbchar.c if they are not both present.
44480         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
44481         * m4/mbiter.m4 (gl_MBITER): Likewise.
44482         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
44483         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
44484         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
44485
44486 2005-09-25  Jim Meyering  <jim@meyering.net>
44487
44488         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
44489         also uses socklen_t.
44490
44491 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
44492
44493         * lib/utimens.c (ENOSYS): Define if not already defined.
44494         (futimens): Support having a null PATH if the file descriptor
44495         is nonnegative.
44496
44497         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
44498         Remove.
44499         (__attribute): Define to empty unless GCC 3.1 or later.
44500         This works around a core dump on OpenBSD 3.4, which has GCC
44501         2.95.3, which dumps core when given __attribute__(()).  It also
44502         simplifies other tests, since we really don't want to bother with
44503         worrying about which ancient version of GCC supported what.
44504         Original problem reported by Yoann Vandoorselaere, with part of
44505         the fix suggested by Derek Price.
44506
44507 2005-09-24  Jim Meyering  <jim@meyering.net>
44508
44509         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
44510         so we can once again use a positive bitfield width of 1 -- now we
44511         don't have to explain why we were using a bitfield width of 2.
44512
44513 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
44514
44515         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
44516         and similarly for the other external symbols.  Problem reported
44517         by James Gallager.
44518
44519         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
44520         bug reported by Jim Meyering.
44521
44522         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
44523         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
44524         not needed, since socklen is a prerequisite module.
44525
44526 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
44527
44528         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
44529         Problem reported by Eric Blake.
44530         (getaddrinfo): Initialize se so that it's not garbage.
44531         Redo internal storage allocation so that it doesn't make unportable
44532         assumptions about alignment.
44533         Fix a memory leak.
44534
44535         * lib/utimens.c (futimens): Use futimesat if available.
44536         Prefer it to futimes since it doesn't have the futimes bug.
44537
44538         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
44539         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
44540         Instead, declare a function that returns a pointer to an array,
44541         and use verify_type__ to declare the size of the array.
44542         Problem and germ of a solution reported by Bruno Haible.
44543         (verify_type__): Use 2, not 1, for bitfield size, to avoid
44544         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
44545
44546 2005-09-23  Jim Meyering  <jim@meyering.net>
44547
44548         Sync from coreutils.
44549         Correct build failure (socklen_t not defined) on at least
44550         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
44551         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
44552
44553 2005-09-23  Jim Meyering  <jim@meyering.net>
44554
44555         * modules/getaddrinfo (Depends-on): Add socklen.
44556
44557 2005-09-23  Bruno Haible  <bruno@clisp.org>
44558
44559         * tests/test-verify.c: New file.
44560
44561 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44562
44563         Sync from coreutils.
44564
44565         * modules/argmatch (Depends-on): Add verify.
44566         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
44567         unistd-safer.
44568         * modules/save-cwd (Depends-on): Likewise.
44569
44570         * modules/openat (Files): Add lib/openat-die.c.
44571         (Depends-on): Remove error, exitfail.
44572         Add dirname.
44573
44574         * modules/verify: New file.
44575         * MODULES.html.sh (Diagnostics <assert.h>): New section,
44576         with "verify" module.
44577
44578 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44579
44580         Sync from coreutils.
44581
44582         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
44583         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
44584         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
44585         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
44586         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
44587         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
44588         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
44589         Don't bother checking for string.h, stdlib.h, unistd.h.
44590         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
44591         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
44592         module's job.
44593         * m4/jm-macros.m4 (gl_MACROS): Likewise.
44594         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
44595
44596         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
44597         (gl_GETDATE): Use it.
44598
44599         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
44600
44601 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44602
44603         Sync from coreutils.
44604
44605         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
44606         stat-time.h.
44607         * lib/argmatch.h: Include verify.h
44608         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
44609         (ARGMATCH_ASSERT): Remove; unused.
44610         * lib/canonicalize.c: Assume STDC_HEADERS.
44611         * lib/exclude.c: Include "strcase.h".
44612         * lib/regex_internal.h [!defined _LIBC]: Likewise.
44613         * lib/getusershell.c: Include stdio--.h rather than stdio.h
44614         and stdio-safer.h.
44615         (getusershell): Call fopen, not fopen_safer.
44616         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
44617         Do not include unistd-safer.h.
44618         (save_cwd): Don't call fd_safer; no longer needed
44619         now that we include fcntl--.h.
44620
44621         * lib/getdate.y (relative_time): New type.
44622         (RELATIVE_TIME_0): New constant.
44623         (parser_control): Use relative_time instead of doing it ourselves.
44624         (%union): Add new relative_time rel member.
44625         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
44626         Now typeless.
44627         (relunit, relunit_snumber): Now of type rel.
44628         (zone, rel, relunit, get_date): Adjust to above changes.
44629
44630         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
44631         Do not include unistd-safer.h.
44632         (getloadavg): Don't call fd_safer; no longer needed
44633         now that we include fcntl--.h.
44634
44635         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
44636         (make_dir_parents): Treat ENOSYS like EEXIST.
44637
44638         Improve quality of diagnostics on restore_cwd failure.
44639         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
44640         (make_dir_parents): Last arg is now int * (for errno), not bool *.
44641         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
44642         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
44643         each time through the loop.  Do not diagnose restore_cwd failure;
44644         that is the caller's job (and perhaps the caller does not care).
44645
44646         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
44647         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
44648         If the file already exists but is not a directory, don't bother
44649         to try to make its parents.
44650         Close potential file descriptor leak if we can't chdir("/") (!).
44651         Don't always return true if chdir($PWD) fails; return true only
44652         if the requested action was done successfully (except for the
44653         chdir($PWD)).
44654         Don't log final directory unless we actually made it.
44655         Refactor to avoid duplicate code to fix up permissions.
44656         Don't attempt to fix up parent permissions if chdir($PWD) fails.
44657
44658         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
44659         to make it a bit faster and (I hope) clearer.
44660         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
44661         Fix bug in formats like %2N.
44662
44663         * lib/verify.h: New file.
44664
44665 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44666
44667         Sync from coreutils.
44668         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
44669
44670 2005-09-22  Jim Meyering  <jim@meyering.net>
44671
44672         Sync from coreutils.
44673
44674         * m4/lstat.m4 (gl_FUNC_LSTAT):
44675         Use AC_LIBSOURCES to require lstat.c and lstat.h.
44676         Remove obsolete comment.
44677         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
44678         * m4/xstrtod.m4: Likewise.
44679
44680         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
44681
44682 2005-09-22  Jim Meyering  <jim@meyering.net>
44683
44684         Sync from coreutils.
44685
44686         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
44687
44688         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
44689         the .tm_year member, since otherwise gcc-4.0 would now warn about
44690         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
44691
44692         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
44693         order to avoid an unsuppressible warning from gcc on 64-bit systems.
44694
44695         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
44696         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
44697         when run in a time zone for which daylight savings time is in effect
44698         for the starting date.
44699
44700         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
44701         stop us from restricting permissions of just-created absolute-named
44702         directories.
44703         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
44704         to restore initial working directory.
44705         * lib/mkdir-p.c (make_dir_parents): New parameter:
44706         different_working_dir, to tell caller if/when we change the working
44707         directory and are unable to return to the initial one.
44708         * lib/mkdir-p.h (make_dir_parents): Update prototype.
44709         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
44710         `return false'.  This fixes a bug introduced on 2004-07-30.
44711
44712         * lib/openat.c (fdopendir): Be sure to close the supplied
44713         file descriptor before returning.  This makes our replacement
44714         implementation a little closer to Solaris's, where fdopendir
44715         ties the file descriptor to the returned DIR* pointer.
44716         * lib/openat.c (unlinkat): New function.
44717         * lib/openat.h (unlinkat): Add prototype.
44718         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
44719         (openat_restore_fail): Rename from openat_restore_die.
44720         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
44721
44722         Provide an alternative to exiting immediately upon save_cwd or
44723         restore_cwd failure.  Now, an application can arrange e.g.,
44724         to perform a longjump in that case.
44725         * lib/openat.c: Include dirname.h.
44726         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
44727         (rpl_openat, fdopendir, fstatat): Call openat_save_die
44728         and openat_restore_die rather than calling error directly.
44729         Don't include "error.h" or "exitfail.h"; they're no longer needed.
44730
44731         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
44732         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
44733         define.
44734
44735         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
44736         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
44737                             int utc, int nanoseconds);
44738         Background:
44739         date should not have to allocate a megabyte of virtual memory to
44740         handle a format argument like +%1048575T.  When implemented with
44741         strftime, it must allocate such a buffer, use strftime to fill it
44742         in, print it, then free it.
44743         With fprintftime, it simply prints everything and exits.
44744         With no need for memory allocation, that's one fewer way to fail.
44745         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
44746         optional field width, not before, so we accept %9:z, not %:9z.
44747         (my_strftime): Be sure to use L_('x') for literals.
44748
44749         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
44750         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
44751         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
44752         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
44753         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
44754         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
44755         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
44756         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
44757         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
44758         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
44759         * lib/xgethostname.c, lib/xreadlink.c:
44760         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
44761
44762         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
44763         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
44764         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
44765         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
44766         and don't include <sys/file.h>).
44767
44768 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
44769
44770         Sync from coreutils.
44771
44772         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
44773         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
44774         [!LDAV_DONE]: Avoid unused variable warning.
44775
44776 2005-09-21  Bruno Haible  <bruno@clisp.org>
44777
44778         * lib/unicodeio.h (unicode_to_mb): New declaration.
44779
44780 2005-09-20  Derek Price  <derek@ximbiot.com>
44781
44782         * lib/getaddrinfo.c: Don't include <netdb.h> included from
44783         getaddrinfo.h.
44784
44785 2005-09-20  Bruno Haible  <bruno@clisp.org>
44786
44787         * gnulib-tool: Remove trailing slashes from the values specified for
44788         --source-base, --m4-base, --tests-base, --aux-dir.
44789         Suggested by Simon Josefsson <jas@extundo.com>.
44790
44791 2005-09-20  Bruno Haible  <bruno@clisp.org>
44792
44793         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
44794         func_modules_to_filelist, func_import, func_create_testdir): Make all
44795         sorting results locale-independent, so that gnulib-cache.m4 doesn't
44796         change when gnulib-tool is invoked in a different locale.
44797
44798 2005-09-19  Simon Josefsson  <jas@extundo.com>
44799
44800         * m4/socklen.m4: Fix typo.
44801
44802 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44803
44804         Use a consistent style for including <config.h>.
44805         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
44806         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
44807         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
44808         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
44809         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
44810         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
44811         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
44812         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
44813         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
44814         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
44815         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
44816         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
44817         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
44818         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
44819         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
44820         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
44821         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
44822         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
44823         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
44824         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
44825         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
44826         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
44827         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
44828         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
44829         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
44830         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
44831         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
44832         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
44833         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
44834         lib/xstrtoumax.c, lib/yesno.c:
44835         Standardize inclusion of config.h.
44836         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
44837         lib/inttostr.h:  Removed inclusion of config.h from header files.
44838         * lib/inttostr.c:  Adjusted in-tree users.
44839         * lib/timespec.h: Remove superfluous warning to include config.h.
44840         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
44841         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
44842         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
44843         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
44844         config.h with HAVE_CONFIG_H.
44845
44846 2005-09-19  Jim Meyering  <jim@meyering.net>
44847
44848         * modules/pathmax (License): Change to LGPL.
44849
44850 2005-09-19  Derek Price  <derek@ximbiot.com>
44851
44852         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
44853
44854 2005-09-19  Bruno Haible  <bruno@clisp.org>
44855
44856         * gnulib-tool (import): Provide default for --tests-base.
44857
44858 2005-09-19  Bruno Haible  <bruno@clisp.org>
44859
44860         * doc/quote.texi: New file, extracted from gnulib.texi.
44861         * doc/ctime.texi: New file, extracted from gnulib.texi.
44862         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
44863         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
44864         * doc/gnulib.texi: Include them.
44865
44866 2005-09-18  Bruno Haible  <bruno@clisp.org>
44867
44868         Portability fix.
44869         * gnulib-tool (func_readlink): New function.
44870         (func_ln_if_changed): Use it.
44871
44872 2005-09-18  Bruno Haible  <bruno@clisp.org>
44873
44874         * gnulib-tool: Support --with-tests also with --import.
44875         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
44876         (func_import): Use variables $testsbase and $inctests. Emit a
44877         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
44878         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
44879         SUBDIRS += $testsdir.
44880         (func_create_testdir): Update.
44881
44882 2005-09-18  Bruno Haible  <bruno@clisp.org>
44883
44884         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
44885         instead of $dry_run.
44886         (func_cp_if_changed, func_mv_if_changed): Remove functions.
44887         (func_ln_if_changed): Don't handle dry-run here.
44888         (func_import): In dry-run mode, detect more precisely which actions
44889         would be performed, and don't use "...ing" verbs.
44890
44891 2005-09-18  Bruno Haible  <bruno@clisp.org>
44892
44893         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
44894         (func_import): Use join on two temporary files instead of three nested
44895         loops, in order to determine which files are new or old.
44896
44897 2005-09-18  Bruno Haible  <bruno@clisp.org>
44898
44899         * gnulib-tool (func_import): Comment out code that spits out the
44900         new files with --dry-run.
44901
44902 2005-09-18  Bruno Haible  <bruno@clisp.org>
44903
44904         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
44905
44906 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44907
44908         * lib/stat-time.h: New file.
44909         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
44910         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
44911         in a different way.
44912         (timespec_cmp): New function.
44913         * lib/utimecmp.c: Include stat-time.h.
44914         (SYSCALL_RESOLUTION): Depend on whether various struct stat
44915         members exist, not on the obsolescent ST_MTIM_NSEC.
44916         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
44917
44918 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44919
44920         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
44921
44922 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44923
44924         * MODULES.html.sh (File system functions): Add stat-time.
44925         * modules/stat-time: New file.
44926         * modules/timespec (Files): Remove m4/st_mtim.m4; this
44927         is now done in a different way, by the stat-time module.
44928         * modules/utimecmp (Depends-on): Add stat-time.
44929
44930 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44931
44932         * m4/st_mtim.m4: Remove.  Superseded by...
44933         * m4/stat-time.m4: New file.
44934         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
44935         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
44936
44937 2005-09-15  Derek Price  <derek@ximbiot.com>
44938
44939         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
44940
44941 2005-09-15  Derek Price  <derek@ximbiot.com>
44942
44943         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
44944         * lib/regex_internal.c: Ditto, using this...
44945         (__GNUC_PREREQ): ...new macro.
44946         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
44947         using...
44948         (__GNUC_PREREQ): ...this new macro.
44949
44950         * lib/strstr.h: Include string.h. Define strstr as a macro here.
44951
44952 2005-09-15  Derek Price  <derek@ximbiot.com>
44953             Paul Eggert  <eggert@cs.ucla.edu>
44954
44955         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
44956         changes, consolidating in...
44957         * lib/regex_internal.h: ...this file.
44958
44959 2005-09-13  Jim Meyering  <jim@meyering.net>
44960
44961         * lib/canon-host.c: Filter through gnu indent and reword comments
44962         slightly.
44963         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
44964
44965 2005-09-13  Derek Price  <derek@ximbiot.com>
44966
44967         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
44968         failure.
44969         Reported by Jim Meyering  <jim@meyering.net>.
44970
44971 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44972
44973         * lib/base64.c: Typo.
44974         (base64_encode): Put b64str in initialized data section.
44975
44976 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
44977
44978         Merge glibc and coreutils changes into gnulib, plus a few
44979         extra fixes.
44980         * lib/md5.c: Use #error rather than a string.
44981         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
44982         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
44983         (__attribute__): Define to empty for non recent-GCC.
44984         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
44985         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
44986         Renamed from their non-__ counterparts, with new macros replacing
44987         them if not _LIBC.  Add __THROW attribute.
44988         (rol): Remove.
44989         (struct md5_ctx): Align buffer if using GCC.
44990         * lib/sha1.h (struct sha1_ctx): Likewise.
44991         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
44992         The old name was backwards.
44993         (NOTSWAP): Remove; not used.
44994         (rol): New macro, moved here from md5.h.
44995         (sha1_process_block): Remove a FIXME that doesn't make sense.
44996
44997 2005-09-12  Derek Price  <derek@ximbiot.com>
44998
44999         Return usable errors from canon-host.
45000         * lib/canon-host.h: New file.
45001         * lib/canon-host.c (canon_host): Wrap...
45002         (canon_host_r): ...this new function, which now relies exclusively on
45003         getaddrinfo.
45004         (ch_strerror): New function.
45005         (last_cherror): New global.
45006         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
45007         interface.
45008         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
45009         void *.
45010         (freeaddrinfo): Free ai->ai_canonname when set.
45011
45012 2005-09-12  Derek Price  <derek@ximbiot.com>
45013
45014         Make canon-host require getaddrinfo.
45015         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
45016         AC_LIBSOURCE canon-host.h.  Call...
45017         (gl_PREREQ_CANON_HOST): ...this new function, which requires
45018         gl_GETADDRINFO.
45019         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
45020
45021 2005-09-12  Derek Price  <derek@ximbiot.com>
45022
45023         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
45024         LGPL.
45025         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
45026
45027 2005-09-12  Derek Price  <derek@ximbiot.com>
45028
45029         * lib/gai_strerror.c: Include config.h when available.  Include
45030         getaddrinfo.h before other headers to test interface.
45031         Reported by Larry Jones <lawrence.jones@ugs.com>.
45032
45033 2005-09-12  Derek Price  <derek@ximbiot.com>
45034             Paul Eggert  <eggert@cs.ucla.edu>
45035
45036         * modules/glob (Files): Add glob-libc.h.
45037
45038 2005-09-12  Derek Price  <derek@ximbiot.com>
45039             Paul Eggert  <eggert@cs.ucla.edu>
45040
45041         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
45042         glob_.h, glob-libc.h.
45043         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
45044
45045 2005-09-12  Derek Price  <derek@ximbiot.com>
45046             Paul Eggert  <eggert@cs.ucla.edu>
45047
45048         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
45049         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
45050         protecting things that should be done only in gnulib contexts.
45051         * lib/glob_.h: New file, containing only the glob things needed for
45052         gnulib.
45053         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
45054         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
45055         (glob, globfree, glob_pattern_p): Now defined simply in terms of
45056         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
45057         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
45058         and to respect the namespace rules better.
45059
45060 2005-09-08  Simon Josefsson  <jas@extundo.com>
45061
45062         * modules/socklen: New file.
45063
45064 2005-09-08  Simon Josefsson  <jas@extundo.com>
45065
45066         * m4/socklen.m4: New file.
45067
45068 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45069
45070         * modules/utimens (Files): Add m4/utimbuf.m4, since
45071         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
45072         Reported by Sergey Poznyakoff.
45073
45074 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45075
45076         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
45077         definitions, since that's the preferred style in glibc.
45078         Fix a minor spacing issue, and update copyright notice to match
45079         glibc's.
45080
45081 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45082
45083         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
45084
45085 2005-09-06  Simon Josefsson  <jas@extundo.com>
45086
45087         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
45088         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
45089
45090 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45091
45092         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
45093         warning.
45094
45095 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45096
45097         * config/srclist.txt: Add glibc bug 1302.
45098
45099 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
45100
45101         Change bitset word type from unsigned int to unsigned long int,
45102         as this has better performance on typical 64-bit hosts.
45103         Port bitset code to hosts with unusual word sizes.
45104         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
45105         (build_collating_symbol):
45106         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
45107         argument is a bitset.  This is merely a style issue, but it makes
45108         it clearer that an entire array is expected.
45109         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
45110         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
45111         Port to the case where bitset_word is not the same as unsigned int.
45112         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
45113         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
45114         Likewise.
45115         * lib/regexec.c (check_dst_limits_calc_pos_1,
45116         check_subexp_matching_top):
45117         (build_trtable, group_nodes_into_DFAstates):
45118         Likewise.
45119         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
45120         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
45121         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
45122         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
45123         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
45124         * lib/regcomp.c (optimize_subexps, lower_subexp):
45125         Work even if bitset_word has holes in its bitwise representation.
45126         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
45127         * lib/regexec.c (check_dst_limits_calc_pos_1,
45128         check_subexp_matching_top):
45129         Likewise.
45130         * lib/regex_internal.c (re_string_reconstruct):
45131         Don't assume UCHAR_MAX == 255.
45132         * lib/regex_internal.h (bitset_set_all): Likewise.
45133         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
45134         All uses changed.
45135         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
45136         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
45137         All uses changed.
45138         (BITSET_WORD_MAX): New macro.
45139         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
45140         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
45141         (bitset_empty, bitset_copy):
45142         Prefer sizeof (bitset) to multiplying it out ourselves.
45143         (bitset_not_merge): Remove; unused.
45144         (bitset_contain): Return bool, not unsigned int with one bit on.
45145         All callers changed.
45146         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
45147         alignment than re_node_set; do this by defining a new internal
45148         type struct dests_alloc and using it to allocate memory.
45149
45150 2005-09-05  Bruno Haible  <bruno@clisp.org>
45151
45152         * gnulib-tool (func_import): Fix comparison in handling of symbolic
45153         links.
45154
45155 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
45156
45157         * modules/size_max (Makefile.am): Add size_max.h
45158
45159 2005-09-04  Derek Price  <derek@ximbiot.com>
45160
45161         * gnulib-tool (func_import): Fix reversed $symbolic logic.
45162
45163 2005-09-03  Simon Josefsson  <jas@extundo.com>
45164
45165         * gnulib-tool: Fix typo.
45166
45167 2005-09-03  Simon Josefsson  <jas@extundo.com>
45168
45169         * config/srclist.txt: Add glibc bug 1293.
45170
45171 2005-09-03  Derek Price  <derek@ximbiot.com>
45172
45173         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
45174         From Larry Jones <lawrence.jones@ugs.com>.
45175
45176 2005-09-02  Simon Josefsson  <jas@extundo.com>
45177
45178         * modules/socklen: New file.
45179
45180 2005-09-02  Simon Josefsson  <jas@extundo.com>
45181
45182         * modules/havelib: New module.
45183
45184         * modules/gettext, modules/iconv, modules/lock, modules/readline:
45185         Use havelib.
45186
45187 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
45188
45189         Check for arithmetic overflow when calculating sizes, to prevent
45190         some buffer-overflow issues.  These patches are conservative, in the
45191         sense that when I couldn't determine whether an overflow was possible,
45192         I inserted a run-time check.
45193         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
45194         macros.
45195         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
45196         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
45197         (re_xnrealloc, re_x2nrealloc): New inline functions.
45198         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
45199         parse_bracket_exp):
45200         (build_equiv_class, build_charclass): Check for arithmetic overflow
45201         in size expression calculations.
45202         * lib/regex_internal.c (re_string_realloc_buffers):
45203         (build_wcs_upper_buffer, re_node_set_add_intersect):
45204         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
45205         (re_dfa_add_node, register_state): Likewise.
45206         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
45207         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
45208         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
45209         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
45210
45211 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
45212
45213         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
45214         m4/ulonglong.m4.  Problem reported by Martin Lambers.
45215
45216 2005-09-02  Bruno Haible  <bruno@clisp.org>
45217
45218         Support for lib vs. lib64 distinction on biarch platforms.
45219         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
45220         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
45221         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
45222
45223 2005-09-02  Bruno Haible  <bruno@clisp.org>
45224
45225         * gnulib-tool (import): In the other first-use case, provide defaults
45226         as well.
45227
45228 2005-09-02  Bruno Haible  <bruno@clisp.org>
45229
45230         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
45231         patches not yet found in the latest gettext release.
45232
45233 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
45234
45235         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
45236         to avoid a collision with bits/local_lim.h in glibc.
45237         All uses changed.  Problem reported by Dmitry V. Levin in
45238         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
45239
45240         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
45241         bugs in int versus size_t comparisons.
45242         (re_string_context_at): Fix bug where the code assumed that
45243         Idx is signed.
45244
45245         Use bool where appropriate.
45246         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
45247         All callers changed.
45248         (calc_eclosure_iter): Likewise, for ROOT arg.
45249         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
45250         (build_charclass_op): Likewise, for NON_MATCH arg.
45251         * lib/regex_internal.c (re_string_allocate, re_string_construct):
45252         (re_string_construct_common): Likewise, for ICASE arg.
45253         * lib/regexec.c (re_search_2_stub, re_search_stub):
45254         Likewise, for RET_LEN arg.
45255         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
45256         (set_regs): Likewise, for FL_BACKTRACK arg.
45257         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
45258         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
45259         (calc_eclosure_iter, parse_bracket_exp):
45260         Use bool for internal variables that are booleans.
45261         * lib/regexec.c (re_search_internal, check_matching,
45262         proceed_next_node):
45263         (set_regs, build_sifted_states, sift_states_bkref):
45264         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
45265         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
45266         (find_collation_sequence_value):
45267         Likewise.
45268         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
45269         (re_node_set_compare):
45270         Return bool, not int. All callers changed.
45271         * lib/regexec.c (check_halt_node_context, check_dst_limits):
45272         (build_trtable, check_node_accept): Likewise.
45273         * lib/regex_internal.h: Include stdbool.h.
45274
45275         Fix bugs uncovered when converting to bool.
45276         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
45277         failure instead of charging ahead blindly.
45278         * lib/regex_internal.c (register_state): Likewise.
45279         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
45280         for freeing internal storage.
45281         (group_nodes_into_DFA_states): Use unsigned int, not int, for
45282         bitset pieces used as boolean, to avoid undefined behavior
45283         on hosts that do int overflow checking.
45284
45285 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
45286
45287         * config/srclist.txt: Add glibc bugs 1285-1287.
45288
45289 2005-09-01  Jim Meyering  <jim@meyering.net>
45290
45291         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
45292         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
45293         Require gl_STAT_MACROS, too.
45294
45295 2005-09-01  Bruno Haible  <bruno@clisp.org>
45296
45297         * gnulib-tool (import): In the first-use case, provide defaults.
45298
45299 2005-09-01  Bruno Haible  <bruno@clisp.org>
45300
45301         * gnulib-tool (func_import): Remove the .tmp files.
45302
45303 2005-09-01  Bruno Haible  <bruno@clisp.org>
45304
45305         * gnulib-tool (func_import): Fix handling of symbolic links.
45306
45307 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45308
45309         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
45310         old glibc regex code mishandles strings longer than 2**31 bytes.
45311         This patch fixes this when the regex code is used in gnulib
45312         (i.e., outside glibc).
45313
45314         This patch should not affect the use of the regex code inside
45315         glibc.  No doubt this problem also needs to be handled for glibc
45316         as well, but the result will be an incompatible change to the
45317         glibc ABI, and the old ABI will have to be supported too.  That
45318         can be the the subject for another patch.
45319
45320         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
45321         governing whether the rest of this patch is active.  By default,
45322         the macro is disabled and the patch has no effect.
45323         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
45324         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
45325         (struct re_pattern_buffer, re_search, re_search_2, re_match):
45326         (re_match_2, re_set_registers): Use the new types.
45327         * lib/regex_internal.h (Idx, re_hashval_t): New types.
45328         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
45329         New macros.
45330         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
45331         (re_string_context_at, bin_tree_t, re_dfastate_t):
45332         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
45333         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
45334         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
45335         (re_string_char_size_at, re_string_wchar_at):
45336         (re_string_elem_size_at):
45337         Use the new types and macros to port to 64-bit hosts.
45338         Use unsigned types for internal values, so that the code
45339         mostly works even for arrays larger than SSIZE_MAX.
45340         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
45341         (search_duplicated_node, calc_eclosure_iter, fetch_number):
45342         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
45343         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
45344         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
45345         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
45346         (calc_inveclosure, parse_dup_op, build_range_exp):
45347         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
45348         (fetch_number, create_token_tree, mark_opt_subexp):
45349         Likewise.
45350         * lib/regex_internal.c (re_string_construct_common,
45351         create_ci_newstate):
45352         (create_cd_newstate, re_string_allocate, re_string_construct):
45353         (re_string_realloc_buffers, build_wcs_upper_buffer):
45354         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
45355         (re_string_reconstruct, re_string_peek_byte_case):
45356         (re_string_fetch_byte_case, re_string_context_at):
45357         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
45358         (re_node_set_init_copy, re_node_set_add_intersect):
45359         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
45360         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
45361         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
45362         (re_acquire_state, re_acquire_state_context, register_state):
45363         Likewise.
45364         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
45365         search_cur_bkref_entry):
45366         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
45367         (re_search_internal, re_search_2_stub, re_search_stub)
45368         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
45369         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
45370         (update_cur_sifted_state, check_dst_limits):
45371         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
45372         (check_subexp_limits, sift_states_bkref, merge_state_array):
45373         (check_subexp_matching_top, get_subexp, get_subexp_sub):
45374         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
45375         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
45376         (expand_bkref_cache, check_node_accept_bytes):
45377         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
45378         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
45379         (acquire_init_state_context, check_halt_node_context):
45380         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
45381         (sift_states_backward, clean_state_log_if_needed):
45382         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
45383         (find_recover_state, transit_state_sb, transit_state_mb):
45384         (transit_state_bkref, build_trtable, match_ctx_clean):
45385         Likewise.
45386         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
45387         to work around an assumption that REG_MISSING is negative.
45388
45389         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
45390         (seek_collating_symbol_entry) [defined _LIBC]:
45391         (lookup_collation_sequence_value) [defined _LIBC]:
45392         (build_range_exp, build_collating_symbol) [defined _LIBC]:
45393         Use prototypes rather than old-style function definitions.
45394         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
45395         (transit_state_sb) [0]:
45396         (find_collation_sequence_value) [defined _LIBC]: Likewise.
45397
45398         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
45399         rm_eo.
45400
45401         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
45402         (optimize_subexps, lower_subexp):
45403         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
45404         since the signed shift might overflow.  Use 1u<<31 instead.
45405         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
45406         Likewise.
45407         * lib/regexec.c (check_dst_limits_calc_pos_1,
45408         check_subexp_matching_top): Likewise.
45409
45410         * lib/regcomp.c (optimize_subexps, lower_subexp):
45411         Use CHAR_BIT rather than 8, for clarity.
45412         * lib/regexec.c (check_dst_limits_calc_pos_1):
45413         (check_subexp_matching_top): Likewise.
45414         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
45415         have to worry about portability issues when shifting it left.
45416         Remove no-longer-needed test for table_size > 0.
45417         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
45418         in a word, as the resulting behavior is undefined.
45419         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
45420         in one case, a <= should have been an <, and in another case the
45421         whole test was missing.
45422         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
45423         the standard name CHAR_BIT.
45424         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
45425         this is not true on one's complement and signed-magnitude hosts.
45426
45427         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
45428         next_last_offset.
45429         (struct re_dfa_t): Remove unused member states_alloc.
45430         * lib/regcomp.c (init_dfa): Don't initialize unused members.
45431
45432 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45433
45434         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
45435         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
45436         and large-file glibc and in 32-bit large-file Solaris.
45437
45438 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45439
45440         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
45441         lengths fit in regoff_t; this isn't true if regoff_t is the same
45442         width as size_t.
45443         * lib/regex.c (re_search_internal): 5th arg is LAST_START
45444         (= START + RANGE) instead of RANGE.  This avoids overflow
45445         problems when regoff_t is the same width as size_t.
45446         All callers changed.
45447         (re_search_2_stub): Check for overflow when adding the
45448         sizes of the two strings.
45449         (re_search_stub): Check for overflow when adding START
45450         to RANGE; if it occurs, substitute the extreme value.
45451
45452 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45453
45454         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
45455
45456 2005-08-31  Jim Meyering  <jim@meyering.net>
45457
45458         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
45459         a pointer-to-const.
45460         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
45461         (register_state): Likewise.
45462         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
45463         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
45464         (group_nodes_into_DFAstates): Likewise.
45465
45466 2005-08-31  Jim Meyering  <jim@meyering.net>
45467
45468         * check-module: Add a FIXME comment.
45469
45470 2005-08-31  Eric Blake  <ebb9@byu.net>
45471
45472         * modules/unistd-safer (Files): Add unistd--.h.
45473         * modules/stdio-safer (Files): Add stdio--.h.
45474
45475 2005-08-31  Derek Price  <derek@ximbiot.com>
45476
45477         * lib/getdelim.c (getdelim): Return EOF on EOF.
45478         Reported by Larry Jones <lawrence.jones@ugs.com>.
45479
45480 2005-08-31  Bruno Haible  <bruno@clisp.org>
45481
45482         Avoid unnecessary diffs in the generated lib/Makefile.am.
45483         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
45484         the generated files.
45485         (func_import): Don't set cmd.
45486
45487 2005-08-31  Bruno Haible  <bruno@clisp.org>
45488
45489         * lib/strstr.c: Include <stddef.h>, for NULL.
45490         * lib/strcasestr.c: Likewise.
45491         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45492
45493 2005-08-31  Bruno Haible  <bruno@clisp.org>
45494
45495         * gnulib-tool: New option --macro-prefix.
45496         (func_import): Use macro_prefix.
45497         (import): Handle option --macro-prefix.
45498
45499 2005-08-31  Bruno Haible  <bruno@clisp.org>
45500
45501         * gnulib-tool (import): Rename most ac_* variables to cached_*.
45502         Also use new variables cached_lgpl, cached_libtool.
45503
45504 2005-08-31  Bruno Haible  <bruno@clisp.org>
45505
45506         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
45507         always instantiating them.
45508
45509 2005-08-31  Bruno Haible  <bruno@clisp.org>
45510
45511         * gnulib-tool (func_import): Read the previous cached settings
45512         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
45513         earlier added by gnulib but are now dropped. Warn when a gnulib file
45514         overwrites a non-gnulib file.
45515
45516 2005-08-31  Bruno Haible  <bruno@clisp.org>
45517
45518         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
45519         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
45520         projects that don't keep autogenerated files in CVS. Put into
45521         actioncmd only the specified modules, not the transitive closure.
45522
45523 2005-08-31  Bruno Haible  <bruno@clisp.org>
45524
45525         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
45526         Create directories that shall be filled.
45527         (import): Don't look for gl_* macros in configure.ac. Recurse across
45528         all directories containing a gnulib-cache.m4 files, if meaningful.
45529
45530 2005-08-31  Bruno Haible  <bruno@clisp.org>
45531
45532         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
45533         (import): Set seen_libtool when we see gl_LIBTOOL.
45534
45535 2005-08-31  Bruno Haible  <bruno@clisp.org>
45536
45537         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
45538         declaration macro definitions from generated gnulib.m4.
45539
45540 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
45541
45542         * lib/iconvme.h: Add prototype for iconv_alloc.
45543
45544 2005-08-29  Simon Josefsson  <jas@extundo.com>
45545
45546         * lib/iconvme.c: Fix errno.
45547
45548 2005-08-29  Bruno Haible  <bruno@clisp.org>
45549
45550         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
45551         that it works when the directory contains spaces.
45552
45553 2005-08-29  Bruno Haible  <bruno@clisp.org>
45554
45555         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
45556
45557 2005-08-29  Bruno Haible  <bruno@clisp.org>
45558
45559         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
45560         Emit more advice.
45561
45562 2005-08-29  Bruno Haible  <bruno@clisp.org>
45563         and Stepan Kasal  <kasal@ucw.cz>
45564
45565         * check-module: If more parameters are given, check each of them
45566         separately; add more exceptions, as noted by Jim Meyering.
45567         (check_module): New procedure.
45568         (%exempt_header): Now contains all exceptions.
45569
45570 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
45571
45572         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
45573
45574 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
45575
45576         * lib/iconvme.c: Split iconv_string into iconv_alloc.
45577
45578 2005-08-28  Bruno Haible  <bruno@clisp.org>
45579
45580         * m4/gnulib-tool.m4: New file.
45581
45582 2005-08-27  Jim Meyering  <jim@meyering.net>
45583
45584         * modules/unistd-safer (Files): Add pipe-safer.c.
45585         * modules/fcntl-safer (Files): Add creat-safer.c.
45586
45587 2005-08-27  Jim Meyering  <jim@meyering.net>
45588
45589         * m4/stdlib-safer.m4: New file.  From coreutils.
45590         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
45591         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
45592         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
45593         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
45594         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
45595
45596 2005-08-27  Jim Meyering  <jim@meyering.net>
45597
45598         * lib/fopen-safer.c: Merge minor changes from coreutils.
45599         * lib/dup-safer.c: Likewise.
45600         * lib/fd-safer.c: Likewise.
45601
45602         Merge from coreutils.
45603         * lib/stdio--.h: New file.
45604         * lib/stdlib--.h: New file.
45605         * lib/mkstemp-safer.c: New file.
45606
45607         GNU tar needs these.
45608         * lib/pipe-safer.c: New file.
45609         * lib/creat-safer.c: New file.
45610         * lib/fcntl--.h (creat): Define to creat_safer.
45611         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
45612         * lib/unistd--.h (pipe): Define to pipe_safer.
45613         * lib/unistd-safer.h: Declare pipe_safer.
45614
45615 2005-08-26  Simon Josefsson  <jas@extundo.com>
45616
45617         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
45618         Haible <bruno@clisp.org>.
45619
45620 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
45621
45622         * lib/regex_internal.h: Remove all references to
45623         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
45624         or better.
45625         (bitset_not, bitset_merge, bitset_not_merge):
45626         (bitset_mask, re_string_allocate, re_string_construct):
45627         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
45628         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
45629         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
45630         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
45631         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
45632         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
45633         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
45634         (re_acquire_state_context):
45635         Remove unnecessary forward decls.
45636         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
45637         Put __attribute at function definition,
45638         now that the function decl has been removed.
45639         * lib/regex_internal.c (re_string_peek_byte_case):
45640         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
45641         Likewise.
45642
45643 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
45644
45645         * m4/regex.m4: Add AC_PREREQ(2.50).
45646         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
45647
45648 2005-08-25  Simon Josefsson  <jas@extundo.com>
45649
45650         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
45651         __fsetlocking.
45652
45653 2005-08-25  Simon Josefsson  <jas@extundo.com>
45654
45655         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
45656         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
45657         GLIBC specific code.
45658
45659 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45660
45661         Make regex safe for g++.  This fixes one real bug (an "err"
45662         that should have been "*err").  g++ problem reported by
45663         Sam Steingold.
45664         * lib/regex_internal.h (re_calloc): New macro, consistent with
45665         re_malloc etc.  All callers of calloc changed to use re_calloc.
45666         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
45667         not int.  All callers changed.
45668         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
45669         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
45670         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
45671         (find_recover_state): Change "err" to "*err"; this fixes what
45672         appears to be a real bug.
45673         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
45674         versus int.
45675
45676 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45677
45678         * modules/regex (Depends-on): Add malloc, since the code
45679         assumes that !malloc(0) means failure.
45680
45681 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45682
45683         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
45684
45685         alloca modernization/simplification for regex.
45686         * lib/regex.c: Remove portability cruft for alloca.  This no longer
45687         needs to be at the start of the file, and can be moved into
45688         regex_internal.h and simplified.
45689         * lib/regex_internal.h: Include <alloca.h>.
45690         (__libc_use_alloca) [!defined _LIBC]: New macro.
45691         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
45692         now works outside glibc.
45693
45694 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45695
45696         * config/srclist.txt: Add glibc bugs 1241, 1245.
45697
45698 2005-08-25  Jim Meyering  <jim@meyering.net>
45699
45700         * lib/open-safer.c: Include <config.h>.
45701         Otherwise, we'd lose LARGEFILE support in any file using
45702         e.g. "fcntl--.h"
45703
45704 2005-08-25  Bruno Haible  <bruno@clisp.org>
45705
45706         * m4/minmax.m4: Require autoconf 2.52.
45707         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
45708         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
45709         alternatives of translit over the alphabet.
45710         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
45711
45712 2005-08-24  Simon Josefsson  <jas@extundo.com>
45713
45714         * tests/test-getpass.c: New file.
45715
45716 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45717
45718         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
45719         for GNU regex features.
45720
45721 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45722
45723         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
45724         * lib/regex.h (regerror): Likewise.
45725
45726         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
45727         requires this.  (The code never needed it.)
45728
45729         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
45730         All uses of recently-renamed identifiers changed to use the new,
45731         POSIX-compliant names.  The code will build and run just fine
45732         without these changes, but it's better to eat our own dog food
45733         and use the standard-conforming names.
45734
45735         * lib/regex.h: Fix a multitude of POSIX name space violations.
45736         These changes have an effect only for programs that define
45737         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
45738         do not change anything for programs compiled in the normal way.
45739         Also, there is no effect on the ABI.
45740
45741         (_REGEX_SOURCE): New macro.
45742         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
45743         defined and _GNU_SOURCE is not; this fixes a name space violation.
45744
45745         Rename the following macros to obey POSIX requirements.
45746         The old names are still visible as macros if _REGEX_SOURCE is defined.
45747         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
45748         RE_BACKSLASH_ESCAPE_IN_LISTS.
45749         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
45750         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
45751         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
45752         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
45753         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
45754         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
45755         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
45756         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
45757         (REG_INTERVALS): renamed from RE_INTERVALS.
45758         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
45759         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
45760         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
45761         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
45762         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
45763         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
45764         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
45765         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
45766         RE_UNMATCHED_RIGHT_PAREN_ORD.
45767         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
45768         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
45769         (REG_DEBUG): renamed from RE_DEBUG.
45770         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
45771         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
45772         unusual, since we can't clash with the POSIX REG_ICASE.
45773         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
45774         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
45775         (REG_NO_SUB): renamed from RE_NO_SUB.
45776         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
45777         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
45778         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
45779         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
45780         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
45781         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
45782         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
45783         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
45784         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
45785         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
45786         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
45787         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
45788         RE_SYNTAX_POSIX_MINIMAL_BASIC.
45789         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
45790         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
45791         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
45792         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
45793         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
45794         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
45795         (REG_FIXED): Renamed from REGS_FIXED.
45796         (REG_NREGS): Renamed from RE_NREGS.
45797
45798         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
45799         of other REG_* macros, since POSIX says the user is allowed to
45800         #undef these macros selectively.
45801
45802         (reg_errcode_t): Update comment stating what other tables need
45803         to be consistent.
45804
45805         Rename the following enum values to obey POSIX requirements.
45806         The old names are still visible as macros.
45807         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
45808         is not defined, since GNU is supposed to be a superset of POSIX as
45809         much as possible, and since we want reg_errcode_t to be a signed
45810         type for implementation consistency.
45811         (_REG_NOERROR): Renamed from REG_NOERROR.
45812         (_REG_NOMATCH): Renamed from REG_NOMATCH.
45813         (_REG_BADPAT): Renamed from REG_BADPAT.
45814         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
45815         (_REG_ECTYPE): Renamed from REG_ECTYPE.
45816         (_REG_EESCAPE): Renamed from REG_EESCAPE.
45817         (_REG_ESUBREG): Renamed from REG_ESUBREG.
45818         (_REG_EBRACK): Renamed from REG_EBRACK.
45819         (_REG_EPAREN): Renamed from REG_EPAREN.
45820         (_REG_EBRACE): Renamed from REG_EBRACE.
45821         (_REG_BADBR): Renamed from REG_BADBR.
45822         (_REG_ERANGE): Renamed from REG_ERANGE.
45823         (_REG_ESPACE): Renamed from REG_ESPACE.
45824         (_REG_BADRPT): Renamed from REG_BADRPT.
45825         (_REG_EEND): Renamed from REG_EEND.
45826         (_REG_ESIZE): Renamed from REG_ESIZE.
45827         (_REG_ERPAREN): Renamed from REG_ERPAREN.
45828         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
45829         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
45830         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
45831         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
45832
45833         (_REG_RE_NAME, _REG_RM_NAME): New macros.
45834         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
45835         changed.  But support the old name if the new one is not defined
45836         and if _REGEX_SOURCE.
45837
45838         Change the following member names in struct re_pattern_buffer.
45839         The old names are still supported if !_REGEX_SOURCE.
45840         The new names are always supported, regardless of _REGEX_SOURCE.
45841         (re_buffer): Renamed from buffer.
45842         (re_allocated): Renamed from allocated.
45843         (re_used): Renamed from used.
45844         (re_syntax): Renamed from syntax.
45845         (re_fastmap): Renamed from fastmap.
45846         (re_translate): Renamed from translate.
45847         (re_can_be_null): Renamed from can_be_null.
45848         (re_regs_allocated): Renamed from regs_allocated.
45849         (re_fastmap_accurate): Renamed from fastmap_accurate.
45850         (re_no_sub): Renamed from no_sub.
45851         (re_not_bol): Renamed from not_bol.
45852         (re_not_eol): Renamed from not_eol.
45853         (re_newline_anchor): Renamed from newline_anchor.
45854
45855         Change the following member names in struct re_registers.
45856         The old names are still supported if !_REGEX_SOURCE.
45857         The new names are always supported, regardless of _REGEX_SOURCE.
45858         (rm_num_regs): Renamed from num_regs.
45859         (rm_start): Renamed from start.
45860         (rm_end): Renamed from end.
45861
45862         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
45863         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
45864         Prepend __ to parameter names.
45865
45866         Undo yesterday's changes.
45867
45868 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45869
45870         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
45871         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
45872         lib/regex.c.
45873
45874 2005-08-24  Jim Meyering  <jim@meyering.net>
45875
45876         Sync from coreutils.
45877         * m4/fcntl-safer.m4: New file.
45878
45879         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
45880         and object files for this module.
45881
45882 2005-08-24  Jim Meyering  <jim@meyering.net>
45883
45884         Sync from coreutils.
45885         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
45886
45887 2005-08-24  Jim Meyering  <jim@meyering.net>
45888
45889         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
45890         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
45891
45892 2005-08-24  Jim Meyering  <jim@meyering.net>
45893
45894         * modules/fcntl-safer: New module.
45895         * modules/fts (Depends-on): Add fcntl-safer.
45896         * MODULES.html.sh (File descriptor based Input/Output):
45897         Add fcntl-safer.
45898
45899 2005-08-24  Bruno Haible  <bruno@clisp.org>
45900
45901         Support for unit test modules.
45902         * modules/README: Mention tests modules.
45903         * modules/TEMPLATE-TESTS: New file.
45904         * gnulib-tool: New options --extract-tests-module, --with-tests and
45905         --tests-base (unused for the moment).
45906         (testsbase, inctests): New variables.
45907         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
45908         (func_verify_module): Exclude TEMPLATE-TESTS.
45909         (func_verify_nontests_module, func_verify_tests_module): New functions.
45910         (func_get_dependencies): Add implicit dependency for tests modules.
45911         (func_get_tests_module): New function.
45912         (func_modules_transitive_closure): When --with-tests was specified,
45913         include the unit tests as well, unless explicitly avoided.
45914         (func_emit_lib_Makefile_am): Ignore the tests modules here.
45915         (func_emit_tests_Makefile_am): New function.
45916         (func_create_testdir): When --with-tests was specified, emit a
45917         tests/ directory.
45918         * MODULES.html.sh (Future developments): Update.
45919
45920 2005-08-24  Bruno Haible  <bruno@clisp.org>
45921
45922         * modules/tls-tests: New file.
45923         * tests/test-tls.c: New file, from GNU gettext.
45924
45925 2005-08-24  Bruno Haible  <bruno@clisp.org>
45926
45927         * modules/lock-tests: New file.
45928         * tests/test-lock.c: New file, from GNU gettext.
45929
45930 2005-08-24  Bruno Haible  <bruno@clisp.org>
45931
45932         * lib/lock.h: Add multiple inclusion guard.
45933         * lib/tls.h: Add multiple inclusion guard.
45934
45935 2005-08-24  Bruno Haible  <bruno@clisp.org>
45936
45937         * gnulib-tool: Add support for the --aux-dir option to
45938         --create-testdir, --create-megatestdir, --test, --megatest.
45939         (func_create_testdir, func_create_megatestdir): Optionally emit a
45940         AC_CONFIG_AUX_DIR directive.
45941         (create-testdir, create-megatestdir, test, megatest): Provide a
45942         default value for $auxdir.
45943
45944 2005-08-24  Bruno Haible  <bruno@clisp.org>
45945
45946         * gnulib-tool (import): Use compound statement instead of subshell
45947         where possible.
45948
45949 2005-08-24  Bruno Haible  <bruno@clisp.org>
45950
45951         * gnulib-tool (import): Change --aux-dir default to "build-aux".
45952
45953 2005-08-24  Bruno Haible  <bruno@clisp.org>
45954
45955         * gnulib-tool (func_version): Update.
45956
45957 2005-08-24  Bruno Haible  <bruno@clisp.org>
45958
45959         * gnulib-tool (func_import, func_create_testdir,
45960         func_create_megatestdir): Quote all autoconf macro arguments.
45961
45962 2005-08-24  Bruno Haible  <bruno@clisp.org>
45963
45964         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
45965         option --force, because --force causes the aclocal.m4 of each
45966         subdirectory to be newer than the corresponding config.h.in.
45967
45968 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45969
45970         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
45971         All contents moved to gl_REGEX.
45972         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
45973         assume that it does.
45974
45975 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45976
45977         * lib/regex.h (REG_NOSYS)
45978         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
45979         Define, since POSIX requires it as of 2001.
45980         (_REG_ENOSYS)
45981         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
45982         New private symbol, used to keep the enum signed in all cases.
45983         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
45984         Youngman in
45985         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
45986
45987         * lib/regex_internal.c (re_string_skip_chars, register_state):
45988         (calc_state_hash):
45989         Remove forward decls; no longer needed now that we use prototypes.
45990         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
45991         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
45992         (clean_state_log_if_needed): Likewise.
45993
45994 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45995
45996         * config/srclist.txt: Add glibc bugs 1231-1233.
45997
45998 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45999
46000         Fix problems reported by Sam Steingold in
46001         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
46002         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
46003         assumed that reg_errcode_t is a signed type, which is not
46004         necessarily true if _XOPEN_SOURCE is not defined.
46005         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
46006         since some compilers warn about it otherwise.
46007
46008 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46009
46010         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
46011         (init_word_char, create_initial_state, duplicate_node_closure):
46012         (fetch_token, peek_token_bracket, build_range_exp):
46013         (build_collating_symbol): Remove forward decls; no longer needed
46014         now that we use prototypes.
46015
46016         * lib/regcomp.c:
46017         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
46018         (re_compile_fastmap_iter, regcomp, regerror, regfree):
46019         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
46020         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
46021         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
46022         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
46023         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
46024         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
46025         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
46026         (build_range_exp, build_collating_symbol, parse_bracket_exp):
46027         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
46028         (build_charclass, build_charclass_op, fetch_number, create_tree):
46029         (create_token_tree, mark_opt_subexp, duplicate_tree):
46030         Use prototypes rather than old-style definitions.
46031
46032         * lib/regex_internal.c:
46033         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
46034         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
46035         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46036         (re_string_reconstruct, re_string_peek_byte_case):
46037         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
46038         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46039         (re_node_set_init_copy, re_node_set_add_intersect):
46040         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46041         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46042         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46043         (re_acquire_state, re_acquire_state_context, register_state):
46044         (create_ci_newstate, create_cd_newstate, free_state):
46045         Likewise.
46046         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
46047         re_search_2):
46048         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
46049         (re_search_internal, prune_impossible_nodes):
46050         (acquire_init_state_context, check_matching, static):
46051         (check_halt_node_context, check_halt_state_context, proceed_next_node):
46052         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
46053         (update_regs, sift_states_backward, build_sifted_states):
46054         (clean_state_log_if_needed, merge_state_array):
46055         (update_cur_sifted_state, add_epsilon_src_nodes):
46056         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
46057         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
46058         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
46059         (find_recover_state, check_subexp_matching_top, transit_state_mb):
46060         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
46061         (check_arrival, check_arrival_add_next_nodes):
46062         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46063         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46064         (check_node_accept_bytes, check_node_accept, extend_buffers):
46065         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
46066         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
46067         (sift_ctx_init):
46068         Likewise.
46069
46070         * lib/regex_internal.h:
46071         (re_string_allocate, re_string_construct, re_string_reconstruct):
46072         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
46073         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
46074         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
46075         (re_string_context_at, re_string_peek_byte_case):
46076         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
46077         is defined, since we now use prototypes always.
46078
46079         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
46080         C89 or better.  All uses removed.
46081
46082 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46083
46084         * config/srclist.txt: Add glibc bugs 1220-1227.
46085
46086 2005-08-20  Jim Meyering  <jim@meyering.net>
46087
46088         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
46089         of unused local, dfa.
46090
46091 2005-08-20  Bruno Haible  <bruno@clisp.org>
46092
46093         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
46094
46095 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46096
46097         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
46098         (re_node_set_insert_last, re_dfa_add_node):
46099         Rename local variables to avoid GCC shadowing warnings.
46100
46101 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46102
46103         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
46104         [defined lint]: Suppress bogus uninitialized-variable warnings.
46105
46106         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
46107         and let the caller return REG_ESPACE if out of space.  This
46108         removes an uninitialied-variable warning with GCC 4.0.1, and also
46109         avoids taking the address of a local variable.  All callers
46110         changed.
46111
46112 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46113
46114         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
46115         $LIBCSRC/posix/regexec.c.
46116         Add glibc bug 1217 for regcomp.c.
46117
46118 2005-08-19  Jim Meyering  <jim@meyering.net>
46119
46120         * lib/regexec.c (proceed_next_node): Redo local variables to
46121         avoid GCC shadowing warnings.
46122
46123 2005-08-18  Bruno Haible  <bruno@clisp.org>
46124
46125         * lib/strstr.c (strstr): Fix return value in multibyte case.
46126         * lib/strcasestr.c (strcasestr): Likewise.
46127
46128 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
46129
46130         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
46131
46132 2005-08-17  Jim Meyering  <jim@meyering.net>
46133
46134         Make the %s format (seconds since the epoch) work for a negative
46135         number and when used with a zero-padded field width, e.g. %015s.
46136
46137         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
46138         label so that it precedes the code to set `digits'.  Otherwise,
46139         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
46140         print `00-22'.  Now, it prints `-0022', as it should.
46141
46142 2005-08-17  Bruno Haible  <bruno@clisp.org>
46143
46144         * modules/strstr (Files): Add m4/mbrtowc.m4.
46145         (Depends-on): Add mbuiter.
46146
46147 2005-08-17  Bruno Haible  <bruno@clisp.org>
46148
46149         * modules/strcasestr: New file.
46150         * MODULES.html.sh (String handling, based on ANSI C 89): Add
46151         strcasestr.
46152
46153 2005-08-17  Bruno Haible  <bruno@clisp.org>
46154
46155         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
46156
46157 2005-08-17  Bruno Haible  <bruno@clisp.org>
46158
46159         * modules/mbuiter: New file.
46160         * MODULES.html.sh (Extended multibyte and wide character utilities):
46161         Add mbuiter.
46162
46163 2005-08-17  Bruno Haible  <bruno@clisp.org>
46164
46165         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
46166         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
46167
46168 2005-08-17  Bruno Haible  <bruno@clisp.org>
46169
46170         * m4/strcasestr.m4: New file.
46171
46172 2005-08-17  Bruno Haible  <bruno@clisp.org>
46173
46174         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
46175         * lib/strstr.c: Completely rewritten, with multibyte locale support.
46176
46177 2005-08-17  Bruno Haible  <bruno@clisp.org>
46178
46179         * lib/strcasestr.h: New file.
46180         * lib/strcasestr.c: New file.
46181
46182 2005-08-17  Bruno Haible  <bruno@clisp.org>
46183
46184         * lib/strcasecmp.c: Use mbuiter.h.
46185
46186 2005-08-17  Bruno Haible  <bruno@clisp.org>
46187
46188         * lib/mbuiter.h: New file.
46189
46190 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
46191
46192         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
46193         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
46194         and gl_GETOPT are both invoked via different paths (as happens
46195         with GNU tar CVS because it uses both argp and getopt), the former
46196         wins.
46197
46198 2005-08-16  Bruno Haible  <bruno@clisp.org>
46199
46200         * modules/tls: New file.
46201         * MODULES.html.sh (Multithreading): Add tls.
46202
46203 2005-08-16  Bruno Haible  <bruno@clisp.org>
46204
46205         * modules/strnlen1: New file.
46206         * MODULES.html.sh (String handling): Add strnlen1.
46207
46208 2005-08-16  Bruno Haible  <bruno@clisp.org>
46209
46210         * modules/strcase (Files): Add m4/mbrtowc.m4.
46211         (Depends-on): Add strnlen1, mbchar.
46212
46213 2005-08-16  Bruno Haible  <bruno@clisp.org>
46214
46215         * modules/mbiter: New file.
46216         * MODULES.html.sh (Extended multibyte and wide character utilities):
46217         Add mbiter.
46218
46219 2005-08-16  Bruno Haible  <bruno@clisp.org>
46220
46221         * modules/mbfile: New file.
46222         * MODULES.html.sh (Extended multibyte and wide character utilities):
46223         Add mbfile.
46224
46225 2005-08-16  Bruno Haible  <bruno@clisp.org>
46226
46227         * modules/mbchar: New file.
46228         * MODULES.html.sh (Extended multibyte and wide character utilities):
46229         New section.
46230
46231 2005-08-16  Bruno Haible  <bruno@clisp.org>
46232
46233         * m4/tls.m4: New file, from GNU gettext.
46234
46235 2005-08-16  Bruno Haible  <bruno@clisp.org>
46236
46237         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
46238         always.
46239         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
46240
46241 2005-08-16  Bruno Haible  <bruno@clisp.org>
46242
46243         * m4/mbiter.m4: New file.
46244
46245 2005-08-16  Bruno Haible  <bruno@clisp.org>
46246
46247         * m4/mbfile.m4: New file.
46248
46249 2005-08-16  Bruno Haible  <bruno@clisp.org>
46250
46251         * m4/mbchar.m4: New file.
46252
46253 2005-08-16  Bruno Haible  <bruno@clisp.org>
46254
46255         * lib/tls.h: New file, from GNU gettext.
46256         * lib/tls.c: New file, from GNU gettext.
46257
46258 2005-08-16  Bruno Haible  <bruno@clisp.org>
46259
46260         * lib/strnlen1.h: New file.
46261         * lib/strnlen1.c: New file.
46262
46263 2005-08-16  Bruno Haible  <bruno@clisp.org>
46264
46265         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
46266         (mbi_init): Update.
46267         (mbi_avail, mbi_advance): Let the iteration end before the terminating
46268         NUL byte, not after it.
46269
46270 2005-08-16  Bruno Haible  <bruno@clisp.org>
46271
46272         * lib/strcase.h (strcasecmp): Add note in comments.
46273         * lib/strncasecmp.c: Use code from strcasecmp.c.
46274         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
46275         (strcasecmp): Work correctly in multibyte locales.
46276
46277 2005-08-16  Bruno Haible  <bruno@clisp.org>
46278
46279         * lib/mbiter.h: New file.
46280
46281 2005-08-16  Bruno Haible  <bruno@clisp.org>
46282
46283         * lib/mbfile.h: New file.
46284
46285 2005-08-16  Bruno Haible  <bruno@clisp.org>
46286
46287         * lib/mbchar.h: New file.
46288         * lib/mbchar.c: New file.
46289
46290 2005-08-16  Bruno Haible  <bruno@clisp.org>
46291
46292         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
46293         the valid ones. Makes the comparison operations transitive:
46294         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
46295         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
46296
46297 2005-08-15  Simon Josefsson  <jas@extundo.com>
46298
46299         * modules/ssize_t (License): Change to 'unlimited'.
46300
46301         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
46302
46303 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
46304
46305         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
46306         Add comments for each pending glibc patch.
46307
46308 2005-08-15  Bruno Haible  <bruno@clisp.org>
46309
46310         * lib/regex.h (__restrict_arr): Don't define to __restrict if
46311         __cplusplus is defined.
46312
46313 2005-08-14  Jim Meyering  <jim@meyering.net>
46314
46315         Sync from coreutils.
46316
46317         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
46318         Use the hash-table-based cycle-detection code not just when
46319         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
46320         Reported by James Youngman in
46321         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
46322         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
46323         FTS_TIGHT_CYCLE_CHECK.
46324         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
46325         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
46326         once again.
46327         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
46328         * lib/fts.c (fd_safer): Remove decl.
46329         Include fcntl--.h rather than unistd-safer.h
46330         (fts_safe_changedir): Don't call fd_safer; no longer needed
46331         now that we include fcntl--.h.
46332
46333 2005-08-12  Simon Josefsson  <jas@extundo.com>
46334
46335         * modules/getndelim2: Use ssize_t module.
46336         * modules/getnline: Likewise.
46337         * modules/safe-read: Likewise.
46338         * modules/xreadlink: Likewise.
46339
46340         * modules/ssize_t: New file.
46341
46342 2005-08-12  Simon Josefsson  <jas@extundo.com>
46343
46344         * m4/readline.m4: Look for termcap, curses or ncurses if required.
46345
46346 2005-08-12  Simon Josefsson  <jas@extundo.com>
46347
46348         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
46349         ssize_t.
46350
46351 2005-08-12  Simon Josefsson  <jas@extundo.com>
46352
46353         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
46354         readline, getdelim and check_version.
46355         (Support for systems lacking ISO C 99: Sizes of integer types):
46356         Add size_max.
46357
46358 2005-08-12  Bruno Haible  <bruno@clisp.org>
46359
46360         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
46361
46362 2005-08-11  Simon Josefsson  <jas@extundo.com>
46363
46364         * modules/readline: New file.
46365
46366         * modules/strnlen (Files): Add strnlen.h.
46367
46368 2005-08-11  Simon Josefsson  <jas@extundo.com>
46369
46370         * m4/readline.m4: New file.
46371
46372 2005-08-11  Simon Josefsson  <jas@extundo.com>
46373
46374         * lib/readline.h, readline.c: New file.
46375
46376 2005-08-11  Simon Josefsson  <jas@extundo.com>
46377
46378         * doc/gnulib.texi (Initial import, Finishing touches): Mention
46379         gl_AVOID.
46380
46381 2005-08-11  Bruno Haible  <bruno@clisp.org>
46382
46383         * lib/strnlen.h (strnlen): Change parameter name to match comment.
46384
46385 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
46386
46387         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
46388
46389 2005-08-10  Simon Josefsson  <jas@extundo.com>
46390
46391         * tests/test-iconvme.c: New file.
46392
46393 2005-08-10  Simon Josefsson  <jas@extundo.com>
46394
46395         * m4/strnlen.m4: New file.
46396
46397         * m4/strndup.m4: Don't check for strnlen declaration, done in
46398         strnlen.m4.
46399
46400 2005-08-10  Simon Josefsson  <jas@extundo.com>
46401
46402         * lib/strndup.c: Use strnlen.h.
46403
46404         * lib/strnlen.h: New file.
46405
46406 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46407
46408         * README: Typos.
46409
46410 2005-08-02  Simon Josefsson  <jas@extundo.com>
46411
46412         * modules/readline: New file.
46413
46414 2005-08-02  Simon Josefsson  <jas@extundo.com>
46415
46416         * modules/getdelim: New file.
46417
46418         * modules/getline: Rewrite, don't use getndelim2.
46419
46420 2005-08-02  Simon Josefsson  <jas@extundo.com>
46421
46422         * m4/getline.m4: Separate out getdelim stuff into separate module.
46423
46424         * m4/getdelim.m4: New file.
46425
46426 2005-08-02  Simon Josefsson  <jas@extundo.com>
46427
46428         * lib/getline.h, getline.c: Rewrite.
46429
46430         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
46431
46432 2005-07-31  Bruno Haible  <bruno@clisp.org>
46433
46434         * lib/lock.h (gl_lock_initializer): New macro.
46435         (gl_lock_define_initialized): Use it.
46436         (gl_rwlock_initializer): New macro.
46437         (gl_rwlock_define_initialized): Use it.
46438         (gl_recursive_lock_initializer): New macro.
46439         (gl_recursive_lock_define_initialized): Use it.
46440
46441 2005-07-30  Karl Berry  <karl@gnu.org>
46442
46443         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
46444         Report from Ben Pfaff, regarding getopt.
46445
46446 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
46447
46448         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
46449         normal way.
46450         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
46451         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
46452         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
46453         (gl_GETOPT): Use the new macros.  Most of the implementation
46454         is moved to the new macros.  This is for programs like Emacs
46455         that don't want all the functionality of gl_GETOPT.
46456
46457 2005-07-26  Bruno Haible  <bruno@clisp.org>
46458
46459         * m4/lock.m4: Update from GNU gettext.
46460
46461 2005-07-26  Bruno Haible  <bruno@clisp.org>
46462
46463         * lib/lock.h: Update from GNU gettext.
46464         * lib/lock.c: Update from GNU gettext.
46465
46466 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
46467
46468         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
46469         obsolescent AC_TRY_RUN.  Include the default includes files, for
46470         'exit'.
46471
46472 2005-07-24  Bruno Haible  <bruno@clisp.org>
46473
46474         * modules/visibility: New file.
46475         * MODULES.html.sh (Misc): Add visibility.
46476
46477 2005-07-24  Bruno Haible  <bruno@clisp.org>
46478
46479         * m4/visibility.m4: New file.
46480
46481 2005-07-24  Bruno Haible  <bruno@clisp.org>
46482
46483         * doc/visibility.texi: New file.
46484
46485 2005-07-22  Bruno Haible  <bruno@clisp.org>
46486
46487         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
46488         $(ALLOCA_H), redundant through BUILT_SOURCES.
46489         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
46490         redundant through BUILT_SOURCES.
46491         * modules/byteswap (Makefile.am): Remove explicit dependency on
46492         $(BYTESWAP_H), redundant through BUILT_SOURCES.
46493         * modules/fnmatch (Makefile.am): Remove explicit dependency on
46494         $(FNMATCH_H), redundant through BUILT_SOURCES.
46495         * modules/getopt (Makefile.am): Remove explicit dependency on
46496         $(GETOPT_H), redundant through BUILT_SOURCES.
46497         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
46498         redundant through BUILT_SOURCES.
46499         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
46500         redundant through BUILT_SOURCES.
46501         * modules/stdbool (Makefile.am): Remove explicit dependency on
46502         $(STDBOOL_H), redundant through BUILT_SOURCES.
46503         * modules/stdint (Makefile.am): Remove explicit dependency on
46504         $(STDINT_H), redundant through BUILT_SOURCES.
46505         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
46506         Remove explicit dependency on $(SYSEXITS_H).
46507         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
46508
46509 2005-07-18  Simon Josefsson  <jas@extundo.com>
46510
46511         * lib/check-version.c (check_version): Accept identical versions too.
46512
46513 2005-07-18  Bruno Haible  <bruno@clisp.org>
46514
46515         * modules/lock: New file.
46516         * MODULES.html.sh (Multithreading): New section.
46517
46518 2005-07-18  Bruno Haible  <bruno@clisp.org>
46519
46520         * m4/lock.m4: New file, from GNU gettext.
46521
46522 2005-07-18  Bruno Haible  <bruno@clisp.org>
46523
46524         * lib/lock.h: New file, from GNU gettext.
46525         * lib/lock.c: New file, from GNU gettext.
46526
46527 2005-07-18  Bruno Haible  <bruno@clisp.org>
46528
46529         * lib/lock.h (gl_once_t): New type.
46530         (gl_once_define, gl_once): New macros.
46531         * lib/lock.c (fresh_once): New variable.
46532         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
46533         functions.
46534
46535 2005-07-16  Simon Josefsson  <jas@extundo.com>
46536
46537         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
46538         workaround, suggested by Bruno.
46539
46540 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
46541
46542         * modules/xalloc (Depends-on): Add xalloc-die.
46543         * modules/xvasprintf (Depends-on): Add xalloc-die.
46544
46545 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
46546
46547         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
46548         with a minor change.
46549
46550 2005-07-15  Bruno Haible  <bruno@clisp.org>
46551
46552         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
46553         When using lib/poll.c, define poll as rpl_poll.
46554
46555 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
46556
46557         * modules/argp (Depends-on): Remove unlocked-io.
46558
46559 2005-07-14  Derek Price  <derek@ximbiot.com>
46560
46561         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
46562         for glob symlink bug.
46563
46564 2005-07-14  Bruno Haible  <bruno@clisp.org>
46565
46566         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
46567         Instead, test for *_unlocked function declarations directly.
46568
46569 2005-07-11  Simon Josefsson  <jas@extundo.com>
46570
46571         * modules/size_max: New file.
46572
46573         * modules/xsize: Depend on size_max module for size_max.m4.
46574
46575 2005-07-11  Simon Josefsson  <jas@extundo.com>
46576
46577         * lib/size_max.h: New file.
46578
46579 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
46580
46581         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
46582         copyright symbol and the year.
46583         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
46584         (version_etc_va): Use parameterized copyright notice.
46585         Reword to conform to the current GNU coding standards.
46586
46587 2005-07-11  Karl Berry  <karl@gnu.org>
46588
46589         * doc/gnulib.texi (Quoting): new node.
46590         (Initial import): more info, from Patrice.
46591
46592 2005-07-11  Bruno Haible  <bruno@clisp.org>
46593
46594         * gnulib-tool (func_usage): Document option --avoid.
46595         (Command line options): Handle --avoid.
46596         (func_acceptable): New function.
46597         (func_modules_transitive_closure): Use it.
46598
46599 2005-07-11  Bruno Haible  <bruno@clisp.org>
46600
46601         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
46602         Reported by Jim Meyering.
46603
46604 2005-07-10  Bruno Haible  <bruno@clisp.org>
46605
46606         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
46607         Needed when size_t is smaller than 'unsigned int'.
46608         Reported by Paul Eggert.
46609
46610 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46611
46612         * modules/argp (Depends-on): Add unlocked-io
46613
46614 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46615
46616         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
46617         block of defines.
46618
46619 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46620
46621         * config/srclist.txt: Comment out regcomp.c, since we have a porting
46622         fix now.
46623
46624 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
46625         and Paul Eggert  <eggert@cs.ucla.edu>
46626
46627         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
46628         in wint_t, not wchar_t.  Remove now-unnecessary cast.
46629
46630 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46631
46632         * modules/regex (Files): Add lib/regex_internal.c,
46633         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
46634         (Depends-on): Add extensions.
46635         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
46636
46637 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46638
46639         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
46640         pathconf.
46641         * m4/same.m4 (gl_SAME): Likewise.
46642         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
46643
46644         * m4/regex.m4: Adjust to new libc regex implementation.
46645         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
46646         all the .c and .h parts of (the new) regex.
46647         Quote the m4 stuff better.
46648         Check for RE_ICASE bug of old gnulib.
46649         Check for REG_STARTEND of recent libc.
46650         Rename local variables from jm_* to gl_*.
46651         Quote operand of "test -f".
46652         Say "recent enough" version of libc, not "version 2".
46653         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
46654         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
46655         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
46656         Remove check for btowc, isascii.
46657         Require AM_LANGINFO_CODESET.
46658
46659 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46660
46661         * lib/regex.c, regex.h: Sync from libc.
46662         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
46663         * lib/regexec.c:
46664         New files, synced from libc, except that regex_internal.h
46665         currently has a small porting fix.
46666
46667 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46668
46669         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
46670         regex_internal.c, regexec.c.
46671         Add regex_internal.h too, but as a comment, since the libc version
46672         is currently broken in gnulib mode.
46673
46674 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46675
46676         Support programs like Emacs that use gnulib but not gettext.
46677         * MODULES.html.sh (Internationalization functions): Add gettext-h.
46678         * modules/gettext-h: New file.
46679         * modules/gettext (Files): Remove lib/gettext.h.
46680         (Depends-on): Add gettext-h.
46681         (Makefile.am): Remove lib_SOURCES.
46682         * modules/argmatch, modules/c-stack, modules/closeout:
46683         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
46684         * modules/execute, modules/file-type, modules/getaddrinfo:
46685         * modules/getopt, modules/human, modules/javacomp:
46686         * modules/javaexec, modules/mkdir-p, modules/obstack:
46687         * modules/openat, modules/pagealign_alloc, modules/pipe:
46688         * modules/quotearg, modules/regex, modules/rpmatch:
46689         * modules/unicodeio, modules/userspec, modules/version-etc:
46690         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
46691         * modules/xsetenv:
46692         Depend on gettext-h, not gettext.
46693
46694 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46695
46696         * gnulib-tool (func_import): Add support for 'public domain' license.
46697         * modules/alloca, modules/atexit, modules/memmove:
46698         Now public domain, not GPL.
46699         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
46700         * modules/realloc, modules/strerror, modules/strtod:
46701         Now LGPL, not GPL.
46702
46703 2005-07-05  Bruno Haible  <bruno@clisp.org>
46704
46705         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
46706         autoconf CVS. Needed for mingw.
46707
46708 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46709
46710         Remove the dependency of the strftime module on the tzset module.
46711         * modules/strftime (Depends-on): Remove dependency on tzset.
46712
46713 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46714
46715         Remove the dependency of the strftime module on the tzset module.
46716         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
46717         gl_FUNC_TZSET_CLOBBER.
46718
46719 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46720
46721         Remove the dependency of the strftime module on the tzset module.
46722         * lib/strftime.c (my_strftime)
46723         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
46724         Copy the input structure, to work around some of the bug with
46725         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
46726         Solaris releases, you should also use the tzset module, but we won't
46727         require it as a dependency any more since we don't want LGPLed code
46728         to depend on GPLed code.
46729
46730 2005-07-02  Jim Meyering  <jim@meyering.net>
46731
46732         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
46733         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
46734         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
46735         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
46736
46737 2005-07-02  Jim Meyering  <jim@meyering.net>
46738
46739         * lib/backupfile.c (backup_args): Change a `0' to NULL.
46740
46741 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46742
46743         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
46744         declares only 'struct timespec;' (!).
46745
46746 2005-07-01  Jim Meyering  <jim@meyering.net>
46747
46748         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
46749         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
46750         * lib/save-cwd.c, tempname.c:
46751         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
46752         and don't include <sys/file.h>).
46753
46754 2005-06-29  Jim Meyering  <jim@meyering.net>
46755
46756         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
46757         type name.  Use the variable name instead.
46758         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
46759         Likewise.
46760
46761 2005-06-28  Simon Josefsson  <jas@extundo.com>
46762
46763         * modules/check-version (Files): Add check-version.m4.
46764
46765 2005-06-28  Simon Josefsson  <jas@extundo.com>
46766
46767         * m4/check-version.m4: New file, suggested by Jim Meyering
46768         <jim@meyering.net>.
46769
46770 2005-06-28  Simon Josefsson  <jas@extundo.com>
46771
46772         * lib/check-version.h, lib/check-version.c: New files.
46773
46774 2005-06-28  Simon Josefsson  <jas@extundo.com>
46775
46776         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
46777         collision with global variable.  Better indentation.  Don't
46778         increment buffer pointer beyond buffer end.  Based on comments
46779         from Paul Eggert <eggert@cs.ucla.edu>.
46780
46781         * lib/base64.h: Indent.
46782
46783 2005-06-28  Simon Josefsson  <jas@extundo.com>
46784
46785         * doc/gnulib.texi (Library version handling): New section.
46786
46787 2005-06-28  Jim Meyering  <jim@meyering.net>
46788
46789         * check-module (find_included_lib_files): Hard-code another
46790         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
46791         but modules/fts-lgpl (correctly) does not list those files.
46792
46793         * modules/canonicalize (Files): Add lib/pathmax.h.
46794
46795 2005-06-25  Simon Josefsson  <jas@extundo.com>
46796
46797         * modules/check-version: New file.
46798
46799 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
46800
46801         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
46802         initializer of struct addrinfo, as an indication that we don't
46803         care how many members the structure has.
46804
46805 2005-06-24  Derek Price  <derek@ximbiot.com>
46806         and Bruno Haible  <bruno@clisp.org>
46807
46808         Remove stat module & update lstat.
46809         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
46810         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46811         * m4/stat.m4: Remove this file.
46812
46813 2005-06-24  Derek Price  <derek@ximbiot.com>
46814         and Bruno Haible  <bruno@clisp.org>
46815
46816         Remove stat module & update lstat.
46817         * lib/stat.c: Remove this file...
46818         (slash_aware_lstat): ...moving this content and its support...
46819         * lib/lstat.c (rpl_lstat): ...into here.
46820         * lib/lstat.h: New file.
46821
46822 2005-06-24  Derek Price  <derek@ximbiot.com>
46823         and Bruno Haible  <bruno@clisp.org>
46824
46825         Remove stat module & update lstat.
46826         * config/srclist.txt (libc sources): Remove stat.
46827
46828 2005-06-24  Derek Price  <derek@ximbiot.com>
46829         and Bruno Haible  <bruno@clisp.org>
46830
46831         Remove stat module & update lstat.
46832         * MODULES.html.sh (stat): Remove.
46833         * MODULES.html: Regenerated.
46834         * modules/lstat (Description): Correct function name.
46835         (Files): Add "lstat.h".
46836         (Depends-on): Remove stat, add xalloc, stat-macros.
46837         * modules/stat: Remove this file.
46838         (Include): Add "lstat.h", remove <sys/stat.h>.
46839
46840 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
46841
46842         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
46843         (ranged_convert): Don't save conversion in a temporary struct.
46844         This causes a warning with GCC 4.0.0, and anyway in the typical
46845         case it's not worth the extra 100 bytes or so of code.
46846         (ranged_convert, __mktime_internal): When calling a function via a
46847         pointer P, use P () rather than (*P) (), as we now assume C89 or
46848         better.
46849
46850 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46851
46852         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
46853         "who -r" failed to give output.  Problem reported by Tim Waugh.
46854
46855         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
46856         (xcalloc): Use it to avoid needless tests.
46857         Problem reported by Jim Meyering.
46858
46859 2005-06-20  Derek Price  <derek@ximbiot.com>
46860
46861         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
46862         unnecessary for Autoconfs > 2.59c.
46863
46864 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46865
46866         * lib/argp.h (__option_is_short): Check upper limit of
46867         __key. Isprint() requires its argument to have the value
46868         of an unsigned char or EOF.
46869
46870 2005-06-16  Jim Meyering  <jim@meyering.net>
46871
46872         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
46873         when either N or S is zero.
46874
46875 2005-06-16  Derek Price  <derek@ximbiot.com>
46876
46877         * m4/bison.m4: Declare YACC & YFLAGS precious.
46878
46879 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
46880
46881         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
46882         multibyte string or pattern, fall back on unibyte matching.
46883         Problem reported by James Youngman.
46884
46885 2005-06-08  Bruno Haible  <bruno@clisp.org>
46886
46887         * modules/csharpcomp: New file.
46888         * MODULES.html.sh (C#): Add csharpcomp.
46889
46890 2005-06-08  Bruno Haible  <bruno@clisp.org>
46891
46892         * m4/csharpcomp.m4: New file, from GNU gettext.
46893
46894 2005-06-08  Bruno Haible  <bruno@clisp.org>
46895
46896         * lib/csharpcomp.h: New file, from GNU gettext.
46897         * lib/csharpcomp.c: New file, from GNU gettext.
46898         * lib/csharpcomp.sh.in: New file, from GNU gettext.
46899
46900 2005-06-08  Bruno Haible  <bruno@clisp.org>
46901
46902         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
46903         warning on mingw.
46904
46905 2005-06-07  Derek Price  <derek@ximbiot.com>
46906
46907         Sync from CVS.
46908         * lib/glob_.h: Indent nested #ifdef.
46909
46910 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
46911
46912         Sync from coreutils.
46913         Use "file name" when talking about file names, instead of "filename"
46914         or "path", as per the GNU coding standards.
46915         * lib/mkdir-p.c: Renamed from makepath.c.
46916         (make_dir_parents): Renamed from make_path.  All callers changed.
46917         * lib/mkdir-p.h: Likewise.  All includers changed.
46918         * lib/filenamecat.c: Renamed from path-concat.c.
46919         (file_name_concat): Renamed from path_concat.  All callers changed.
46920         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
46921         * lib/filenamecat.h: Likewise.  All includers changed.
46922         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
46923         in comments or local variable names.
46924         * lib/basename.c: Likewise.
46925         * lib/canonicalize.c, canonicalize.h: Likewise.
46926         * lib/dirname.c, dirname.h: Likewise.
46927         * lib/euidaccess.c: Likewise.
46928         * lib/exclude.c: Likewise
46929         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
46930         * lib/fsusage.c, fsuage.h: Likewise.
46931         * lib/fts.c, fts_.h: Likewise.
46932         * lib/getcwd.c: Likewise.
46933         * lib/getloadavg.c: Likewise.
46934         * lib/mkstemp.c: Likewise.
46935         * lib/mountlist.c, mountlist.h: Likewise.
46936         * lib/openat.c, openat.h: Likewise.
46937         * lib/readlink-stub.c: Likewise.
46938         * lib/readutmp.c, readutmp.h: Likewise.
46939         * lib/rename.c: Likewise.
46940         * lib/rmdir.c: Likewise.
46941         * lib/same.c: Likewise.
46942         * lib/savedir.c: Likewise.
46943         * lib/stripslash.c: Likewise.
46944         * lib/tempname.c: Likewise.
46945         * lib/xreadlink.c: Likewise.
46946         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
46947         All uses changed.
46948         * lib/exclude.h: Likewise.
46949
46950         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
46951         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
46952         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
46953         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
46954         * lib/pathmax.h: Include <limits.h> unconditionally, since other
46955         files have been getting away with it for years (MORE/BSD 4.3
46956         is extinct now).
46957         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
46958         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
46959
46960         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
46961         Define to 256, not 255, as per modern POSIX.
46962
46963 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
46964
46965         Sync from coreutils.
46966         Use "file name" when talking about file names, instead of "filename"
46967         or "path", as per the GNU coding standards.
46968         * MODULES.html.sh: mkdir-p renamed from makepath.
46969         filenamecat renamed from path-concat.
46970         * modules/filenamecat: Renamed from modules/path-concat.
46971         (Files): filenamecat.h and filenamecat.c renamed from
46972         path-concat.h and path-concat.c.
46973         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
46974         (Include): filenamecat.h, not path-concat.h.
46975         * modules/mkdir-p: Renamed from modules/makepath.
46976         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
46977         makepath.c.
46978         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
46979         (Include): mkdir-p.h, not makepath.h.
46980
46981 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
46982
46983         Sync from coreutils.
46984         * m4/mkdir-p.m4: Renamed from makepath.m4.
46985         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
46986         Rename files from makepath.c to mkdir-p.c, and from
46987         makepath.h to mkdir-p.h.
46988         * m4/filenamecat.m4: Renamed from path-concat.m4.
46989         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
46990         Rename files from path-concat.c to filenamecat.c,
46991         and from path-concat.h to filenamecat.h.
46992         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
46993         "file name" in local variables or comments.
46994         * m4/rename.m4: Likewise.
46995
46996 2005-06-01  Bruno Haible  <bruno@clisp.org>
46997
46998         * modules/csharpexec: New file.
46999         * MODULES.html.sh (C#): New section.
47000
47001 2005-06-01  Bruno Haible  <bruno@clisp.org>
47002
47003         * m4/csharp.m4: New file, from GNU gettext.
47004         * m4/csharpexec.m4: New file, from GNU gettext.
47005
47006 2005-06-01  Bruno Haible  <bruno@clisp.org>
47007
47008         * lib/csharpexec.h: New file, from GNU gettext.
47009         * lib/csharpexec.c: New file, from GNU gettext.
47010         * lib/csharpexec.sh.in: New file, from GNU gettext.
47011
47012 2005-05-31  Derek Price  <derek@ximbiot.com>
47013             Paul Eggert  <eggert@cs.ucla.edu>
47014
47015         Sync from cvs.
47016         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47017
47018 2005-05-31  Derek Price  <derek@ximbiot.com>
47019             Paul Eggert  <eggert@cs.ucla.edu>
47020
47021         Sync from cvs.
47022         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47023
47024 2005-05-29  Derek Price  <derek@ximbiot.com>
47025
47026         * config/srclist.txt (glob_.h, glob.c): Add these files.
47027
47028 2005-05-29  Derek Price  <derek@ximbiot.com>
47029
47030         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
47031         * modules/glob: New file.
47032         * modules/getlogin_r: Add link to POSIX spec in description.
47033
47034 2005-05-29  Derek Price  <derek@ximbiot.com>
47035             Paul Eggert  <eggert@cs.ucla.edu>
47036
47037         * m4/glob.m4: New file.
47038
47039 2005-05-29  Derek Price  <derek@ximbiot.com>
47040             Paul Eggert  <eggert@cs.ucla.edu>
47041
47042         * lib/glob_.h, lib/glob.c: New files.
47043
47044 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47045
47046         * modules/fts (Files): Remove m4/inttypes-pri.m4.
47047         * modules/fts-lgpl (Depends-on): Remove gettext.
47048
47049 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47050
47051         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
47052         and don't require gt_INTTYPES_PRI.
47053
47054 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47055
47056         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
47057
47058         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
47059         the configuration hassle isn't worth it.
47060         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
47061         (LONGEST_MODIFIER, PRIuMAX): Remove.
47062
47063 2005-05-27  Bruno Haible  <bruno@clisp.org>
47064
47065         * lib/getlogin_r.h: Remove second include of <stddef.h>.
47066
47067 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
47068
47069         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
47070         _POSIX_PTHREAD_SEMANTICS for Solaris.
47071
47072 2005-05-25  Derek Price  <derek@ximbiot.com>
47073
47074         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
47075
47076 2005-05-25  Derek Price  <derek@ximbiot.com>
47077             Paul Eggert  <eggert@cs.ucla.edu>
47078
47079         * modules/getlogin_r, m4/getlogin_r.m4: New files.
47080         * lib/getlogin_r.c, getlogin_r.h: New files.
47081
47082 2005-05-25  Bruno Haible  <bruno@clisp.org>
47083             Derek Price  <derek@ximbiot.com>
47084
47085         * lib/getlogin_r.h: Simplify API documentation.
47086
47087 2005-05-23  Derek Price  <derek@ximbiot.com>
47088
47089         * modules/minmax (Files): Add m4/minmax.m4.
47090         (configure.ac): Add gl_MINMAX.
47091
47092 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47093
47094         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
47095         so that unistd-safer.h (GPL'ed code) need not be included.
47096
47097 2005-05-22  Bruno Haible  <bruno@clisp.org>
47098
47099         * m4/minmax.m4: New file.
47100         Based on a patch by Derek Price <derek@ximbiot.com>.
47101
47102 2005-05-22  Bruno Haible  <bruno@clisp.org>
47103
47104         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
47105         (INT64_MIN): Fix definition.
47106         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
47107
47108         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
47109         NEED_SIGNED_INT_TYPES.
47110
47111         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
47112         HAVE_SYSTEM_INTTYPES.
47113
47114 2005-05-22  Bruno Haible  <bruno@clisp.org>
47115
47116         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
47117         Also include <sys/param.h> if it defines MIN, MAX.
47118         Based on a patch by Derek Price <derek@ximbiot.com>.
47119
47120 2005-05-21  Jim Meyering  <jim@meyering.net>
47121
47122         * modules/fts (Files): Add m4/inttypes-pri.m4.
47123         (Depends-on): Add lstat and remove gettext.  Alphabetize.
47124
47125 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47126
47127         New fts module.
47128         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
47129         (setup_dir, free_dir): New functions.
47130         (enter_dir, leave_dir): Define trivial
47131         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
47132         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
47133         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
47134         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
47135         Move to fts-cycle.c.
47136         (fts_open): Use setup_dir.
47137         (fts_close): Use free_dir.
47138         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
47139         This adds a label and some gotos, but the alternatives were messier.
47140         Check for memory allocation failure when entering a dir.
47141         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
47142         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
47143         (FTS): New member fts_cycle, that is a union that contains the
47144         old active_dir_ht and cycle_state.  All uses changed to mention
47145         fts_cycle.ht and fts_cycle.state.
47146         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
47147         fts.c, with the following changes:
47148         (setup_dir, free_dir): New functions.
47149         (enter_dir): Now returns bool.  Return true if successful, false
47150         if memory exhausted.  All callers changed.
47151         Do not bother partly cleaning up on
47152         memory allocation failure; that is free_dir's job.
47153         However, free ad if hash_insert fails, to avoid memory leak.
47154         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
47155         fts->fts_options to see which union member to use.
47156
47157 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47158
47159         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
47160         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
47161
47162 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47163
47164         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
47165
47166 2005-05-20  Jim Meyering  <jim@meyering.net>
47167
47168         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
47169         Now a macro, to pacify GCC.
47170
47171 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
47172
47173         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
47174         of -1.
47175
47176 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
47177
47178         * lib/chown.c (rpl_chown): Return -1 on failure.
47179
47180 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
47181
47182         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
47183         Don't check for stddef.h.
47184         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
47185         don't use its results.
47186         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
47187         since we include them unconditionally.  Don't require
47188         AM_STDBOOL_H, since stdbool is a prerequisite.
47189         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
47190         since we assume C89 or better.
47191         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
47192         as we don't use their results.
47193         Don't check for fchdir, memmove, memset, strrchr, as we use
47194         them unconditionally.
47195         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
47196         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
47197
47198 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
47199
47200         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
47201         Include <stddef.h> unconditionally, since we assume C89 now.
47202         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
47203         * lib/fts.c: Include fts_.h first, to check interface.
47204         Do not include intprops.h; no longer needed.
47205         Include cycle-check.h and hash.h, since fts_.h no longer does.
47206         Remove unnecessary casts of closedir to void.
47207         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
47208         decide whether to decrement nlinks.
47209         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
47210         (FTS): Use struct hash_table * instead of Hash_table, so that
47211         we no longer need to include hash.h here.
47212
47213 2005-05-18  Jim Meyering  <jim@meyering.net>
47214
47215         * modules/dirfd (License): Change to LGPL.  Most of the code
47216         is already in the public domain.
47217
47218 2005-05-18  Jim Meyering  <jim@meyering.net>
47219
47220         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
47221         Reported by Yoann Vandoorselaere.
47222
47223 2005-05-17  Jim Meyering  <jim@meyering.net>
47224
47225         * m4/fts.m4: New file, from coreutils.
47226
47227 2005-05-17  Jim Meyering  <jim@meyering.net>
47228
47229         * lib/fts.c, lib/fts_.h: New files, from coreutils.
47230
47231 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47232
47233         Sync from coreutils.
47234         * m4/unlinkdir.m4: New file.
47235
47236 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47237
47238         Sync from coreutils.
47239         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
47240         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
47241         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
47242         White space changes only.
47243         * lib/makepath.c (make_path): Port to hosts where leading "//" is
47244         special.
47245         * lib/yesno.c: Include getline.h, not ctype.h.
47246         (yesno): Don't remove leading white space; POSIX doesn't allow it.
47247         Use getline to remove arbitrary restriction on response length.
47248
47249 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47250
47251         * config/srclist-update: Spell out "Street" in FSF postal
47252         mail address; this is the style the FSF seems to prefer.
47253
47254         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
47255         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
47256         this updates FSF postal mail address.
47257
47258         Sync from coreutils.
47259         * modules/unlinkdir: New file.
47260         * modules/yesno (Depends-on): Add getline.
47261         * MODULES.html.sh (File system functions): Add unlinkdir.
47262
47263 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
47264
47265         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
47266         lib/strsep.h:
47267         Change the initial comment to refer to GPL, not LGPL.
47268         gnulib-tool will change it to LGPL as needed.
47269
47270         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
47271         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
47272         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
47273         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
47274         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
47275         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
47276         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
47277         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
47278         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
47279         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
47280         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
47281         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
47282         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
47283         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
47284         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
47285         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
47286         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
47287         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
47288         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
47289         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
47290         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
47291         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
47292         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
47293         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
47294         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
47295         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
47296         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
47297         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
47298         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
47299         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
47300         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
47301         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
47302         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
47303         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
47304         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
47305         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
47306         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
47307         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
47308         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
47309         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
47310         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
47311         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
47312         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
47313         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
47314         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
47315         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
47316         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
47317         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
47318         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
47319         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
47320         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
47321         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
47322         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
47323         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
47324         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
47325         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
47326         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
47327         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
47328         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
47329         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
47330         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
47331         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
47332         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
47333         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
47334         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
47335         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
47336         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
47337         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
47338         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
47339         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
47340         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
47341         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
47342         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
47343         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
47344         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
47345         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
47346         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
47347         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
47348         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
47349         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
47350         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
47351         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
47352         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
47353         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
47354         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
47355         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
47356         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
47357         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
47358         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
47359         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
47360         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
47361         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
47362         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
47363         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
47364         lib/yesno.c, lib/yesno.h:
47365         Update FSF postal mail address.
47366
47367 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
47368
47369         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
47370         tests/test-memmem.c, tests/test-stpncpy.c:
47371         Update FSF postal mail address.
47372
47373 2005-05-13  Bruno Haible  <bruno@clisp.org>
47374
47375         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
47376         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
47377         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
47378         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
47379         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
47380         Add support for 64-bit integers in the MSVC compiler.
47381
47382 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47383
47384         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
47385
47386 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
47387
47388         * gnulib-tool (func_import): Sort and uniquify recommended includes.
47389
47390 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
47391
47392         * doc/getdate.texi (General date syntax): Don't say that date
47393         date --iso-8601=ns generates acceptable dates; it doesn't yet.
47394         Problem reported by Nic Ferrier.
47395
47396 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47397
47398         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
47399         specified in ai_socktype. Fix invalid ai_protocol
47400         check. ai_protocol is usually set to 0 or depending on
47401         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
47402         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
47403         ai_socktype / ai_protocol in the returned addrinfo structure.
47404
47405 2005-05-10  Simon Josefsson  <jas@extundo.com>
47406
47407         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
47408         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
47409
47410 2005-05-10  Karl Berry  <karl@gnu.org>
47411
47412         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
47413         (from http://www.gnu.org/licenses).
47414         * doc/COPYING.LIB: also rename to COPYING.LESSER.
47415         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
47416         fdl.texi suffices.
47417
47418 2005-05-10  Karl Berry  <karl@gnu.org>
47419
47420         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
47421         (COPYING.DOC): remove.
47422
47423         * config/srclist-update: new FSF address.
47424
47425 2005-05-10  Derek Price  <derek@ximbiot.com>
47426
47427         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
47428         possible.
47429
47430 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47431             Bruno Haible  <bruno@clisp.org>
47432
47433         * modules/inet_ntop: New file.
47434         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47435         inet_ntop.
47436
47437 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47438             Bruno Haible  <bruno@clisp.org>
47439
47440         * m4/inet_ntop.m4: New file.
47441
47442 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47443             Bruno Haible  <bruno@clisp.org>
47444
47445         * lib/inet_ntop.h: New file.
47446         * lib/inet_ntop.c: New file, from glibc with modifications.
47447
47448 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
47449
47450         * modules/time_r (License): Change to LGPL.
47451         * modules/extensions (License): Change to LGPL.  Actually,
47452         the license is more permissive than that, but currently gnulib-tool
47453         doesn't know how to handle more-permissive licenses.
47454
47455         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
47456         Problem reported by Dave Love.
47457
47458 2005-05-08  Jim Meyering  <jim@meyering.net>
47459
47460         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
47461         blank.
47462
47463 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
47464
47465         * modules/argmatch (Depends-on): Add stdbool.
47466         * modules/backupfile (Depends-on): Likewise.
47467         * modules/chdir-long (Depends-on): Likewise.
47468         * modules/closeout (Depends-on): Likewise.
47469         * modules/cycle-check (Depends-on): Likewise.
47470         * modules/dirname (Depends-on): Likewise.
47471         * modules/fnmatch (Depends-on): Likewise.
47472         * modules/fsusage (Depends-on): Likewise.
47473         * modules/fwriteerror (Depends-on): Likewise.
47474         * modules/getcwd (Depends-on): Likewise.
47475         * modules/getloadavg (Depends-on): Likewise.
47476         * modules/hard-locale (Depends-on): Likewise.
47477         * modules/makepath (Depends-on): Likewise.
47478         * modules/mountlist (Depends-on): Likewise.
47479         * modules/nanosleep (Depends-on): Likewise.
47480         * modules/posixtm (Depends-on): Likewise.
47481         * modules/quotearg (Depends-on): Likewise.
47482         * modules/readtokens (Depends-on): Likewise.
47483         * modules/readtokens0 (Depends-on): Likewise.
47484         * modules/readutmp (Depends-on): Likewise.
47485         * modules/save-cwd (Depends-on): Likewise.
47486         * modules/strftime (Depends-on): Likewise.
47487         * modules/userspec (Depends-on): Likewise.
47488         * modules/utimecmp (Depends-on): Likewise.
47489         * modules/xgetcwd (Depends-on): Likewise.
47490         * modules/xnanosleep (Depends-on): Likewise.
47491         * modules/xstrtod (Depends-on): Likewise.
47492         * modules/yesno (Depends-on): Likewise.
47493
47494 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
47495
47496         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
47497         needless checks.
47498
47499 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47500
47501         Merge from coreutils.  Among other things,
47502         add bulletproofing for cases where stdin, stdout, or stderr are closed.
47503         * lib/fd-safer.c: New file.
47504         * lib/fcntl-safer.h, open-safer.c: Remove.
47505         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
47506         * lib/dup-safer.c: Include unistd-safer.h first.
47507         Don't include errno.h.
47508         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
47509         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
47510         * lib/file-type.c: Rely on file-type.h change.
47511         * lib/getloadavg.c: Include unistd-safer.h.
47512         (getloadavg): Use safer open.
47513         * lib/getusershell.c: Include "stdio-safer.h".
47514         (getusershell): Use safer fopen.
47515         * lib/long-options.c (long_options): Use NULL rather than 0.
47516         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
47517         'free'.
47518         * lib/modechange.c: Likewise.
47519         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
47520         (MODE_DONE): New constant.
47521         (struct mode_change): Remove 'next' member.
47522         (make_node_op_equals): New function; like the old one of the
47523         same name, except it allocates an array.
47524         (mode_compile, mode_create_from_ref): Use it.
47525         (mode_compile): Allocate result as an array, not a linked list.
47526         Parse octal string ourself, so that we catch mistakes like "+0".
47527         (mode_adjust): Arg is an array, not a linked list.
47528         * lib/modechange.c: Include stat-macros.h, xalloc.h.
47529         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
47530         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
47531         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
47532         Remove.  This is now stat-macros.h's job.
47533         (talloc): Remove.  All callers replaced by xalloc, so that
47534         our invokers don't have to worry about reporting memory failures.
47535         (make_node_op_equals): Remove.
47536         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
47537         New constants.
47538         (struct mode_change): Moved here from modechange.h.
47539         (mode_append_entry): Remove.
47540         (mode_compile): Remove MASKED_OPS arg, since it encouraged
47541         apps to have incorrect behavior.  Use simpler algorithm for head
47542         and tail.  Don't futz with umask; that's now the job of mode_adjust.
47543         Detect more invalid usages rather than having somewhat-random behavior.
47544         Don't insert an "a=" action, as that leads to incorrect behavior.
47545         (mode_compile, mode_create_from_ref): Return NULL on error instead
47546         of an enum, since now there's only one way to have an error.  All
47547         callers changed.
47548         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
47549         at the correct time.  Simplify calculation of "+u" and its ilk.
47550         Don't mishandle "+X".
47551         (mode_free): Remove "register" and localize decls.
47552         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
47553         (struct mode_change): Move to modechange.c; callers don't
47554         need to see this stuff.
47555         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
47556         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
47557         (mode_change, mode_adjust): Reflect the new signatures noted above.
47558         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
47559         that might redefine system include files.
47560         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
47561         (my_usleep): Use NULL rather than (void *) 0.
47562         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
47563         Use siginterrupt to specify that system calls should be interrupted.
47564         (rpl_nanosleep): Move initialization of suspended closer to call of
47565         my_usleep.
47566         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
47567         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
47568         (desirable_utmp_entry): New function.
47569         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
47570         using x2nrealloc, to simplify logic.
47571         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
47572         size calculation.  Do not assume utmp file is a regular file.
47573         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
47574         (READ_UTMP_CHECK_PIDS): New constant.
47575         * lib/save-cwd.c: Include unistd-safer.h.
47576         (save_cwd): Use fd_safer.
47577         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
47578         [!_LIBC] Include "stat-macros.h" instead.
47579         * lib/unistd-safer.h (fd_safer): New decl.
47580
47581 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47582
47583         * modules/getloadavg (Depends-on): Add unistd-safer.
47584         * modules/getusershell (Depends-on): Add stdio-safer.
47585         * modules/lstat (Depends-on): Remove xalloc.
47586         * modules/mkstemp (Depends-on): Add stat-macros.
47587         * modules/modechange (Depends-on): Remove xstrtol.
47588         Add stat-macros, xalloc.
47589         * modules/save-cwd (Depends-on): Add unistd-safer.
47590         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
47591         * modules/unistd-safer (Files): Add lib/fd-safer.c
47592         (Makefile.am): Remove lib_SOURCES.
47593
47594         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
47595         Remove fcntl-safer; unistd-safer supersedes it.
47596
47597 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47598
47599         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
47600         AC_HEADER_STAT.
47601         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
47602         (gl_PREREQ_CHOWN): Remove.
47603         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
47604         it.  Don't require AC_HEADER_STAT.
47605         (gl_PREREQ_LSTAT): Remove.
47606         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
47607         Don't require AC_HEADER_STAT.
47608         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
47609         (gl_PREREQ_RMDIR): Remove.
47610         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
47611         mention stat-macros.h or AC_HEADER_STAT, since we'll make
47612         the stat-macros module a prerequisite.
47613         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
47614         * m4/filemode.m4 (gl_FILEMODE): Likewise.
47615         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
47616         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
47617         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
47618         variable names.
47619         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
47620         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
47621         variable prefixes.
47622         * m4/fcntl-safer.m4: Remove.
47623         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
47624         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
47625         Invoke gl_PREREQ_FD_SAFER.
47626         (gl_PREREQ_FD_SAFER): New macro.
47627         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
47628         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
47629         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
47630         Remove duplicate call to AC_LIBOBJ(readutmp).
47631         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
47632
47633         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
47634         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
47635
47636 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47637
47638         * MODULES.html.sh (Misc): Add byteswap.
47639
47640 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47641
47642         * modules/getcwd (Depends-on): Add extensions.
47643         * modules/openat (Depends-on): Likewise.
47644
47645 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47646
47647         * modules/byteswap: New file.
47648
47649 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47650
47651         * m4/byteswap.m4: New file.
47652
47653 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47654
47655         * lib/byteswap_.h: New file.
47656
47657 2005-04-25  Karl Berry  <karl@gnu.org>
47658
47659         * m4/gettext.m4: Update from GNU gettext 0.14.4.
47660
47661 2005-04-25  Albert Chin  <china@thewrittenword.com>
47662
47663         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
47664         Toolkit C bug.
47665
47666 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
47667
47668         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
47669         (func_ln_if_changed) Remove forcibly for no error message
47670         in case file does not exist.
47671
47672 2005-04-19  Simon Josefsson  <jas@extundo.com>
47673
47674         * gnulib-tool (Options): Make --symlink mean --symbolic.
47675
47676 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
47677
47678         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
47679
47680 2005-04-16  Simon Josefsson  <jas@extundo.com>
47681
47682         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
47683
47684 2005-04-15  Simon Josefsson  <jas@extundo.com>
47685
47686         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
47687
47688 2005-04-15  Simon Josefsson  <jas@extundo.com>
47689
47690         * gnulib-tool: Rename --symlink to --symbolic.
47691
47692 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
47693
47694         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
47695         symbolic links to files instead of copying/moving.  Add --aux-dir,
47696         specifying directory relative --dir where auxiliary build tools
47697         are placed.
47698
47699 2005-04-14  Bruno Haible  <bruno@clisp.org>
47700
47701         * modules/allocsa (License): Change to LGPL.
47702         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
47703
47704 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47705
47706         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
47707         that "UTC +1 second" continues to work.  Problem reported
47708         by Dmitry V. Levin.
47709         (relunit_snumber): New rule.
47710         (relunit): Use it.
47711
47712 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47713
47714         * lib/getdate.y (universal_time_zone_table): New constant.
47715         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
47716         universal_time_zone_table.
47717         (lookup_zone): Prefer universal_time_zone_table to
47718         local_time_zone_table, so that "GMT" time stamps are allowed in
47719         London during the summer.  Problem reported by Ian Abbott.
47720
47721 2005-04-12  Jim Meyering  <jim@meyering.net>
47722
47723         * lib/human.c (humblock): Set *options even when returning due to
47724         xstrtoumax conversion failure.  Thanks to a used-uninitialized
47725         warning from gcc-4.
47726
47727 2005-04-09  Jim Meyering  <jim@meyering.net>
47728
47729         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
47730         -Wuninitialized: initialize tm0.tm_year.
47731
47732 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
47733
47734         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
47735         count, since there's no maximum.  All uses changed.
47736         Add member dsts_seen.
47737         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
47738         not being INT_MAX.
47739         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
47740         Use pc_rels_seen to decide whther a date is absolute.
47741
47742         * lib/getdate.y (number): Don't overwrite year.
47743         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
47744         check.
47745
47746 2005-04-02  Simon Josefsson  <jas@extundo.com>
47747
47748         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
47749         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
47750
47751 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
47752
47753         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
47754         where no absolute path name can be longer than PATH_MAX.
47755
47756 2005-03-27  Jim Meyering  <jim@meyering.net>
47757
47758         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
47759
47760 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
47761
47762         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
47763         "one's complement" -> "ones' complement" in comment, as per Knuth.
47764         "value of type" -> "type or expression" in comment.
47765         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
47766
47767 2005-03-26  Jim Meyering  <jim@meyering.net>
47768
47769         Comment nits.
47770         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
47771         Correct typos: s/or/of/.
47772
47773 2005-03-26  Jim Meyering  <jim@meyering.net>
47774
47775         * modules/check-include-files: Move to ../ and rename to...
47776         * check-module: ...this.
47777
47778 2005-03-25  Jim Meyering  <jim@meyering.net>
47779
47780         * modules/xvasprintf (Files): Add xalloc.h.
47781
47782 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
47783
47784         * modules/gettext (Files): config/config.rpath ->
47785         build-aux/config.rpath
47786         * modules/iconv (Files): Likewise.
47787         Problem reported by Oskar Liljeblad.
47788
47789 2005-03-23  Jim Meyering  <jim@meyering.net>
47790
47791         * modules/check-include-files: New script to check for
47792         missing dependencies, multiple includes, etc.
47793
47794         * modules/c-strtold (Depends-on): Add xalloc.
47795         * modules/c-strtod (Depends-on): Add xalloc.
47796         * modules/hash (Depends-on): Add xalloc.
47797         (Files): Remove lib/xalloc.h.
47798
47799         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
47800         * modules/userspec (Files): Add lib/inttostr.h.
47801
47802 2005-03-23  Jim Meyering  <jim@meyering.net>
47803
47804         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
47805
47806 2005-03-22  Jim Meyering  <jim@meyering.net>
47807
47808         * modules/stat-macros: New module.
47809         * modules/canonicalize, modules/euidaccess, modules/file-type,
47810         * modules/filemode, modules/lchown, modules/makepath,
47811         * modules/rmdir, modules/stat: Depend on new stat-macros module
47812         rather than listing lib/stat-macros.h manually.
47813         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
47814
47815 2005-03-22  Jim Meyering  <jim@meyering.net>
47816
47817         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
47818
47819 2005-03-22  Bruno Haible  <bruno@clisp.org>
47820
47821         * config/srclist.txt: Replace target directory 'config' with
47822         'build-aux'.
47823         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
47824         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
47825         ../build-aux/.
47826
47827 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
47828
47829         * modules/chdir-long (Depends-on): Add mempcpy.
47830
47831         * modules/acl, modules/backupfile, modules/c-strtod,
47832         modules/c-strtold, modules/canon-host, modules/canonicalize,
47833         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
47834         modules/exclude, modules/exitfail, modules/file-type,
47835         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
47836         modules/getdate, modules/getline, modules/getpagesize,
47837         modules/getpass, modules/getugroups, modules/group-member,
47838         modules/hard-locale, modules/hash, modules/human, modules/idcache,
47839         modules/inttostr, modules/long-options, modules/makepath,
47840         modules/md5, modules/memcasecmp, modules/memcoll,
47841         modules/modechange, modules/mountlist, modules/path-concat,
47842         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
47843         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
47844         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
47845         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
47846         modules/strftime, modules/strndup, modules/strverscmp,
47847         modules/timespec, modules/unlocked-io, modules/userspec,
47848         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
47849         modules/yesno:
47850         Remove lib_SOURCES line from Makefile.am section, as this is now
47851         done automatically by the corresponding Autoconf macro.
47852
47853 2005-03-21  Jim Meyering  <jim@meyering.net>
47854
47855         Changes imported from coreutils.
47856
47857         * lib/cycle-check.c: Don't include xalloc.h.
47858
47859         * lib/path-concat.c: Don't include assert.h.
47860         (path_concat): Remove assertion that would have triggered
47861         for ABASE starting with more than one slash.
47862         Reported by Andreas Schwab.
47863
47864         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
47865         properly when ABASE is an absolute file name.
47866         Correct the description of this function.
47867         Include <assert.h>.
47868         Add an assertion and a test driver.
47869         This fixes a bug introduced on 2004-07-02.
47870         Andreas Schwab reported the resulting failure of cp --parents:
47871         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
47872
47873 2005-03-21  Jim Meyering  <jim@meyering.net>
47874
47875         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
47876         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
47877
47878 2005-03-21  Jim Meyering  <jim@meyering.net>
47879         and  Paul Eggert  <eggert@cs.ucla.edu>
47880
47881         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
47882         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
47883         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
47884         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
47885         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
47886         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
47887         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
47888         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
47889         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
47890         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
47891         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
47892         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
47893         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
47894         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
47895         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
47896         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
47897         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
47898         for these modules.
47899
47900 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
47901
47902         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
47903         (which shouldn't happen), generate nothing instead of returning 0
47904         immediately, so that nstrftime (NULL, ...) doesn't return 0.
47905
47906 2005-03-16  Bruno Haible  <bruno@clisp.org>
47907
47908         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
47909         HAVE_LONGLONG_64BIT.
47910
47911 2005-03-16  Bruno Haible  <bruno@clisp.org>
47912
47913         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
47914         HAVE_LONGLONG_64BIT.
47915
47916 2005-03-16  Bruno Haible  <bruno@clisp.org>
47917
47918         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
47919         HAVE_LONGLONG_64BIT.
47920
47921 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
47922
47923         * lib/strftime.c (my_strftime): Prepend space to format so that we can
47924         reliably distinguish strftime failure from empty output on POSIX
47925         hosts.
47926
47927 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
47928
47929         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
47930         (iconv_string): Don't guess a size-zero buffer, as that might cause
47931         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
47932         result would be 'too large', where 'too large' is (heuristically)
47933         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
47934         overflow concerns.  This will prevent some unwanted malloc failures
47935         when the inputs are very large.
47936
47937 2005-03-15  Karl Berry  <karl@gnu.org>
47938
47939         * config/srclist.txt (config.rpath): from gettext.
47940         * config/config.rpath: update.
47941
47942 2005-03-15  Bruno Haible  <bruno@clisp.org>
47943
47944         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
47945         to 'negate'.
47946
47947         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
47948         variable.
47949
47950         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
47951         results.
47952
47953 2005-03-14  Simon Josefsson  <jas@extundo.com>
47954
47955         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
47956         <fx@gnu.org>.
47957
47958 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
47959
47960         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
47961         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
47962         intprops.h.
47963         * lib/strtol.c: Likewise.
47964
47965 2005-03-14  Jim Meyering  <jim@meyering.net>
47966
47967         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
47968         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
47969         to be nonzero so that we (and caller) can detect the difference
47970         between a valid zero-length expansion and an error return, even
47971         when the underlying strftime fails before writing anything into
47972         that location.
47973
47974 2005-03-14  Bruno Haible  <bruno@clisp.org>
47975
47976         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
47977         Update from GNU gettext 0.14.3.
47978
47979 2005-03-10  Jim Meyering  <jim@meyering.net>
47980
47981         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
47982
47983 2005-03-10  Jim Meyering  <jim@meyering.net>
47984
47985         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
47986         so that this module works on systems without fchdir.
47987
47988 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47989
47990         Factor int-properties macros into a single file, except for
47991         glibc-related files.
47992         * lib/intprops.h: New file.
47993         * lib/getloadavg.c: Include it instead of limits.h.
47994         (INT_STRLEN_BOUND): Remove.
47995         * lib/human.c: Include intprops.h.
47996         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
47997         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
47998         302/1000.
47999         * lib/inttostr.h: Include intprops.h instead of limits.h.
48000         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
48001         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
48002         for consistency with intprops.h.
48003         (time_t_is_integer, twos_complement_arithmetic): Use them.
48004         * lib/sig2str.h: Include <signal.h>, intprops.h.
48005         (INT_STRLEN_BOUND): Remove.
48006         * lib/strftime.c (TYPE_SIGNED): Remove.
48007         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
48008         * lib/strtol.c: Adjust comments to match intprops.h.
48009         * lib/userspec.c: Include intprops.h.
48010         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
48011         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
48012         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
48013         instead of rolling our own expressions.
48014         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
48015
48016         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
48017         instead of int.
48018         (my_strftime): Do not mishandle years close to INT_MAX, by doing
48019         the right thing even if adding 1900 would overflow.  Similarly
48020         for tm_mon + 1 and tm_yday + 1.
48021         Make %Y always equivalent to %C%y, and similarly for %G and %g.
48022         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
48023         (DO_SIGNED_NUMBER): New macro.
48024         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
48025
48026 2005-03-07  Bruno Haible  <bruno@clisp.org>
48027
48028         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
48029
48030 2005-03-07  Bruno Haible  <bruno@clisp.org>
48031
48032         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
48033
48034 2005-03-04  Derek R. Price  <derek@ximbiot.com>
48035
48036         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
48037         (func_import): Only replace files via --import when they have actually
48038         changed.
48039
48040 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48041
48042         * m4/mmap-anon.m4: New file.
48043         * m4/pagealign_alloc.m4: New file.
48044
48045 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48046             Bruno Haible  <bruno@clisp.org>
48047
48048         * modules/pagealign_alloc: New file.
48049         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
48050
48051 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48052             Bruno Haible  <bruno@clisp.org>
48053
48054         * lib/pagealign_alloc.h: New file.
48055         * lib/pagealign_alloc.c: New file.
48056
48057 2005-03-03  Bruno Haible  <bruno@clisp.org>
48058
48059         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
48060         Use an all-permissive copyright notice, recommended by RMS.
48061
48062 2005-03-02  Bruno Haible  <bruno@clisp.org>
48063
48064         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
48065         of AIX, the replacement has to be done only after <string.h> is
48066         included, therefore not in config.h. stpncpy.h does the replacement,
48067         and stpncpy.c uses it.
48068
48069 2005-03-02  Bruno Haible  <bruno@clisp.org>
48070
48071         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
48072         stpncpy.c uses it.
48073
48074 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48075
48076         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
48077         The workaround isn't strictly needed for POSIX conformance, and
48078         it's too much of a pain to configure and maintain.  We'll ask
48079         people to fix their kernels instead.
48080         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
48081         (NANOSLEEP_BUG_WORKAROUND): Remove.
48082         (xnanosleep): Remove the workaround.
48083
48084 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48085
48086         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
48087         Reported by Derek Price.
48088         (Include): Add "timespec.h".
48089
48090         * modules/xnanosleep (Depends-on): Remove gethrxtime.
48091
48092 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48093
48094         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
48095         to detect nanosleep bug.
48096
48097 2005-03-01  Bruno Haible  <bruno@clisp.org>
48098
48099         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
48100
48101 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48102
48103         * modules/gethrxtime: New file.
48104         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
48105         (Depends-on): Add gethrxtime.
48106         (configure.ac): Add gl_XNANOSLEEP.
48107         (Makefile.am): Remove lib_SOURCES line.
48108
48109 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
48110
48111         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
48112         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
48113
48114 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
48115
48116         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
48117         * lib/timespec.h (gettime): Return void, since it always
48118         succeeds now.  All uses changed.
48119         * lib/gettime.c (gettime) Likewise.
48120         [HAVE_NANOTIME]: Prefer nanotime.
48121         Assume gettimeofday succeeds, as POSIX requires.
48122         Assime time () succeeds, since other code already does.
48123         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
48124         (timespec_subtract): Remove.
48125         (NANOSLEEP_BUG_WORKAROUND): New constant.
48126         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
48127         things considerably.  Use it only on GNU/Linux hosts, since the
48128         workaround shouldn't be needed elsewhere.
48129
48130 2005-02-24  Bruno Haible  <bruno@clisp.org>
48131
48132         * modules/gettext (Files): Add m4/glibc2.m4.
48133
48134 2005-02-24  Bruno Haible  <bruno@clisp.org>
48135
48136         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
48137         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
48138         * m4/progtest.m4:
48139         Update from GNU gettext 0.14.2.
48140         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
48141
48142 2005-02-24  Bruno Haible  <bruno@clisp.org>
48143
48144         * lib/localcharset.c: Update from GNU gettext 0.14.2.
48145         * lib/config.charset: Update from GNU gettext 0.14.2.
48146
48147 2005-02-24  Bruno Haible  <bruno@clisp.org>
48148
48149         * lib/gettext.h: Update from GNU gettext 0.14.2.
48150
48151 2005-02-23  Simon Josefsson  <jas@extundo.com>
48152
48153         * m4/iconvme.m4: New file.
48154
48155 2005-02-23  Jim Meyering  <jim@meyering.net>
48156
48157         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
48158         change.
48159         Thanks to Bruno Haible for catching it.
48160
48161 2005-02-22  Simon Josefsson  <jas@extundo.com>
48162
48163         * modules/iconvme: New file.
48164
48165         * MODULES.html.sh: Add iconvme.
48166
48167 2005-02-22  Simon Josefsson  <jas@extundo.com>
48168
48169         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
48170
48171 2005-02-22  Simon Josefsson  <jas@extundo.com>
48172
48173         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
48174
48175 2005-02-22  Jim Meyering  <jim@meyering.net>
48176
48177         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
48178         s/ifndef/ifdef/.
48179
48180 2005-02-20  Neil Conway  <neilc@samurai.com>
48181
48182         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
48183         returned by OSX/Darwin if the specified buffer is not large
48184         enough for the hostname.
48185
48186 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48187
48188         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
48189         pass it to _help, otherwise the latter coredumps trying to
48190         dereference state.root_argp.
48191
48192 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48193
48194         * modules/chdir-long (Depends-on): Add memrchr.
48195         * modules/memrchr (Files): Add lib/memrchr.h.
48196         (Include): "memrchr.h".
48197
48198 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48199
48200         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
48201
48202 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48203
48204         * lib/memrchr.h: New file.
48205         * lib/chdir-long.c: Include it.
48206         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
48207         Don't bother including stddef.h.
48208
48209 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
48210
48211         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
48212         inclusion.
48213         Include <sys/types.h>, for dev_t.
48214         (ME_DUMMY, ME_REMOTE): Move from here....
48215         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
48216         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
48217         Dmitry V. Levin.
48218         Include mountlist.h first, to test the interface.
48219
48220 2005-01-29  Bruno Haible  <bruno@clisp.org>
48221
48222         * lib/progname.c (program_name): Initialize.
48223         Needed when linking statically on MacOS X.
48224
48225 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
48226
48227         Sync from coreutils.
48228         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
48229         (Depends-on): Add c-strtod.
48230         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
48231
48232 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
48233
48234         Sync from coreutils.
48235         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
48236
48237         Remove files that are specific to coreutils.
48238         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
48239
48240 2005-01-28  Bruno Haible  <bruno@clisp.org>
48241
48242         * modules/javacomp: New file.
48243         * MODULES.html.sh (Java): Add javacomp.
48244
48245 2005-01-28  Bruno Haible  <bruno@clisp.org>
48246
48247         * m4/javacomp.m4: New file, from GNU gettext.
48248
48249 2005-01-28  Bruno Haible  <bruno@clisp.org>
48250
48251         * lib/javacomp.sh.in: New file, from GNU gettext.
48252         * lib/javacomp.h: New file, from GNU gettext.
48253         * lib/javacomp.c: New file, from GNU gettext.
48254
48255 2005-01-26  Simon Josefsson  <jas@extundo.com>
48256
48257         * lib/gai_strerror.c: Use GPL in header.
48258
48259 2005-01-26  Bruno Haible  <bruno@clisp.org>
48260
48261         * modules/javaexec: New file.
48262         * MODULES.html.sh (Java): Add javaexec.
48263
48264 2005-01-26  Bruno Haible  <bruno@clisp.org>
48265
48266         * m4/javaexec.m4: New file, from GNU gettext.
48267
48268 2005-01-26  Bruno Haible  <bruno@clisp.org>
48269
48270         * lib/javaexec.sh.in: New file, from GNU gettext.
48271         * lib/javaexec.h: New file, from GNU gettext.
48272         * lib/javaexec.c: New file, from GNU gettext.
48273
48274 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48275
48276         * modules/lchown (Depends-on): Remove lchown.h
48277
48278 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48279
48280         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
48281         must be defined if the header file was not found, in order
48282         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
48283
48284 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48285
48286         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
48287         initializers for struct pentry_state.
48288         (__argp_error): Check return value of __asprintf
48289         (__argp_failure): Translate error message
48290
48291         * lib/argp-parse.c: Removed braces around the expansion of N_()
48292
48293 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48294
48295         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
48296         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
48297         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
48298         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
48299         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
48300         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
48301         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
48302         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
48303         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
48304         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
48305         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
48306         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
48307         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
48308         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
48309         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
48310         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
48311         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
48312         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
48313         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
48314         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
48315         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
48316         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
48317         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
48318         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
48319         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
48320         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
48321         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
48322         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
48323         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
48324         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
48325         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
48326         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
48327         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
48328         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
48329         xstrtol.m4, xstrtoumax.m4, yesno.m4:
48330         Use an all-permissive copyright notice, recommended by RMS.
48331
48332 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
48333
48334         * modules/chdir-long (Depends-on): Remove mempcpy.
48335
48336 2005-01-21  Jim Meyering  <jim@meyering.net>
48337
48338         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
48339         same value as for Solaris 9.
48340
48341         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
48342         component length.  This included changing the parameter to be
48343         of type `char *' rather than `char const *'.
48344         * lib/chdir-long.h (chdir_long): Update prototype.
48345
48346         * lib/openat.c (fdopendir, fstatat): New functions.
48347         * lib/openat.h: Include headers required for use of DIR and struct
48348         stat.
48349         [AT_SYMLINK_NOFOLLOW]: Define.
48350         (fdopendir, fstatat): Add prototypes.
48351
48352 2005-01-21  Bruno Haible  <bruno@clisp.org>
48353
48354         * modules/classpath: New file.
48355         * MODULES.html.sh (Java): Add classpath.
48356
48357 2005-01-21  Bruno Haible  <bruno@clisp.org>
48358
48359         * lib/classpath.h: New file, from GNU gettext.
48360         * lib/classpath.c: New file, from GNU gettext.
48361
48362 2005-01-20  Simon Josefsson  <jas@extundo.com>
48363
48364         * modules/version-etc-fsf: New file.
48365
48366 2005-01-20  Simon Josefsson  <jas@extundo.com>
48367
48368         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
48369         * lib/version-etc.c: Remove version_etc_copyright.
48370         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
48371         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
48372
48373 2005-01-20  Simon Josefsson  <jas@extundo.com>
48374
48375         * lib/base64.h (isbase64): Add.
48376
48377         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
48378         using a unsigned prototype, don't inline.
48379         (base64_decode): Use it.
48380
48381 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48382
48383         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
48384         it.
48385
48386 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48387
48388         * lib/save-cwd.c (save_cwd): Remove code to support the case
48389         where fchdir is missing or flaky.
48390
48391 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48392
48393         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
48394
48395 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
48396
48397         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
48398         AC_LIBSOURCES now does this.
48399         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
48400         with new ullong_max module.
48401
48402 2005-01-19  Bruno Haible  <bruno@clisp.org>
48403
48404         * modules/sh-quote: New file.
48405         * MODULES.html.sh (Executing programs): Add sh-quote.
48406
48407 2005-01-19  Bruno Haible  <bruno@clisp.org>
48408
48409         * lib/sh-quote.h: New file, from GNU gettext.
48410         * lib/sh-quote.c: New file, from GNU gettext.
48411
48412 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
48413
48414         Merge from coreutils.
48415         * m4/ullong_max.m4: New file.
48416         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
48417         (gl_MACROS): Assume localeconv exists.
48418
48419 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
48420
48421         Merge changes from coreutils, as described below in several
48422         changelogs dated today.
48423
48424         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
48425         (O_DIRECTORY): Remove; not needed here, since "." must be
48426         a directory.  All uses removed.
48427         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
48428         universal on Suns, and we also need to test for IRIX.
48429         Revamp code to use 'if' rather than '#if'.
48430         Avoid unnecessary comparison of cwd->desc to 0.
48431
48432         * lib/utimens.c (futimens): Robustify the previous patch, by checking
48433         for known valid error numbers rather than observed invalid ones.
48434
48435 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
48436
48437         * modules/ullong_max: New file.
48438
48439         * modules/chdir-long, modules/openat: New files.
48440         * modules/save-cwd (Depends-on): Depend on chdir-long.
48441         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
48442
48443 2005-01-18  Jim Meyering  <jim@meyering.net>
48444
48445         Merge from coreutils.
48446         * m4/chdir-long.m4, m4/openat.m4: New files.
48447         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
48448         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
48449         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
48450         is sane and DOES follow symlinks.  Besides, testing 20 different
48451         systems found no broken chown implementations.
48452         Prompted by a change in rsync's copy of this macro.
48453         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
48454
48455         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
48456
48457         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
48458         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
48459         NULL-means-set-to-current-time semantics.
48460         Remove temporary file immediately, rather than waiting
48461         for configure's at-exit trap code to do it.
48462
48463 2005-01-18  Jim Meyering  <jim@meyering.net>
48464
48465         * lib/version-etc.c (version_etc_copyright): Update copyright date.
48466
48467         * lib/utimens.c (futimens): Account for the fact that futimes
48468         can also fail with errno == ENOSYS or errno == ENOENT.
48469         Patch from Dmitry V. Levin.
48470
48471         Change the name of the robust chdir function from chdir to chdir_long.
48472         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
48473         (restore_cwd): Use chdir_long, not chdir.
48474         * lib/chdir-long.c: Renamed from chdir.c.
48475         * lib/chdir-long.h: Renamed from chdir.h.
48476         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
48477         Hurd.
48478
48479 2005-01-18  Bruno Haible  <bruno@clisp.org>
48480
48481         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
48482         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
48483         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
48484         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
48485         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
48486         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
48487         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
48488         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
48489         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
48490         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
48491         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
48492         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
48493         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
48494         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
48495         Use an all-permissive copyright notice, recommended by RMS.
48496
48497 2005-01-18  Bob Proulx  <bob@proulx.com>
48498
48499         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
48500         simplify offsetof() macro construct to avoid compile failure with
48501         native HP-UX 11.0 ANSI C compiler.
48502
48503 2005-01-17  Bruno Haible  <bruno@clisp.org>
48504
48505         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
48506         redundant because stpncpy.m4 takes care of it.
48507
48508 2005-01-17  Bruno Haible  <bruno@clisp.org>
48509
48510         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
48511
48512 2005-01-17  Bruno Haible  <bruno@clisp.org>
48513
48514         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
48515         used.
48516
48517 2005-01-17  Bruno Haible  <bruno@clisp.org>
48518
48519         * lib/fwriteerror.h (fwriteerror): Change specification to include
48520         fclose.
48521         * lib/fwriteerror.c: Include <stdbool.h>.
48522         (fwriteerror): At the end, close the file stream. Record whether
48523         stdout was already closed.
48524
48525 2005-01-17  Bruno Haible  <bruno@clisp.org>
48526
48527         * lib/execute.c (environ): Declare if needed.
48528         * lib/pipe.c (environ): Likewise.
48529         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
48530
48531 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48532
48533         * modules/argp: Depend on vsnprintf
48534
48535 2005-01-10  Jim Meyering  <jim@meyering.net>
48536
48537         * modules/closeout (Depends-on): Add atexit.
48538
48539 2005-01-06  Bruno Haible  <bruno@clisp.org>
48540
48541         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
48542
48543 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48544
48545         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
48546         definitions to be after all include files, to avoid collisions.
48547         Problem reported by Bob Proulx.
48548
48549 2005-01-04  Jim Meyering  <jim@meyering.net>
48550
48551         Changes imported from coreutils.
48552         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
48553         as the mkstemp template, use a temporary directory and an
48554         8.3-friendly template to avoid trouble on systems like DJGPP.
48555         Reported by Juan M. Guerrero via Stepan Kasal.
48556         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
48557         close. Remove the temporary directory right away, rather than waiting
48558         for configure's at-exit trap code to do it.
48559         Suggestion from Stepan Kasal.
48560
48561 2005-01-01  Simon Josefsson  <jas@extundo.com>
48562
48563         * gnulib-tool: Print #include directives when --import'ing.
48564
48565 2004-12-28  Simon Josefsson  <jas@extundo.com>
48566
48567         * tests/test-base64.c: Include required header files.  Remove
48568         unused variables.
48569
48570 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
48571
48572         * modules/error (Depends-on): Remove gettext.
48573
48574 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
48575
48576         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
48577         not needed.  This removes a dependency on the gettext module.
48578         [defined _LIBC]: Do not include <libintl.h>; not needed.
48579
48580 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
48581
48582         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
48583         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
48584
48585 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
48586
48587         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
48588         HAVE_DECL_STRTOLD.
48589
48590 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
48591
48592         * modules/getdate (Depends-on): Remove alloca-opt.
48593
48594 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
48595
48596         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
48597
48598 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
48599
48600         * lib/argp-parse.c: Include <stddef.h>.
48601         (alignof, alignto): New macros.
48602         (parser_init): Don't assume that void * is aligned sufficiently
48603         for struct option.
48604
48605         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
48606         need to extend the stack.
48607         (YYINITDEPTH): New macro, so that the initial stack isn't overly
48608         large.
48609
48610 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48611
48612         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
48613
48614 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
48615
48616         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
48617         (2004-10-24) change.  Apparently this was a false alarm.
48618
48619         * modules/getdate: Depend on alloca-opt, not alloca.
48620
48621 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
48622
48623         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
48624         Remove now-obsolete comment about AIX.
48625         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
48626         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
48627         (YYMAXDEPTH): New macro.
48628
48629 2004-12-18  Simon Josefsson  <jas@extundo.com>
48630
48631         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
48632
48633 2004-12-18  Bruno Haible  <bruno@clisp.org>
48634
48635         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
48636
48637 2004-12-18  Bruno Haible  <bruno@clisp.org>
48638
48639         * lib/fatal-signal.c (fatal_signals): Make non-const.
48640         (init_fatal_signals): New function.
48641         (uninstall_handlers, install_handlers): Ignore signals that were set to
48642         SIG_IGN.
48643         (at_fatal_signal): Call init_fatal_signals.
48644         (init_fatal_signal_set): Likewise. Ignore signals that were set to
48645         SIG_IGN.
48646         Reported by Paul Eggert.
48647
48648 2004-12-18  Bruno Haible  <bruno@clisp.org>
48649
48650         * doc/alloca.texi: New file.
48651         * doc/alloca-opt.texi: New file.
48652
48653 2004-12-17  Jim Meyering  <jim@meyering.net>
48654
48655         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
48656         Otherwise, install-sh could exit with improper exit status when
48657         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
48658
48659 2004-12-16  Simon Josefsson  <jas@extundo.com>
48660
48661         * tests/test-base64.c: Add license.
48662
48663 2004-12-15  Stepan Kasal  <address@hidden>
48664
48665         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
48666
48667 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
48668
48669         * modules/getcwd (Files): Add m4/d-ino.m4.
48670         Suggested by Mark D. Baushke.
48671
48672 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
48673
48674         * lib/getdate.y (textint): New member "negative".
48675         (time_zone_hhmm): New function.
48676         Expect 14 shift-reduce conflicts, not 13.
48677         (o_colon_minutes): New rule.
48678         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
48679         (yylex): Set the "negative" member of signed numbers.
48680
48681 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
48682
48683         * doc/getdate.texi (Time of day items, Time zone items):
48684         Describe new formats +00:00, UTC+00:00.
48685
48686 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48687
48688         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
48689         spurious "-l"s.  Problem reported by Stepan Kasal.
48690
48691 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
48692
48693         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
48694         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
48695
48696 2004-12-04  Simon Josefsson  <jas@extundo.com>
48697
48698         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
48699         Vandoorselaere <yoann@prelude-ids.org>.
48700
48701 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
48702
48703         Changes imported from coreutils.
48704         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
48705         exist.
48706         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
48707
48708 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
48709
48710         Changes imported from coreutils.
48711         * lib/hard-locale.c: Assume <locale.h> exists.
48712         Include "strdup.h".
48713         (GLIBC_VERSION): New macro.
48714         (hard_locale): Assume setlocale exists.
48715         Rewrite to avoid #ifdef.
48716         Use strdup rather than malloc + strcpy.
48717         * lib/human.c: Assume <locale.h> exists.
48718         (human_readable): Assume localeconv exists.
48719
48720 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
48721
48722         * modules/hard-locale (Depends-on): Add strdup.
48723
48724 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
48725
48726         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
48727         convert T2, not T.  (Imported from libc.)
48728
48729 2004-11-30  Simon Josefsson  <jas@extundo.com>
48730
48731         * modules/restrict (License): Change to LGPL.
48732
48733 2004-11-30  Simon Josefsson  <jas@extundo.com>
48734
48735         * m4/restrict.m4: Add copyright and copying conditions.
48736
48737 2004-11-30  Simon Josefsson  <jas@extundo.com>
48738
48739         * m4/base64.m4: New file.
48740
48741 2004-11-30  Simon Josefsson  <jas@extundo.com>
48742
48743         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
48744         base64.
48745
48746         * tests/test-base64.c: New file.
48747
48748         * modules/base64: New file.
48749
48750 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
48751
48752         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
48753         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
48754
48755         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
48756
48757 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
48758
48759         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
48760         (__getcwd.c): Don't restore errno; glibc doesn't.
48761         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
48762         first, falling back to our code only if its results look suspicious.
48763         Ensure that the resulting buffer is only as large as necessary.
48764
48765         * lib/readutmp.c: Include readutmp.h first.
48766         Include <errno.h>, since readutmp.h no longer does that.
48767         * lib/readutmp.h: Don't include <errno.h>,
48768         <sys/param.h>, <time.h>; not needed to establish interface.
48769         (errno): Remove decl.
48770         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
48771         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
48772         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
48773
48774 2004-11-28  Simon Josefsson  <jas@extundo.com>
48775
48776         * lib/base64.h, base64.c: New file.
48777
48778 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
48779
48780         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
48781
48782 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
48783
48784         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
48785         (Depends-on): Remove pathmax, same.  Add mempcpy.
48786         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
48787         (Makefile.am): Append getcwd.h to lib_SOURCES.
48788         (Include): Add getcwd.h.
48789         (Maintainer): Change from Jim Meyering to "all, glibc",
48790         since getdate now uses intended-for-glibc code.
48791         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
48792         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
48793
48794 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48795
48796         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
48797         HP's ANSI C compiler.
48798         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
48799         Declaring int functions causes warnings on some modern systems and
48800         shouldn't be needed to compile on ancient ones.
48801         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
48802         defined.
48803
48804         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
48805         with the following changes.
48806         (__set_errno): Parenthesize properly.
48807         Include <stdbool.h>.
48808         (MIN, MAX, MATCHING_INO): New macros.
48809         (__getcwd): Define with prototype, not K&R form.
48810         Use heuristics to allocate default buffer on stack if possible.
48811         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
48812         behavior, and to avoid the PATH_MAX limit when computing
48813         ../../../../...
48814         Use MATCHING_INO to compare inode number to file.
48815         Check for arithmetic overflow in size calculations.
48816         Fix bug in reallocation of dot array that caused getcwd to fail
48817         on directories nested deeper than 75.
48818         Be more careful about saving errno on error.
48819         Do not use realloc; use only free+malloc, as this is a bit
48820         more flexible and avoids a needless copy operation.
48821         Do not inspect st_dev and st_ino for symbolic links; POSIX
48822         doesn't specify the latter.
48823         Check for closedir errors.
48824         Avoid needless casts.
48825         Use "#ifdef weak_alias" around weak_alias, to be like other
48826         glibc code.
48827         The following changes to getcwd.c have effect only when used in
48828         gnulib; they have no effect inside glibc proper.
48829         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
48830         as alloca isn't used.
48831         (alloca, __alloca): Likewise.
48832         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
48833         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
48834         unconditionally, as gnulib assumes C89 or better.
48835         Do not include <sys/param.h>.
48836         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
48837         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
48838         better.
48839         (NULL) [!defined NULL]: Remove; we assume C89 or better.
48840         Include <dirent.h> in a way that is compatible with modern Autoconf.
48841         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
48842         New macros, if not already defined.
48843         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
48844         Use "_LIBC", not "defined _LIBC", for consistency.
48845         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
48846         a mempcpy module.
48847         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
48848         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
48849         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
48850         credit only to Jim Meyering and adjust the copyright dates.
48851         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
48852         <stdlib.h>, <unistd.h>, "pathmax.h".
48853         Instead, include "xgetcwd.h" (first) and "getcwd.h".
48854         (INITIAL_BUFFER_SIZE): Remove.
48855         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
48856
48857 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48858
48859         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
48860         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
48861         Use the _ONCE methods, for efficiency.
48862         Check for fcntl.h.  In test program, include <errno.h>
48863         and <fcntl.h> if available.  Remove old K&R cruft from
48864         test program.  Check for common errors in GNU/Linux,
48865         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
48866         don't do AC_LIBOBJ, as that's getcwd.m4's job.
48867         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
48868         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
48869         name accordingly.
48870         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
48871         accommodate new getcwd.c.
48872         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
48873         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
48874         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
48875         that's all we need now.
48876
48877 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48878
48879         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
48880         argp-parse.c depends on getopt internals, that means we should
48881         always use our getopt, to be on the safe side.
48882         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
48883         order not to spoil the result of an eventual previous invocation
48884         of gl_GETOPT_SUBSTITUTE.
48885
48886 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48887
48888         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
48889         redefinition warnings. To avoid them, include the defines
48890         in `#if !defined __need_getopt ... #endif'. The only place
48891         where __getopt_argv_const is used is in definitions
48892         of getopt_long and getopt_long_only below, which are as well
48893         protected by `#ifndef __need_getopt'.
48894         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
48895         __need_getopt after including <stdio.h> and <unistd.h> These
48896         headers might have defined it.
48897
48898 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
48899
48900         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
48901
48902 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
48903
48904         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
48905         (futimens): New function, which uses futimes if available.
48906         (futimens, utimens): Support timespec==NULL, with same semantics
48907         as utime and utimens.
48908         * lib/utimens.h (futimens): New decl.
48909
48910 2004-11-23  Jim Meyering  <jim@meyering.net>
48911
48912         * lib/getopt_.h: Remove trailing blanks.
48913
48914 2004-11-23  Jim Meyering  <jim@meyering.net>
48915
48916         * lib/__fpending.c: Add comment.
48917
48918 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
48919
48920         * modules/canonicalize (Depends-on): Add xreadlink.
48921         Problem reported by James Youngman.
48922
48923 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
48924
48925         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
48926         New macros.
48927         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
48928         optopt): Use them instead of invoking ## directly; otherwise, the
48929         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
48930
48931 2004-11-19  Bruno Haible  <bruno@clisp.org>
48932
48933         * lib/strtok_r.c: Move comments from here...
48934         * lib/strtok_r.h: ... to here.
48935
48936 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
48937
48938         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
48939         implementations that mishandle size_t overflow.
48940
48941 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
48942
48943         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
48944         might fail.  Problem reported by Yoann Vandoorselaere.
48945         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
48946         implementations that mishandle size_t overflow.
48947
48948 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48949
48950         * modules/canon-host (Depends-on): Add strdup.
48951
48952 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48953
48954         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
48955
48956 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48957
48958         * lib/canon-host.c: Include "strdup.h".
48959         (canon_host): Use getaddrinfo if available, so that IPv6 works.
48960         Use strdup instead of malloc/strcpy to duplicate strings.
48961
48962         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
48963         (human_space_before_unit): New constant.
48964         * lib/human.c (human_readable): Support it.
48965
48966         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
48967         (xgetcwd): Set errno correctly when failing.
48968         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
48969         the failure is actually due to a PATH_MAX problem.
48970
48971         Further getopt changes to make it more likely that glibc will
48972         buy the changes back.
48973         * lib/getopt.c (POSIXLY_CORRECT): New constant.
48974         (getopt): Use it, so to preserve glibc semantic
48975         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
48976         when compiling for libc.
48977         * lib/getopt_.h (__getopt_argv_const): Bring it back.
48978         (getopt_long, getopt_long_only): Use it.
48979
48980         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
48981         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
48982         (getopt): Argv is now char * const *, as per standard.
48983         (_getopt_internal_r, _getopt_internal): Argv is now char **,
48984         not char *__getopt_argv_const *.
48985         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
48986         _getopt_long_only_r): Likewise.
48987         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
48988         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
48989         _getopt_long_r, _getopt_long_only_r): Likewise.
48990         * lib/getopt_.h (__getopt_argv_const): Remove.
48991         (getopt): Argv is now char * const *, as per standard.
48992
48993         * lib/getdate.y (tORDINAL): New token.
48994         (day, relunit): Allow it for relative times.
48995         (relative_time_table): Use tORDINAL for ordinals.
48996
48997 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48998
48999         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
49000         Document that "second" isn't allowed as an ordinal number.
49001
49002 2004-11-16  Jim Meyering  <jim@meyering.net>
49003
49004         * modules/closeout (Depends-on): Add fpending.
49005
49006 2004-11-15  Jim Meyering  <jim@meyering.net>
49007
49008         * lib/closeout.c: Include "__fpending.h" once again.
49009         Include <stdbool.h>.
49010         (close_stdout): Don't fail just because stdout was closed initially,
49011         since some programs don't write to stdout in the normal course of
49012         operation (other than --version and --help), and we don't want this
49013         function to make e.g. `touch file >&-' fail.
49014         But do fail if it was closed and someone has tried to write to it.
49015         E.g., `printf foo >&-' must fail.
49016
49017 2004-11-13  Jim Meyering  <jim@meyering.net>
49018
49019         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
49020
49021 2004-11-12  Simon Josefsson  <jas@extundo.com>
49022
49023         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
49024         small doc fix is still pending.
49025
49026 2004-11-11  Simon Josefsson  <jas@extundo.com>
49027
49028         * modules/strtok_r: New file.
49029
49030         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49031         strtok_r.
49032
49033 2004-11-11  Simon Josefsson  <jas@extundo.com>
49034
49035         * m4/strtok_r.m4: New file.
49036
49037         * m4/getopt.m4: Replace opterr.
49038
49039 2004-11-11  Simon Josefsson  <jas@extundo.com>
49040
49041         * lib/strtok_r.h, strtok_r.c: New file.
49042
49043 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49044
49045         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
49046         of replacing opterr, getopt, etc.  This should handle the
49047         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
49048
49049 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49050
49051         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
49052         we can stop lying to compilers about the constness of argv when we
49053         are compiled outside glibc.
49054         (getopt, getopt_long, getopt_long_only): Use it.
49055         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
49056         _getopt_internal, getopt): Likewise.
49057         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
49058         _getopt_long_only_r): Likewise.
49059         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
49060         _getopt_long_r, _getopt_long_only_r): Likewise.
49061
49062         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
49063         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
49064         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
49065         the other external symbols.
49066         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
49067         declaration, since the above renaming now works around collisions.
49068
49069 2004-11-11  Jim Meyering  <jim@meyering.net>
49070
49071         * lib/linebreak.c: Remove trailing blanks.
49072         * lib/alloca_.h: Likewise.
49073         * lib/acosl.c: Likewise.
49074         * lib/euidaccess.c: Likewise.
49075         * lib/allocsa.h: Likewise.
49076
49077 2004-11-10  Simon Josefsson  <jas@extundo.com>
49078
49079         * m4/getaddrinfo.m4: New file.
49080
49081 2004-11-10  Simon Josefsson  <jas@extundo.com>
49082
49083         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
49084
49085 2004-11-10  Simon Josefsson  <jas@extundo.com>
49086
49087         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49088         getaddrinfo.
49089
49090         * modules/getaddrinfo: New file.
49091
49092 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49093
49094         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
49095
49096 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49097
49098         * lib/mktime.c (SHR): New macro, which is a portable
49099         substitute for >> that should work even on Crays.
49100         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
49101         Problem reported by Mark D. Baushke in
49102         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
49103         * lib/getdate.y (SHR): Likewise.
49104         (tm_diff): Use it.
49105         * lib/strftime.c (SHR): Likewise.
49106         (tm_diff): Use it.
49107         * lib/quotearg.c (struct quoting_options): Use unsigned int for
49108         quote_these_too, so that right shifts are well defined.  All uses
49109         changed.
49110
49111 2004-11-10  Jim Meyering  <jim@meyering.net>
49112
49113         Ensure that no close failure goes unreported.
49114         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
49115         return early when it seems there's nothing to flush.
49116         Don't include __fpending.h.
49117
49118 2004-11-10  Jim Meyering  <jim@meyering.net>
49119
49120         * modules/closeout (Depends-on): Remove fpending.
49121
49122 2004-11-10  Jim Meyering  <jim@meyering.net>
49123
49124         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
49125
49126 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
49127
49128         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
49129         gl_FUNC_STRFTIME.
49130         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
49131         and AC_REQUIRE when possible, to avoid duplicate checks.
49132         Check for <wchar.h>.
49133
49134 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
49135
49136         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
49137
49138 2004-11-09  Bruno Haible  <bruno@clisp.org>
49139
49140         * m4/sockpfaf.m4: New file.
49141
49142 2004-11-05  Bruno Haible  <bruno@clisp.org>
49143
49144         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
49145         Reported by Mark D. Baushke <mdb@cvshome.org>.
49146
49147 2004-11-04  Bruno Haible  <bruno@clisp.org>
49148
49149         2004-09-11  Bruno Haible  <bruno@clisp.org>
49150                 * allocsa.valgrind: New file.
49151         2004-02-06  Bruno Haible  <bruno@clisp.org>
49152                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
49153                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
49154                 Reported by Christopher Seip <chris.seip@hp.com>.
49155
49156 2004-11-04  Bruno Haible  <bruno@clisp.org>
49157
49158         * modules/allocsa (Files): Add lib/allocsa.valgrind.
49159         (Makefile.am): Distribute it.
49160
49161 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
49162
49163         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
49164         with errno == ERANGE if the buffer is too small.
49165         Problem reported by Mark D. Baushke.
49166
49167 2004-11-03  Albert Chin  <china@thewrittenword.com>
49168             Paul Eggert  <eggert@cs.ucla.edu>
49169
49170         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
49171         equivalent, substitute $ac_type for equivalent type rather than
49172         blindly using uint32_t *always* which won't work if uint32_t is not
49173         available.  Define _UINT32_T to work around typedef of uint32_t if
49174         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
49175         2.5.1.
49176
49177 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49178
49179         * m4/jm-macros.m4: Sync from coreutils.
49180         (gl_MACROS): Check for mbrlen, for pathchk.
49181         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
49182
49183 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49184
49185         * lib/xreadlink.c (MAXSIZE): New macro.
49186         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
49187         size does not exceed MAXSIZE.  Avoid cast.
49188         As suggested by Mark D. Baushke in
49189         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
49190         if readlink fails with buffer size just under MAXSIZE, try again
49191         with MAXSIZE.
49192
49193 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49194
49195         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
49196
49197 2004-11-02  Derek R. Price  <derek@ximbiot.com>
49198         and  Paul Eggert  <eggert@cs.ucla.edu>
49199
49200         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
49201         (get_date): Overparenthesize to avoid GCC warning.
49202
49203 2004-11-02  Bruno Haible  <bruno@clisp.org>
49204
49205         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
49206         returns void.
49207
49208 2004-11-02  Bruno Haible  <bruno@clisp.org>
49209
49210         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
49211         function returns void.
49212
49213 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
49214
49215         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
49216         fflush_unlocked, flockfile, funlockfile, funlockfile,
49217         fputs_unlocked, putc_unlocked.
49218
49219 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
49220
49221         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
49222         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
49223         already declared.
49224
49225 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49226
49227         * modules/getdate (Files): Add doc/getdate.texi.
49228         (Depends-on): Add setenv, xalloc.
49229
49230 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49231
49232         * lib/getdate.y: Add support for TZ="foo" within a date string.
49233         Fix some bugs near time_t boundaries.  Reject dates with
49234         out-of-range components, e.g., "Sept 31".
49235         Include <stdlib.h>, "setenv.h", "xalloc.h".
49236         (ISDIGIT_LOCALE): Remove; unused.
49237         Note that the TZ and time functions used here are not reentrant.
49238         (mktime_ok, get_tz): New functions.
49239         (TZBUFSIZE): New constant.
49240         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
49241         This requires that we sometimes generate our own TZ="XXX..." setting.
49242
49243 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49244
49245         * doc/getdate.texi: New file, from coreutils with modifications for
49246         the new TZ parsing.
49247
49248 2004-10-27  Derek R. Price  <derek@ximbiot.com>
49249
49250         * lib/mktime.c (not_equal_tm): Remove redundant check.
49251
49252 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
49253
49254         * modules/regex (lib_SOURCES): Add regex.c.
49255         Reported by James Youngman in
49256         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
49257
49258 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
49259
49260         * lib/getdate.y: Use Bison 1.875 features, and some minor
49261         code cleanups.  This change does not affect semantics.
49262         Don't include <stdlib.h>; no longer needed.
49263         Don't include unlocked-io.h; only the "#if TEST" code uses
49264         stdio, and performance isn't crucial there.
49265         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
49266         Bison 1.875 features as described below.
49267         All uses of "PC." replaced by "pc->".
49268         (YYSTYPE): Add a forward declaration.
49269         (yylex, yyerror): Use full prototypes in forward decls.
49270         Use "%pure-parser" rather than obsolescent "%pure_parser".
49271         Use %parse-param and %lex-param instead of obsolescent
49272         YYPARSE_PARAM and YYLEX_PARAM.
49273         (meridian_table, month_and_day_table, time_units_table,
49274         relative_time_table, time_zone_table, military_table,
49275         lookup_zone, lookup_word, get_date):
49276         Use NULL instead of 0 where appropriate.
49277         (to_hour): Avoid abort (), to avoid a dependency on
49278         stdlib.h.
49279         (yyerror, yylex): Now accepts parser_control * arg.
49280         (main) [TEST]: Use '\0' rather than 0 for char.
49281
49282 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
49283
49284         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
49285
49286 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
49287
49288         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
49289         It's now the caller's responsibility to handle the case where
49290         !HAVE_GETPAGESIZE && !defined getpagesize.
49291
49292         * lib/mktime.c (leapyear): Arg is long int, not int.
49293
49294 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
49295
49296         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
49297
49298 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
49299
49300         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
49301         missing.  Problem reported by James Youngman.
49302
49303 2004-10-16  Simon Josefsson  <jas@extundo.com>
49304
49305         * gnulib-tool: Fix comments.  Fix parse problem.
49306         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
49307
49308 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
49309
49310         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
49311         implementation of getopt_long.  Problem reported by Alexander Taler in:
49312         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
49313
49314 2004-10-15  Bruno Haible  <bruno@clisp.org>
49315
49316         * gnulib-tool: Untabify. Initialize supplied_libname.
49317         (func_usage): More homogenous output.
49318         (func_modules_transitive_closure, func_modules_to_filelist,
49319         func_emit_lib_Makefile_am): New functions.
49320         (func_import): New function, extracted from big case statement. Use
49321         func_get_license, func_modules_transitive_closure,
49322         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
49323         opt_lgpl. Don't use test -a, as it's not portable.
49324         (func_create_testdir): Use func_modules_transitive_closure,
49325         func_modules_to_filelist, func_emit_lib_Makefile_am.
49326
49327 2004-10-15  Bruno Haible  <bruno@clisp.org>
49328
49329         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
49330
49331 2004-10-15  Bruno Haible  <bruno@clisp.org>
49332
49333         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
49334         the portions belonging to each module.
49335         Suggested by Derek Robert Price <derek@ximbiot.com>.
49336
49337 2004-10-12  Simon Josefsson  <jas@extundo.com>
49338
49339         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
49340         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
49341         to real functions.
49342
49343 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49344
49345         * modules/vsnprintf: New file.
49346
49347 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49348
49349         * m4/vsnprintf.m4: New file.
49350
49351 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49352
49353         * lib/vsnprintf.h: New file.
49354         * lib/vsnprintf.c: New file.
49355
49356 2004-10-11  Bruno Haible  <bruno@clisp.org>
49357
49358         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
49359         vsnprintf.
49360
49361 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49362
49363         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
49364
49365 2004-10-07  Bruno Haible  <bruno@clisp.org>
49366
49367         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
49368         fits into the provided buffer.
49369
49370 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49371
49372         * lib/diacrit.c, diacrit.h: Add GPL notice.
49373
49374         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
49375         notice.
49376         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
49377         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
49378         This avoids a potential constant-folding bug.
49379
49380 2004-10-05  Bruno Haible  <bruno@clisp.org>
49381
49382         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
49383         for the declaration of strsep.
49384
49385 2004-10-05  Bruno Haible  <bruno@clisp.org>
49386
49387         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
49388
49389 2004-10-04  Simon Josefsson  <jas@extundo.com>
49390
49391         * modules/memmem: New file.
49392         * tests/test-memmem.c: New file.
49393         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
49394
49395 2004-10-04  Simon Josefsson  <jas@extundo.com>
49396
49397         * m4/memmem.m4: New file.
49398
49399 2004-10-04  Simon Josefsson  <jas@extundo.com>
49400
49401         * lib/memmem.h: New file.
49402         * lib/memmem.c: New file, taken from glibc.
49403
49404 2004-10-04  Simon Josefsson  <jas@extundo.com>
49405
49406         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
49407         '#ifdef USE_UNLOCKED_IO'.
49408
49409 2004-10-04  Simon Josefsson  <jas@extundo.com>
49410
49411         * config/srclist.txt: Add memmem from glibc.
49412
49413 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49414
49415         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
49416
49417         * modules/argmatch, modules/argp, modules/closeout, modules/error,
49418         modules/exclude, modules/getdate, modules/getline,
49419         modules/getndelim2, modules/getpass, modules/getpass-gnu,
49420         modules/getusershell, modules/linebuffer, modules/md5,
49421         modules/mountlist, modules/posixtm, modules/readtokens,
49422         modules/readutmp, modules/regex, modules/sha1,
49423         modules/version-etc, modules/yesno:
49424         Remove dependency on unlocked-io.
49425
49426 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49427
49428         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
49429
49430         * m4/unlocked-io.m4: Add copyright notice.
49431         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
49432
49433 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49434
49435         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
49436         * lib/xmalloc.c (xmemdup): Likewise.
49437         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
49438         XFREE): Remove these long-obsolescent macros.
49439         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
49440         * lib/xstrdup.c: Remove.
49441
49442         * lib/regex.c (re_comp): Cast gettext return value to char *,
49443         Problem reported by Martin Neitzel via Mark D. Baushke.
49444
49445 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49446
49447         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
49448         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
49449         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
49450         regex.c, sha1.c, version-etc.c, yesno.c:
49451         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
49452         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
49453         the includer's responsibility.
49454
49455         Sync from coreutils.
49456
49457         * lib/modechange.c (mode_compile): Don't decrement a pointer that
49458         points to the start of a string, as the C Standard says the
49459         resulting behavior is undefined.
49460
49461         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
49462         simple -> simple_backups, numbered_existing ->
49463         numbered_existing_backups, numbered -> numbered_backups
49464         to avoid shadowing problems.  All uses changed.
49465         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
49466         * lib/backupfile.c (check_extension, numbered_backup):
49467         Rename locals to avoid shadowing 'basename'.
49468         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
49469         once.
49470
49471         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
49472         * lib/.cvsignore: Add getopt.h.
49473
49474 2004-10-04  Bruno Haible  <bruno@clisp.org>
49475
49476         * modules/README: New file.
49477         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
49478         not a module.
49479
49480 2004-10-02  Jim Meyering  <jim@meyering.net>
49481
49482         * lib/dirfd.h, getpagesize.h: Add copyright notice.
49483
49484 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49485
49486         * modules/strsep: New file.
49487
49488 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49489
49490         * m4/strsep.m4: New file.
49491
49492 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49493
49494         * lib/strsep.h: New file.
49495         * lib/strsep.c: New file.
49496
49497 2004-10-01  Simon Josefsson  <jas@extundo.com>
49498
49499         * lib/snprintf.c (snprintf): Handle size==0.
49500
49501 2004-10-01  Simon Josefsson  <jas@extundo.com>
49502             Bruno Haible  <bruno@clisp.org>
49503
49504         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
49505         (snprintf): Declare 'args'.
49506
49507 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
49508
49509         * lib/snprintf.c: Remove comments as to why each header is needed.
49510
49511 2004-10-01  Bruno Haible  <bruno@clisp.org>
49512
49513         * MODULES.html.sh: Add strsep.
49514
49515 2004-09-30  Simon Josefsson  <jas@extundo.com>
49516
49517         * modules/snprintf: New file.
49518
49519 2004-09-30  Simon Josefsson  <jas@extundo.com>
49520
49521         * m4/snprintf.m4: New file.
49522
49523 2004-09-30  Simon Josefsson  <jas@extundo.com>
49524
49525         * lib/snprintf.h, lib/snprintf.c: New files.
49526
49527 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49528
49529         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
49530         (hol_entry_help): Never translate an empty string.
49531         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
49532         * lib/argp.h (OPTION_NO_TRANS): New option.
49533
49534 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
49535
49536         * modules/argp (Maintainer): Replace Simon Josefsson
49537         by Sergey Poznyakoff.
49538
49539 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
49540
49541         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
49542         changes merged back into glibc.
49543
49544 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
49545
49546         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
49547
49548 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
49549
49550         * lib/xvasprintf.c: Include xalloc.h.
49551         (xvasprintf): Use xalloc_die, not xmalloc_die.
49552
49553 2004-09-29  Bruno Haible  <bruno@clisp.org>
49554
49555         * modules/alloca-opt: New file, derived from modules/alloca.
49556         * modules/allocsa: Depend on alloca-opt instead of alloca.
49557         * modules/setenv: Likewise.
49558         * modules/vasnprintf: Likewise.
49559         * MODULES.html.sh: Add alloca-opt.
49560
49561 2004-09-28  Simon Josefsson  <jas@extundo.com>
49562
49563         * gnulib-tool: New parameter --lgpl, to asseert that modules are
49564         LGPL, and to replace license template from GPL to LGPL.
49565
49566 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
49567
49568         * modules/dummy: Change license to LGPL.
49569
49570 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
49571
49572         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
49573
49574 2004-09-24  Simon Josefsson  <jas@extundo.com>
49575
49576         * modules/minmax (License): Change from GPL to LGPL.
49577
49578 2004-09-23  Simon Josefsson  <jas@extundo.com>
49579
49580         * gnulib-tool (--import): Typo.
49581
49582 2004-09-23  Simon Josefsson  <jas@extundo.com>
49583
49584         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
49585
49586 2004-09-22  Bruno Haible  <bruno@clisp.org>
49587
49588         * modules/*: Add 'License' field.
49589         * gnulib-tool: Accept --extract-license option.
49590         (func_get_license): New function.
49591
49592 2004-09-21  Bruno Haible  <bruno@clisp.org>
49593
49594         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
49595         Reported by Simon Josefsson.
49596
49597 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
49598
49599         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
49600         gl_AC_TYPE_LONG_LONG.
49601
49602 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
49603
49604         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
49605
49606 2004-09-18  Simon Josefsson  <jas@extundo.com>
49607         and  Paul Eggert  <eggert@cs.ucla.edu>
49608
49609         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
49610         calls with autoreconf.  Define GL_LIB.
49611
49612 2004-09-14  Karl Berry  <karl@gnu.org>
49613
49614         * config/srclist.txt: unsync setenv.c, sigh.
49615
49616 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
49617
49618         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
49619         Problem reported by Bruno Haible in:
49620         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
49621
49622 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
49623
49624         * config/srclist.txt: Comment out argp-pvh.c.
49625
49626 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
49627
49628         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
49629         in case some system header has #define'd it.  Problem reported by
49630         Soeren D. Schulze in
49631         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
49632
49633 2004-09-09  Karl Berry  <karl@gnu.org>
49634
49635         * regex.[ch]: delete from the root.  These were supposed to be
49636                 synced with emacs cvs, but this has not happened for about
49637                 a year, and anyway nothing else uses emacs regex.[ch].
49638                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
49639                 lib/regex[.ch] is untouched.
49640
49641 2004-09-09  Bruno Haible  <bruno@clisp.org>
49642
49643         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
49644
49645 2004-09-09  Bruno Haible  <bruno@clisp.org>
49646
49647         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
49648         modifications.
49649         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
49650
49651 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
49652
49653         * modules/xvasprintf: New file.
49654         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
49655
49656 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
49657
49658         * lib/xvasprintf.h: New file.
49659         * lib/xvasprintf.c: New file.
49660         * lib/xasprintf.c: New file.
49661
49662 2004-09-08  Bruno Haible  <bruno@clisp.org>
49663
49664         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
49665
49666 2004-09-08  Bruno Haible  <bruno@clisp.org>
49667
49668         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
49669         length is > INT_MAX.
49670         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
49671         more.
49672
49673 2004-09-08  Bruno Haible  <bruno@clisp.org>
49674
49675         * lib/stdint_.h: New file, taken from GNU clisp.
49676
49677 2004-09-08  Bruno Haible  <bruno@clisp.org>
49678             Oskar Liljeblad  <oskar@osk.mine.nu>
49679
49680         * modules/stdint: New file.
49681         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
49682
49683 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49684
49685         Import from coreutils.
49686         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
49687         strings on unbounded length.  alloca's performance benefits aren't
49688         that important here.
49689         (V_STRDUP): Remove.
49690         (parse_with_separator): New function, with most of the internals
49691         of the old parse_user_spec.  Allow user to omit both user and group,
49692         for compatibility with FreeBSD.
49693         Clone only the user name, not the entire spec.
49694         Do not set *uid, *gid unless entirely successful.
49695         Avoid memory leak in some failing cases.
49696         Fix regression for USER.GROUP reported by Dmitry V. Levin in
49697         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
49698         (parse_user_spec): Rewrite to use parse_with_separator.
49699
49700 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49701
49702         * modules/userspec: Don't depend on alloca.
49703
49704 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49705
49706         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
49707
49708 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
49709
49710         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
49711         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
49712         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
49713
49714 2004-08-16  Simon Josefsson  <jas@extundo.com>
49715
49716         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
49717         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
49718         Add --dry-run for --import.
49719         Let user provided command line parameters override configure.ac
49720         settings.
49721
49722 2004-08-12  Simon Josefsson  <jas@extundo.com>
49723
49724         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
49725         as discussed with Paul Eggert in threads rooted at
49726         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
49727         and
49728         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
49729         Before, the test was empty, and relied on ELIDE_CODE in source
49730         code.)
49731         (gl_PREREQ_GETOPT): New macro.
49732         (gl_GETOPT): Use them.
49733
49734 2004-08-12  Simon Josefsson  <jas@extundo.com>
49735
49736         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
49737         * lib/getopt_.h: Renamed from getopt.h.
49738
49739 2004-08-12  Simon Josefsson  <jas@extundo.com>
49740
49741         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
49742         Change default library name from libfoo to libgnu.
49743         Now, if you have a configure.ac that says:
49744                 gl_SOURCE_BASE(gl)
49745                 gl_M4_BASE(gl/m4)
49746                 gl_MODULES(error getopt etcetera)
49747                 gl_INIT
49748         you can import all you need by running:
49749                 ../gnulib/gnulib-tool --import
49750
49751         * modules/getopt (Files): Rename getopt.h to getopt_.h.
49752         (Makefile.am): Rewrite, use logic from argz.
49753         (Include): Use <getopt.h> instead of "getopt.h".
49754
49755 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49756
49757         * modules/argp (Files): Add m4/unlocked-io.m4.
49758         (Depends-on): Add extensions.
49759
49760 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49761
49762         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
49763         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
49764         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
49765         Check for program_invocation_name, program_invocation_short_name,
49766         flockfile, funlockfile, features.h, _getopt_long_only_r.
49767
49768 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49769
49770         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
49771         its complicated substitute.
49772         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
49773         and program_invocation_name.
49774         (__argp_basename) [!_LIBC]: Remove; the only use was
49775         replaced by its body.
49776         (__argp_short_program_name): Change condition from
49777         !defined __argp_short_program_name to
49778         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
49779         to match argp-namefrob.h.
49780         (__argp_failure): Don't assume strerror_r returns char *.
49781         * lib/argp-parse.c (N_): Define unconditionally.
49782         (argp_default_options): Fill out initializers with 0 to avoid
49783         gcc warnings.
49784
49785 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49786
49787         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
49788         getopt1.c.
49789
49790 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
49791
49792         Merge from coreutils.
49793
49794         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
49795
49796         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
49797         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
49798
49799 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
49800
49801         Merge from coreutils.
49802
49803         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
49804         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
49805         for Reliant Unix 5.43.
49806
49807         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
49808         (union fooround): Use uintmax_t, not long int.
49809         The rest is a merge from libc:
49810         [defined _LIBC]: Include <shlib-compat.h>.
49811         (_obstack) [defined _LIBC]: Remove after 2.3.4.
49812
49813         * lib/settime.c (settime): Recode to avoid warning with
49814         Sun Forte C 6U2.
49815
49816         * lib/strverscmp.c: Convert to UTF-8.
49817
49818 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
49819
49820         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
49821         m4/uintmax_t.m4.
49822
49823 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
49824
49825         * modules/xalloc-die: New file.
49826         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
49827
49828         * modules/md5 (Files): Add m4/uint32_t.m4.
49829         * modules/sha1: Renamed from modules/sha.
49830         (Files):
49831         Rename lib/sha.h to lib/sha1.h.
49832         Rename lib/sha.c to lib/sha1.c.
49833         Rename m4/sha.m4 to m4/sha1.m4.
49834         (lib_SOURCES): Likewise.
49835         (configure.ac): Rename gl_SHA to gl_SHA1.
49836         (Include): sha.h -> sha1.h.
49837
49838 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
49839
49840         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
49841         * m4/sha1.m4: Renamed from sha.m4.
49842         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
49843
49844 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
49845
49846         * lib/obstack.h (obstack_empty_p):
49847         Don't assume that chunk->contents is suitably aligned.
49848         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
49849         Likewise. Problem reported by Benno in
49850         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
49851
49852         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
49853         readable.  This could be improved further but it'd take some work.
49854
49855 2004-08-08  Simon Josefsson  <jas@extundo.com>
49856
49857         * modules/xgethostname (Depends-on): Remove exit and error (not
49858         used).
49859
49860         * modules/getpass-gnu: Add getpass.h.
49861         (Depends-on): Add stdbool.
49862         * modules/getpass: Add getpass.h.
49863
49864 2004-08-08  Simon Josefsson  <jas@extundo.com>
49865
49866         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
49867         Check getpass declaration.
49868
49869 2004-08-08  Simon Josefsson  <jas@extundo.com>
49870
49871         * lib/xgethostname.c: Don't include error.h (not used).
49872
49873         * lib/getpass.h: Add.
49874         * lib/getpass.c: Include getpass.h first.
49875
49876 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
49877
49878         * lib/xalloc-die.c: New file.
49879         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
49880         All uses removed.
49881         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
49882         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
49883         xalloc-die.c.
49884         (_, N_, xalloc_die): Move to xalloc-die.c.
49885         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
49886         so that we needn't mess with xalloc_msg_memory_exhausted.
49887
49888         * lib/sha1.h: Renamed from sha.h.
49889         (SHA1_H): Renamed from _SHA_H.
49890         (sha1_ctx): Renamed from sha_ctx.
49891         (sha1_init_ctx): Renamed from sha_init_ctx.
49892         (sha1_process_block): Renamed from sha_process_block.
49893         (sha1_process_bytes): Renamed from sha_process_bytes.
49894         (sha1_finish_ctx): Renamed from sha_finish_ctx.
49895         (sha1_read_ctx): Renamed from sha_read_ctx.
49896         (sha1_stream): Renamed from sha_stream.
49897         (sha1_buffer): Renamed from sha_buffer.
49898         * lib/sha1.c: Likewise; renamed from sha.c.
49899         Do not include <sys/types.h>.
49900         Include <stddef.h> rather than <stdlib.h>.
49901
49902 2004-08-08  Bruno Haible  <bruno@clisp.org>
49903
49904         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
49905         FILESYSTEM_PREFIX_LEN.
49906         * lib/progreloc.c: Likewise.
49907         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
49908
49909 2004-08-06  Simon Josefsson  <jas@extundo.com>
49910
49911         * modules/progname (Depends-on): Don't depend on stdbool.
49912
49913 2004-08-06  Simon Josefsson  <jas@extundo.com>
49914
49915         * modules/getsubopt: New file.
49916         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49917         getsubopt.
49918
49919 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
49920
49921         More merge from coreutils.
49922
49923         * m4/utimens.m4, m4/utimecmp.m4: New files.
49924         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
49925         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
49926         prereq.m4, sha.m4: Import changes from coreutils.
49927
49928 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
49929
49930         More merge from coreutils.
49931         * modules/raise, modules/readtokens0, modules/utimens:
49932         * modules/utimecmp, module/xnanosleep: New files.
49933         * modules/strftime: Add lib/strftime.h.
49934         Change include from <time.h> to "strftime.h".
49935         * modules/yesno: Add lib/yesno.h.
49936         * modules/backupfile: Remove lib/addext.c.
49937         * modules/euidaccess: Add stat-macros.h.
49938         * modules/canonicalize, modules/euidaccess,
49939         modules/filemode, modules/lchown, modules/makepath,
49940         modules/rmdir, modules/stat: Likewise.
49941
49942 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
49943
49944         Merge from tar.
49945         * lib/argp-help.c (make_hol, hol_append): Don't assume that
49946         SIZE_MAX is a valid preprocessor constant.
49947         (__argp_basename): Change from "#ifndef _LIBC"
49948         to "#ifndef __argp_short_program_name", so that
49949         we don't compile these functions for tar.
49950
49951         More merges from coreutils.
49952         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
49953         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
49954         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
49955         * lib/addext.c: Remove; no longer needed.
49956         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
49957         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
49958         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
49959         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
49960         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
49961         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
49962         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
49963         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
49964         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
49965         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
49966         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
49967         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
49968         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
49969         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
49970         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
49971         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
49972         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
49973         Import changes from coreutils.
49974
49975 2004-08-05  Simon Josefsson  <jas@extundo.com>
49976
49977         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
49978
49979 2004-08-05  Simon Josefsson  <jas@extundo.com>
49980
49981         * m4/getsubopt.m4: New file.
49982
49983 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
49984
49985         Merge from coreutils.
49986
49987         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
49988         * m4/getcwd-path-max.m4: New files.
49989
49990         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
49991         FILESYSTEM_PREFIX_LEN ->
49992         FILE_SYSTEM_PREFIX_LEN.
49993         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
49994         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
49995         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
49996         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
49997
49998         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
49999         prerequisite modules now handle the DOS stuff.
50000         Don't check for unistd.h.
50001
50002 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50003
50004         Merge from coreutils.
50005
50006         * lib/.gdb-history: Remove; this doesn't belong here.
50007
50008         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
50009         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
50010         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
50011         * lib/getcwd.c: New files.
50012
50013         * lib/dirname.h: Include <stdbool.h>.
50014         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
50015         for consistency with POSIX terminology.  All uses changed.
50016         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
50017         (strip_trailing_slashes): Use bool for booleans.
50018         * lib/stripslash.c (strip_trailing_slashes): Likewise.
50019
50020         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
50021         sometimes returns a positive errno value even when it succeeds.
50022         (print_errno_message) [!LIBC]: Fall back on strerror if
50023         __strerror_r fails.
50024
50025         * lib/path-concat.c (mempcpy): Don't define if a system header defines
50026         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
50027         (longest_relative_suffix): New function.
50028         (path_concat): Use it.  Assume first argument is not NULL.
50029         Port to DOS.  Omit redundant separators.
50030         Report an error instead of returning NULL.
50031         Use mempcpy instead of memcpy.
50032         (xpath_concat): Remove: not declared or used.
50033
50034         * lib/same.h: Include <stdbool.h>
50035         (same_name): Return bool, not int.
50036         * lib/same.c (same_name): Likewise.
50037         (errno): Don't declare; we assume C89 or better now.
50038
50039         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
50040         if not already defined.
50041
50042         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
50043         * lib/dup-safer.c (errno): Likewise.
50044
50045 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50046
50047         Merge from coreutils.
50048         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
50049         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
50050         * modules/path-concat: Don't depend on strdup.
50051
50052 2004-08-03  Simon Josefsson  <jas@extundo.com>
50053
50054         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
50055         * lib/progname.h: Don't include stdbool.h.
50056
50057 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50058
50059         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
50060         * MODULES.html.sh (func_all_modules): Remove fatal.
50061
50062 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50063
50064         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
50065
50066 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50067
50068         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
50069         working.
50070
50071 2004-08-02  Simon Josefsson  <jas@extundo.com>
50072
50073         * lib/getsubopt.h: New file, with comments from Bruno Haible.
50074         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
50075         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
50076
50077 2004-08-01  Simon Josefsson  <jas@extundo.com>
50078
50079         * lib/xgetdomainname.c: Include stdlib.h, for free().
50080
50081 2004-07-19  Bruno Haible  <bruno@clisp.org>
50082
50083         * MODULES.html.sh (func_all_modules): Add dummy.
50084
50085 2004-07-16  Simon Josefsson  <jas@extundo.com>
50086
50087         * modules/dummy: New file.
50088
50089 2004-07-16  Simon Josefsson  <jas@extundo.com>
50090
50091         * lib/dummy.c: New file.
50092
50093 2004-07-16  Bruno Haible  <bruno@clisp.org>
50094
50095         * lib/backupfile.h: Add extern "C" for C++.
50096         * lib/closeout.h: Likewise.
50097         * lib/copy-file.h: Likewise.
50098         * lib/findprog.h: Likewise.
50099         * lib/full-write.h: Likewise.
50100         * lib/pathname.h: Likewise.
50101         * lib/progname.h: Likewise.
50102         * lib/stpcpy.h: Likewise.
50103         * lib/stpncpy.h: Likewise.
50104         * lib/strcase.h: Likewise.
50105         * lib/strstr.h: Likewise.
50106         * lib/xalloc.h: Likewise.
50107
50108         * lib/mbswidth.h: Add extern "C" for C++.
50109         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
50110
50111 2004-07-13  Robert Millan  <robertmh@gnu.org>
50112
50113         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
50114
50115 2004-07-09  Simon Josefsson  <jas@extundo.com>
50116
50117         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
50118         failed without this.)
50119
50120 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
50121
50122         * modules/chown (Files): Add lib/fchown-stub.c, since
50123         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
50124
50125 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
50126
50127         * lib/fchown-stub.c: New file.
50128
50129 2004-06-24  Jim Meyering  <jim@meyering.net>
50130
50131         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
50132
50133 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50134
50135         * modules/argz: Omit "#include".
50136
50137         * MODULES.html.sh (func_all_modules): Add calloc, to match
50138         2004-06-01 addition of calloc module.
50139
50140 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50141
50142         * m4/argz.m4: New file, which is autoupdated from libtool.
50143
50144 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50145
50146         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
50147         libtool.
50148
50149 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50150
50151         * config/srclist-update: Don't insist on "USA." before the
50152         close-comment, as libtool omits the period and puts the */ on a
50153         separate line.
50154         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
50155         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
50156
50157 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
50158
50159         * modules/argz: New file.
50160         * MODULES.html.sh (func_all_modules): Add argz.
50161
50162 2004-06-12  Jim Meyering  <jim@meyering.net>
50163         and  Paul Eggert  <eggert@cs.ucla.edu>
50164
50165         * modules/hash (Files): Add lib/xalloc.h.
50166         * modules/pipe (Depends-on): Add wait-process.
50167         * modules/stat (Depends-on): Add xalloc.
50168         * modules/userspec (Files): Add lib/userspec.h.
50169         * modules/xstrto
50170
50171         Upgrade from gettext-0.13.
50172         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
50173         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
50174         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
50175
50176 2004-06-10  Jim Meyering  <jim@meyering.net>
50177
50178         * lib/calloc.c: New file.
50179
50180 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
50181
50182         * lib/getdate.y (yylex): Allow space between sign and number.
50183         Problem reported by Dan Jacobson.
50184
50185 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
50186
50187         Merge from coreutils CVS.
50188
50189         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
50190         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
50191         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
50192         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
50193         xstrtol.m4: Fix copyright date and/or serial number.
50194
50195         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
50196         See if we need an fchown replacement.
50197         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
50198         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
50199         and use the replacement function if we detect either defect.
50200
50201         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
50202         gl_UTIMECMP.
50203
50204 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
50205         and  Jim Meyering  <jim@meyering.net>
50206
50207         Merge from coreutils CVS.
50208
50209         * lib/stat-macros.h: New file, with contents from file-type.h
50210         and coreutils' system.h.
50211         * lib/file-type.c: Include "stat-macros.h".
50212         * lib/file-type.h (file_type): Move all macro definitions to new file,
50213         stat-macros.h.
50214
50215         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
50216         Wrap old code with this conditional.
50217         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
50218         function that does not dereference symlinks.
50219         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
50220
50221         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
50222         dependency problems.
50223         (xreadlink): Accept new arg SIZE, for efficiency.
50224         All decls and uses changed.
50225         * lib/xreadlink.h: Include <stddef.h>, for size_t.
50226
50227         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
50228         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
50229
50230         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
50231         sysexits.h.
50232
50233 2004-06-01  Jim Meyering  <jim@meyering.net>
50234
50235         * m4/calloc.m4: New file.
50236
50237 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
50238
50239         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
50240         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
50241         Also, fix a typo in a diagnostic.
50242
50243 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
50244
50245         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
50246         or AC_FUNC_REALLOC.
50247
50248 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
50249
50250         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
50251         macros to be defined.
50252         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
50253         the allocator returns NULL because the requested size is zero.
50254
50255 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50256
50257         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
50258         var.  Add comment explaining why libc still defines it.  This
50259         merges the following patch from glibc:
50260         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
50261
50262 2004-05-20  Andreas Schwab  <schwab@suse.de>
50263
50264         * m4/free.m4: Replace free if it not known to work, not the other
50265         way round.
50266
50267 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
50268
50269         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
50270         present in glibc since revision 1.1 of this file.
50271         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
50272         obstack_alignment_mask, obstack_alloc, obstack_base,
50273         obstack_blank, obstack_blank_fast, obstack_chunk_size,
50274         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
50275         obstack_grow0, obstack_init, obstack_int_grow,
50276         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
50277         obstack_next_free, obstack_object_size, obstack_ptr_grow,
50278         obstack_ptr_grow_fast, obstack_room): Remove declarations of
50279         nonexistent functions.
50280
50281 2004-05-18  Karl Berry  <karl@gnu.org>
50282
50283         * config/srclist.txt: break link for vasnprintf.c.
50284
50285 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
50286
50287         Port obstack to the AS/400, where pointers are 16 bytes wide and
50288         you cannot cast an integer to a valid pointer.  This patch is
50289         currently waiting to be integrated into glibc; see
50290         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
50291
50292         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
50293         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
50294         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
50295         (struct obstack): temp member is now a union of a pointer and
50296         an integer, instead of an integer.  All integer uses changed.
50297         This does not affect the physical layout of struct obstack,
50298         except on hosts (like the AS/400) where the size or alignment of
50299         void * is greater than that of ptrdiff_t.
50300         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
50301         __STDC__)]: Store temporary in pointer member of union, not
50302         integer member.
50303         * lib/obstack.c: Include <stddef.h>, for offsetof.
50304         (struct fooalign): Remove; it doesn't need a name.
50305         (union fooround): Change double to long double, and add void *.
50306         (DEFAULT_ALIGNMENT): Use offsetof to compute.
50307         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
50308         not a macro.  Hence the values are always int; so remove all
50309         casts-to-int in uses.
50310
50311 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
50312
50313         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
50314         we can get this patch merged into glibc.
50315
50316 2004-05-17  Derek R. Price  <derek@ximbiot.com>
50317             Paul Eggert  <eggert@cs.ucla.edu>
50318
50319         * m4/argp: Depend on alloca.
50320
50321 2004-05-17  Derek R. Price  <derek@ximbiot.com>
50322             Paul Eggert  <eggert@cs.ucla.edu>
50323
50324         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
50325         freecoding.
50326
50327 2004-05-17  Bruno Haible  <bruno@clisp.org>
50328
50329         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
50330         precision that consists of a '.' followed by an empty digit string.
50331         Patch by Tor Lillqvist <tml@iki.fi>.
50332
50333 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
50334
50335         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
50336         for backward compatibility with older code.  We need our own
50337         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
50338         it under some other name, and our alloca.h will define it.
50339
50340 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
50341             Derek Price  <derek@ximbiot.com>
50342
50343         * lib/alloca.c: Include <alloca.h>, to get our interface.
50344         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
50345         include <alloca.h> first.  Use C89 prototype for alloca; this
50346         requires including <stddef.h> for size_t.  Use extern "C" if C++.
50347         Use #elif for simplicity, since we can assume C89 now.
50348         Don't try to source the system alloca.h since it will not be found
50349         and to prevent recursively including its replacement.
50350         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
50351         * lib/regex.c: Likewise.
50352
50353 2004-05-16  Derek Price  <derek@ximbiot.com>
50354             Paul Eggert  <eggert@cs.ucla.edu>
50355
50356         getline cleanup.  This changes the getndelim2 API: both order of
50357         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
50358         no delimiter).
50359
50360         * lib/getline.c: Don't include stddef.h or stdio.h, since our
50361         interface does that.
50362         (getline): Always use getdelim, so that we don't have two
50363         copies of this code.
50364         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
50365         if available.
50366         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
50367         (GETNDELIM2_MAXIMUM): New macro.
50368         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
50369         instead of the old practice of delim2==0.  All callers changed.
50370         Return -1 on overflow, instead of returning junk.
50371         Do not set *linesize unless allocation succeeds.
50372         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
50373         that we include sys/types.h.
50374         * lib/getnline.h: Likewise.
50375         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
50376         (getndelim2): Reorder arguments.
50377         * lib/getnline.c (getnline, getndelim):
50378         Don't discard the NMAX argument.
50379         (getnline): Invoke getndelim, to avoid code duplication.
50380         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
50381         of (size_t) -1 by callers of the getnline family.
50382
50383 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50384
50385         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
50386         Check for gettimeofday.
50387         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
50388         Check for settimeofday, stime.
50389
50390 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50391
50392         * lib/nanosleep.c (suspended): Change its type from int to
50393         sig_atomic_t volatile.
50394         (first_call): Make it private to rpl_nanosleep, and have it
50395         be zero initially as that's a bit faster.
50396         (my_usleep): Round up fractional times instead of truncating them,
50397         as this is the usual meaning for 'sleep'.
50398
50399         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
50400         doesn't work.
50401         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
50402         (ENOSYS): Define if not defined.
50403         (settime): Fall back on stime if it exists and settimeofday fails.
50404         But don't bother with fallbacks if a method fails with errno == EPERM.
50405
50406 2004-05-11  Jim Meyering  <jim@meyering.net>
50407
50408         Prior to this change, the save_cwd caller required read access to the
50409         current directory on most systems (ones with the fchdir function).
50410
50411         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
50412         fails, try write-only, and finally, resort to using xgetcwd.
50413
50414 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
50415
50416         * lib/obstack.c, obstack.h: Import changes from libc.
50417
50418 2004-04-28  Bruno Haible  <bruno@clisp.org>
50419
50420         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
50421         also implicitly appends .exe to executables.
50422         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
50423         accepts Windows pathnames.
50424         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
50425         Treat Cygwin like Windows, since it now accepts Windows pathnames.
50426         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
50427         Treat Cygwin like Windows, since it now accepts Windows pathnames.
50428         Reported by Derek Robert Price <derek@ximbiot.com>.
50429
50430 2004-04-21  Karl Berry  <karl@gnu.org>
50431
50432         * config/srclist.txt (localcharset.c): break sync.
50433
50434 2004-04-20  Paul Eggert  <eggert@twinsun.com>
50435
50436         * m4/host-os.m4: Add a copyright notice.
50437
50438 2004-04-20  Jim Meyering  <jim@meyering.net>
50439
50440         Change UTILS_ to gl_ in AC_DEFINE'd names.
50441         Change utils_- and jm_-prefixed variables, too.
50442         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
50443         UTILS_FUNC_MKDIR_TRAILING_SLASH.
50444         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
50445
50446         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
50447         Don't emit trailing blanks.
50448         Also rename jm_-prefixed variables to have gl_ prefix.
50449
50450         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
50451         Also rename jm_-prefixed variables to have gl_ prefix.
50452
50453         * m4/jm-macros.m4: Reflect the renamings.
50454         * m4/prereq.m4: Likewise.
50455
50456 2004-04-20  Jim Meyering  <jim@meyering.net>
50457
50458         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
50459         memory.
50460
50461 2004-04-20  Jim Meyering  <jim@meyering.net>
50462             Bruno Haible  <bruno@clisp.org>
50463
50464         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
50465         memory when realloc fails.
50466
50467 2004-04-19  Jim Meyering  <jim@meyering.net>
50468
50469         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
50470         now that readutmp.c may call `free (0)'.
50471
50472 2004-04-19  Bruno Haible  <bruno@clisp.org>
50473
50474         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
50475         * m4/inttypes_h.m4: Likewise.
50476         * m4/stdint_h.m4: Likewise.
50477         * m4/intmax_t.m4: Likewise.
50478         * m4/uintmax_t.m4: Likewise.
50479
50480 2004-04-18  Jim Meyering  <jim@meyering.net>
50481
50482         * m4/prereq.m4: Don't forbid jm_ prefix.
50483
50484         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
50485         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
50486         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
50487         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
50488         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
50489         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
50490         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
50491         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
50492         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
50493         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
50494         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
50495         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
50496         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
50497         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
50498         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
50499         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
50500         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
50501         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
50502         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
50503
50504 2004-04-18  Jim Meyering  <jim@meyering.net>
50505
50506         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
50507         failure, don't leak memory and do call END_UTMP_ENT.
50508
50509 2004-04-16  Jim Meyering  <jim@meyering.net>
50510
50511         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
50512         coreutils' stat program.
50513         (gl_PREREQ): Don't require jm_PREREQ_STAT.
50514
50515 2004-04-11  Paul Eggert  <eggert@twinsun.com>
50516
50517         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
50518         C89.
50519         (CHAR_BIT): Remove, since we assume C89.
50520         Include <stdint.h> if available, as per current Autoconf CVS advice.
50521
50522 2004-03-31  Jim Meyering  <jim@meyering.net>
50523
50524         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
50525         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
50526         * m4/xalloc.m4: Likewise.
50527
50528 2004-03-30  Paul Eggert  <eggert@twinsun.com>
50529
50530         Merge from coreutils.
50531
50532         * m4/inttostr.m4: New file.
50533         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
50534         Require AM_STDBOOL_H and gl_TIMESPEC instead.
50535         Require gl_CLOCK_TIME.
50536         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
50537
50538 2004-03-30  Paul Eggert  <eggert@twinsun.com>
50539
50540         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
50541         not bool, to be more consistent with Unix conventions.
50542         Suggested by Bruno Haible.
50543
50544         Merge from coreutils.
50545
50546         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
50547         * lib/umaxtostr.c: New files.
50548
50549         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
50550         the usual <time.h> dance.
50551         (get_date): Change signature to support fractional time stamps.
50552         All callers changed.
50553         * lib/getdate.y: Include "getdate.h" first, as we can now
50554         assume C89 and don't need to worry about 'const'.
50555         Similarly, include "unlocked-io.h" near start, not in middle.
50556         Include <limits.h>.
50557         (textint.value): Use long int rather than int.
50558         (textint.digits): Use size_t rather than int.
50559         (BILLION, LOG10_BILLION): New constants.
50560         (parser_control): New member rel_ns.  Members day_ordinal,
50561         time_zone, month, day, hour, minutes, rel_year, rel_month,
50562         rel_day, rel_hour, rel_minutes, rel_seconds
50563         are now long int, not int.  Member seconds is now struct timespec,
50564         not int.  New member timespec_seen.  Members dates_seen, days_seen,
50565         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
50566         not int.
50567         (%union.intval): Now long int, not int.
50568         New member timespec.
50569         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
50570         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
50571         (spec): Now is a timespec or an item list.
50572         (timespec, items): New nonterminals.
50573         (time, rel, relunit, number, get_date):
50574         Add support for fractional seconds.
50575         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
50576         (gmtime, localtime, mktime): Remove decls; not needed with C89.
50577         (to_hour): First arg is now long int, not int.
50578         (to_year): Returns long int, not int.
50579         Don't treat year -70 like 70.
50580         (tm_diff): Returns long int, not int.
50581         (lookup_word): Use bool instead of int when appropriate.
50582         (yylex): Use size_t for count, not int.
50583         Detect overflow when parsing large integer constants.
50584         Add support for fractions.
50585         (get_date): Make pointers 'const' if possible.
50586         Use more-portable code to detect integer overflow.
50587         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
50588         Don't use ctime; it's not reliable if the year has >4 digits.
50589
50590         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
50591         This is for compatibility with BSD.
50592
50593         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
50594         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
50595         From coreutils' system.h.
50596
50597         * lib/userspec.c: Don't include "posixver.h".
50598         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
50599         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
50600         compatible extension.  Simplify code by removing a boolean int
50601         that was always nonzero if a string was nonnull.
50602
50603 2004-03-30  Jim Meyering  <jim@meyering.net>
50604
50605         Merge from coreutils.
50606
50607         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
50608         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
50609         on some systems one must include <grp.h> before it.
50610         Reported by Christian Krackowizer.
50611
50612 2004-03-30  Jim Meyering  <jim@meyering.net>
50613
50614         Merge from coreutils.
50615
50616         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
50617
50618         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
50619         an empty input stream.
50620
50621         * lib/readtokens.c: Include <stdbool.h>.
50622         (readtoken): Use `size_t' rather than int/long.
50623         All callers adjusted.
50624         Use `bool' rather than `int' where appropriate.
50625         Use memset rather than an explicit loop.
50626         Use x2nrealloc rather than xrealloc.
50627         Allow the use of `\0' as a delimiter.
50628         (readtokens): Likewise.
50629         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
50630
50631 2004-03-30  Jim Meyering  <jim@meyering.net>
50632
50633         * m4/realloc.m4: Remove file, since now it does no more than
50634         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
50635         the `configure.ac' section of module/realloc.
50636         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
50637
50638 2004-03-30  Bruno Haible  <bruno@clisp.org>
50639
50640         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
50641         nonnull.
50642
50643 2004-03-29  Paul Eggert  <eggert@twinsun.com>
50644
50645         Merge changes to getloadavg.c from coreutils and Emacs.
50646
50647         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
50648         Define to an expression, not to the empty string.
50649         Include cloexec.h and xalloc.h.
50650         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
50651         Use set_cloexec_flag rather than rolling our own.
50652         * lib/cloexec.c, lib/cloexec.h: New files.
50653
50654 2004-03-29  Paul Eggert  <eggert@twinsun.com>
50655
50656         * m4/cloexec.m4: New file.
50657
50658 2004-03-18  Paul Eggert  <eggert@twinsun.com>
50659
50660         * lib/getopt.h: Sync with libc CVS.
50661
50662 2004-03-18  Paul Eggert  <eggert@twinsun.com>
50663             Bruno Haible  <bruno@clisp.org>
50664
50665         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
50666         mbswidth.
50667
50668 2004-03-18  Paul Eggert  <eggert@twinsun.com>
50669             Bruno Haible  <bruno@clisp.org>
50670
50671         * lib/mbswidth.h: Include <wchar.h> only if
50672         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
50673         <wchar.h>.
50674         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
50675
50676 2004-03-09  Paul Eggert  <eggert@twinsun.com>
50677
50678         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
50679         Sync with libc CVS.
50680         * lib/getopt_int.h: New file, also synced from libc.
50681
50682 2004-03-09  Paul Eggert  <eggert@twinsun.com>
50683
50684         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
50685         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
50686         Bring back getopt.c, getopt.h, getopt1.c.
50687
50688 2004-03-07  Paul Eggert  <eggert@twinsun.com>
50689
50690         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
50691         All uses changed.  Check for sa_sigaction member; this fixes
50692         a bug first reported by Jason Andrade in
50693         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
50694
50695 2004-03-07  Paul Eggert  <eggert@twinsun.com>
50696
50697         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
50698         '#if' expressions.  Unlike the code it replaces, it does not
50699         depend on (defined _SC_PAGESIZE).  However, it does depend on
50700         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
50701         first reported by Jason Andrade in
50702         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
50703
50704 2004-02-25  Simon Josefsson  <jas@extundo.com>
50705
50706         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
50707
50708 2004-02-25  Simon Josefsson  <jas@extundo.com>
50709
50710         * lib/strdup.h: New file.
50711         * lib/strdup.c: Include it.
50712         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
50713         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
50714
50715 2004-02-23  Karl Berry  <karl@gnu.org>
50716
50717         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
50718         (from fencepost.gnu.org:/gd/gnuorg).
50719
50720 2004-02-23  Karl Berry  <karl@gnu.org>
50721
50722         * config/srclistvars.sh (GNUORG) [karl]: redefine.
50723         * config/srclist.txt: add maintain/standards documents.
50724
50725 2004-02-18  Bruno Haible  <bruno@clisp.org>
50726
50727         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
50728         Reported by Derek Robert Price <derek@ximbiot.com>.
50729
50730 2004-02-16  Karl Berry  <karl@gnu.org>
50731
50732         * config/mkinstalldirs, install-sh: update from automake.
50733
50734 2004-02-06  Karl Berry  <karl@gnu.org>
50735
50736         * m4/po.m4: update from gettext 0.14.1.
50737
50738 2004-02-06  Karl Berry  <karl@gnu.org>
50739
50740         * lib/config.charset: update from gettext 0.14.1.
50741
50742 2004-02-05  Paul Eggert  <eggert@twinsun.com>
50743
50744         Add comments and code, prompted by suggestions from Bruno Haible
50745         for sh-quote.
50746         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
50747         describing the enum quoting_style values.
50748         * lib/quotearg.c (quotearg_alloc): New function.
50749         (quotearg_buffer_restyled): Treat lone { and } as special.
50750         Treat = as special.  Work around bug with older shells
50751         that "see" a '\' that is really the 2nd byte of a multibyte char.
50752         Quote empty string with shell_quoting_style.
50753
50754 2004-02-03  Bruno Haible  <bruno@clisp.org>
50755
50756         * m4/pipe.m4: New file, from GNU gettext.
50757
50758 2004-02-03  Bruno Haible  <bruno@clisp.org>
50759
50760         * lib/pipe.h: New file, from GNU gettext.
50761         * lib/pipe.c: New file, from GNU gettext.
50762
50763 2004-01-27  Bruno Haible  <bruno@clisp.org>
50764
50765         * m4/execute.m4: New file, from GNU gettext.
50766
50767 2004-01-27  Bruno Haible  <bruno@clisp.org>
50768
50769         * lib/execute.h: New file, from GNU gettext.
50770         * lib/execute.c: New file, from GNU gettext.
50771         * lib/w32spawn.h: New file, from GNU gettext.
50772
50773 2004-01-24  Paul Eggert  <eggert@twinsun.com>
50774
50775         Merge from diffutils.
50776
50777         * lib/file-type.c (file_type): Add typed memory objects.
50778         * lib/file-type.h (S_TYPEISTMO): New macro.
50779
50780         * lib/c-stack.h (c_stack_action): Remove argv argument.
50781         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
50782         (die): Don't calculate message unless segv_action returns.
50783         (get_stack_location, min_address_from_argv, max_address_from_argv,
50784         volatile stack_base, volatile_stack_size): Remove.
50785         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
50786         that every segmentation violation is a stack overflow.  (Ouch!)
50787         See Debian bug 136249 (still outstanding) for more info about why
50788         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
50789
50790 2004-01-24  Paul Eggert  <eggert@twinsun.com>
50791
50792         Exit-status fix from coreutils.
50793
50794         Use exit_failure consistently in place of EXIT_FAILURE,
50795         so that program exit statuses are consistent on failure.
50796
50797         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
50798         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
50799         * lib/argmatch.h: Comment fix to match the above.
50800         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
50801         Now a macro referring to exit_failure, instead of a separate
50802         variable.  Include "exitfail.h" to get it.
50803         * lib/xstrtol.h: Include "exitfail.h".
50804         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
50805
50806         * lib/long-options.c (parse_long_options): Use prototype
50807         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
50808         for clarity.
50809
50810 2004-01-21  Jim Meyering  <jim@meyering.net>
50811
50812         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
50813         so as not to conflict with a different-sized __mktime_internal
50814         function in GNU libc.
50815         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
50816         Problem building statically-linked `ls' reported by Michael Brunnbauer.
50817
50818 2004-01-20  Karl Berry  <karl@gnu.org>
50819
50820         * config/config.guess: update from config.
50821
50822         * config/srclistvars.sh: GNUWWWLICENSES for karl.
50823
50824 2004-01-20  Bruno Haible  <bruno@clisp.org>
50825
50826         Safer stack allocation.
50827         * lib/setenv.c: Include allocsa.h.
50828         (alloca): Remove fallback definition.
50829         (freea): Remove macro.
50830         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
50831         instead of freea.
50832
50833 2004-01-20  Bruno Haible  <bruno@clisp.org>
50834
50835         * m4/eealloc.m4: New file, from GNU gettext.
50836
50837 2004-01-20  Bruno Haible  <bruno@clisp.org>
50838
50839         * m4/allocsa.m4: New file, from GNU gettext.
50840
50841 2004-01-20  Bruno Haible  <bruno@clisp.org>
50842
50843         * lib/xallocsa.h: New file, from GNU gettext.
50844         * lib/xallocsa.c: New file, from GNU gettext.
50845
50846 2004-01-20  Bruno Haible  <bruno@clisp.org>
50847
50848         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
50849
50850 2004-01-20  Bruno Haible  <bruno@clisp.org>
50851
50852         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
50853         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
50854         specially.
50855
50856 2004-01-20  Bruno Haible  <bruno@clisp.org>
50857
50858         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
50859         patch.
50860
50861 2004-01-20  Bruno Haible  <bruno@clisp.org>
50862
50863         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
50864
50865 2004-01-20  Bruno Haible  <bruno@clisp.org>
50866
50867         * lib/eealloc.h: New file.
50868
50869 2004-01-20  Bruno Haible  <bruno@clisp.org>
50870
50871         * lib/binary-io.h: Avoid warnings on Cygwin.
50872
50873 2004-01-20  Bruno Haible  <bruno@clisp.org>
50874
50875         * lib/allocsa.h: New file, from GNU gettext.
50876         * lib/allocsa.c: New file, from GNU gettext.
50877
50878 2004-01-18  Karl Berry  <karl@gnu.org>
50879
50880         * doc/gpl.texi, doc/lgpl.texi: new files.
50881
50882 2004-01-18  Karl Berry  <karl@gnu.org>
50883
50884         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
50885         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
50886
50887 2004-01-15  Paul Eggert  <eggert@twinsun.com>
50888
50889         Merge from coreutils.
50890
50891         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
50892         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
50893         (gl_DEFAULT_POSIX2_VERSION): Move
50894         the documentation from 'configure' into 'config.hin',
50895         so that 'configure --help' isn't burdened by it and
50896         we don't have to worry about its formatting there.
50897         Reword the documentation so that it's more succinct
50898         and can be run together into a single paragraph.
50899         * m4/same.m4 (gl_SAME): Check for pathconf.
50900
50901 2004-01-15  Paul Eggert  <eggert@twinsun.com>
50902
50903         Merge from coreutils.
50904
50905         * lib/posixver.c: Include posixver.h.
50906
50907         * lib/same.c: Include <stdbool.h>, <limits.h>.
50908         (_POSIX_NAME_MAX): Define if not defined.
50909         (MIN): New macro.
50910         (same_name): If file names are silently truncated, report
50911         that the file names are the same if they are the same after
50912         the silent truncation.
50913
50914         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
50915         conversion function.
50916         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
50917         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
50918         longer needed.
50919
50920 2004-01-15  Jim Meyering  <jim@meyering.net>
50921
50922         Merge from coreutils.
50923
50924         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
50925         if no library is required.
50926         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
50927         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
50928         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
50929         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
50930         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
50931         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
50932         value, $ac_cv_search_crypt, if it's "none required".
50933         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
50934         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
50935         not gl_FUNC_GETLOADAVG.
50936         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
50937         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
50938
50939 2004-01-15  Jim Meyering  <jim@meyering.net>
50940
50941         Merge from coreutils.
50942
50943         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
50944         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
50945         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
50946
50947         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
50948         optional configure-time default.
50949
50950         * lib/version-etc.c (version_etc_copyright): Update copyright date.
50951
50952         * lib/xreadlink.c (xreadlink): Correct outdated comment.
50953
50954 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
50955
50956         Merge from coreutils.
50957
50958         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
50959         value, $ac_cv_search_nanosleep, if it's "none required".
50960
50961 2004-01-14  Paul Eggert  <eggert@twinsun.com>
50962
50963         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
50964         with like-named macro in fnmatch.c.
50965         (EXT): Use an internal constant instead.
50966
50967         Merge fnmatch patches from glibc.
50968         * lib/fnmatch.c (mbsinit): Remove define.
50969         Add libc_hidden_ver (__fnmatch, fnmatch).
50970         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
50971         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
50972
50973 2004-01-14  Karl Berry  <karl@gnu.org>
50974
50975         * config/install-sh: update from automake.
50976
50977 2004-01-13  Karl Berry  <karl@gnu.org>
50978
50979         * config/install-sh: update from automake.
50980
50981 2004-01-09  Karl Berry  <karl@gnu.org>
50982
50983         * config/install-sh: update from automake.
50984
50985 2004-01-05  Karl Berry  <karl@gnu.org>
50986
50987         * config/config.{sub,guess}: update from config.
50988
50989 2003-12-31  Karl Berry  <karl@gnu.org>
50990
50991         * config/depcomp: update from automake.
50992
50993 2003-12-14  Karl Berry  <karl@gnu.org>
50994
50995         * lib/config.charset: update from gettext-runtime.
50996
50997 2003-12-03  Paul Eggert  <eggert@twinsun.com>
50998
50999         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
51000         Bug reported by Alfred M. Szmidt.
51001
51002 2003-12-03  Bruno Haible  <bruno@clisp.org>
51003
51004         * m4/gettext.m4: Upgrade from gettext-0.13.
51005         * m4/po.m4: Upgrade from gettext-0.13.
51006         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
51007         * m4/intmax.m4: New file, from gettext-0.13.
51008         * m4/printf-posix.m4: New file, from gettext-0.13.
51009
51010 2003-11-29  Karl Berry  <karl@gnu.org>
51011
51012         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
51013
51014 2003-11-25  Paul Eggert  <eggert@twinsun.com>
51015             Bruno Haible  <bruno@clisp.org>
51016
51017         * lib/printf-parse.h: Don't include sys/types.h.
51018         (ARG_NONE): New macro.
51019         (char_directive): Change type of *arg_index fields to size_t.
51020         * lib/printf-parse.c: Don't include sys/types.h.
51021         (SSIZE_MAX): Remove macro.
51022         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
51023         Remove unnecessary overflow check.
51024         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
51025         fields.
51026
51027 2003-11-25  Bruno Haible  <bruno@clisp.org>
51028
51029         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
51030
51031 2003-11-25  Bruno Haible  <bruno@clisp.org>
51032
51033         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
51034         gt_TYPE_SSIZE_T.
51035
51036 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51037
51038         * modules/alloca: Remove dependency on xalloc.
51039
51040 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51041
51042         * lib/alloca.c: Remove dependency on xalloc module.
51043         (xalloc_die): Remove.
51044         (memory_full) [!defined emacs]: New macro.
51045         [!defined emacs]: Don't include xalloc.h.
51046         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
51047         address arithmetic overflows.  Change datatypes a bit to avoid
51048         unnecessary casts.
51049
51050 2003-11-22  Jim Meyering  <jim@meyering.net>
51051
51052         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
51053         s/size/size_t/.
51054
51055 2003-11-21  Karl Berry  <karl@gnu.org>
51056
51057         * config/config.{sub,guess}: update from config.
51058
51059 2003-11-18  Karl Berry  <karl@gnu.org>
51060
51061         * config/config.{sub,guess}: update from config.
51062
51063         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
51064
51065 2003-11-17  Paul Eggert  <eggert@twinsun.com>
51066
51067         * README: Mention that S+T cannot overflow if S is the size of
51068         an existing object and T is sufficiently small.
51069
51070 2003-11-17  Jim Meyering  <jim@meyering.net>
51071
51072         On systems without utime and without a utimes function capable of
51073         dealing with a NULL struct utimbuf* argument, this utime replacement
51074         could -- in unusual circumstances -- leak a file descriptor.
51075         * lib/utime.c: Include <unistd.h> and <errno.h>.
51076         (utime_null): Be sure to close `fd' and to preserve errno.
51077         Reported by Geoff Collyer via Arnold Robbins.
51078
51079 2003-11-17  Bruno Haible  <bruno@clisp.org>
51080
51081         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
51082         (Depends-on): Add xsize.
51083
51084 2003-11-17  Bruno Haible  <bruno@clisp.org>
51085
51086         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
51087
51088 2003-11-17  Bruno Haible  <bruno@clisp.org>
51089
51090         * lib/vasnprintf.c (alloca): Remove fallback definition.
51091         (freea): Remove definition.
51092         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
51093         Reported by Paul Eggert.
51094
51095 2003-11-16  Paul Eggert  <eggert@twinsun.com>
51096             Bruno Haible  <bruno@clisp.org>
51097
51098         Protect against address arithmetic overflow.
51099         * lib/printf-args.h: Include stddef.h.
51100         (arguments): Change type of field 'count' to size_t.
51101         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
51102         'unsigned int' where appropriate.
51103         * lib/printf-parse.h: Include sys/types.h.
51104         (char_directive): Change type of *arg_index fields to ssize_t.
51105         (char_directives): Change type of fields 'count', max_*_length to
51106         size_t.
51107         * lib/printf-parse.c: Include sys/types.h and xsize.h.
51108         (SSIZE_MAX): Define fallback value.
51109         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
51110         instead of 'int' where appropriate. Check a_allocated, d_allocated
51111         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
51112         * lib/vasnprintf.c: Include xsize.h.
51113         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
51114         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
51115         overflow. Avoid wraparound when converting a width or precision from
51116         decimal to binary.
51117
51118 2003-11-16  Bruno Haible  <bruno@clisp.org>
51119
51120         Update from GNU gettext.
51121         * lib/printf-parse.c: Generalize to it can be compiled for wide
51122         strings.
51123         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
51124         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
51125         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
51126         SNPRINTF): New macros.
51127         Don't include <alloca.h> if the file is used inside libintl.
51128         (local_wcslen): New function, for Solaris 2.5.1.
51129         (VASNPRINTF): Use it instead of wcslen.
51130
51131 2003-11-16  Bruno Haible  <bruno@clisp.org>
51132
51133         * lib/xsize.h (xmax): New function.
51134         (xsum, xsum3, xsum4): Declare as "pure" functions.
51135
51136 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51137
51138         * modules/xalloc (Files): Undo latest change, since xalloc.h
51139         no longer needs SIZE_MAX or PTRDIFF_MAX.
51140
51141 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51142
51143         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
51144         gl_PTRDIFF_MAX.
51145
51146 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51147
51148         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
51149         "return", to pacify some unknown compiler.  Problem reported
51150         by Joerg Schilling.
51151
51152 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51153
51154         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
51155         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
51156         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
51157         heuristic is just as accurate as far as we know, and it removes a
51158         dependency on size_max.m4 and ptrdiff_max.m4.
51159
51160 2003-11-11  Bruno Haible  <bruno@clisp.org>
51161
51162         * modules/xsize (Files): Add m4/size_max.m4.
51163         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
51164
51165 2003-11-11  Bruno Haible  <bruno@clisp.org>
51166
51167         * m4/size_max.m4: New file.
51168         * m4/ptrdiff_max.m4: New file.
51169         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
51170         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
51171         (gl_XALLOC): Invoke it.
51172
51173 2003-11-11  Bruno Haible  <bruno@clisp.org>
51174
51175         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
51176         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
51177         defined.
51178
51179 2003-11-10  Paul Eggert  <eggert@twinsun.com>
51180
51181         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
51182         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
51183         rejected some allocations of exactly SIZE_MAX - 2 bytes.
51184         From Bruno Haible.
51185         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
51186         not (size_t) -1, since it's defined here.
51187
51188 2003-11-09  Karl Berry  <karl@gnu.org>
51189
51190         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
51191
51192 2003-11-06  Paul Eggert  <eggert@twinsun.com>
51193
51194         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
51195         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
51196         Reject sizes of exactly SIZE_MAX bytes.
51197         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
51198         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
51199
51200 2003-11-05  Bruno Haible  <bruno@clisp.org>
51201
51202         * lib/xsize.h: Include limits.h, to avoid a possible collision with
51203         SIZE_MAX defined in <limits.h> on Solaris.
51204
51205 2003-11-04  Jim Meyering  <jim@meyering.net>
51206
51207         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
51208         variable names, rather than @VAR@.
51209         * modules/poll: Likewise.
51210
51211 2003-11-04  Bruno Haible  <bruno@clisp.org>
51212
51213         * modules/xsize: New file.
51214         * modules/linebreak: Depend on xsize.
51215         * MODULES.html.sh (func_all_modules): Add xsize.
51216
51217 2003-11-04  Bruno Haible  <bruno@clisp.org>
51218
51219         * m4/xsize.m4: New file.
51220
51221 2003-11-04  Bruno Haible  <bruno@clisp.org>
51222
51223         * lib/xsize.h: New file.
51224         * lib/linebreak.c: Include xsize.h.
51225         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
51226         argument for overflow.
51227         Suggested by Paul Eggert.
51228
51229 2003-11-03  Karl Berry  <karl@gnu.org>
51230
51231         * config/config.{guess,sub}: update from config.
51232
51233 2003-11-03  Jim Meyering  <jim@meyering.net>
51234
51235         * modules/userspec (lib_SOURCES): Add userspec.h.
51236         (Include): Add "userspec.h".
51237         Improve description.
51238
51239 2003-11-03  Jim Meyering  <jim@meyering.net>
51240
51241         * lib/userspec.c: Include "userspec.h".
51242         * lib/userspec.h: New file.
51243
51244 2003-11-03  Bruno Haible  <bruno@clisp.org>
51245
51246         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
51247
51248 2003-11-03  Bruno Haible  <bruno@clisp.org>
51249
51250         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
51251         available, to avoid (extremely rare) race condition.
51252         Suggested by Paul Eggert.
51253
51254 2003-11-02  Karl Berry  <karl@gnu.org>
51255
51256         * config/srclist.txt (vasprintf.c): sync broken, sigh.
51257
51258 2003-10-31  Paul Eggert  <eggert@twinsun.com>
51259
51260         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
51261         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
51262         (read_filesystem_list): Set and use me_type_malloced.
51263         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
51264         whatever the type happens to be), for brevity and consistency.
51265         Check for size calculation overflow on Alphas running OSF/1.
51266
51267 2003-10-31  Jim Meyering  <jim@meyering.net>
51268
51269         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
51270
51271         * lib/linebuffer.c: Include <string.h> for declaration of memset.
51272
51273 2003-10-30  Paul Eggert  <eggert@twinsun.com>
51274             Bruno Haible  <bruno@clisp.org>
51275
51276         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
51277         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
51278
51279 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
51280
51281         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
51282         netbsd*-gnu*.  Suggested by Robert Millan.
51283
51284 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51285
51286         * modules/group-member: Depend on stdbool.
51287
51288 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51289
51290         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
51291
51292 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51293
51294         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
51295         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
51296         after the 'gnu' in these cases.  This fixes some bugs in the
51297         previous change, and is based on suggestions by Robert Millan.
51298
51299 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51300
51301         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
51302         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
51303         no longer needed.
51304         * lib/quotearg.c (quotearg_n_options): Use it.
51305         * lib/group-member.c: Include <stdbool.h>.
51306         (free_group_info): Arg is now const *; don't free arg.
51307         (get_group_info): Now returns bool and accepts struct group_info *,
51308         rather than returning a malloc'ed struct group_info *.
51309         All uses changed.  Check for overflow in internal size calculation.
51310
51311         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
51312         rather than xmalloc/xrealloc.
51313         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
51314         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
51315         conformance bug: the old code used a pointer after freeing the
51316         storage that it addressed.
51317         * lib/hash.c (hash_initialize): Simplify the code by using
51318         xalloc_oversized rather than doing it by hand.
51319         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
51320         the buffer preserved.  Use free and xmalloc instead.
51321         * lib/quotearg.c (quotearg_n_options): Likewise.
51322         Use a simpler test for size overflow.  Don't use xalloc_oversized
51323         because unsigned int might be wider than size_t (!); this suggests
51324         that we should switch from unsigned int to size_t for slot numbers.
51325
51326 2003-10-28  Paul Eggert  <eggert@twinsun.com>
51327
51328         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
51329         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
51330         NetBSD kernels.  Requested by Richard Stallman.
51331
51332 2003-10-27  Paul Eggert  <eggert@twinsun.com>
51333
51334         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
51335         to allocate the returned structure.  Do not allocate a subarray,
51336         as x2nrealloc will do that.
51337         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
51338         instead of xnrealloc.
51339         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
51340
51341 2003-10-27  Bruno Haible  <bruno@clisp.org>
51342
51343         * lib/stdbool_.h: Better support for BeOS.
51344
51345 2003-10-26  Paul Eggert  <eggert@twinsun.com>
51346
51347         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
51348         now uses inline.
51349
51350 2003-10-26  Paul Eggert  <eggert@twinsun.com>
51351
51352         * lib/xalloc.h (xalloc_oversized): New static inline function, for
51353         callers that want to do their own size-overflow checking.  Include
51354         <stdbool.h>, since xalloc_oversized returns bool.
51355         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
51356         to use xalloc_oversized.
51357
51358         Add two functions x2realloc, x2nrealloc, for programs that grow
51359         arrays dynamically by doubling their sizes.
51360         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
51361         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
51362         New functions.
51363
51364         Port to C99 semantics for 'inline' of external functions.
51365         Bug reported by Bruno Haible.
51366         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
51367         with the old contents of xnmalloc.
51368         (xnmalloc, xmalloc): Use it.
51369         (xnrealloc_inline): New static inline function,
51370         with the old contents of xnrealloc.
51371         (xnrealloc, xrealloc): Use it.
51372
51373         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
51374         that.
51375
51376 2003-10-26  Karl Berry  <karl@gnu.org>
51377
51378         * config/srclist.txt (COPYING.DOC): no longer available from
51379         /gd/gnuorg; don't know where the ultimate source is.
51380
51381 2003-10-25  Paul Eggert  <eggert@twinsun.com>
51382
51383         Fix several address-calculation bugs in the hash modules,
51384         plus some minor code cleanup.
51385
51386         * lib/hash.h: Include <stdbool.h>, for bool.
51387         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
51388         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
51389         hash_get_n_entries, hash_get_max_bucket_length,
51390         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
51391         hash_rehash): Use size_t rather than unsigned.
51392         * lib/hash.c (struct hash_table, hash_get_n_buckets,
51393         hash_get_n_buckets_used, hash_get_n_entries,
51394         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
51395         hash_get_entries, hash_do_for_each, hash_string, is_prime,
51396         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
51397         Likewise.
51398         (SIZE_MAX): Define if not defined.
51399         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
51400         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
51401         hash_print):
51402         Use const * when possible.
51403         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
51404         (check_tuning): Fix bug: if tuning parameters were very close to
51405         0 or 1, rounding errors could have caused subscript violations.
51406         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
51407         (hash_initialize): Add 'fail:' label
51408         to free table and return NULL, and use it to simplify code.
51409         Use calloc rather than clearing the storage ourself.
51410         (hash_initialize, hash_rehash): Check for arithmetic overflow in
51411         buffer size calculations.
51412         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
51413         Include <stddef.h>, for size_t.
51414         * lib/hash-pjw.c (hash_pjw): Likewise.
51415         Switch to method described by Bruno Haible.
51416         Include <limits.h>, for CHAR_BIT.
51417         (SIZE_BITS): New macro.
51418
51419 2003-10-23  Paul Eggert  <eggert@twinsun.com>
51420
51421         * m4/getline.m4 (AM_FUNC_GETLINE):
51422         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
51423         hosts.  Problem reported by Derek Robert Price in
51424         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
51425         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
51426         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
51427
51428 2003-10-21  Paul Eggert  <eggert@twinsun.com>
51429
51430         * lib/getndelim2.c (getndelim2): When size calculation overflows,
51431         ceiling the allocation at NMAX bytes rather than silently
51432         discarding input bytes before NMAX is reached.  This makes
51433         a difference only if NMAX exceeds SIZE_MAX / 2.
51434
51435         * lib/obstack.c: Merge from glibc.
51436         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
51437         Add libc_hidden_def (_obstack_newchunk).
51438         (_obstack_free) [! defined _LIBC]: Remove.
51439         [defined _LIBC]: Make a strong alias from obstack_free, rather than
51440         a clone of the function body.
51441         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
51442         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
51443
51444         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
51445         glibc.
51446         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
51447         arg to memcpy.
51448
51449         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
51450         (obstack_ptr_grow_fast, obstack_int_grow_fast):
51451         Don't use lvalue casts, as GCC plans to remove support for them
51452         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
51453         was also present in the non-GCC version, indicating that this
51454         code had always been buggy and had never been widely used.
51455         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
51456         Use the fast variant of each macro, rather than copying the
51457         definiens of the fast variant; that way, we'll be more likely to
51458         catch future bugs in the fast variants.
51459
51460 2003-10-20  Bruno Haible  <bruno@clisp.org>
51461
51462         * modules/wait-process: New file.
51463         * MODULES.html.sh (func_all_modules): Add wait-process.
51464
51465 2003-10-20  Bruno Haible  <bruno@clisp.org>
51466
51467         * m4/wait-process.m4: New file.
51468
51469 2003-10-20  Bruno Haible  <bruno@clisp.org>
51470
51471         * lib/wait-process.h: New file, from GNU gettext.
51472         * lib/wait-process.c: New file, from GNU gettext.
51473
51474 2003-10-19  Jim Meyering  <jim@meyering.net>
51475
51476         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
51477         HPUX 10.20.
51478
51479 2003-10-18  Karl Berry  <karl@gnu.org>
51480
51481         * config/config.guess: update from config.
51482
51483 2003-10-16  Paul Eggert  <eggert@twinsun.com>
51484
51485         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
51486         (getgroups): First arg is int, not size_t.
51487         Don't let 'free' mangle errno.
51488
51489 2003-10-16  Paul Eggert  <eggert@twinsun.com>
51490
51491         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
51492
51493 2003-10-16  Karl Berry  <karl@gnu.org>
51494
51495         * config/config.{guess,sub}: update from config.
51496
51497 2003-10-16  Jim Meyering  <jim@meyering.net>
51498
51499         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
51500         memcpy.
51501
51502 2003-10-15  Paul Eggert  <eggert@twinsun.com>
51503
51504         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
51505         (SIZE_MAX): Remove.
51506         (new_exclude, add_exclude_file): Initial size no longer needs to
51507         be a power of 2.
51508         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
51509         our own address arithmetic overflow checking.
51510
51511         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
51512         (fnmatch): Do not alloca more than 2000 wide characters;
51513         instead, use malloc for large buffers.
51514         Check for address arithmetic overflow, and return -1
51515         with errno set to ENOMEM in that case.
51516         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
51517         (NEW_PATTERN): Do not alloca more than 8000 bytes;
51518         instead, return -1.  Check for address arithmetic overflow.
51519
51520 2003-10-14  Paul Eggert  <eggert@twinsun.com>
51521
51522         Handle invalid suffixes and overflow independently, so that
51523         callers can treat them independently as needed.  Fix some bugs in
51524         suffix handling, e.g., "100k@" was not diagnosed as an invalid
51525         suffix for a human-readable blocksize.  The major caller-visible
51526         change is the addition of a new
51527         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
51528         that both overflow and suffix chars were found.
51529
51530         * lib/human.c (humblock): Don't check separately for invalid suffix
51531         char; that is xstrtoumax's job (now that its bug is fixed).
51532         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
51533         INTMAX_MAX]: New macros.
51534         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
51535         TYPE_MAXIMUM): New macros.
51536         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
51537         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
51538         if overflow occurs, as it's what __strtol does and it's more useful
51539         in practice.
51540         (__xstrtol): If __strtol reports some error other than ERANGE,
51541         reflect it to the caller as LONGINT_INVALID.  If it reports
51542         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
51543         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
51544         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
51545         value.
51546         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
51547         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
51548         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
51549         [defined UINTMAX_MAX]: New macros.
51550
51551 2003-10-14  Bruno Haible  <bruno@clisp.org>
51552
51553         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
51554
51555 2003-10-14  Bruno Haible  <bruno@clisp.org>
51556
51557         * m4/sig_atomic_t: New file, from GNU gettext.
51558         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
51559
51560 2003-10-14  Bruno Haible  <bruno@clisp.org>
51561
51562         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
51563         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
51564         Also use volatile where needed.
51565
51566 2003-10-12  Paul Eggert  <eggert@twinsun.com>
51567
51568         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
51569         Change maintainer from Bruno Haible to 'all'.
51570
51571 2003-10-12  Paul Eggert  <eggert@twinsun.com>
51572
51573         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
51574
51575 2003-10-12  Paul Eggert  <eggert@twinsun.com>
51576
51577         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
51578         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
51579         and define in terms of the other primitives.
51580         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
51581         (SIZE_MAX): Define if not already defined.
51582         (array_size_overflow): New function.
51583         (xalloc_die): Abort instead of exiting if 'error' returns.
51584         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
51585         (xmalloc, xrealloc): Use them.
51586         (xcalloc): Check for address arithmetic overflow.
51587         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
51588         a bit faster than strcpy.
51589
51590 2003-10-10  Simon Josefsson  <jas@extundo.com>
51591
51592         * modules/argp (Depends-on): Add restrict and strcase.
51593
51594 2003-10-10  Simon Josefsson  <jas@extundo.com>
51595
51596         * m4/argp.m4: Add AC_C_INLINE.
51597
51598 2003-10-08  Paul Eggert  <eggert@twinsun.com>
51599
51600         Merge getpass from libc, plus a few fixes.
51601
51602         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
51603         Include <stdbool.h>.
51604         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
51605         __fsetlocking to empty.
51606         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
51607         do include <bits/libc-lock.h>.
51608         Do not include <fcntl.h>; not needed.
51609         [_LIBC]: Include <wchar.h>.
51610         (NOTCANCEL_MODE): New macro.
51611         (flockfile, funlockfile) [_LIBC]: New macros.
51612         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
51613         [!_LIBC]: New macros.
51614         (call_fclose): New function.
51615         (getpass): Use it.  Save tty stream separately; this simplifies the
51616         code and makes it more reliable if stdin happens to equal stdout.
51617         Invoke __fsetlocking on tty.
51618         Handle thread cancellation if needed.
51619         Namespace cleanup (use __tcgetattr, __getline).
51620         Use bool for Booleans.
51621         [USE_IN_LIBIO]: Handle wide streams.
51622         [!_LIBC]: Unconditionally do the fseek, since we don't know what
51623         stream might go where.
51624
51625         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
51626         doesn't have to include <stdio.h> before us.
51627         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
51628         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
51629         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
51630         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
51631         if not declared, so that we can use getpass.c code from libc without
51632         rewriting it.
51633         (flockfile, ftrylockfile, funlockfile): New macros.
51634
51635 2003-10-08  Paul Eggert  <eggert@twinsun.com>
51636
51637         * modules/getpass: Depend on stdbool.
51638
51639 2003-10-08  Paul Eggert  <eggert@twinsun.com>
51640
51641         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
51642
51643 2003-10-07  Karl Berry  <karl@gnu.org>
51644
51645         * config/config.{guess,sub}: update from config.
51646
51647 2003-10-06  Jim Meyering  <jim@meyering.net>
51648             Bruno Haible  <bruno@clisp.org>
51649
51650         This lets translators provide better translations for the
51651         "Written by ..." part of --version output.
51652         * lib/version-etc.h: Include stdarg.h.
51653         (version_etc_copyright): Declare as readonly.
51654         (version_etc): Make this function variadic with a NULL-terminated list
51655         of author name strings.
51656         (version_etc_va): New declaration.
51657         * lib/version-etc.c: Include stdarg.h, stdlib.h.
51658         (version_etc_copyright): Declare as readonly.
51659         (version_etc_va): New function. Provide a different translatable string
51660         for each possible number of authors < 10. Abbreviate when there are 10
51661         authors or more.
51662         (version_etc): Make this function variadic. Call version_etc_va.
51663         Suggestion from Gary V. Vaughan.
51664
51665         * lib/long-options.h (parse_long_options): Change prototype: the
51666         authors string is moved to the end and becomes variadic.
51667         * lib/long-options.c: Include stdarg.h.
51668         (parse_long_options): Make this function variadic, too.
51669         Call version_etc_va, not version_etc.
51670
51671 2003-10-06  Bruno Haible  <bruno@clisp.org>
51672
51673         * modules/version-etc-2: Remove file.
51674         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
51675
51676 2003-10-06  Bruno Haible  <bruno@clisp.org>
51677
51678         * modules/fatal-signal: New file.
51679         * MODULES.html.sh (func_all_modules): Add fatal-signal.
51680
51681 2003-10-06  Bruno Haible  <bruno@clisp.org>
51682
51683         * m4/fatal-signal.m4: New file.
51684         * m4/signalblocking.m4: New file, from GNU gettext.
51685
51686 2003-10-06  Bruno Haible  <bruno@clisp.org>
51687
51688         * lib/version-etc-2.h: Remove file.
51689         * lib/version-etc-2.c: Remove file.
51690
51691 2003-10-06  Bruno Haible  <bruno@clisp.org>
51692
51693         * lib/fatal-signal.h: New file, from GNU gettext.
51694         * lib/fatal-signal.c: New file, from GNU gettext.
51695
51696 2003-10-05  Paul Eggert  <eggert@twinsun.com>
51697
51698         * README: Rework advice for preventing empty .o files.
51699         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
51700         not <sys/types.h>.
51701
51702 2003-10-04  Karl Berry  <karl@gnu.org>
51703
51704         * lib/argp*: update from libc.
51705
51706 2003-10-04  Karl Berry  <karl@gnu.org>
51707
51708         * config/config.{guess,sub}: update from config.
51709
51710 2003-10-02  Bruno Haible  <bruno@clisp.org>
51711
51712         * modules/lchown (Include): Add lchown.h.
51713         * modules/time_r (Include): Use "..." syntax.
51714         * modules/xgetdomainname (Include): Add xgetdomainname.h.
51715
51716 2003-10-01  Simon Josefsson  <jas@extundo.com>
51717
51718         * MODULES.html.sh (func_all_modules): Move gethostname from section
51719         'based on' to section 'lacking' POSIX:2001.
51720
51721 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
51722
51723         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
51724         to output mode on the same stream.
51725
51726 2003-09-29  Paul Eggert  <eggert@twinsun.com>
51727
51728         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
51729         Fix arg typo in previous patch.
51730
51731 2003-09-28  Jim Meyering  <jim@meyering.net>
51732
51733         * lib/error.c: Correct cpp indentation.
51734
51735 2003-09-27  Paul Eggert  <eggert@twinsun.com>
51736
51737         * modules/free: New file.
51738
51739 2003-09-27  Paul Eggert  <eggert@twinsun.com>
51740
51741         * m4/free.m4: New file.
51742
51743 2003-09-27  Paul Eggert  <eggert@twinsun.com>
51744
51745         * lib/minmax.h (MIN, MAX)
51746         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
51747         Omit the special code that used __typeof__, since we worry that
51748         it could be more trouble than it's worth.  See:
51749         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
51750         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
51751
51752         * lib/free.c: New file.
51753
51754 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
51755
51756         Trivial fixes to Makefile.am parts of module listings.
51757         * modules/strstr: Append strstr.h to lib_SOURCES.
51758         * modules/strcase: Likewise, for strcase.h.
51759
51760 2003-09-27  Karl Berry  <karl@gnu.org>
51761
51762         * config/mkinstalldirs: update from automake.
51763
51764 2003-09-26  Paul Eggert  <eggert@twinsun.com>
51765
51766         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
51767         (error_tail): Do not loop, reallocating temporary buffer, since
51768         the output cannot contain more wide characters than the input
51769         contains bytes, the size must be big enough already.  This avoids
51770         one potential size overflow calculation.  Check for size overflow
51771         when calculating temporary buffer size.  Free temporary buffer
51772         when done, if it was allocated with malloc; this plugs a memory
51773         leak.  Remove casts from void * to pointers, that are no longer
51774         needed now that we're assuming C89 or better.
51775
51776         Merge error changes from glibc.
51777
51778         * lib/error.c, error.h: Update copyright notice header to match glibc.
51779         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
51780         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
51781         Disable cancellation while printing error.
51782         * lib/error.h: Prepend __ to parameter names.
51783
51784 2003-09-26  Jim Meyering  <jim@meyering.net>
51785
51786         * lib/error.c (error_tail): Move some declarations
51787         into inner scope where the local variables are used.
51788
51789 2003-09-26  Bruno Haible  <bruno@clisp.org>
51790
51791         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
51792         stpncpy().
51793         Don't define stpncpy through config.h; it's now done through stpncpy.h.
51794
51795 2003-09-26  Bruno Haible  <bruno@clisp.org>
51796
51797         * lib/stpncpy.h (gnu_stpncpy): New declaration.
51798         (stpncpy): Define as alias for gnu_stpncpy.
51799         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
51800
51801 2003-09-25  Simon Josefsson  <jas@extundo.com>
51802
51803         * lib/xgetdomainname.h: New file.
51804         * lib/xgetdomainname.c: New file.
51805
51806 2003-09-25  Simon Josefsson  <jas@extundo.com>
51807             Bruno Haible  <bruno@clisp.org>
51808
51809         * modules/getdomainname: New file.
51810         * modules/xgetdomainname: New file.
51811         * MODULES.html.sh (func_all_modules): Add getdomainname,
51812         xgetdomainname.
51813
51814 2003-09-25  Simon Josefsson  <jas@extundo.com>
51815             Bruno Haible  <bruno@clisp.org>
51816
51817         * m4/getdomainname.m4: New file.
51818
51819 2003-09-25  Simon Josefsson  <jas@extundo.com>
51820             Bruno Haible  <bruno@clisp.org>
51821
51822         * lib/getdomainname.h: New file.
51823         * lib/getdomainname.c: New file.
51824
51825 2003-09-25  Karl Berry  <karl@gnu.org>
51826
51827         * lib/argp-fmtstream.c, argp-help.c: update from libc.
51828
51829 2003-09-25  Karl Berry  <karl@gnu.org>
51830
51831         * config/install-sh: update from automake.
51832
51833 2003-09-25  Bruno Haible  <bruno@clisp.org>
51834
51835         * modules/version-etc-2: New file, from modules/version-etc with
51836         modifications.
51837         * MODULES.html.sh (func_all_modules): Add version-etc-2.
51838
51839 2003-09-25  Bruno Haible  <bruno@clisp.org>
51840
51841         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
51842         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
51843
51844 2003-09-24  Simon Josefsson  <jas@extundo.com>
51845
51846         * modules/xgethostname: Add xgethostname.h.
51847
51848 2003-09-24  Paul Eggert  <eggert@twinsun.com>
51849
51850         * lib/linebuffer.c (freebuffer): Don't free the argument, just
51851         the buffer associated with the argument.  Bug reported by
51852         Simon Josefsson.
51853
51854 2003-09-24  Paul Eggert  <eggert@twinsun.com>
51855
51856         * README: Document assumptions that 'int' is at least 32 bits
51857         wide, that integer arithmetic is 2's complement without overflow,
51858         that there are no holes in integer values, that adding sizes of
51859         two nonoverlapping objects can't overflow, and that all-bits-zero
51860         yields scalar zero.  Fix spelling and capitalization typos.
51861
51862 2003-09-19  Karl Berry  <karl@gnu.org>
51863
51864         * lib/argp.h: update from libc.
51865
51866 2003-09-17  Paul Eggert  <eggert@twinsun.com>
51867
51868         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
51869         to avoid spurious warnings like "AC_RUN_IFELSE was called before
51870         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
51871
51872 2003-09-17  Paul Eggert  <eggert@twinsun.com>
51873
51874         * gnulib-tool: Use "test -h", not "test -L", for portability
51875         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
51876         (tags_regexp): Remove, since \| doesn't conform to POSIX.
51877         (sed_extract_prog): Issue s commands one-by-one, rather than
51878         using \| in one s command.
51879
51880 2003-09-16  Paul Eggert  <eggert@twinsun.com>
51881
51882         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
51883         input error, instead of returning NULL the next time we are called
51884         (and therefore losing track of errno).
51885
51886 2003-09-16  Bruno Haible  <bruno@clisp.org>
51887
51888         * gnulib-tool (func_create_testdir): Warn about duplicated
51889         dependencies.
51890
51891 2003-09-15  Paul Eggert  <eggert@twinsun.com>
51892
51893         * modules/argmatch, modules/fatal, modules/obstack,
51894         modules/xalloc, modules/xgethostname: Sort dependencies by
51895         importance, not alphabetically.
51896
51897 2003-09-15  Paul Eggert  <eggert@twinsun.com>
51898
51899         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
51900         fails, so that the caller gets the proper errno.
51901
51902         * lib/readutmp.c (read_utmp): Likewise.
51903         Check for fstat error.  Close stream and free storage
51904         when failing.
51905
51906 2003-09-14  Karl Berry  <karl@gnu.org>
51907
51908         * config/srclist.txt (strdup.c): disable for c89 changes.
51909
51910 2003-09-14  Jim Meyering  <jim@meyering.net>
51911
51912         * lib/getloadavg.c: Correct cpp indentation.
51913         * lib/strdup.c: Likewise.
51914         * lib/vasnprintf.c: Likewise.
51915
51916 2003-09-14  Bruno Haible  <bruno@clisp.org>
51917
51918         * modules/fwriteerror: New file.
51919         * MODULES.html.sh (func_all_modules): Add fwriteerror.
51920
51921 2003-09-14  Bruno Haible  <bruno@clisp.org>
51922
51923         * lib/fwriteerror.h: New file.
51924         * lib/fwriteerror.c: New file.
51925
51926 2003-09-12  Paul Eggert  <eggert@twinsun.com>
51927
51928         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
51929         modules/xgethostname, modules/xalloc: Depend on exit.
51930
51931 2003-09-12  Paul Eggert  <eggert@twinsun.com>
51932
51933         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
51934
51935         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
51936         and AC_MINIX, too, so that their extensions are available.
51937
51938         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
51939         This macro has been superseded by gl_BACKUPFILE.
51940
51941         More patches to assume C89 or better.
51942
51943         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
51944
51945         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
51946         unconditionally.
51947         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
51948         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
51949         Include <string.h>, <stdlib.h> unconditionally.
51950         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
51951         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
51952         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
51953         headers or for string.h.
51954         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
51955         or strtoul.
51956
51957         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
51958         headers.
51959         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
51960         * m4/userspec.m4 (gl_USERSPEC): Likewise.
51961         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
51962         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
51963         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
51964         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
51965         memcpy, memset.
51966         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
51967         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
51968         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
51969         strtol.
51970         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
51971         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
51972         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
51973         strtoul.
51974
51975 2003-09-12  Paul Eggert  <eggert@twinsun.com>
51976
51977         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
51978         * lib/obstack.c [!defined _LIBC]: Likewise.
51979         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
51980         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
51981         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
51982
51983         More changes to assume C89 or better.
51984
51985         * lib/error.c (error_tail): Assume vprintf.
51986
51987         * lib/argmatch.c (getenv): Remove decl.
51988         * lib/progreloc.c (get_full_program_name): Define via prototype.
51989         * lib/setenv.c (clearenv): Likewise.
51990         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
51991         needed.
51992         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
51993         (malloc, memcpy): Remove decls.
51994         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
51995         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
51996         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
51997         (memcpy): Remove macro.
51998         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
51999         (__P): Remove.  All uses removed.
52000         (PTR): Remove.  All uses changed to void *.
52001         (CHAR_BIT, NULL): Remove.
52002         (spaces, zeros, memset_space, memset_zero)
52003         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
52004         Remove.
52005         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
52006         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
52007         Define with prototype.
52008         Remove now-unnecessary prototype decl.
52009         (extra_args_spec): Assume ANSI C.  All uses changed.
52010         (extra_args_spec_iso): Remove.
52011         (my_strftime, emacs_strftimeu): Define via prototype.
52012         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
52013         unconditionally.
52014         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
52015         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
52016         (strtoul, strtol): Remove decls.
52017         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
52018         LONG_MAX): Remove.
52019         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
52020         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
52021         (LOCALE_PARAM_PROTO): New macro.
52022         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
52023         (INTERNAL (strtol), strtol): Define with a prototype.
52024         (PARAMS): Remove.  All uses removed.
52025         * lib/tempname.c: Include <string.h> unconditionally.
52026         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
52027         * lib/xgethostname.c (main): Define with a prototype.
52028         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
52029         Include <stdlib.h> unconditionally.
52030         (calloc, malloc, realloc, free): Remove decls.
52031         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
52032         Include <stdlib.h> unconditionally.  Sort include file names.
52033         (strtod): Remove.
52034         (xstrtod): Define with a prototype.
52035         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
52036         (strtol, strtoul): Remove decls.
52037
52038 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52039
52040         More patches to assume C89 or better.
52041         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
52042         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
52043         string.h, memchr, STDC_HEADERS.
52044
52045 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52046
52047         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
52048         Include <stdlib.h>, <string.h> unconditionally.
52049         Remove now-unnecessary cast to char *.
52050         * lib/strnlen.c: Include <string.h> unconditionally.
52051         * lib/yesno.c (yesno): Define with a prototype.
52052
52053 2003-09-11  Bruno Haible  <bruno@clisp.org>
52054
52055         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
52056
52057 2003-09-10  Jim Meyering  <jim@meyering.net>
52058
52059         * lib/error.c: Correct indentation of cpp directives.
52060
52061 2003-09-10  Bruno Haible  <bruno@clisp.org>
52062
52063         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
52064         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
52065         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
52066         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
52067         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
52068         <stdlib.h> and <string.h> checks.
52069         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
52070         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
52071
52072 2003-09-10  Bruno Haible  <bruno@clisp.org>
52073
52074         * lib/strcspn.c: Include <string.h> unconditionally.
52075         * lib/strpbrk.c: Include <string.h> unconditionally.
52076         * lib/strstr.c: Include <string.h> unconditionally.
52077         * lib/unicodeio.c: Include <string.h> unconditionally.
52078         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
52079         * lib/unsetenv.c: Likewise.
52080         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
52081         * lib/yesno.c: Include <stdlib.h> unconditionally.
52082         (rpmatch): Add prototype.
52083
52084 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52085
52086         More patches to assume C89 or better.
52087         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
52088         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
52089         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
52090         or for string.h.
52091         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
52092         stdlib.h.
52093         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
52094         C headers.
52095         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
52096         string.h.
52097         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
52098         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
52099         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
52100         or for string.h.
52101         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
52102         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
52103         C headers.
52104         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
52105         memcpy.
52106         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
52107         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
52108         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
52109         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
52110         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
52111         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
52112         string.h, free.
52113         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
52114         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
52115         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
52116         C headers, or for string.h.
52117         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
52118         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
52119         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
52120         headers, memory.h, stdlib.h, string.h, strings.h.
52121         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
52122         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
52123         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
52124         strchr.
52125         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
52126         headers, memory.h, string.h.
52127         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
52128         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
52129         free.
52130         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
52131         headers.
52132         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
52133         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
52134         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
52135         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
52136         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
52137
52138 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52139
52140         More K&R removal.
52141
52142         * lib/acosl.c (main): Use a prototype.
52143         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
52144         tanl.c: Likewise.
52145
52146         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
52147
52148         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
52149         (getopt, etopt_long, getopt_long_only, _getopt_internal)
52150         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
52151         with a prototype.
52152         * lib/getopt.c (const): Remove macro.
52153         Include <string.h> unconditionally.
52154         (my_index): Remove; all uses changed to strchr.
52155         (strlen): Remove decl.
52156         (exchange): Remove forward decl; no longer needed.
52157         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
52158         Define with prototype.
52159         * lib/getopt1.c (const): Remove macro.
52160         (getopt_long, getopt_long_only, main): Define with prototype.
52161
52162         * lib/getugroups.c: Include <string.h> unconditionally.
52163
52164         * lib/getusershell.c: Include <stdlib.h> unconditionally.
52165         (getusershell, setusershell, endusershell, readname, main):
52166         Define with prototypes.
52167
52168         * lib/group-member.c: Include group-member.h first.
52169         Include <stdlib.h> unconditionally.
52170
52171         * lib/hard-locale.c: Include hard-locale.h first.
52172         Include <stdlib.h>, <string.h> unconditionally.
52173
52174         * lib/hash.c (free, malloc): Remove decls.
52175         Include <stdlib.h> unconditionally.
52176
52177         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
52178         (getenv): Do not declare.
52179
52180         * lib/idcache.c: Include <string.h> unconditionally.
52181
52182         * lib/long-options.c: Include long-options.h first, to test interface.
52183         Include <stdlib.h> unconditionally.
52184
52185         * lib/makepath.c: Include makepath.h first, to test interface.
52186         Include <stdlib.h> and <string.h> unconditionally.
52187
52188         * lib/linebuffer.c: Include <stdlib.h>.
52189         (free): Remove decl.
52190
52191         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
52192         stddef.h. rpl_malloc returns void *, not char *.
52193         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
52194         prototype.
52195
52196         * lib/md5.h: Include <limits.h> unconditionally.
52197         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
52198         (__P): Remove; all uses removed.
52199         * lib/md5.c: Include "md5.h" first.
52200         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
52201         md5_buffer, md5_process_bytes, md5_process_block):
52202         Define with prototypes.
52203         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
52204         * lib/sha.c: Include "sha.h" first.
52205         Include <stdlib.h>, <string.h> unconditionally.
52206
52207         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
52208         * lib/memcmp.c (__ptr_t): Likewise.
52209         * lib/memrchr.c (__ptr_t): Likewise.
52210         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
52211         Include <string.h> unconditionally.
52212         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
52213         * lib/memchr.c: Include <stdlib.h> unconditionally.
52214         * lib/memchr.c (LONG_MAX): Remove.
52215         * lib/memrchr.c (LONG_MAX): Likewise.
52216         * lib/memchr.c (__memchr): Define via a prototype.
52217         * lib/memrchr.c (__memrchr): Likewise.
52218         * lib/memcmp.c (__P): Remove, and remove all uses.
52219         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
52220         Remove forward decls; no longer needed.
52221         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
52222         Use types required by C89 in prototype.
52223
52224         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
52225         * lib/savedir.c: Likewise.
52226         * lib/mkdir.c (free): Remove decl.
52227         * lib/rmdir.c (rmdir): Define with a prototype.
52228         * lib/savedir.c: Include savedir.h first, to test interface.
52229
52230         * lib/mktime.c (STDC_HEADERS): Remove.
52231         Include <stdlib.h>, <string.h> unconditionally.
52232
52233         * lib/modechange.c: Include <stdlib.h> unconditionally.
52234         (malloc): Remove decl.
52235
52236         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
52237         (free): Remove decl.
52238
52239         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
52240         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
52241         (This type really should be intptr_t, but that's a C99ism.)
52242         (_obstack_memcpy): Remove: all uses changed to memcpy.
52243         Include <string.h> unconditionally.
52244         (struct obstack): Assume __STDC__ for types of members
52245         chunkfun, freefun, extra_arg.
52246         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
52247         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
52248         obstack_begin, obstack_specify_allocation,
52249         obstack_specify_allocation_with_arg, obstack_chunkfun,
52250         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
52251         Remove unprototyped decls and the macros that use them.
52252         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
52253         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
52254         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
52255         (defined __STDC__ && __STDC__)]:
52256         Remove nonprototyped code.
52257         Include <stdlib.h> unconditionally.
52258         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
52259         _obstack_allocated_p, _obstack_free, obstack_free,
52260         _obstack_memory_used, print_and_abort):
52261         Define using prototypes.
52262         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
52263         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
52264         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
52265         obstack_next_free, obstack_object_size, obstack_room) [0]:
52266         Remove unused, unprototyped code.
52267
52268         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
52269
52270         * lib/physmem.c (physmem_total, physmem_available, main): Define
52271         with prototypes.
52272
52273         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
52274         (main): Define with a prototype.
52275
52276         * lib/posixver.c (getenv): Remove decl.
52277
52278         * lib/putenv.c (malloc): Returns void *, not char *.
52279         Include <string.h> unconditionally.
52280         (strchr, memcpy, NULL): Do not define.
52281
52282         * lib/readtokens.c: Include readtokens.h first, to test interface.
52283         Include <stdlib.h>, <string.h> unconditionally.
52284         (init_tokenbuffer): Define with a prototype.
52285
52286         * lib/regex.c (PARAMS): Remove.  All uses removed.
52287         All uses of _RE_ARGS removed, too.
52288         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
52289         unconditionally.
52290         (bzero): Assume memset exists.
52291         (memcmp, memcpy, NULL): Remove.
52292         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
52293         char, or assignments to local vars of type signed char.
52294         (init_syntax_once, PREFIX(extract_number_and_incr),
52295         PREFIX(print_partial_compiled_pattern),
52296         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
52297         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
52298         PREFIX(regex_grow_registers), PREFIX(regex_compile),
52299         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
52300         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
52301         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
52302         wcs_compile_range, byte_compile_range, truncate_wchar,
52303         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
52304         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
52305         count_mbs_length, wcs_re_match_2_internal,
52306         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
52307         PREFIX(alt_match_null_string_p),
52308         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
52309         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
52310         regfree, PREFIX(extract_number)): Define with prototype.  Remove
52311         now-unnecessary declaration, if any.
52312         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
52313         regcomp, regexec):
52314         Remove now-unnecessary casts among pointer types.
52315         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
52316
52317         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
52318         (free): Remove decl.
52319
52320         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
52321
52322         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
52323         (free): Remove decl.
52324
52325         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
52326         * lib/xgetcwd.c: Likewise.
52327
52328         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
52329         (free): Remove decl.
52330
52331         * lib/strchrnul.c (strchrnul): Define with a prototype.
52332         Fix bug: c_in was not converted to char before searching.
52333
52334         The following changes are not K&R related:
52335
52336         * lib/group-member.h: Include <sys/types.h>, so that this file is
52337         self-contained.
52338         * lib/makepath.h: Likewise.
52339
52340         * lib/getusershell.c (readname, default_index, line_size, readname):
52341         Use size_t, not int, for sizes.
52342         (readname): If the size overflows, report an error instead of
52343         looping forever.
52344
52345 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52346
52347         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
52348         libc.
52349
52350 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52351
52352         * README: New section: portability guidelines.
52353
52354 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
52355
52356         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
52357         C89 spec.
52358
52359 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
52360
52361         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
52362
52363 2003-09-08  Paul Eggert  <eggert@twinsun.com>
52364
52365         Assume C89 or better; remove K&R cruft.
52366         A few of these changes were first proposed by Derek Robert Price
52367         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
52368
52369         * lib/addext.c: Include <string.h> unconditionally.
52370         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
52371         Don't declare getenv or malloc.
52372
52373         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
52374         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
52375         (NULL): Remove.
52376         (find_stack_direction, alloca): Use prototypes.
52377
52378         * lib/atexit.c (atexit): Define using a prototype.
52379
52380         * lib/basename.c, dirname.c, stripslash.c:
52381         Include <string.h> unconditionally.
52382
52383         * lib/bcopy.c: Include <stddef.h>.
52384         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
52385
52386         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
52387
52388         * lib/error.h (error, error_at_line, error_print_progname)
52389         [! (defined (__STDC__) && __STDC__)]: Remove decls.
52390         * lib/error.c: Include error.h first, to check interface.
52391         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
52392         (VA_START): Remove; all uses changeed to va_start.
52393         (exit, strerror): Remove decls.
52394         (error_print_progname): Prototype uncondionally.
52395         Don't include <errno.h>; no longer needed.
52396         (private_strerror): Remove.
52397         (error_tail): Always define.
52398         (error, error_at_line): Assume C89 or better; always use prototypes.
52399         * lib/fatal.c: Include "fatal.h" first, to test interface.
52400         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
52401         (VA_START): Remove; all uses changed to va_start.
52402         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
52403         this case.
52404         (exit): Remove decl.
52405         (fatal): Prototype unconditionally.  Assume va_start works.
52406         Abort at end, to pacify gcc.
52407
52408         * lib/euidaccess.c (main): Define with a prototype.
52409
52410         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
52411
52412         * lib/exitfail.c: Include <stdlib.h> unconditionally.
52413
52414         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
52415         prototypes.
52416         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
52417         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
52418         (getenv): Remove decl.
52419         (fnmatch): Define using a prototype.
52420         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
52421         (FCT): Define using a prototype.
52422
52423         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
52424
52425         * lib/gethostname.c: Include <stddef.h>.
52426         (gethostname): Define with prototype.  Length is size_t, not int.
52427
52428 2003-09-08  Paul Eggert  <eggert@twinsun.com>
52429
52430         Assume C89 or better; remove K&R cruft.
52431         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
52432         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
52433         string.h, getenv, malloc.
52434         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
52435         headers.
52436         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
52437         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
52438         do not check for strerror.
52439         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
52440         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
52441         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
52442         do not check for doprnt or vprintf.
52443         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
52444         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
52445
52446 2003-09-08  Paul Eggert  <eggert@twinsun.com>
52447
52448         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
52449         getversion.c should have been removed then, but was accidentally
52450         preserved.
52451
52452         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
52453         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
52454
52455 2003-09-08  Karl Berry  <karl@gnu.org>
52456
52457         * config/config.sub, config.guess, srclistvars.sh: update from savannah
52458                 config, forget about prep.
52459
52460         * config/depcomp, missing: update from automake.
52461
52462 2003-09-07  Paul Eggert  <eggert@twinsun.com>
52463
52464         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
52465         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
52466
52467 2003-09-07  Paul Eggert  <eggert@twinsun.com>
52468
52469         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
52470         copy_tm_result.  Bug reported by Simon Josefsson in
52471         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
52472
52473 2003-09-06  Paul Eggert  <eggert@twinsun.com>
52474
52475         * m4/time_r.m4: New file.
52476         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
52477         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
52478         is. Check for timegm declaration.
52479         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
52480         Do not check for gmtime_r.
52481         Replace mktime if __mktime_internal does not exist and if mktime
52482         hasn't been replaced already.
52483
52484 2003-09-06  Paul Eggert  <eggert@twinsun.com>
52485
52486         * lib/time_r.c, lib/time_r.h: New files.
52487
52488         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
52489         __localtime_r.
52490         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
52491         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
52492
52493         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
52494         __gmtime_r.
52495         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
52496         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
52497         Include <time_r.h>.
52498
52499         * lib/timegm.c: Switch to glibc implementation, with the following
52500         changes:
52501         [defined HAVE_CONFIG_H]: Include <config.h>.
52502         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
52503         (__mktime_internal) [!defined _LIBC]: New decl.
52504         (__gmtime_r) [!defined _LIBC]: New macro and function.
52505         (timegm): Use a prototype, since gnulib assumes C89.
52506         Do not bother declaring tmp to be const, as it's not really usefu.
52507         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
52508         (timegm): Declare only if HAVE_DECL_TIMEGM.
52509
52510 2003-09-06  Paul Eggert  <eggert@twinsun.com>
52511
52512         * MODULES.html.sh (func_all_modules): Add time_r.
52513         * modules/time_r: New file.
52514         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
52515         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
52516
52517 2003-09-03  Paul Eggert  <eggert@twinsun.com>
52518
52519         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
52520         Bug reported by Lute Kamstra in
52521         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
52522
52523         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
52524         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
52525         course with correspondingly smaller numbers for tomorrow and
52526         yesterday.  From Tadayoshi Funaba.  Originally installed into
52527         sh-utils on 1999-08-07, but the patch got lost (I guess during the
52528         coreutils merge?).
52529
52530 2003-08-31  Simon Josefsson  <jas@extundo.com>
52531
52532         * modules/timegm: New file.
52533         * MODULES.html.sh (func_all_modules): Add timegm.
52534
52535 2003-08-31  Simon Josefsson  <jas@extundo.com>
52536
52537         * m4/timegm.m4: New file.
52538
52539 2003-08-31  Simon Josefsson  <jas@extundo.com>
52540
52541         * lib/timegm.h: New file.
52542         * lib/timegm.c: New file.  Based on
52543         wget-1.8.2/src/http.c:mktime_from_utc.
52544
52545 2003-08-31  Karl Berry  <karl@gnu.org>
52546
52547         * lib/argp.h: update from libc.
52548
52549 2003-08-28  Bruno Haible  <bruno@clisp.org>
52550
52551         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
52552         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
52553         followed by '#define fnmatch fnmatch_posix' gives an error.
52554
52555 2003-08-28  Bruno Haible  <bruno@clisp.org>
52556
52557         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
52558         warning on QNX, which defines O_BINARY to 000000.
52559
52560 2003-08-27  Jim Meyering  <jim@meyering.net>
52561
52562         * m4/mkstemp.m4: Require that the system mkstemp be able to create
52563         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
52564         would fail after 32.  Reported by Danny Levinson.  Details here:
52565         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
52566
52567 2003-08-24  Bruno Haible  <bruno@clisp.org>
52568
52569         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
52570         MSVC7 <stdio.h> is included later.
52571
52572 2003-08-22  Simon Josefsson  <jas@extundo.com>
52573
52574         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
52575
52576 2003-08-20  Karl Berry  <karl@gnu.org>
52577
52578         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
52579
52580 2003-08-20  Bruno Haible  <bruno@clisp.org>
52581
52582         * modules/progname: New file.
52583         * MODULES.html.sh (func_all_modules): Add progname.
52584
52585 2003-08-20  Bruno Haible  <bruno@clisp.org>
52586
52587         * lib/progname.h: New file, from GNU gettext.
52588         * lib/progname.c: New file, from GNU gettext.
52589         * lib/progreloc.c: New file, from GNU gettext.
52590
52591 2003-08-19  Jim Meyering  <jim@meyering.net>
52592
52593         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
52594         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
52595
52596 2003-08-19  Bruno Haible  <bruno@clisp.org>
52597
52598         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
52599         more.
52600
52601 2003-08-19  Bruno Haible  <bruno@clisp.org>
52602
52603         * lib/xstrdup.c: Assume <string.h> exists.
52604
52605 2003-08-18  Paul Eggert  <eggert@twinsun.com>
52606
52607         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
52608         in makefile rules.
52609
52610 2003-08-18  Jim Meyering  <jim@meyering.net>
52611
52612         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
52613         * m4/lib-ld.m4: Likewise.
52614
52615 2003-08-18  Jim Meyering  <jim@meyering.net>
52616
52617         * lib/setenv.h: Indent nested cpp directive.
52618         * lib/vasnprintf.c: Remove trailing blanks.
52619
52620 2003-08-17  Simon Josefsson  <jas@extundo.com>
52621
52622         * modules/xstrndup: New file.
52623         * MODULES.html.sh (func_all_modules): Add xstrndup.
52624
52625 2003-08-17  Simon Josefsson  <jas@extundo.com>
52626
52627         * modules/argp: Fix autoconf macro name. Add more dependencies.
52628
52629 2003-08-17  Simon Josefsson  <jas@extundo.com>
52630
52631         * m4/xstrndup.m4: New file.
52632
52633 2003-08-17  Simon Josefsson  <jas@extundo.com>
52634
52635         * m4/argp.m4: New file.
52636
52637 2003-08-17  Simon Josefsson  <jas@extundo.com>
52638             Bruno Haible  <bruno@clisp.org>
52639
52640         * lib/xstrndup.h: New file.
52641         * lib/xstrndup.c: New file.
52642
52643 2003-08-17  Bruno Haible  <bruno@clisp.org>
52644
52645         * modules/strndup (Files, Include): Add lib/strndup.h.
52646
52647 2003-08-17  Bruno Haible  <bruno@clisp.org>
52648
52649         * modules/euidaccess (Files): Add lib/euidaccess.h.
52650
52651 2003-08-17  Bruno Haible  <bruno@clisp.org>
52652
52653         * lib/strndup.h: New file.
52654
52655 2003-08-17  Bruno Haible  <bruno@clisp.org>
52656
52657         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
52658         like AC_GNU_SOURCE.
52659         * modules/extensions (configure.ac): Comment out the invocation of
52660         gl_USE_SYSTEM_EXTENSIONS.
52661
52662 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52663
52664         Merges from coreutils, etc.
52665         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
52666         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
52667         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
52668         fixing a typo.
52669         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
52670         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
52671
52672 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52673
52674         Document merge from coreutils.
52675         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
52676         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
52677         * modules/utime: Add m4/utimes-null.m4.
52678
52679 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52680
52681         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
52682         space, undoing this 2003-08-12 change:
52683         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
52684
52685 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52686
52687         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
52688         strtoul.c from libc, undoing this 2003-08-12 change:
52689         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
52690
52691 2003-08-16  Jim Meyering  <jim@meyering.net>
52692
52693         Merges from coreutils.
52694         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
52695         prefix.  Adjust cache variables similarly.  Create 500 rather than
52696         just 300 files, to exercise bug on Darwin6.5, too.
52697         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
52698         $missing_dir.
52699         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
52700         AM_SYS_POSIX_TERMIOS.
52701         Reported by mkc@mathdogs.com.
52702         Also change use of $am_cv_sys_posix_termios
52703         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
52704         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
52705         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
52706         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
52707         in /proc/mounts until it finds one with matching device number.  This
52708         is unnecessary when the FILE argument *is* a mount point.  No stat call
52709         is necessary in that case.  So, disable the statvfs-testing code on
52710         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
52711         as RedHat bug# 84846.
52712         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
52713         to 1MB, so as not to render systems with no stack size limit (e.g.,
52714         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
52715         Include <unistd.h>.  On some systems,
52716         it is required for the definition of _SC_PAGESIZE.
52717
52718 2003-08-16  Jim Meyering  <jim@meyering.net>
52719
52720         Merge from coreutils.
52721         * lib/xstrtoimax.c: #else #if -> #elif.
52722         * lib/xstrtoumax.c: Likewise.
52723
52724 2003-08-16  Jim Meyering  <jim@meyering.net>
52725
52726         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
52727         * m4/utimes.m4: Removed.
52728         * m4/utimes-null.m4: Renamed from utimes.m4.
52729
52730         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
52731         to 1MB, so as not to render systems with no stack size limit (e.g.,
52732         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
52733         Include <unistd.h>.  On some systems,
52734         it is required for the definition of _SC_PAGESIZE.
52735
52736 2003-08-16  Jim Meyering  <jim@meyering.net>
52737         and Paul Eggert  <eggert@cs.ucla.edu>
52738
52739         Merges from coreutils, etc.
52740
52741         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
52742         using the latest version from cvs.  This avoids problems with #line
52743         directives using a vendor (Sun) compiler.
52744         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
52745         Don't set GETGROUPS_LIB here; now it's
52746         done via getgroups.m4's wrapper function.
52747         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
52748         rather than just in sh-util/configure.in, so that the
52749         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
52750         same.
52751         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
52752         AC_FUNC_GETLOADAVG where to find getloadavg.c.
52753         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
52754         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
52755         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
52756         Remove code that is now done by the newly-required macros.
52757         Append $(EXEEXT) to DF_PROG.
52758         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
52759         Do not invoke or require the following here,
52760         since prereq.m4 or some gnulib .m4 now does this for us:
52761         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
52762         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
52763         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
52764         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
52765         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
52766         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
52767         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
52768         AC_FUNC_OBSTACK.
52769         Do not replace the following functions, as this is now the job
52770         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
52771         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
52772         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
52773         atexit getpass, strdup, getpagesize.
52774         Replace 'raise'.
52775         Do not check for the following functions, as this is now the job
52776         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
52777         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
52778         setregid.
52779         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
52780         Check for sys/sysctl.h.
52781         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
52782         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
52783         of checking for ssize_t ourselves.
52784
52785         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
52786         Require every macro that gnulib/modules/* suggests for us.
52787         (jm_PREREQ_ADDEXT): New macro.
52788         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
52789         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
52790
52791         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
52792         (gl_PHYSMEM): Use it.
52793         Also check for `table' function.
52794         Check for new headers and functions.
52795         Add check for sys/sysmp.h.
52796         With suggestions from Kaveh Ghazi.
52797         Ignore headers that are present but cannot be compiled.  This
52798         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
52799         C 5.4.
52800
52801 2003-08-15  Paul Eggert  <eggert@twinsun.com>
52802
52803         Document merge from coreutils.
52804         * modules/userspec: Depend on posixver.
52805         * modules/strftime: Depend on tzset.
52806
52807 2003-08-15  Paul Eggert  <eggert@twinsun.com>
52808
52809         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
52810         rather than tab, after '#' in shell-script copyright notices.
52811         Suggested by Bruno Haible.
52812
52813 2003-08-15  Paul Eggert  <eggert@twinsun.com>
52814
52815         * config/srclist-update: Use three spaces, rather than tab, after '#'
52816         in shell-script copyright notices.  Suggested by Bruno Haible.
52817         Remove unnecessary parenthesization in regular expression.
52818
52819 2003-08-15  Jim Meyering  <jim@meyering.net>
52820
52821         Merge from coreutils.
52822         * lib/xgethostname.c: Include <stdlib.h>.
52823         (xghostname): Don't exit for anything other than memory-related
52824         failure; just return NULL.
52825         * lib/userspec.c: Include "posixver.h".
52826         (parse_user_spec): Accept `.' as a separator only
52827         in pre-POSIX-200112 mode.
52828         * lib/strtoimax.c: Use #elif rather than #else #if.
52829         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
52830         Remove function, now that we can rely on a working tzset function.
52831         [!_LIBC]: Ensure that the required autoconf test has been run.
52832         [!defined _NL_CURRENT && HAVE_STRFTIME]:
52833         Use underlying_strftime for %r.
52834         * lib/sha.c: Merge in some clean-up and optimization changes from
52835         glibc.
52836         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
52837         Ensure that it is a multiple of 64.
52838         Rearrange loop exit tests so as to avoid performing an
52839         additional fread after encountering an error or EOF.
52840         * lib/realloc.c: Update copyright date.
52841
52842 2003-08-15  Jim Meyering  <jim@meyering.net>
52843         and Paul Eggert  <eggert@twinsun.com>
52844
52845         Merge from coreutils.
52846         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
52847         member but strut utmpx does not.  Needed for AIX 4.3.3.
52848         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
52849
52850 2003-08-15  Jim Meyering  <jim@meyering.net>
52851         and Paul Eggert  <eggert@cs.ucla.edu>
52852
52853         Merges from coreutils, etc.
52854         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
52855         Require gl_FUNC_TZSET_CLOBBER.
52856         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
52857         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
52858         members.
52859
52860 2003-08-14  Paul Eggert  <eggert@twinsun.com>
52861
52862         Help the merge from coreutils.
52863         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
52864         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
52865         * m4/tzset.m4: Use it too.
52866
52867 2003-08-14  Paul Eggert  <eggert@twinsun.com>
52868
52869         * modules/tzset: New file.
52870
52871 2003-08-14  Jim Meyering  <jim@meyering.net>
52872
52873         Merges from coreutils.
52874         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
52875         variable names, rather than @FNMATCH_H@.
52876         * modules/alloca: Likewise for $(ALLOCA_H).
52877
52878         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
52879         the three copies of the literal target, `fnmatch.h'.
52880         * modules/alloca (alloca.h): Likewise.
52881
52882 2003-08-14  Jim Meyering  <jim@meyering.net>
52883
52884         Merge from coreutils.
52885         * m4/tzset.m4: New file.
52886         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
52887         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
52888         otherwise, AIX 5.1 systems would end up using the latter.
52889         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
52890         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
52891         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
52892         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
52893
52894 2003-08-14  Jim Meyering  <jim@meyering.net>
52895
52896         Merge from coreutils.
52897         * lib/obstack.h: Whitespace changes.
52898         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
52899         and xcalloc return values.
52900         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
52901         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
52902         hang on OSF/1 5.1 for DIR on both local and remote file systems.
52903         Reported by (and fix confirmed by) Nelson H. F. Beebe.
52904         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
52905         error from mntctl.
52906         Use mntctl's return value to drive the entry-processing loop, since
52907         we can't rely on the value of the vmt_length member in the last
52908         entry.  On some systems doing so could result in exhausting
52909         virtual memory.  Based in part on a patch from Mike Jetzer.
52910
52911 2003-08-14  Jim Meyering  <jim@meyering.net>
52912         and Paul Eggert  <eggert@twinsun.com>
52913
52914         Merges from coreutils, plus other fixes.
52915         * lib/physmem.c: Merge in portability changes from gcc/libiberty
52916         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
52917         for credits and details.  Thanks to Kaveh Ghazi for helping
52918         to keep these files in sync.
52919         (ARRAY_SIZE): Define it.
52920         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
52921         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
52922         (memcasecmp): Don't assume size_t fits in unsigned int.
52923         Remove casts and duplicate code.
52924         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
52925         (memcpy): Remove definition.
52926         Merge in some clean-up and optimization changes from glibc.
52927         [BLOCKSIZE]: Move definition to top of file.
52928         Ensure that it is a multiple of 64.
52929         Rearrange loop exit tests so as to avoid performing an
52930         additional fread after encountering an error or EOF.
52931         * lib/md5.h (md5_uintptr): Define.
52932         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
52933         return to the initial working directory.  Preserve errno
52934         for caller.
52935         * lib/idcache.c: Include "xalloc.h".
52936         (xmalloc, xrealloc): Remove decls.
52937         (getuser): Remove casts no longer required in C89.
52938         * lib/human.c: Include stdio.h, for sprintf.
52939         * lib/group-member.c: Include "xalloc.h".
52940         (xmalloc, xrealloc): Remove decls.
52941         (get_group_info): Remove casts no longer required in C89.
52942         * lib/getusershell.c (readname): Remove casts no longer required in
52943         C89.
52944         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
52945         * lib/getline.c: Whitespace fix, from coreutils.
52946
52947 2003-08-13  Paul Eggert  <eggert@twinsun.com>
52948
52949         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
52950         Check for isascii.
52951
52952         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
52953         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
52954         Undo previous (whitespace-only) change.
52955
52956 2003-08-13  Paul Eggert  <eggert@twinsun.com>
52957
52958         * lib/exclude.c: Include <ctype.h>
52959         (IN_CTYPE_DOMAIN): New macro.
52960         (is_space): New fn.
52961         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
52962         and empty lines.
52963
52964         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
52965         Undo previous (whitespace-only) change.
52966
52967 2003-08-13  Paul Eggert  <eggert@twinsun.com>
52968
52969         * config/srclist-update: Change update back to the old behavior,
52970         leaving whitespace alone.  Use one 'sed' command rather than a
52971         pipeline.
52972         (fixlicense): Now a variable, not a function.
52973         (remove_trailing_blanks): Remove.
52974         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
52975         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
52976         Undo previous (whitespace-only) change.
52977
52978 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52979
52980         Merge from coreutils.
52981         * modules/euidaccess: Add lib_SOURCES, include for new
52982         file euidaccess.h
52983
52984 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52985
52986         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
52987         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
52988         Normalize leading white space and remove trailing white space.
52989
52990         Merge from coreutils
52991         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
52992
52993         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
52994         0.12.1.  These files are now being upgraded automatically by
52995         ../config/srclist-update.
52996
52997 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52998
52999         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
53000         Normalize leading white space and remove trailing white space.
53001         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
53002         notice, as per ../config/srclist-update.
53003
53004         Merge from coreutils.
53005         * lib/euidaccess.h: New file.
53006         * lib/euidaccess.c: Include it.
53007         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
53008         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
53009         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
53010
53011 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53012
53013         * config/srclist-update: Add copyright notice.
53014         (remove_id_lines, remove_trailing_blanks): New constants.
53015         (fixfile): Use them to normalize spacing a bit in copied files.
53016         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
53017         Normalize leading white space and remove trailing white space.
53018
53019         * config/texinfo.tex: Sync with texinfo.
53020
53021         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
53022         strtoul.c from libc, to merge coreutils whitespace changes.
53023
53024         * config/srclist.txt: Get the following m4 files from gettext:
53025         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
53026         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
53027         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
53028         wint_t.m4.
53029
53030 2003-08-12  Karl Berry  <karl@gnu.org>
53031
53032         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
53033         been made.
53034
53035 2003-08-11  Paul Eggert  <eggert@twinsun.com>
53036
53037         * modules/gnu-source, m4/gnu-source.m4:
53038         Remove; we're assuming Autoconf 2.54 or later now.
53039         Suggested by Bruno Haible.
53040         * MODULES.html.sh (func_all_modules): Remove gnu-source.
53041
53042 2003-08-11  Bruno Haible  <bruno@clisp.org>
53043
53044         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
53045
53046 2003-08-11  Bruno Haible  <bruno@clisp.org>
53047
53048         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
53049         (vasnprintf): Use it instead of wcslen.
53050
53051 2003-08-11  Bruno Haible  <bruno@clisp.org>
53052
53053         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
53054         value to ensure that _Bool promotes to int. Use #define for _Bool when
53055         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
53056
53057 2003-08-10  Karl Berry  <karl@gnu.org>
53058
53059         * lib/regex.h: update from libc (whitespace fix).
53060
53061 2003-08-09  Paul Eggert  <eggert@twinsun.com>
53062
53063         Merge some files from coreutils.  These changes were
53064         originally made by Jim Meyering.
53065         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
53066         many older Unixes require this.
53067         * lib/alloca.c (alloca): Remove cast to argument of free;
53068         no longer needed in C89.
53069         * lib/alloca_.h, regex.h: Fix white space to match
53070         what GNU indent does.
53071
53072 2003-08-09  Paul Eggert  <eggert@twinsun.com>
53073
53074         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
53075         apparently Emacs's Unicode mode got confused before my 2003-08-05
53076         checkin.
53077
53078 2003-08-08  Paul Eggert  <eggert@twinsun.com>
53079
53080         * m4/extensions.m4: New file.
53081         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
53082         Require gl_USE_SYSTEM_EXTENSIONS.
53083         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
53084         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
53085
53086 2003-08-08  Paul Eggert  <eggert@twinsun.com>
53087
53088         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
53089         * modules/extensions, modules/gnu-source: New files.
53090         * modules/timespec, modules/unlocked-io: Depend on extensions.
53091
53092 2003-08-07  Paul Eggert  <eggert@twinsun.com>
53093
53094         * modules/restrict: New file.
53095         * MODULES.html.sh (func_all_modules): Add restrict.
53096         * modules/regex: Depend on restrict.
53097
53098 2003-08-07  Paul Eggert  <eggert@twinsun.com>
53099
53100         * m4/restrict.m4: New file.
53101         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
53102
53103 2003-08-07  Bruno Haible  <bruno@clisp.org>
53104
53105         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
53106         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
53107
53108 2003-08-07  Bruno Haible  <bruno@clisp.org>
53109
53110         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
53111         makes the module 'getndelim2' compatible with the module 'getline'.
53112
53113 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53114
53115         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
53116         byte with "\201" to avoid glitches when editing that source file
53117         with multi-gnome-terminal.
53118
53119 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53120
53121         * lib/bumpalloc.h: Remove.
53122
53123 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53124
53125         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
53126         * modules/bumpalloc: Remove.
53127
53128 2003-08-04  Paul Eggert  <eggert@twinsun.com>
53129
53130         * lib/getloadavg.c: Change copyright notice and spacing to conform to
53131         GNU coding style.
53132
53133         Merge from coreutils.
53134         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
53135         1. From glibc.
53136         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
53137         from Karl Berry, implemented by Jim Meyering.
53138         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
53139         from Dmitry V. Levin.
53140         Remove anachronistic cast of xrealloc.
53141         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
53142         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
53143         type. Otherwise, it wouldn't compile with at least /bin/cc on
53144         ymp-cray-unicos9.0.2.X.
53145         Combine two mostly-identical uses of alloca into one.
53146         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
53147
53148 2003-08-04  Dave Love  <d.love@dl.ac.uk>
53149
53150         [From Emacs.]
53151
53152         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
53153         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
53154         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
53155         obsolete NLIST_NAME_UNION.
53156         [__GNU__]: Undef BSD and FSCALE.
53157         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
53158
53159 2003-08-03  Paul Eggert  <eggert@twinsun.com>
53160
53161         * lib/stdbool_.h (_Bool): Make it signed char, instead of
53162         an enum type, so that it's guaranteed to promote to int.  See:
53163         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
53164
53165 2003-08-03  Karl Berry  <karl@gnu.org>
53166
53167         * config/depcomp: update from automake.
53168
53169 2003-07-31  Paul Eggert  <eggert@twinsun.com>
53170
53171         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
53172         (strerror): Don't assume that a printable int fits in 14 bytes.
53173
53174 2003-07-31  Bruno Haible  <bruno@clisp.org>
53175
53176         * modules/getpass-gnu: New file.
53177         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
53178
53179 2003-07-31  Bruno Haible  <bruno@clisp.org>
53180
53181         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
53182
53183 2003-07-24  Karl Berry  <karl@gnu.org>
53184
53185         * config/missing: update from automake.
53186
53187 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
53188             Bruno Haible  <bruno@clisp.org>
53189
53190         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
53191         * lib/getline.c (getline, getdelim): Likewise.
53192         Remove _GNU_SOURCE define; now it's defined in config.h through
53193         m4/getline.m4.
53194
53195 2003-07-23  Karl Berry  <karl@gnu.org>
53196
53197         * config/config.sub: update from prep.
53198
53199 2003-07-22  Paul Eggert  <eggert@twinsun.com>
53200
53201         * modules/xalloc (Depends-on): Add exitfail.
53202         * modules/xmemcoll: Likewise.
53203
53204 2003-07-22  Paul Eggert  <eggert@twinsun.com>
53205
53206         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
53207         over-parenthesization in macros.
53208
53209         Sync with coreutils.
53210
53211         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
53212         required by C99.
53213
53214         Use `exit_failure' for xalloc and xmemcoll instead of their own
53215         private exit-failure variables.
53216         * lib/xalloc.h (xalloc_exit_failure): Remove.
53217         * lib/xmalloc.c: Likewise.  Include exitfail.h.
53218         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
53219         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
53220         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
53221         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
53222
53223 2003-07-20  Jim Meyering  <jim@meyering.net>
53224
53225         * modules/closeout (Depends-on): Add exitfail.
53226         Suggestion from Bruno Haible.
53227
53228 2003-07-19  Karl Berry  <karl@gnu.org>
53229
53230         * config/config.sub: update from prep.
53231
53232 2003-07-18  Paul Eggert  <eggert@twinsun.com>
53233
53234         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
53235         Remove.
53236         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
53237         to test that it can stand by itself.  Include "exitfail.h".
53238         Clients should set exit_failure instead.
53239         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
53240
53241 2003-07-18  Bruno Haible  <bruno@clisp.org>
53242
53243         * modules/getndelim2: New file.
53244         * modules/getline: Share files with module getndelim2.
53245         * modules/getnline: Depend on getndelim2 instead of sharing files with
53246         it. Add getnline.c to lib_SOURCES.
53247         * MODULES.html.sh (func_all_modules): Add getndelim2.
53248
53249 2003-07-18  Bruno Haible  <bruno@clisp.org>
53250
53251         * m4/getndelim2.m4: New file.
53252         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
53253         invoke gl_PREREQ_GETNDELIM2.
53254         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
53255         gl_PREREQ_GETNDELIM2.
53256         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
53257         gl_GETNDELIM2.
53258
53259 2003-07-18  Bruno Haible  <bruno@clisp.org>
53260
53261         * lib/getndelim2.h: New file.
53262         * lib/getndelim2.c: Make into a module of its own. Include config.h,
53263         getndelim2.h.
53264         (getndelim2): Make non-static. Change return type to ssize_t.
53265         * lib/getline.h: Change argument names.
53266         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
53267         * lib/getnline.c: Include getndelim2.h.
53268
53269 2003-07-18  Andreas Schwab  <schwab@suse.de>
53270
53271         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
53272
53273 2003-07-17  Karl Berry  <karl@gnu.org>
53274
53275         * config/config.sub: update from prep.
53276
53277 2003-07-17  Bruno Haible  <bruno@clisp.org>
53278
53279         * modules/getnline: New file.
53280         * modules/getline: Add lib/getndelim2.c to source file list.
53281         * MODULES.html.sh (func_all_modules): Add getnline.
53282
53283 2003-07-17  Bruno Haible  <bruno@clisp.org>
53284
53285         * m4/getnline.m4: New file.
53286
53287 2003-07-17  Bruno Haible  <bruno@clisp.org>
53288
53289         * m4/Makefile.am.in: Remove file.
53290         * m4/Makefile.am: Remove file.
53291         * m4/Makefile.in: Remove file.
53292
53293 2003-07-17  Bruno Haible  <bruno@clisp.org>
53294
53295         * lib/getnline.h: New file.
53296         * lib/getnline.c: New file.
53297         * lib/getndelim2.c: New file, extracted from getline.c.
53298         (getndelim2): Renamed from getdelim2, with added nmax argument.
53299         * lib/getline.c: Include getndelim2.c.
53300         (getdelim2): Moved out to getndelim2.c.
53301         (getline, getdelim): Update.
53302
53303 2003-07-17  Bruno Haible  <bruno@clisp.org>
53304
53305         * lib/Makefile.am: Remove file.
53306         * lib/Makefile.in: Remove file.
53307
53308 2003-07-17  Bruno Haible  <bruno@clisp.org>
53309
53310         * configure.in: Remove file.
53311         * Makefile.in: Remove file.
53312
53313 2003-07-17  Bruno Haible  <bruno@clisp.org>
53314
53315         * MODULES.html.sh: Put the </BODY> right before </HTML>.
53316
53317 2003-07-16  Karl Berry  <karl@gnu.org>
53318
53319         * config/srclist-update: was running fixlicense twice, which caused
53320                 texinfo.tex to be nullified for some reason.  Simplify,
53321                 $gplsrc is no longer needed as far as I can see?
53322
53323 2003-07-16  Jim Meyering  <jim@meyering.net>
53324
53325         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
53326
53327 2003-07-15  Paul Eggert  <eggert@twinsun.com>
53328
53329         * config/srclist.txt: Get the following files from gettext-runtime/intl
53330         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
53331         ref-del.sin.  From Bruno Haible.
53332         * config/srclist-update (fixfile): Change grep pattern again, since the
53333         previous fix didn't work (there was another trailing $).  Use
53334         '[$]' to escape the $s.
53335
53336 2003-07-15  Karl Berry  <karl@gnu.org>
53337
53338         * lib/vasnprintf.c: update from gettext.
53339
53340 2003-07-15  Karl Berry  <karl@gnu.org>
53341
53342         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
53343         gets expanded when surrounded by '$'.
53344
53345 2003-07-15  Jim Meyering  <jim@meyering.net>
53346
53347         * modules/save-cwd: Don't depend on error.  From Derek Price.
53348
53349 2003-07-15  Jim Meyering  <jim@meyering.net>
53350
53351         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
53352
53353 2003-07-14  Simon Josefsson  <jas@extundo.com>
53354
53355         * modules/mempcpy: New file.
53356         * MODULES.html.sh (func_all_modules): Add mempcpy.
53357
53358 2003-07-14  Simon Josefsson  <jas@extundo.com>
53359
53360         * m4/mempcpy.m4: New file.
53361
53362 2003-07-14  Simon Josefsson  <jas@extundo.com>
53363
53364         * lib/mempcpy.h: New file.
53365         * lib/mempcpy.c: New file.
53366
53367 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53368
53369         * modules/getdate, modules/posixtm: Depend on mktime.
53370
53371 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53372
53373         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
53374         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
53375         unicodeio.c, unicodeio.h, unlocked-io.h:
53376         Switch from LGPL to GPL.
53377
53378 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53379
53380         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
53381         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
53382         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
53383         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
53384         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
53385         updated automatically by ../config/srclist-update.  This changes
53386         their license from LPGL to GPL.
53387
53388 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53389
53390         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
53391         assumed to refer to the root of the most recent stable gettext version.
53392         * config/srclistvars.sh: Add defaults for eggert.
53393         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
53394         Match "This program" as well as "The program".  This is needed
53395         for gettext.
53396
53397 2003-07-14  Jim Meyering  <jim@meyering.net>
53398
53399         Don't emit diagnostics.  Let callers do that.
53400         * lib/save-cwd.c: Don't include "error.h".
53401         (save_cwd): Don't call error.  Ensure that errno is valid
53402         when returning nonzero.
53403
53404         * lib/save-cwd.h (restore_cwd): Update prototype.
53405         * lib/save-cwd.c (restore_cwd): Remove two parameters.
53406         Simplify.  Don't call error upon failure.  Let callers do that.
53407         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
53408         when auditing is enabled.  But don't bother updating the #if.
53409
53410 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
53411
53412         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
53413         it breaks C++ compilation.
53414         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
53415
53416 2003-07-10  Simon Josefsson  <jas@extundo.com>
53417
53418         * modules/strchrnul (Makefile.am): Add strchrnul.h.
53419
53420 2003-07-10  Jim Meyering  <jim@meyering.net>
53421
53422         * m4/clock_time.m4: Remove trailing blank.
53423         * m4/intmax_t.m4: Likewise.
53424
53425 2003-07-10  Jim Meyering  <jim@meyering.net>
53426
53427         * lib/vasnprintf.c: Remove trailing blanks.
53428         Make cpp indentation consistent.
53429
53430 2003-07-09  Paul Eggert  <eggert@twinsun.com>
53431
53432         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
53433         posixver.c, strftime.c, strnlen.c, strverscmp.c:
53434         Switch from LGPL to GPL.
53435
53436 2003-07-09  Paul Eggert  <eggert@twinsun.com>
53437
53438         * config/srclist.txt: Sort sublists.  Add
53439         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
53440         that differ from gnulib for one reason or another; we'd like this list
53441         to be smaller but for now let's document what we have.
53442
53443 2003-07-08  Paul Eggert  <eggert@twinsun.com>
53444
53445         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
53446         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
53447         and sweeter "eval x=$x".
53448         * config/srclist.txt: Get lib/argp* from glibc.
53449
53450 2003-07-07  Paul Eggert  <eggert@twinsun.com>
53451
53452         * lib/mktime.c: Fix some boundary cases and remove need for floating
53453         point.
53454
53455         Issue a compile-time diagnostic if time_t is floating point, or if
53456         two's complement arithmetic is not in effect, or if arithmetic
53457         right shift does not propagate the sign.  These assumptions were
53458         all in the original code but they weren't checked.
53459
53460         (TIME_T_MIDPOINT, verify): New macros.
53461         (__isleap): Remove; it has integer overflow problems.
53462         (leapyear): New function, without those problems.
53463         (ydhms_tm_diff): Remove; splitting into two parts.
53464         (ydhms_diff): New function, containing the arithmetic part of
53465         the old ydhms_tm_diff function.  Issue a compile-time
53466         diagnostic if we are not using C99 integer division.
53467         Avoid casts when possible.
53468         (guess_time_tm): New function, containing the checking part of
53469         the old ydhms_tm_diff function.  Return the new value, rather than
53470         the difference between it and the old.  Accept a new argument T
53471         so that *T specifies the old value.  Check for overflow in the result.
53472
53473         (__mktime_internal): Use a time_t offset, not a long int offset.
53474         This undoes the 2003-06-04 change, which is no longer needed now
53475         that we have better overflow checking.
53476         (localtime_offset): Likewise.
53477
53478         (__mktime_internal): Avoid harmful overflow on hosts where time_t
53479         and long are 64-bit but int is only 32-bit.
53480         (ydhms_diff): Use long int to store year1 and yday1.
53481         Issue a compile-time diagnostic if long int is not wide enough.
53482
53483         (__mktime_internal): Use long int to store adjusted year and yday.
53484         Use plain C rather than preprocessor commands, if that doesn't
53485         affect efficiency.
53486         Check for overflow (and try to repair) after each probe
53487         rather than checking only at the very end.  This avoids some bugs
53488         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
53489         does not equal GMT offset at maximum time).
53490         Use integer to check for overflow rather than floating point; this
53491         is more portable to non-IEEE hosts, and is a tad faster.
53492         When we detect that we are oscillating between two values,
53493         don't check whether tm_isdst has the requested value, since
53494         we already know the answer.  When tm_isdst has the wrong value,
53495         use a different heuristic to find the right one, based on the
53496         extreme values actually observed in practice in tz2003a,
53497         rather than the (overly optimistic) "previous 3 calendar quarters".
53498
53499         (not_equal_tm, print_tm, check_result): Use "const T" rather than
53500         "T const" to accommodate glibc style.
53501         (check_result): Use less-confusing report format.  "long" -> "long int.
53502         (main): Likewise.
53503         Don't loop if the iteration overflows time_t.
53504         Allow a negative step in the iteration.
53505
53506 2003-07-06  Karl Berry  <karl@gnu.org>
53507
53508         * config/depcomp: update from automake.
53509         * config/config.sub: update from prep.
53510
53511 2003-07-03  Karl Berry  <karl@gnu.org>
53512
53513         * config/config.guess: update from prep.
53514
53515 2003-07-01  Paul Eggert  <eggert@twinsun.com>
53516
53517         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
53518         xreadlink.c now includes it unconditionally.
53519
53520 2003-07-01  Paul Eggert  <eggert@twinsun.com>
53521
53522         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
53523         having it depend on HAVE_SYS_TYPES_H.
53524
53525 2003-07-01  Bruno Haible  <bruno@clisp.org>
53526
53527         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
53528         <sys/types.h> should be sufficient.
53529         Reported by Paul Eggert.
53530
53531 2003-06-26  Karl Berry  <karl@gnu.org>
53532
53533         * config/depcomp: update from automake.
53534
53535 2003-06-26  Bruno Haible  <bruno@clisp.org>
53536
53537         * modules/human: Depend on module stdbool.
53538
53539 2003-06-25  Bruno Haible  <bruno@clisp.org>
53540
53541         * modules/readlink: New file.
53542         * modules/xreadlink: Depend on it.
53543         * MODULES.html.sh (func_all_modules): Add readlink.
53544
53545 2003-06-25  Bruno Haible  <bruno@clisp.org>
53546
53547         * m4/readlink.m4: New file.
53548
53549 2003-06-25  Bruno Haible  <bruno@clisp.org>
53550
53551         * lib/readlink.c: New file.
53552
53553 2003-06-22  Karl Berry  <karl@gnu.org>
53554
53555         * config/srclist.txt: update mkinstalldirs from automake.
53556         * config/mkinstalldirs: update.
53557
53558 2003-06-22  Bruno Haible  <bruno@clisp.org>
53559
53560         Portability to mingw32.
53561         * m4/ssize_t.m4: New file, from GNU gettext.
53562         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
53563         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
53564
53565 2003-06-22  Bruno Haible  <bruno@clisp.org>
53566
53567         * modules/safe-read: Add m4/ssize_t.m4.
53568         * modules/xreadlink: Add m4/ssize_t.m4.
53569
53570 2003-06-20  Bruno Haible  <bruno@clisp.org>
53571
53572         Assume C89, so PARAMS isn't needed.
53573         * lib/unicodeio.h (PARAMS): Remove.
53574         * lib/unicodeio.c: Don't use PARAMS.
53575
53576 2003-06-18  Karl Berry  <karl@gnu.org>
53577
53578         * config/config.{guess,sub}: update from prep.
53579
53580 2003-06-18  Jim Meyering  <jim@meyering.net>
53581
53582         Merge changes from coreutils.
53583         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
53584         Remove explicit declarations of xmalloc and realloc.
53585         Include xalloc.h.
53586         (read_utmp): Remove anachronistic cast of xmalloc.
53587
53588 2003-06-17  Paul Eggert  <eggert@twinsun.com>
53589
53590         Assume C89, so PARAMS isn't needed.
53591         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
53592         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
53593         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
53594         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
53595         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
53596         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
53597         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
53598         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
53599         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
53600         lib/xstrtod.h, lib/xstrtol.h: Likewise.
53601         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
53602         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
53603         no longer needed. Anyway, config.h should always be included before any
53604         other file.
53605
53606 2003-06-11  Simon Josefsson  <jas@extundo.com>
53607
53608         * modules/sysexits: New file.
53609         * MODULES.html.sh (func_all_modules): Add sysexits.
53610
53611 2003-06-11  Simon Josefsson  <jas@extundo.com>
53612
53613         * lib/sysexit_.h: New file.
53614
53615 2003-06-11  Derek Price  <derek@ximbiot.com>
53616
53617         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
53618         necessary.
53619
53620 2003-06-11  Bruno Haible  <bruno@clisp.org>
53621
53622         * m4/sysexits.m4: New file.
53623
53624 2003-06-10  Simon Josefsson  <jas@extundo.com>
53625
53626         * lib/argp.h: New file, from glibc.
53627         * lib/argp-ba.c: New file, from glibc.
53628         * lib/argp-eexst.c: New file, from glibc.
53629         * lib/argp-fmtstream.c: New file, from glibc.
53630         * lib/argp-fmtstream.h: New file, from glibc.
53631         * lib/argp-fs-xinl.c: New file, from glibc.
53632         * lib/argp-help.c: New file, from glibc.
53633         * lib/argp-namefrob.h: New file, from glibc.
53634         * lib/argp-parse.c: New file, from glibc.
53635         * lib/argp-pv.c: New file, from glibc.
53636         * lib/argp-pvh.c: New file, from glibc.
53637         * lib/argp-xinl.c: New file, from glibc.
53638
53639 2003-06-10  Simon Josefsson  <jas@extundo.com>
53640
53641         * modules/strchrnul: New file.
53642
53643 2003-06-10  Simon Josefsson  <jas@extundo.com>
53644
53645         * modules/argp: New file.
53646
53647 2003-06-10  Simon Josefsson  <jas@extundo.com>
53648
53649         * m4/strchrnul.m4: New file.
53650
53651 2003-06-10  Simon Josefsson  <jas@extundo.com>
53652
53653         * lib/strchrnul.h: New file.
53654         * lib/strchrnul.c: New file.
53655
53656 2003-06-10  Bruno Haible  <bruno@clisp.org>
53657
53658         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
53659
53660 2003-06-07  Karl Berry  <karl@gnu.org>
53661
53662         * config/config.{guess,sub}: update from prep.
53663
53664 2003-06-07  Jim Meyering  <jim@meyering.net>
53665
53666         * modules/strtod: Use $(...) notation, not @...@ for
53667         AC_REPLACE'd variables.
53668         * modules/localcharset: Likewise.
53669
53670 2003-06-07  Jim Meyering  <jim@meyering.net>
53671
53672         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
53673         in place of my name in the copyright comment.
53674         Remove definition and uses of __P.
53675
53676         From coreutils.
53677         * lib/stat.c: Don't declare xmalloc explicitly.
53678         Instead, include "xalloc.h".
53679         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
53680         xrealloc, and xcalloc return values.
53681         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
53682         Improve comment.
53683         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
53684
53685 2003-06-07  Bruno Haible  <bruno@clisp.org>
53686
53687         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
53688         avoid AC_CONFIG_LINKS.
53689         * modules/fnmatch (Makefile.am): Use explicit creation rule for
53690         fnmatch.h, to avoid AC_CONFIG_LINKS.
53691         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
53692
53693 2003-06-07  Bruno Haible  <bruno@clisp.org>
53694
53695         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
53696         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
53697         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
53698         directory.
53699         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
53700         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
53701         directory.
53702
53703 2003-06-06  Jim Meyering  <jim@meyering.net>
53704
53705         Merge from coreutils.
53706         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
53707         Consolidate declarations and initializations of *_base* locals.
53708
53709         Merge from coreutils.
53710         This avoids a core dump on systems without GNU putenv,
53711         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
53712         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
53713         (unsetenv): New static function, from GNU libc.
53714         (rpl_putenv): Use it.
53715
53716         * lib/modechange.c: Remove trailing blanks.
53717
53718         Merge from coreutils.
53719         * lib/fsusage.c: Remove declaration of statfs.
53720         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
53721
53722         * lib/posixtm.c: Include <stdbool.h> unconditionally.
53723
53724 2003-06-06  Jim Meyering  <jim@meyering.net>
53725
53726         * lib/stdbool_.h: Renamed from stdbool.h.in.
53727
53728 2003-06-06  Jim Meyering  <jim@meyering.net>
53729             Bruno Haible  <bruno@clisp.org>
53730
53731         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
53732         Adjust Makefile.am snippet not to redirect directly to target.
53733         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
53734
53735 2003-06-05  Paul Eggert  <eggert@twinsun.com>
53736
53737         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
53738         mismatch, look in future quarters as well as past.  This fixes a
53739         bug when processing fall-backwards gaps immediately after a long
53740         period of daylight-saving time.
53741
53742         * lib/mktime.c: Assume freestanding C89 or better.
53743         (HAVE_LIMITS_H): Remove.  Assume it's 1.
53744         (__P): Remove; not used.
53745         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
53746         (mktime, not_equal_tm, print_tm, check_result,
53747         main): Use prototypes.  Use const * where appropriate.
53748         (main): Fix typo in testing code that uncovered by above changes.
53749         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
53750
53751 2003-06-04  Paul Eggert  <eggert@twinsun.com>
53752
53753         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
53754         locale.h, localeconv.  This merges changes from coreutils.
53755
53756         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
53757         It can be removed after the next Autoconf is released.
53758         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
53759         needed.
53760
53761 2003-06-04  Paul Eggert  <eggert@twinsun.com>
53762
53763         * lib/mktime.c: Fix Debian bug 177940
53764         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
53765         (localtime_offset): Now long int, not time_t, because we want it
53766         to be guaranteed to be signed.  All uses changed.
53767         (__mktime_internal): If overflow would occur when adding offset,
53768         don't add it.
53769
53770         Merge 'human' changes from coreutils.  Rewrite to support
53771         locale-specific notations like thousands separators.
53772         * lib/human.c: Simplify authorship notice.
53773         Include human.h immediately after config.h.
53774         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
53775         <limits.h>: Do not include, since human.h does.
53776         (SIZE_MAX, UINTMAX_MAX): New macros.
53777         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
53778         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
53779         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
53780         (power_letter): Renamed from suffixes.
53781         (generate_suffix_backwards): Remove.
53782         (adjust_value): Now takes int style (because of human.h changes)
53783         and long double value (for greater precision on some platforms).
53784         (group_number): New function.
53785         (human_readable): Use it.  Use integer options, not enum.
53786         Put the options before the sizes in the arg list.
53787         Support all the new options.
53788         The old human_readable function has been removed;
53789         use inttostr.h instead.
53790         (human_readable, default_block_size, humblock):
53791         Use uintmax_t, not int, for block sizes.
53792         (human_readable_inexact, block_size_types): Remove.
53793         (block_size_opts): New constant.
53794         (human_options): Renamed from human_block_size, with new signature
53795         that allows block sizes up to UINTMAX_MAX.  All callers changed.
53796         * lib/human.h: Add copyright and authorship notice.
53797         Include <limits.h> and <stdbool.h> unconditionally.
53798         (PARAMS): Remove.  All uses removed.
53799         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
53800         (enum human_inexact_style): Remove tag; now a nameless enum.
53801         (human_floor, human_ceiling, human_round_to_even): Now have
53802         values 2, 0, 1 rather than -1, 1, 0.
53803         (human_group_digits, human_suppress_point_zero, human_autoscale,
53804         human_base_1024, human_SI, human_B): New constants.
53805         (human_readable_inexact, human_block_size): Remove.
53806         (human_readable): Size args are now uintmax_t, not int.
53807         (human_options): New decl.
53808
53809         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
53810         unnecessary now that we assume C89 or better.  This change
53811         imported from coreutils.
53812
53813         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
53814         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
53815         in the 2003-05-30 sync from glibc.
53816
53817         .h files should stand alone, but we shouldn't include <sys/types.h>
53818         if we can get away with just <stddef.h>.
53819
53820         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
53821         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
53822         rather than <sys/types.h>, as we merely need size_t.
53823         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
53824         to get size_t.
53825         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
53826         Include <stdio.h>, to get FILE.
53827         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
53828         memcasecmp.h has included <stddef.h> and all we need is size_t.
53829         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
53830         our interface, instead of including <sys/types.h>
53831
53832 2003-06-04  Paul Eggert  <eggert@twinsun.com>
53833
53834         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
53835         now, as glibc mktime is buggy on non-glibc systems.
53836
53837 2003-06-03  Karl Berry  <karl@gnu.org>
53838
53839         * config/config.sub: update from prep.
53840
53841 2003-06-02  Paul Eggert  <eggert@twinsun.com>
53842
53843         [from coreutils]
53844         Fix some minor time-related bugs with POSIX time arguments.
53845         Some valid time stamps were being rejected (notably -1, and
53846         time stamps before 1900 on 64-bit hosts).  And some invalid
53847         time stamps were being accepted, e.g. September 31.
53848
53849         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
53850         that we can return (time_t) -1 successfully.
53851         * lib/posixtm.c: Likewise.
53852         [HAVE_STDBOOL_H]: Include <stdbool.h>.
53853         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
53854         (t): Remove static var.
53855         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
53856         of static var.  All uses changed.
53857         (year): Do not reject years before 1900; they can occur with
53858         64-bit time_t.
53859         (posix_time_parse): Do not check for out-of-range components;
53860         that is now the caller's responsibility, since our checks were
53861         only approximations.
53862         (posixtime): Use mktime to check for out-of-range components,
53863         since it knows them exactly.
53864         If mktime returns (time_t) -1, check whether an error actually occurred
53865         by invoking localtime on -1.
53866         (main) [TEST_POSIXTIME]: Check for input data errors, and report
53867         posixtime failures better.
53868         Improve the test data (in comments only).
53869
53870 2003-06-02  Karl Berry  <karl@gnu.org>
53871
53872         * config/mkinstalldirs (version): new variable.
53873         (--version): new option.
53874         (usage): improve message.
53875
53876 2003-05-30  Karl Berry  <karl@gnu.org>
53877
53878         * lib/mktime.c: update from libc.
53879
53880 2003-05-30  Bruno Haible  <bruno@clisp.org>
53881
53882         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
53883         * config/config.rpath: Upgrade to gettext-0.12.1.
53884
53885 2003-05-30  Bruno Haible  <bruno@clisp.org>
53886
53887         * m4/gettext.m4: Upgrade to gettext-0.12.1.
53888         * m4/nls.m4: New file, from gettext-0.12.1.
53889         * m4/po.m4: New file, from gettext-0.12.1.
53890         * m4/progtest.m4: Upgrade to gettext-0.12.1.
53891
53892 2003-05-30  Bruno Haible  <bruno@clisp.org>
53893
53894         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
53895         * lib/localcharset.h: Likewise.
53896         * lib/localcharset.c: Likewise.
53897
53898 2003-05-29  Karl Berry  <karl@gnu.org>
53899
53900         * config/config.rpath: update from gettext.
53901
53902 2003-05-28  Paul Eggert  <eggert@twinsun.com>
53903
53904         Assume the headers required for C89 freestanding compilers.
53905         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
53906         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
53907         * m4/human.m4 (gl_HUMAN): Likewise.
53908         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
53909         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
53910         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53911         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
53912         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53913         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
53914
53915 2003-05-28  Paul Eggert  <eggert@twinsun.com>
53916
53917         Assume the headers required for C89 freestanding compilers.
53918         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
53919         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
53920         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
53921         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
53922         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
53923         define, since <limits.h> is guaranteed to do that.
53924         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
53925         * lib/exclude.c: Include <stdbool.h> unconditionally.
53926         * lib/tempname.c: Include <stddef.h> unconditionally.
53927         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
53928         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
53929         <stddef.h> does that.
53930         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
53931         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
53932         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
53933         needed.
53934         * lib/xstrtol.c: Likewise.
53935         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
53936         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
53937
53938         * lib/addext.c (addext): Use assignment rather than cast, to avoid
53939         warnings on some platforms.
53940
53941         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
53942         arbitrarily.
53943
53944 2003-05-26  Jim Meyering  <jim@meyering.net>
53945
53946         Merge in a change from coreutils:
53947         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
53948         that is guaranteed to be `no'.  Use `no_such_member' to indicate
53949         that condition, rather than `-1' which is slightly misleading.
53950         Change the name of the cache variable to have the gl_ prefix.
53951         Prompted by a patch from Richard Dawe for DJGPP.
53952
53953 2003-05-24  Karl Berry  <karl@gnu.org>
53954
53955         * config/config.guess: update from prep.
53956
53957 2003-05-22  Karl Berry  <karl@gnu.org>
53958
53959         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
53960
53961 2003-05-20  Karl Berry  <karl@gnu.org>
53962
53963         * config/config.guess: update from prep.
53964
53965 2003-05-18  Karl Berry  <karl@gnu.org>
53966
53967         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
53968         might actually be set by the user.
53969
53970         * config/depcomp, install-sh, mdate-sh: update from automake.
53971
53972 2003-05-17  Bruno Haible  <bruno@clisp.org>
53973
53974         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
53975         invalid expansion for AC_EGREP_CPP.
53976         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
53977         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
53978         Suggested by Akim Demaille <akim@epita.fr> in
53979         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
53980
53981 2003-05-12  Jim Meyering  <jim@meyering.net>
53982
53983         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
53984         the space-padded-by-default conversion specifiers, %e, %k, %l.
53985
53986 2003-05-12  Bruno Haible  <bruno@clisp.org>
53987
53988         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
53989         the string is longer than 4 KB.
53990
53991 2003-05-11  Karl Berry  <karl@gnu.org>
53992
53993         * config/config.{guess,sub}: update from prep.
53994
53995 2003-05-09  Bruno Haible  <bruno@clisp.org>
53996
53997         * modules/error: Add m4/strerror_r.m4 to file list.
53998
53999 2003-05-03  Bruno Haible  <bruno@clisp.org>
54000
54001         Upgrade to Unicode-4.0.
54002         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
54003         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
54004         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
54005         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
54006         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
54007         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
54008         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
54009         Change width of U+E0100..U+E01EF from 1 to 0.
54010
54011 2003-04-25  Jim Meyering  <jim@meyering.net>
54012
54013         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
54014         of type size_t, not int.
54015
54016 2003-04-25  Bruno Haible  <bruno@clisp.org>
54017
54018         * lib/copy-file.c: Include <stddef.h>, for size_t.
54019
54020 2003-04-21  Paul Eggert  <eggert@twinsun.com>
54021
54022         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
54023         code which expansion is under static control.  Patch imported from
54024         Akim Demaille's patch to Bison; see
54025         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
54026
54027 2003-04-14  Bruno Haible  <bruno@clisp.org>
54028
54029         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
54030
54031 2003-04-11  Jim Meyering  <jim@meyering.net>
54032
54033         Merge changes from Coreutils.
54034
54035         2003-03-22  Jim Meyering  <jim@meyering.net>
54036
54037         * lib/strftime.c (widen): Cast alloca return value to proper type.
54038
54039         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
54040
54041         From GNU libc.
54042         * lib/strftime.c (my_strftime): Handle very large width
54043         specifications for numeric values correctly.  Improve checks for
54044         overflow.
54045
54046         2003-01-19  Jim Meyering  <jim@meyering.net>
54047
54048         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
54049         definitions.
54050         (nl_get_alt_digit) [! defined my_strftime]: Define.
54051         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
54052         _nl_get_alt_digit and _nl_get_walt_digit.
54053
54054         * lib/strftime.c (my_strftime): Merge in locale-related changes from
54055         libc. These changes have no effect outside of _LIBC.
54056
54057 2003-04-10  Bruno Haible  <bruno@clisp.org>
54058
54059         * modules/findprog: New file.
54060         * MODULES.html.sh (func_all_modules): Add it.
54061
54062 2003-04-10  Bruno Haible  <bruno@clisp.org>
54063
54064         * m4/findprog.m4: New file.
54065         * m4/eaccess.m4: New file.
54066
54067 2003-04-10  Bruno Haible  <bruno@clisp.org>
54068
54069         * lib/findprog.h: New file, from GNU gettext.
54070         * lib/findprog.c: New file, from GNU gettext.
54071
54072 2003-04-05  Jim Meyering  <jim@meyering.net>
54073
54074         Merge changes from Coreutils.
54075
54076         * lib/exclude.h (PARAMS): Remove definition and uses.
54077         * lib/exclude.c: Remove uses of `PARAMS'.
54078
54079         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
54080         Add test-cases for DOS filenames. Declare program_name.
54081         (main): Set up program_name.  Patch by Rich Dawe.
54082
54083         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
54084         error from mntctl.
54085         Use mntctl's return value to drive the entry-processing loop, since
54086         we can't rely on the value of the vmt_length member in the last
54087         entry.  On some systems doing so could result in exhausting
54088         virtual memory.  Based in part on a patch from Mike Jetzer.
54089
54090 2003-04-04  Bruno Haible  <bruno@clisp.org>
54091
54092         * modules/linebreak: New file.
54093         * MODULES.html.sh (func_all_modules): Add it.
54094
54095 2003-04-04  Bruno Haible  <bruno@clisp.org>
54096
54097         * m4/linebreak.m4: New file.
54098
54099 2003-04-04  Bruno Haible  <bruno@clisp.org>
54100
54101         * lib/linebreak.h: New file, from GNU gettext.
54102         * lib/linebreak.c: New file, from GNU gettext with slight
54103         modifications.
54104         * lib/lbrkprop.h: New file, from GNU gettext.
54105
54106 2003-04-03  Bruno Haible  <bruno@clisp.org>
54107
54108         * modules/utf8-ucs4: New file.
54109         * modules/utf16-ucs4: New file.
54110         * modules/ucs4-utf8: New file.
54111         * modules/ucs4-utf16: New file.
54112         * MODULES.html.sh (func_all_modules): Add them.
54113
54114 2003-04-03  Bruno Haible  <bruno@clisp.org>
54115
54116         * m4/utf-ucs4.m4: New file.
54117         * m4/ucs4-utf.m4: New file.
54118
54119 2003-04-03  Bruno Haible  <bruno@clisp.org>
54120
54121         * lib/utf8-ucs4.h: New file, from GNU gettext.
54122         * lib/utf16-ucs4.h: New file, from GNU gettext.
54123         * lib/ucs4-utf8.h: New file, from GNU gettext.
54124         * lib/ucs4-utf16.h: New file, from GNU gettext.
54125
54126 2003-04-02  Bruno Haible  <bruno@clisp.org>
54127
54128         * modules/binary-io: New file.
54129         * MODULES.html.sh (func_all_modules): Add it.
54130
54131 2003-04-02  Bruno Haible  <bruno@clisp.org>
54132
54133         * lib/binary-io.h: New file, from GNU gettext.
54134
54135 2003-04-01  Bruno Haible  <bruno@clisp.org>
54136
54137         * modules/pathname: New file.
54138         * MODULES.html.sh (func_all_modules): Add it.
54139
54140 2003-04-01  Bruno Haible  <bruno@clisp.org>
54141
54142         * lib/pathname.h: New file, from GNU gettext.
54143         * lib/concatpath.c: New file, from GNU gettext.
54144
54145 2003-03-30  Bruno Haible  <bruno@clisp.org>
54146
54147         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
54148
54149 2003-03-30  Bruno Haible  <bruno@clisp.org>
54150
54151         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
54152         function chown() doesn't exist.
54153
54154 2003-03-28  Bruno Haible  <bruno@clisp.org>
54155
54156         * modules/copy-file: New file.
54157         * MODULES.html.sh (func_all_modules): Add it.
54158
54159 2003-03-28  Bruno Haible  <bruno@clisp.org>
54160
54161         * m4/copy-file.m4: New file.
54162
54163 2003-03-28  Bruno Haible  <bruno@clisp.org>
54164
54165         * lib/copy-file.h: New file, from GNU gettext.
54166         * lib/copy-file.c: New file, from GNU gettext.
54167
54168 2003-03-18  Jim Meyering  <jim@meyering.net>
54169
54170         * lib/quote.c (quote_n): Fix typo in comment.
54171
54172 2003-03-18  Bruno Haible  <bruno@clisp.org>
54173
54174         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
54175         checking.
54176         * m4/onceonly_2_57.m4: Likewise.
54177
54178 2003-03-17  Bruno Haible  <bruno@clisp.org>
54179
54180         * m4/onceonly.m4: Require autoconf 2.54 or newer.
54181         (m4_quote): Remove macro.
54182         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
54183
54184 2003-03-14  Jim Meyering  <jim@meyering.net>
54185
54186         Merge changes from Coreutils.
54187         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
54188         to be const, in order to avoid warnings.
54189         (obstack_room): Likewise.
54190         (obstack_empty_p): Likewise.
54191
54192 2003-03-14  Bruno Haible  <bruno@clisp.org>
54193
54194         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
54195         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
54196
54197 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54198
54199         Merge changes from Bison.
54200         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
54201         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
54202         when compiling Bison 1.875's `bitset bset = obstack_alloc
54203         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
54204         * lib/hash.c: Include <stdbool.h> unconditionally.
54205
54206 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54207
54208         * m4/onceonly.m4 (m4_quote): New macro.
54209         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
54210         Quote AC_FOREACH variable-expansions properly.
54211
54212 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54213
54214         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
54215
54216 2003-03-09  Paul Eggert  <eggert@twinsun.com>
54217
54218         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
54219         Reported by Bruce Becker; see:
54220         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
54221
54222 2003-03-03  Paul Eggert  <eggert@twinsun.com>
54223             Bruno Haible  <bruno@clisp.org>
54224
54225         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
54226         Reported by John Hughes, see
54227         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
54228
54229 2003-02-20  Bruno Haible  <bruno@clisp.org>
54230
54231         * MODULES.html.sh (func_all_modules): Add poll.
54232
54233 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
54234
54235         * modules/poll: New file.
54236
54237 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
54238
54239         * lib/poll_.h: New file.
54240         * lib/poll.c: New file.
54241
54242 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
54243
54244         * m4/poll.m4: New file.
54245
54246 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
54247
54248         * modules/mathl: New file.
54249
54250 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
54251
54252         * lib/mathl.h: New file.
54253         * lib/acosl.c: New file.
54254         * lib/asinl.c: New file.
54255         * lib/atanl.c: New file.
54256         * lib/ceill.c: New file.
54257         * lib/cosl.c: New file.
54258         * lib/expl.c: New file.
54259         * lib/floorl.c: New file.
54260         * lib/frexpl.c: New file.
54261         * lib/ldexpl.c: New file.
54262         * lib/logl.c: New file.
54263         * lib/sincosl.c: New file.
54264         * lib/sinl.c: New file.
54265         * lib/sqrtl.c: New file.
54266         * lib/tanl.c: New file.
54267         * lib/trigl.c: New file.
54268         * lib/trigl.h: New file.
54269
54270 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
54271
54272         * m4/mathl.m4: New file.
54273
54274 2003-02-18  Bruno Haible  <bruno@clisp.org>
54275
54276         * MODULES.html.sh (func_all_modules): Add mathl.
54277
54278 2003-02-17  Bruno Haible  <bruno@clisp.org>
54279
54280         * modules/mkdtemp: New module.
54281         * MODULES.html.sh (func_all_modules): Add it.
54282
54283 2003-02-17  Bruno Haible  <bruno@clisp.org>
54284
54285         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
54286
54287 2003-02-17  Bruno Haible  <bruno@clisp.org>
54288
54289         * lib/mkdtemp.h: New file, from GNU gettext.
54290         * lib/mkdtemp.c: New file, from GNU gettext.
54291
54292 2003-02-02  Jim Meyering  <jim@meyering.net>
54293
54294         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
54295         e.g. glibc-2.2.93.
54296
54297 2003-01-31  Bruno Haible  <bruno@clisp.org>
54298
54299         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
54300         'rpl_rename'.
54301         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
54302         'rpl_strnlen'.
54303         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
54304         'rpl_strtod'.
54305         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
54306         'rpl_utime'.
54307
54308 2003-01-31  Bruno Haible  <bruno@clisp.org>
54309
54310         * lib/rename.c: #undef rename before defining rpl_rename.
54311         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
54312
54313 2003-01-30  Bruno Haible  <bruno@clisp.org>
54314
54315         * modules/vasnprintf, modules/vasprintf: New modules.
54316         * MODULES.html.sh (func_all_modules): Add them.
54317
54318 2003-01-30  Bruno Haible  <bruno@clisp.org>
54319
54320         * m4/signed.m4: New file, from GNU gettext.
54321         * m4/longdouble.m4: New file, from GNU gettext.
54322         * m4/wchar_t.m4: New file, from GNU gettext.
54323         * m4/wint_t.m4: New file, from GNU gettext.
54324         * m4/vasnprintf.m4: New file.
54325         * m4/vasprintf.m4: New file.
54326
54327 2003-01-30  Bruno Haible  <bruno@clisp.org>
54328
54329         * lib/printf-args.h: New file, from GNU gettext.
54330         * lib/printf-args.c: New file, from GNU gettext.
54331         * lib/printf-parse.h: New file, from GNU gettext.
54332         * lib/printf-parse.c: New file, from GNU gettext.
54333         * lib/vasnprintf.h: New file, from GNU gettext.
54334         * lib/vasnprintf.c: New file, from GNU gettext.
54335         * lib/asnprintf.c: New file, from GNU gettext.
54336         * lib/vasprintf.h: New file, from GNU gettext with modifications.
54337         * lib/vasprintf.c: New file, from GNU gettext.
54338         * lib/asprintf.c: New file, from GNU gettext.
54339
54340 2003-01-29  Bruno Haible  <bruno@clisp.org>
54341
54342         * modules/stpncpy: New module.
54343         * MODULES.html.sh (func_all_modules): Add it.
54344
54345 2003-01-29  Bruno Haible  <bruno@clisp.org>
54346
54347         * m4/stpncpy.m4: New file.
54348
54349 2003-01-29  Bruno Haible  <bruno@clisp.org>
54350
54351         * lib/stpncpy.h: New file, from GNU gettext with modifications.
54352         * lib/stpncpy.c: New file, from GNU gettext with modifications.
54353
54354 2003-01-28  Bruno Haible  <bruno@clisp.org>
54355
54356         * modules/c-ctype: New module.
54357         * MODULES.html.sh (func_all_modules): Add it.
54358
54359 2003-01-28  Bruno Haible  <bruno@clisp.org>
54360
54361         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
54362         Paul Eggert.
54363         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
54364         Paul Eggert.
54365
54366 2003-01-27  Bruno Haible  <bruno@clisp.org>
54367
54368         * modules/xsetenv: New module.
54369         * MODULES.html.sh (func_all_modules): Add it.
54370
54371 2003-01-27  Bruno Haible  <bruno@clisp.org>
54372
54373         * lib/xsetenv.h: New file, from GNU gettext.
54374         * lib/xsetenv.c: New file, from GNU gettext.
54375
54376 2003-01-23  Jim Meyering  <jim@meyering.net>
54377
54378         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
54379         from working on systems without dirfd (at least Irix and OSF1/Tru64).
54380
54381 2003-01-23  Bruno Haible  <bruno@clisp.org>
54382
54383         * modules/minmax: New module.
54384         * MODULES.html.sh (func_all_modules): Add it.
54385
54386 2003-01-23  Bruno Haible  <bruno@clisp.org>
54387
54388         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
54389         Eggert.
54390
54391 2003-01-22  Bruno Haible  <bruno@clisp.org>
54392
54393         * modules/exit: New module.
54394         * MODULES.html.sh (func_all_modules): Add it.
54395
54396 2003-01-22  Bruno Haible  <bruno@clisp.org>
54397
54398         * lib/exit.h: New file, from GNU gettext.
54399
54400 2003-01-19  Bruno Haible  <bruno@clisp.org>
54401
54402         * gnulib-tool: Recognize option --extract-maintainer.
54403         (func_get_maintainer): New function.
54404         * modules/*: Add Maintainer entry.
54405
54406 2003-01-16  Jim Meyering  <jim@meyering.net>
54407
54408         * m4/regex.m4: The `regex' struct is both input and output.
54409         Initialize it before each use.  Patch by Tim Waugh.
54410
54411 2003-01-16  Bruno Haible  <bruno@clisp.org>
54412
54413         * MODULES.html.sh: Add a table of contents. Add the module name as
54414         leftmost column. Add hyperlinks.
54415
54416 2003-01-15  Bruno Haible  <bruno@clisp.org>
54417
54418         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
54419
54420 2003-01-15  Bruno Haible  <bruno@clisp.org>
54421
54422         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
54423         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
54424         suffix.
54425
54426 2003-01-15  Bruno Haible  <bruno@clisp.org>
54427
54428         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
54429
54430 2003-01-15  Bruno Haible  <bruno@clisp.org>
54431
54432         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
54433         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
54434
54435 2003-01-14  Jim Meyering  <jim@meyering.net>
54436
54437         * lib/same.c (same_name): Tweak a comment.
54438
54439 2003-01-14  Bruno Haible  <bruno@clisp.org>
54440
54441         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
54442         when a string comparison is sufficient.
54443
54444 2003-01-14  Bruno Haible  <bruno@clisp.org>
54445
54446         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
54447         'unsigned int'.
54448
54449 2003-01-14  Bruno Haible  <bruno@clisp.org>
54450
54451         * lib/hash-pjw.c: Add comment about low quality of this function.
54452
54453 2003-01-13  Bruno Haible  <bruno@clisp.org>
54454
54455         * modules/stpcpy: Distribute lib/stpcpy.h.
54456         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
54457
54458 2003-01-13  Bruno Haible  <bruno@clisp.org>
54459
54460         * modules/*: Add a description.
54461         * modules/strpbrk: Fix Makefile.am snippet.
54462         * modules/strtoimax: Fix dependencies.
54463         * modules/strtoumax: Likewise.
54464
54465 2003-01-13  Bruno Haible  <bruno@clisp.org>
54466
54467         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
54468         * modules/alloca (Makefile.am): All object files depend on alloca.h.
54469         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
54470
54471 2003-01-13  Bruno Haible  <bruno@clisp.org>
54472
54473         * gnulib-tool (func_create_testdir): Store config/* files in the main
54474         directory.
54475         * config.rpath: Move to ...
54476         * config/config.rpath: ... here.
54477         * modules/gettext: Contains config/config.rpath, not config.rpath.
54478         * modules/iconv: Likewise.
54479
54480 2003-01-12  Paul Eggert  <eggert@twinsun.com>
54481
54482         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
54483         to avoid collisions with libcurses and libreadline.
54484
54485         * m4/getstr.m4: Remove.
54486         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
54487
54488 2003-01-12  Paul Eggert  <eggert@twinsun.com>
54489
54490         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
54491         to avoid collisions with libcurses and libreadline.
54492
54493         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
54494         * lib/getstr.h, getstr.c: Remove.
54495         * lib/getline.c: Include "getline.h", to check interface.
54496         Move body of old getstr.c here: this defines MIN_CHUNK and
54497         declares getdelim2, which is renamed from getstr.
54498         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
54499
54500         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
54501         All uses changed.
54502         * lib/linebuffer.h: Likewise.
54503         (readline): Remove backward-compatibility macro.
54504
54505 2003-01-12  Paul Eggert  <eggert@twinsun.com>
54506
54507         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
54508         to avoid collisions with libcurses and libreadline.
54509         * getstr: Remove.
54510         * MODULES.html.sh: Remove getstr.
54511         * modules/getline: Depend on unlocked-io, not getstr.
54512
54513 2003-01-12  Jim Meyering  <jim@meyering.net>
54514
54515         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
54516
54517 2003-01-10  Bruno Haible  <bruno@clisp.org>
54518
54519         * modules/alloca: Change Makefile.am requirements. Simplify Include
54520         requirements. Add lib/alloca_.h to file list.
54521
54522 2003-01-10  Bruno Haible  <bruno@clisp.org>
54523
54524         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
54525
54526 2003-01-10  Bruno Haible  <bruno@clisp.org>
54527
54528         * lib/alloca_.h: New file.
54529         * lib/getdate.y: Unconditionally include alloca.h.
54530         * lib/makepath.c: Likewise.
54531         * lib/setenv.c: Likewise.
54532         * lib/userspec.c: Likewise.
54533
54534 2003-01-09  Karl Berry  <karl@gnu.org>
54535
54536         * MODULES.html.sh: include `dirname $0` in PATH, to find
54537         gnulib-tool.
54538
54539 2003-01-09  Bruno Haible  <bruno@clisp.org>
54540
54541         * modules/stdbool: Change configure.ac, Makefile.am requirements.
54542         Simplify Include requirements. Add lib/stdbool.h.in to file list.
54543
54544 2003-01-09  Bruno Haible  <bruno@clisp.org>
54545
54546         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
54547
54548 2003-01-09  Bruno Haible  <bruno@clisp.org>
54549
54550         * lib/stdbool.h.in: New file.
54551
54552 2003-01-09  Bruno Haible  <bruno@clisp.org>
54553
54554         * gnulib-tool (func_all_modules): Ignore files ending in ~.
54555         * MODULES.html.sh: Likewise.
54556
54557 2003-01-08  Jim Meyering  <jim@meyering.net>
54558
54559         * lib/full-write.c: Undefine and define-away `const' after inclusion
54560         of errno.h, not before.  Suggestion from Bruno Haible.
54561
54562 2003-01-08  Bruno Haible  <bruno@clisp.org>
54563
54564         * modules/full-read: Depend on full-write.
54565
54566 2003-01-08  Bruno Haible  <bruno@clisp.org>
54567
54568         * lib/safe-read.c: Include specification header first, to ensure its
54569         selfcontainedness.
54570         * lib/full-write.c: Likewise.
54571
54572 2003-01-07  Jim Meyering  <jim@meyering.net>
54573
54574         * lib/full-write.c: Rework so that it may serve to define full_read,
54575         too.
54576         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
54577
54578 2003-01-07  Bruno Haible  <bruno@clisp.org>
54579
54580         * lib/strtoimax.c: Include <stdint.h> as an alternative to
54581         <inttypes.h>.
54582         * lib/xstrtol.h: Likewise.
54583         * lib/xstrtoimax.c: Likewise.
54584         * lib/xstrtoumax.c: Likewise.
54585         * lib/human.h: Likewise.
54586
54587         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
54588         on systems that have <inttypes.h> but not <stdint.h>.
54589
54590 2003-01-07  Bruno Haible  <bruno@clisp.org>
54591
54592         * MODULES.html.sh: Add copyright notice.
54593         (missed_files): Omit CVS directory entries.
54594         (func_module): Make it work with sed-3.02.
54595         * MODULES.txt: Remove file.
54596
54597 2003-01-06  Jim Meyering  <jim@meyering.net>
54598
54599         * lib/version-etc.c: Update year in translatable copyright string.
54600
54601 2003-01-03  Karl Berry  <karl@gnu.org>
54602
54603         * config/config.{guess,sub}: update from prep.
54604
54605 2003-01-02  Karl Berry  <karl@gnu.org>
54606
54607         * doc/COPYING.DOC: belatedly updated to 1.2.
54608
54609 2003-01-01  Karl Berry  <karl@gnu.org>
54610
54611         * gnulib-tool (func_verify_module): report module name $module in
54612         error message, not $1.
54613         * gnulib-tool (create-testdir): don't complain if destdir couldn't
54614         be created, only if it doesn't exist.
54615         * gnulib-tool (last_checkin_date): don't expand the $Date here.
54616
54617 2002-12-31  Paul Eggert  <eggert@twinsun.com>
54618
54619         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
54620
54621 2002-12-31  Paul Eggert  <eggert@twinsun.com>
54622
54623         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
54624         memcmp if strcoll doesn't work.
54625
54626 2002-12-31  Bruno Haible  <bruno@clisp.org>
54627
54628         * lib/utime.c (utime_null): No need to call ftruncate if the file was
54629         nonempty.
54630
54631 2002-12-31  Bruno Haible  <bruno@clisp.org>
54632
54633         * lib/memcoll.c (STRCOLL): New macro.
54634         (memcoll): Use it.
54635
54636 2002-12-31  Bruno Haible  <bruno@clisp.org>
54637
54638         * lib/localcharset.h: New file.
54639         * lib/localcharset.c: Include it.
54640         * lib/unicodeio.c: Likewise.
54641
54642 2002-12-31  Bruno Haible  <bruno@clisp.org>
54643
54644         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
54645         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
54646
54647 2002-12-31  Bruno Haible  <bruno@clisp.org>
54648
54649         * lib/getline.h: Include <stddef.h>, for size_t.
54650
54651         * lib/unicodeio.h: Include <stddef.h>, for size_t.
54652         * lib/unicodeio.c: Don't include <stddef.h>.
54653
54654 2002-12-31  Bruno Haible  <bruno@clisp.org>
54655
54656         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
54657         HAVE_TM_ZONE.
54658
54659 2002-12-24  Karl Berry  <karl@gnu.org>
54660
54661         * config/config.guess: update from prep.
54662
54663 2002-12-24  Bruno Haible  <bruno@clisp.org>
54664
54665         General infrasructure.
54666         * m4/README: Rewritten.
54667         * m4/onceonly.m4: New file.
54668         * m4/onceonly_2_57.m4: New file.
54669
54670         Module atexit.
54671         * m4/atexit.m4: New file.
54672
54673         Module strtod.
54674         * m4/strtod.m4: New file.
54675
54676         Module strtol.
54677         * m4/strtol.m4: New file.
54678
54679         Module strtoul.
54680         * m4/strtoul.m4: New file.
54681
54682         Module memchr.
54683         * m4/memchr.m4: New file.
54684
54685         Module memcmp.
54686         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
54687         (jm_FUNC_MEMCMP): Invoke it.
54688
54689         Module memcpy.
54690         * m4/memcpy.m4: New file.
54691
54692         Module memmove.
54693         * m4/memmove.m4: New file.
54694
54695         Module memset.
54696         * m4/memset.m4: New file.
54697
54698         Module strcspn.
54699         * m4/strcspn.m4: New file.
54700
54701         Module strpbrk.
54702         * m4/strpbrk.m4: New file.
54703
54704         Module strstr.
54705         * m4/strstr.m4: New file.
54706
54707         Module strerror.
54708         * m4/strerror.m4: New file.
54709
54710         Module mktime.
54711         * m4/mktime.m4: Renamed from jm-mktime.m4.
54712         (gl_PREREQ_MKTIME): New macro.
54713         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
54714
54715         Module malloc.
54716         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
54717         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
54718         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
54719
54720         Module realloc.
54721         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
54722         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
54723         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
54724
54725         Module strftime.
54726         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
54727         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
54728         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
54729         gl_TM_GMTOFF.
54730         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
54731
54732         Module xalloc.
54733         * m4/xalloc.m4: New file.
54734
54735         Module alloca.
54736         * m4/alloca.m4: New file.
54737
54738         Module putenv.
54739         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
54740         (jm_FUNC_PUTENV): Invoke it.
54741
54742         Module setenv.
54743         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
54744         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
54745         when invoked twice.
54746         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
54747         gt_FUNC_SETENV.
54748
54749         Module memrchr.
54750         * m4/memrchr.m4: New file.
54751
54752         Module stpcpy.
54753         * m4/stpcpy.m4: New file.
54754
54755         Module strcase.
54756         * m4/strcase.m4: New file.
54757
54758         Module strdup.
54759         * m4/strdup.m4: New file.
54760
54761         Module strnlen.
54762         * m4/strnlen.m4: New file.
54763
54764         Module strndup.
54765         * m4/strndup.m4: New file.
54766
54767         Module xstrtod.
54768         * m4/xstrtod.m4: New file.
54769
54770         Module xstrtol.
54771         * m4/xstrtol.m4: New file.
54772
54773         Module getdate.
54774         * m4/getdate.m4: New file.
54775
54776         Module unlocked-io.
54777         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
54778         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
54779         * m4/jm-glibc-io.m4n: Remove file.
54780
54781         Module long-options.
54782         * m4/long-options.m4: New file.
54783
54784         Module md5.
54785         * m4/md5.m4: New file.
54786
54787         Module sha.
54788         * m4/sha.m4: New file.
54789
54790         Module getstr.
54791         * m4/getstr.m4: New file.
54792
54793         Module getline.
54794         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
54795         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
54796         <sys/types.h>, for size_t. Use the function name gnu_getline, not
54797         simply getline. Infoke gl_PREREQ_GETLINE.
54798
54799         Module obstack.
54800         * m4/obstack.m4: New file.
54801
54802         Module hash.
54803         * m4/hash.m4: New file.
54804
54805         Module readtokens.
54806         * m4/readtokens.m4: New file.
54807
54808         Module strverscmp.
54809         * m4/strverscmp.m4: New file.
54810
54811         Module stdbool.
54812         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
54813         OSF/1.
54814
54815         Module strtoll.
54816         * m4/strtoll.m4: New file.
54817
54818         Module strtoull.
54819         * m4/strtoull.m4: New file.
54820
54821         Module strtoimax.
54822         * m4/strtoimax.m4: New file.
54823
54824         Module strtoumax.
54825         * m4/strtoumax.m4: New file.
54826
54827         Module xstrtoimax.
54828         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
54829         jm_AC_PREREQ_XSTRTOIMAX.
54830         Moved the strtol prerequisites to strtol.m4.
54831         Moved the strtoll prerequisites to strtoll.m4.
54832         Moved the strtoimax prerequisites to strtoimax.m4.
54833
54834         Module xstrtoumax.
54835         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
54836         jm_AC_PREREQ_XSTRTOUMAX.
54837         Moved the strtoul prerequisites to strtoul.m4.
54838         Moved the strtoull prerequisites to strtoull.m4.
54839         Moved the strtoumax prerequisites to strtoumax.m4.
54840
54841         Module chown.
54842         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
54843         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
54844
54845         Module dup2.
54846         * m4/dup2.m4: New file.
54847
54848         Module ftruncate.
54849         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
54850         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
54851
54852         Module getgroups.
54853         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
54854         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
54855
54856         Module gettimeofday.
54857         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
54858         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
54859         gl_PREREQ_GETTIMEOFDAY.
54860
54861         Module mkdir.
54862         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
54863         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
54864
54865         Module mkstemp.
54866         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
54867         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
54868         jm_AC_TYPE_UINTMAX_T.
54869         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
54870
54871         Module stat.
54872         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
54873         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
54874
54875         Module lstat.
54876         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
54877         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
54878
54879         Module timespec.
54880         * m4/timespec.m4 (gl_TIMESPEC): New macro.
54881         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
54882         * m4/st_mtim.m4: Indentation.
54883
54884         Module nanosleep.
54885         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
54886         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
54887         gl_PREREQ_NANOSLEEP.
54888
54889         Module regex.
54890         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
54891         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
54892         (gl_REGEX): New macro.
54893
54894         Module rename.
54895         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
54896         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
54897
54898         Module rmdir.
54899         * m4/rmdir.m4: New file.
54900
54901         Module utime.
54902         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
54903         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
54904         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
54905
54906         Module dirname.
54907         * m4/dirname.m4: New file.
54908
54909         Module getopt.
54910         * m4/getopt.m4: New file.
54911
54912         Module unistd-safer.
54913         * m4/unistd-safer.m4: New file.
54914
54915         Module fnmatch.
54916         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
54917         declaration.
54918         (gl_PREREQ_FNMATCH_EXTRA): New macro.
54919         (gl_FUNC_FNMATCH_POSIX): New macro.
54920         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
54921         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
54922         simply fnmatch.
54923
54924         Module exclude.
54925         * m4/exclude.m4: New file.
54926
54927         Module human.
54928         * m4/human.m4: New file.
54929
54930         Module acl.
54931         * m4/acl.m4: Nop.
54932
54933         Module backupfile.
54934         * m4/backupfile.m4: New file.
54935         * m4/d-ino.m4: Indentation.
54936
54937         Module fsusage.
54938         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
54939         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
54940         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
54941
54942         Module dirfd.
54943         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
54944         requirements.
54945
54946         Module euidaccess.
54947         * m4/euidaccess.m4: New file.
54948
54949         Module file-type.
54950         * m4/file-type.m4: New file.
54951
54952         Module fileblocks.
54953         * m4/fileblocks.m4: New file.
54954
54955         Module filemode.
54956         * m4/filemode.m4: New file.
54957
54958         Module isdir.
54959         * m4/isdir.m4: New file.
54960
54961         Module lchown.
54962         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
54963         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
54964
54965         Module makepath.
54966         * m4/makepath.m4: New file.
54967
54968         Module modechange.
54969         * m4/modechange.m4: New file.
54970
54971         Module mountlist.
54972         * m4/mountlist.m4: New file.
54973         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
54974         Indentation.
54975
54976         Module path-concat.
54977         * m4/path-concat.m4: New file.
54978
54979         Module pathmax.
54980         * m4/pathmax.m4: New file.
54981
54982         Module same.
54983         * m4/same.m4: New file.
54984
54985         Module save-cwd.
54986         * m4/save-cwd.m4: New file.
54987
54988         Module savedir.
54989         * m4/savedir.m4: New file.
54990
54991         Module xgetcwd.
54992         * m4/xgetcwd.m4: New file.
54993         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
54994
54995         Module xreadlink.
54996         * m4/xreadlink.m4: New file.
54997
54998         Module safe-read.
54999         * m4/safe-read.m4: New file.
55000
55001         Module safe-write.
55002         * m4/safe-write.m4: New file.
55003
55004         Module closeout.
55005         * m4/closeout.m4: New file.
55006
55007         Module stdio-safer.
55008         * m4/stdio-safer.m4: New file.
55009
55010         Module getpass.
55011         * m4/getpass.m4: New file.
55012
55013         Module getugroups.
55014         * m4/getugroups.m4: New file.
55015
55016         Module group-member.
55017         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
55018         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
55019
55020         Module idcache.
55021         * m4/idcache.m4: New file.
55022
55023         Module userspec.
55024         * m4/userspec.m4: New file.
55025
55026         Module gettime.
55027         * m4/clock_time.m4: New file.
55028         * m4/gettime.m4: New file.
55029
55030         Module settime.
55031         * m4/settime.m4: New file.
55032
55033         Module posixtm.
55034         * m4/posixtm.m4: New file.
55035
55036         Module gethostname.
55037         * m4/gethostname.m4: New file.
55038
55039         Module canon-host.
55040         * m4/canon-host.m4: New file.
55041
55042         Module gettext.
55043         * m4/codeset.m4: New file, from gettext-0.11.5.
55044         * m4/gettext.m4: New file, from gettext-0.11.5.
55045         * m4/glibc21.m4: New file, from gettext-0.11.5.
55046         * m4/iconv.m4: New file, from gettext-0.11.5.
55047         * m4/intdiv0.m4: New file, from gettext-0.11.5.
55048         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
55049         * m4/inttypes.m4: New file, from gettext-0.11.5.
55050         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
55051         * m4/isc-posix.m4: New file, from gettext-0.11.5.
55052         * m4/lcmessage.m4: New file, from gettext-0.11.5.
55053         * m4/lib-ld.m4: New file, from gettext-0.11.5.
55054         * m4/lib-link.m4: New file, from gettext-0.11.5.
55055         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
55056         * m4/progtest.m4: New file, from gettext-0.11.5.
55057         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
55058         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
55059         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
55060
55061         Module localcharset.
55062         * m4/localcharset.m4: New file.
55063
55064         Module hard-locale.
55065         * m4/hard-locale.m4: New file.
55066
55067         Module mbswidth.
55068         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
55069         onceonly macros.
55070         * m4/mbrtowc.m4: Add comment.
55071
55072         Module memcasecmp.
55073         * m4/memcasecmp.m4: New file.
55074
55075         Module memcoll.
55076         * m4/memcoll.m4: New file.
55077
55078         Module unicodeio.
55079         * m4/unicodeio.m4: New file.
55080
55081         Module rpmatch.
55082         * m4/rpmatch.m4: New file.
55083
55084         Module yesno.
55085         * m4/yesno.m4: New file.
55086
55087         Module exitfail.
55088         * m4/exitfail.m4: New file.
55089
55090         Module c-stack.
55091         * m4/c-stack.m4 (gl_C_STACK): New macro.
55092         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
55093
55094         Module error.
55095         * m4/error.m4 (gl_ERROR): New macro.
55096         (jm_PREREQ_ERROR): Use onceonly macros.
55097
55098         Module fatal.
55099         * m4/fatal.m4: New file.
55100
55101         Module getloadavg.
55102         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
55103         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
55104
55105         Module getpagesize.
55106         * m4/getpagesize.m4: New file.
55107
55108         Module getusershell.
55109         * m4/getusershell.m4: New file.
55110
55111         Module physmem.
55112         * m4/physmem.m4: New file.
55113
55114         Module posixver.
55115         * m4/posixver.m4: New file.
55116
55117         Module quotearg.
55118         * m4/quotearg.m4: New file.
55119
55120         Module quote.
55121         * m4/quote.m4: New file.
55122
55123         Module readutmp.
55124         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
55125
55126         Module sig2str.
55127         * m4/sig2str.m4: New file.
55128
55129         Other.
55130         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
55131         ulonglong.m4.
55132         * m4/intmax_t.m4: New file.
55133         * m4/d-type.m4: Indentation.
55134         * m4/jm-macros.m4: Update.
55135         * m4/prereq.m4 (jm_PREREQ): Update.
55136         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
55137         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
55138         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
55139         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
55140         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
55141         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
55142         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
55143         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
55144         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
55145         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
55146         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
55147         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
55148         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
55149         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
55150         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
55151         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
55152         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
55153         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
55154         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
55155
55156 2002-12-24  Bruno Haible  <bruno@clisp.org>
55157
55158         * MODULES.txt: Update according to m4/ changes.
55159
55160         Module gettext.
55161         * config.rpath: New file, from gettext-0.11.5.
55162
55163         * modules/*: New module descriptions.
55164         * gnulib-tool: New file.
55165         * MODULES.html.sh: New file.
55166
55167 2002-12-21  Karl Berry  <karl@gnu.org>
55168
55169         * doc/fdl.texi: update to version 1.2.
55170
55171 2002-12-19  Karl Berry  <karl@gnu.org>
55172
55173         * config/config.guess: update from prep.
55174
55175 2002-12-18  Bruno Haible  <bruno@clisp.org>
55176
55177         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
55178         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
55179
55180 2002-12-17  Bruno Haible  <bruno@clisp.org>
55181
55182         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
55183         stdlib.h, string.h.
55184
55185 2002-12-17  Bruno Haible  <bruno@clisp.org>
55186
55187         * lib/canon-host.c (strdup): Remove unused declaration.
55188
55189         * lib/fsusage.c: Include full_read.h.
55190         (get_fs_usage): Use full_read instead of safe_read.
55191
55192         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
55193
55194 2002-12-12  Karl Berry  <karl@gnu.org>
55195
55196         * config/config.guess: update from prep.
55197
55198 2002-12-11  Bruno Haible  <bruno@clisp.org>
55199
55200         * m4/setenv.m4: New file, from gettext-0.11.5.
55201
55202 2002-12-11  Bruno Haible  <bruno@clisp.org>
55203
55204         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
55205         not unsetenv().
55206         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
55207         modifications:
55208
55209         2002-12-11  Bruno Haible  <bruno@clisp.org>
55210
55211                 * setenv.c (alloca): Fall back to malloc.
55212                 (freea): New macro.
55213                 (setenv): Use freea() to free memory allocated with alloca().
55214
55215         2002-11-13  Bruno Haible  <bruno@clisp.org>
55216
55217                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
55218                 function declarations.
55219                 * unsetenv.c (unsetenv): Likewise.
55220
55221         2002-03-04  Bruno Haible  <bruno@clisp.org>
55222
55223                 Portability to AIX 4.3.3.
55224                 * unsetenv.c: New file, extracted from setenv.c.
55225                 * setenv.c: Move the unsetenv() function to unsetenv.c.
55226
55227         2001-12-20  Bruno Haible  <bruno@clisp.org>
55228
55229                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
55230                 use malloc instead. For SunOS 4.
55231
55232         2001-12-11  Bruno Haible  <bruno@clisp.org>
55233
55234                 * setenv.c: Declare alloca.
55235                 (compar_fn_t): New typedef.
55236                 (KNOWN_VALUE, STORE_VALUE): Use it.
55237
55238         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
55239         setenv.h.
55240
55241 2002-12-10  Paul Eggert  <eggert@twinsun.com>
55242
55243         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
55244         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
55245         Choose values that are less likely to collide with system fnmatch
55246         options.
55247         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
55248         defined (e.g., a pure POSIX system).
55249         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
55250         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
55251
55252 2002-12-06  Paul Eggert  <eggert@twinsun.com>
55253
55254         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
55255         a pain in practice to deal with generated m4 files.  This change
55256         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
55257
55258         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
55259         and jm-glibc-io.m4, as they are no longer a special case.
55260         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
55261         kludge and the auto-generation stuff.  Check only whether the
55262         functions are declared, not whether they exist, since older hosts
55263         that don't declare the functions can't use the optimization anyway.
55264
55265 2002-12-06  Jim Meyering  <jim@meyering.net>
55266
55267         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
55268
55269         Merge in changes from libc's misc/error.c, in preparation
55270         for the merge of gnulib's changes back into libc.
55271
55272         * lib/error.c (_): Define only if not already defined.
55273         Move definition to follow all #include directives.
55274         Include unlocked-io.h only if !_LIBC.
55275         [_LIBC]: Include <libio/libioP.h>.
55276         [USE_IN_LIBIO]: Include <libio/iolibio.h>
55277         (fflush): Tweak definition to use INTUSE.
55278         (putc): Define.
55279
55280 2002-12-05  Paul Eggert  <eggert@twinsun.com>
55281
55282         * lib/alloca.c [defined emacs]: Include "lisp.h".
55283         (xalloc_die) [defined emacs]: New macro.
55284         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
55285         [! defined emacs]: Include <xalloc.h>.
55286         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
55287         (pointer): Typedef to POINTER_TYPE *.
55288         (malloc): Remove decl; we now always use xmalloc.
55289         (alloca): Use old-style definition, since Emacs needs this.
55290         Check for arithmetic overflow when computing combined size.
55291
55292 2002-12-04  Paul Eggert  <eggert@twinsun.com>
55293
55294         Do not generate unlocked-io.h automatically, since it's easier to
55295         maintain it by hand.
55296
55297         * lib/unlocked-io.h: New file, from GNU diffutils,
55298         but with proper copyright notice and attribution.
55299         * lib/gen-uio: Remove.
55300         * lib/Makefile.am: Add copyright notice.
55301         (libfetish_a_SOURCES): Add unlocked-io.h.
55302         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
55303         (DISTCLEANFILES, io_functions): Remove macros.
55304         (EXTRA_DIST): Remove gen_uio.
55305         (unlocked-io.h): Remove rule.
55306
55307 2002-12-04  Jim Meyering  <jim@meyering.net>
55308
55309         Reflect the fact that stat.c and lstat.c are no longer generated.
55310         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
55311         (DISTCLEANFILES): Likewise.
55312         (EXTRA_DIST): Likewise.
55313         (all_local): Don't depend on stat.c or lstat.c.
55314         (stat.c, lstat.c): Remove rules.
55315         (EXTRA_DIST): Remove xstat.in.
55316
55317         * lib/xstat.in: Remove file.  Contents moved into stat.c.
55318         * lib/stat.c: New file.  Contents mostly from xstat.in.
55319         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
55320         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
55321
55322         * lib/safe-read.c: Rework so that it may serve to define safe_write,
55323         too.
55324         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
55325
55326 2002-12-03  Jim Meyering  <jim@meyering.net>
55327
55328         * lib/safe-read.c, safe-write.c: Change variable names and comments,
55329         but not semantics, to minimize the differences between these two files.
55330         (safe_read): Change comment to mention SAFE_READ_ERROR.
55331
55332         * lib/safe-read.c (IS_EINTR): Define.
55333         (safe_read): Use IS_EINTR in place of in-function cpp directives.
55334
55335 2002-12-02  Jim Meyering  <jim@meyering.net>
55336
55337         * lib/safe-read.c (EINTR): Define.
55338         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
55339         (INT_MAX): Provide fallback.
55340         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
55341
55342         * lib/safe-read.h (SAFE_READ_ERROR): Define.
55343
55344 2002-12-02  Bruno Haible  <bruno@clisp.org>
55345
55346         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
55347         Define, taken from safe-read.c.
55348         (INT_MAX): Provide fallback.
55349         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
55350         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
55351
55352         * lib/safe-read.c (EINTR): Remove definition.
55353         (safe_read): Don't use EINTR if it is absent.
55354
55355 2002-12-01  Jim Meyering  <jim@meyering.net>
55356
55357         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
55358         zero.
55359         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
55360
55361 2002-11-27  Paul Eggert  <eggert@twinsun.com>
55362
55363         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
55364         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
55365         with `if (! (value < limit)) abort ();', for readability.
55366
55367 2002-11-26  Karl Berry  <karl@gnu.org>
55368
55369         * lib/strdup.c: copy from libc again, with jim's ok.
55370         * lib/.cppi-disable: re-add strdup.c
55371
55372 2002-11-25  Karl Berry  <karl@gnu.org>
55373
55374         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
55375         instead of "strtol.c".
55376
55377 2002-11-25  Karl Berry  <karl@gnu.org>
55378
55379         * config/install-sh: update from automake for variable quoting, $0 in
55380         error msgs, etc.
55381
55382         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
55383         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
55384         entry.
55385
55386 2002-11-25  Jim Meyering  <jim@meyering.net>
55387
55388         * lib/mktime.c: Sync from libc, now that it has the latest fix.
55389
55390 2002-11-24  Karl Berry  <karl@gnu.org>
55391
55392         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
55393         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
55394
55395 2002-11-24  Jim Meyering  <jim@meyering.net>
55396
55397         Update from coreutils:
55398
55399         * lib/mktime.c: Merge in changes from libc.
55400
55401         Avoid a link-time failure on some Linux systems.
55402         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
55403         (otherwise).
55404         (__mon_yday): Declare with the STATIC attribute.
55405         (__mktime_internal): Likewise.
55406         Based on a report from Greg Schafer.
55407
55408 2002-11-23  Jim Meyering  <jim@meyering.net>
55409
55410         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
55411         Use `unsigned', not `int', as type of index.
55412
55413         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
55414
55415         * lib/fsusage.c: Remove unneeded parentheses around operands of
55416         `defined'.
55417
55418 2002-11-22  Paul Eggert  <eggert@twinsun.com>
55419
55420         * lib/quotearg.h: Allow multiple inclusion by surrounding with
55421         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
55422         so that we can be included first.
55423         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
55424         * lib/quotearg.c: Include quotearg.h immediately after config.h.
55425         No need to include stddef.h or sys/types.h any more.
55426         Surround local include files with "", not "<>".
55427         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
55428         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
55429         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
55430         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
55431         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
55432         (ISPRINT): Remove; no longer needed now that we assume C89.
55433
55434         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
55435         Preserve errno.
55436
55437         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
55438         quotearg_char): Use SIZE_MAX rather than
55439         (size_t) -1 when we are talking about "infinity".
55440
55441         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
55442
55443 2002-11-22  Paul Eggert  <eggert@twinsun.com>
55444
55445         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
55446         hint that one should use `if (! x) abort ();' rather than `assert
55447         (x);', and anyway it's one less thing to worry about configuring.
55448         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
55449         hash_rehash, hash_insert): Use abort rather than assert.
55450
55451 2002-11-22  Bruno Haible  <bruno@clisp.org>
55452
55453         * lib/safe-read.h: Assume C89. Add comments.
55454         (safe_read): Change return type to size_t.
55455         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
55456         byte counts > SSIZE_MAX correctly.
55457         * lib/safe-write.h: New file.
55458         * lib/safe-write.c: New file.
55459         * lib/full-read.h: New file.
55460         * lib/full-read.c: New file.
55461         * lib/full-write.h: Assume C89. Add comments.
55462         * lib/full-write.c: Include safe-write.h.
55463         (full_write): Rewritten to use safe_write.
55464         Suggested by Jim Meyering and Paul Eggert.
55465
55466 2002-11-21  Jim Meyering  <jim@meyering.net>
55467
55468         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
55469
55470         Merge in changes from the coreutils.
55471
55472         2002-09-25  Paul Eggert  <eggert@twinsun.com>
55473         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
55474         <stdint.h>.
55475         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
55476         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
55477         int.  Work more efficiently if X is the same width as uintmax_t.
55478         Do not compare X to -1, to avoid bogus compiler warning.
55479         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
55480         Don't assume that f_frsize and f_bsize are the same type.
55481
55482         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
55483         warning on FreeBSD.
55484
55485         * lib/makepath.c (make_path): Restore umask *before* creating the final
55486         component.
55487         (make_path): Minor reformatting.
55488
55489         * lib/xmalloc.c: Adjust to work with new autoconf macros,
55490         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
55491         HAVE_MALLOC/HAVE_REALLOC.
55492
55493         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
55494         dummy ones.  At least on GNU/Linux systems, `auto' means something
55495         else.
55496         From Michael Stone.
55497
55498 2002-11-21  Bruno Haible  <bruno@clisp.org>
55499
55500         Remove case insensitive option matching.
55501         * lib/argmatch.h (argcasematch): Remove declaration.
55502         (ARGCASEMATCH): Remove macro.
55503         (__xargmatch_internal): Remove case_sensitive argument.
55504         (XARGMATCH): Update.
55505         (XARGCASEMATCH): Remove macro.
55506         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
55507         case_sensitive argument.
55508         (argcasematch): Remove function.
55509         (__xargmatch_internal): Remove case_sensitive argument.
55510         (main): Use XARGMATCH instead of XARGCASEMATCH.
55511
55512         * lib/xmalloc.c: Change compile-time error message. Add comment about
55513         required autoconf version.
55514
55515 2002-11-20  Paul Eggert  <eggert@twinsun.com>
55516
55517         Merge argmatch cleanups from Bison.  Assume C89.
55518
55519         * lib/argmatch.c: Include config.h here, not in argmatch.h.
55520         Include stdlib.h, for EXIT_FAILURE.
55521         Always include <string.h>, since we assume C89.
55522         (EXIT_FAILURE): Remove pre-C89 bug workaround.
55523         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
55524         Include <stddef.h> instead, since it's all we need for size_t.
55525         (PARAMS): Remove.  All uses removed.
55526         (ARRAY_CARDINALITY): Do not bother to #undef.
55527         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
55528         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
55529         Remove unnecessary parentheses.
55530         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
55531         Insert necessary parentheses.
55532         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
55533         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
55534
55535 2002-11-19  Bruno Haible  <bruno@clisp.org>
55536
55537         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
55538         * lib/mbswidth.h: Include <stddef.h>, for size_t.
55539
55540         * lib/mbswidth.h (PARAMS): Remove macro.
55541         (mbswidth, mbsnwidth): Use ANSI C function declarations.
55542         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
55543
55544         * lib/gcd.h (PARAMS): Remove macro.
55545         (gcd): Use ANSI C function declarations.
55546         * lib/gcd.c (gcd): Likewise.
55547
55548 2002-11-15  Bruno Haible  <bruno@clisp.org>
55549
55550         * lib/strcspn.c: Include <stddef.h>.
55551         (strcspn): Use ANSI C function declaration. Change return type to
55552         size_t. Use NULL.
55553         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
55554         (strpbrk): Use NULL.
55555         * lib/strpbrk.h (PARAMS): Remove macro.
55556         (strpbrk): Use ANSI C function declaration.
55557         * lib/strstr.c: Don't include <sys/types.h>.
55558         * lib/strstr.h (PARAMS): Remove macro.
55559         (strstr): Use ANSI C function declarations.
55560
55561 2002-11-14  Karl Berry  <karl@gnu.org>
55562
55563         * config/mkinstalldirs: `do' on separate line, instead of
55564         `for var; do'.
55565
55566 2002-11-06  Bruno Haible  <bruno@clisp.org>
55567
55568         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
55569         * lib/gcd.c (gcd): Likewise.
55570
55571 2002-11-05  Bruno Haible  <bruno@clisp.org>
55572
55573         * lib/gcd.h: New file, from gettext-0.11.5.
55574         * lib/gcd.c: New file, from gettext-0.11.5.
55575
55576 2002-11-05  Bruno Haible  <bruno@clisp.org>
55577
55578         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55579         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55580         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55581         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55582
55583         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
55584         <libintl.h>.
55585         * lib/makepath.c: Include gettext.h instead of <locale.h> and
55586         <libintl.h>.
55587
55588         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
55589         * lib/human.c: Include gettext.h instead of <libintl.h>.
55590         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
55591         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
55592         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
55593         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
55594         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
55595         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
55596         (textdomain): Remove definition.
55597         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
55598
55599         * lib/long-options.c: Remove include of <libintl.h> and definition of
55600         _.
55601         * lib/same.c: Remove include of <libintl.h> and definition of _.
55602
55603 2002-11-04  Owen Taylor  <otaylor@redhat.com>
55604
55605         * lib/config.charset: A few additions for Solaris.
55606
55607 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
55608
55609         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
55610         * lib/localcharset.c (locale_charset): Declare as extern "C".
55611
55612 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
55613
55614         * lib/config.charset: msdos in uk_UA uses CP1125.
55615
55616 2002-11-04  Bruno Haible  <bruno@clisp.org>
55617
55618         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
55619         * lib/strcase.h: New file, from GNU gettext-0.11.5.
55620         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
55621         * lib/strstr.h: New file, from GNU gettext-0.11.5.
55622         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
55623
55624 2002-11-04  Bruno Haible  <bruno@clisp.org>
55625
55626         * lib/localcharset.c (locale_charset): Don't return an empty string.
55627
55628 2002-11-04  Bruno Haible  <bruno@clisp.org>
55629
55630         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
55631         aliases.
55632
55633 2002-11-04  Bruno Haible  <bruno@clisp.org>
55634
55635         * lib/config.charset: Update for newest glibc. Add canonical names
55636         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
55637
55638 2002-11-04  Bruno Haible  <bruno@clisp.org>
55639
55640         * lib/config.charset: Add support for NetBSD.
55641
55642 2002-11-04  Bruno Haible  <bruno@clisp.org>
55643
55644         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
55645
55646 2002-11-01  Bruno Haible  <bruno@clisp.org>
55647
55648         * configure.in: Add AC_CONFIG_AUX_DIR call.
55649         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
55650         test/Makefile.
55651         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
55652
55653 2002-09-28  Karl Berry  <karl@gnu.org>
55654
55655         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
55656         installed automake until the next release, since changes have been
55657         made.
55658
55659 2002-09-25  Karl Berry  <karl@gnu.org>
55660
55661         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
55662         * lib/getopt*: copy from libc/posix.
55663         * lib/gettext.h: copy from gettext.
55664         * lib/.cppi-disable: add strdup.c, gettext.h.
55665
55666 2002-09-25  Karl Berry  <karl@gnu.org>
55667
55668         * config/srclist.txt: enable gettext.h check.
55669         * config/config.{guess,sub}: update from prep.
55670         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
55671                 from automake 1.6.3.
55672         See srclist*.
55673
55674 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
55675
55676         * regex.c (PATFETCH): Remove the translating fetch.
55677         (PATFETCH_RAW): Rename to PATFETCH.
55678         (set_image_of_range): New fun.
55679         (SET_RANGE_TABLE_WORK_AREA): Use it.
55680         (regex_compile): Don't translate the pattern chars so eagerly.
55681         Only do it when inserting an `exactn' bytecode or when handling
55682         a char-range.
55683         (mutually_exclusive_p): Avoid empty statement.
55684
55685 2002-07-06  Jim Meyering  <meyering@lucent.com>
55686
55687         * m4/README: Don't mention Makefile.am.in.
55688         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
55689
55690 2002-07-01  Jim Meyering  <meyering@lucent.com>
55691
55692         * lib/c-stack.c: Include sys/time.h.
55693         From Volker Borchert.
55694
55695 2002-06-26  Paul Eggert  <eggert@twinsun.com>
55696
55697         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
55698
55699 2002-06-26  Paul Eggert  <eggert@twinsun.com>
55700
55701         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
55702         New macro.  Use it uniformly instead of
55703         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
55704         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
55705         reported by Vin Shelton.
55706
55707 2002-06-22  Paul Eggert  <eggert@twinsun.com>
55708
55709         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
55710         Do not assume SA_SIGINFO behavior.
55711         Bug reported by Jim Meyering on NetBSD 1.5.2.
55712
55713 2002-06-22  Jim Meyering  <meyering@lucent.com>
55714
55715         * m4/c-stack.m4: New file, from diffutils-2.8.2.
55716         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
55717
55718         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
55719         now that configure.ac uses AC_GNU_SOURCE.
55720         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
55721         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
55722
55723         Update to latest tools.  Suggestions from Paul Eggert.
55724         * m4/stdbool.m4: New file, from diffutils-2.8.2.
55725         * m4/gnu-source.m4: Update from diffutils-2.8.2.
55726         * m4/fnmatch.m4: Likewise.
55727         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
55728         to AC_HEADER_STDBOOL
55729
55730 2002-06-22  Jim Meyering  <meyering@lucent.com>
55731
55732         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
55733         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
55734
55735 2002-06-22  Jim Meyering  <meyering@lucent.com>
55736
55737         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
55738
55739         * lib/exitfail.c, exitfail.h: Likewise.
55740         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
55741
55742         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
55743         of fnmatch.h.
55744         (EXTRA_DIST): Add fnmatch_loop.c.
55745         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
55746
55747         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
55748         * lib/fnmatch.c: Update from diffutils-2.8.2.
55749         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
55750         * lib/fnmatch.h: Remove file.
55751
55752 2002-06-21  Jim Meyering  <meyering@lucent.com>
55753
55754         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
55755         * m4/mbrtowc.m4: Likewise.
55756
55757         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
55758         * m4/mbswidth.m4: Reflect name change:
55759         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
55760         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
55761
55762         * m4/lib-link.m4: Update from gettext-0.11.2.
55763         * m4/gettext.m4: Likewise.
55764
55765         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
55766         From Alfred M. Szmidt.
55767
55768 2002-06-18  Paul Eggert  <eggert@twinsun.com>
55769
55770         * lib/file-type.h: Report an error if neither S_ISREG nor
55771         S_IFREG is defined, instead of using a test specific to glibc
55772         2.2.  This should be safe, since POSIX requires S_ISREG and
55773         Unix Version 7 had S_IFREG.  We don't need to check for
55774         <sys/types.h> since we don't use any symbols that it defines.
55775
55776 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
55777
55778         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
55779         $@-t, so that each temporary file name is unique and valid in the first
55780         8 characters, for operation under DOS.
55781
55782 2002-06-15  Paul Eggert  <eggert@twinsun.com>
55783
55784         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
55785
55786 2002-06-15  Jim Meyering  <meyering@lucent.com>
55787
55788         Work even with DJGPP 2.03, which lacks support for symlinks.
55789         From Richard Dawe.
55790         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
55791         is defined.
55792         * lib/lchown.c (S_ISLNK): Likewise.
55793
55794 2002-06-15  Jim Meyering  <meyering@lucent.com>
55795
55796         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
55797         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
55798         have been included before this file.
55799
55800 2002-06-14  Jim Meyering  <meyering@lucent.com>
55801
55802         * lib/file-type.h: Use the version from diffutils-2.8.2.
55803         * lib/file-type.c: Likewise.
55804
55805 2002-06-07  Jim Meyering  <meyering@lucent.com>
55806
55807         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
55808         They're needed at least for NetBSD 1.5.2.
55809         ($statxfs_includes): Include those same headers.
55810         ($statxfs_includes): Include sys/vfs.h if available.
55811         ($statxfs_includes): Likewise for sys/statvfs.h.
55812         Check for the following members in both structs statfs and statvfs:
55813         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
55814
55815 2002-06-01  Jim Meyering  <meyering@lucent.com>
55816
55817         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
55818         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
55819
55820 2002-05-28  Jim Meyering  <meyering@lucent.com>
55821
55822         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
55823         Reported by Volker Borchert.
55824
55825 2002-05-27  Jim Meyering  <meyering@lucent.com>
55826
55827         Fix a problem seen only on nonconforming systems whereby ls.c's
55828         use of localtime, and then of gettimeofday would cause trouble:
55829         the localtime call used to initialize rpl_gettimeofday's save
55830         mechanism would clobber ls's current local time information so
55831         that in any long listing the first file would always be listed
55832         with date 1970-01-01.  Analysis by Volker Borchert.
55833
55834         * lib/gettimeofday.c (localtime): Undefine.
55835         (rpl_localtime): New function.
55836
55837 2002-05-27  Jim Meyering  <meyering@lucent.com>
55838
55839         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
55840         localtime.
55841
55842         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
55843         use the replacement function; it wouldn't resolve at link time.
55844         Reported by Volker Borchert.
55845
55846 2002-05-22  Jim Meyering  <meyering@lucent.com>
55847
55848         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
55849         file-type.h.
55850         * lib/file-type.h: New file.
55851         * lib/file-type.c (file_type): New file/function.  Extracted from
55852         diffutils.
55853
55854 2002-04-30  Jim Meyering  <meyering@lucent.com>
55855
55856         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
55857
55858 2002-04-29  Paul Eggert  <eggert@twinsun.com>
55859
55860         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
55861
55862 2002-04-29  Paul Eggert  <eggert@twinsun.com>
55863
55864         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
55865         Do not check for alloca.h (no longer used) or stdbool.h (was never
55866         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
55867
55868 2002-04-29  Paul Eggert  <eggert@twinsun.com>
55869
55870         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
55871
55872 2002-04-29  Jim Meyering  <meyering@lucent.com>
55873
55874         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
55875         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
55876         Use AC_FUNC_STRNLEN here instead.
55877
55878         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
55879         With autoconf-2.53a, it's part of AC_PROG_CC.
55880
55881 2002-04-28  Paul Eggert  <eggert@twinsun.com>
55882
55883         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
55884         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
55885
55886 2002-04-28  Paul Eggert  <eggert@twinsun.com>
55887
55888         * lib/sig2str.h, lib/sig2str.c: New files.
55889         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
55890
55891 2002-04-28  Paul Eggert  <eggert@twinsun.com>
55892
55893         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
55894         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
55895         of 127, since 64 is the largest conceivable number for ancient
55896         nonstandard hosts.
55897         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
55898
55899 2002-04-28  Jim Meyering  <meyering@lucent.com>
55900
55901         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
55902
55903 2002-04-24  Jim Meyering  <meyering@lucent.com>
55904
55905         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
55906         (jm_PREREQ): Use it.
55907
55908         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
55909         mach/mach.h fcntl.h.
55910         Check for this function: setlocale.
55911
55912 2002-04-24  Jim Meyering  <meyering@lucent.com>
55913
55914         * lib/gettext.h: New file, from Gettext.
55915         * lib/Makefile.am (INCLUDES): Remove -I../intl.
55916         (libfetish_a_SOURCES): Add gettext.h.
55917
55918 2002-04-16  Jim Meyering  <meyering@lucent.com>
55919
55920         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
55921         ut_pid, ut_id, ut_exit.
55922
55923 2002-04-16  Jim Meyering  <meyering@lucent.com>
55924
55925         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
55926         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
55927         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
55928
55929 2002-04-12  Jim Meyering  <meyering@lucent.com>
55930
55931         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
55932         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
55933         existence of the getmntinfo function.  Needed for Darwin 5.3.
55934
55935         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
55936         This is necessary at least on Darwin 5.3.
55937
55938         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
55939         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
55940         strnlen.o in the library, and that makes some versions of ranlib
55941         object.
55942
55943 2002-04-12  Jim Meyering  <meyering@lucent.com>
55944
55945         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
55946
55947 2002-04-09  Jim Meyering  <meyering@lucent.com>
55948
55949         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
55950         to be more precise.  Rather than saying we're checking whether the
55951         function `works', say what we're testing.
55952         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
55953         Reported by Bruno Haible.
55954
55955 2002-03-10  Jim Meyering  <meyering@lucent.com>
55956
55957         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
55958         Suggestion from Santiago Vila.
55959
55960 2002-03-08  Jim Meyering  <meyering@lucent.com>
55961
55962         * lib/rename.c: Mention that this wrapper is needed also on
55963         mips-dec-ultrix4.4 systems.
55964
55965 2002-03-02  Jim Meyering  <meyering@lucent.com>
55966
55967         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
55968         not HAVE_CLOCK_SETTIME.
55969
55970 2002-02-27  Paul Eggert  <eggert@twinsun.com>
55971
55972         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
55973         Check for clock_settime.
55974
55975 2002-02-27  Paul Eggert  <eggert@twinsun.com>
55976
55977         * lib/nanosleep.h: Rename to....
55978         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
55979
55980         * lib/gettime.c: New file.
55981         * lib/settime.c: New file.
55982         * lib/stime.c: Remove.
55983
55984         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
55985         timespec.h.  Remove nanosleep.h.
55986
55987 2002-02-25  Paul Eggert  <eggert@twinsun.com>
55988
55989         * m4/acl.m4: New file.
55990         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
55991         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
55992
55993 2002-02-25  Paul Eggert  <eggert@twinsun.com>
55994
55995         * lib/acl.c, lib/acl.h: New files.
55996         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
55997
55998 2002-02-24  Jim Meyering  <meyering@lucent.com>
55999
56000         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
56001         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
56002         cause trouble.  Reported by Nelson Beebe.
56003
56004 2002-02-23  Paul Eggert  <eggert@twinsun.com>
56005
56006         * lib/path-concat.c (xpath_concat): Reorder code to pacify
56007         compilers that don't know that xalloc_die never returns.
56008
56009 2002-02-20  Jim Meyering  <meyering@lucent.com>
56010
56011         * lib/getdate.c: Regenerate using bison-1.33.
56012
56013 2002-02-17  Jim Meyering  <meyering@lucent.com>
56014
56015         * config/config.guess (main): Don't use `head -1'; it's no longer
56016         portable. Use `sed 1q' instead.
56017
56018 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
56019
56020         * m4/codeset.m4: Upgrade to gettext-0.11.
56021         * m4/gettext.m4: Upgrade to gettext-0.11.
56022         * m4/glibc21.m4: Upgrade to gettext-0.11.
56023         * m4/iconv.m4: Upgrade to gettext-0.11.
56024         * m4/isc-posix.m4: Upgrade to gettext-0.11.
56025         * m4/lcmessage.m4: Upgrade to gettext-0.11.
56026         * m4/lib-ld.m4: New file, from gettext-0.11.
56027         * m4/lib-link.m4: New file, from gettext-0.11.
56028         * m4/lib-prefix.m4: New file, from gettext-0.11.
56029         * m4/progtest.m4: Upgrade to gettext-0.11.
56030
56031 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56032
56033         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
56034         (jm_PREREQ): Use it.
56035
56036 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56037
56038         * lib/posixver.c, lib/posixver.h: New files.
56039         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
56040
56041 2002-02-02  Paul Eggert  <eggert@twinsun.com>
56042             Bruno Haible  <bruno@clisp.org>
56043
56044         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
56045         (fwrite_success_callback): New declaration.
56046         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
56047         print_unicode_char. Call failure callback instead of error.
56048         (fwrite_success_callback): New function.
56049         (exit_failure_callback): New function.
56050         (fallback_failure_callback): New function.
56051         (print_unicode_char): Call unicode_to_mb.
56052
56053 2002-01-26  Jim Meyering  <meyering@lucent.com>
56054
56055         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
56056         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
56057
56058 2002-01-26  Jim Meyering  <meyering@lucent.com>
56059
56060         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
56061
56062 2002-01-22  Paul Eggert  <eggert@twinsun.com>
56063
56064         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
56065
56066 2002-01-22  Jim Meyering  <meyering@lucent.com>
56067
56068         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
56069         Otherwise, some versions of automake would omit the rule that makes
56070         Makefile from Makefile.in.
56071
56072 2002-01-21  Paul Eggert  <eggert@twinsun.com>
56073
56074         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
56075         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
56076         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
56077         (memcoll): Set errno to zero if there is no error.
56078
56079         * lib/quotearg.c (quotearg_buffer_restyled):
56080         Fix bug with quoting buffers containing NUL when backslashing escapes.
56081         This bug was exposed by the other changes in this patch.
56082         (quotearg_n_options): New arg ARGSIZE.
56083         All callers changed.
56084         (quoting_options_from_style): New function.
56085         (quotearg_n_style): Use it.
56086         (quotearg_n_style_mem): New function.
56087
56088         * lib/quotearg.h (quotearg_n_style_mem): New function.
56089
56090 2002-01-19  Jim Meyering  <meyering@lucent.com>
56091
56092         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
56093         Remove useless quotes: DF_PROG="df".
56094         * m4/strnlen.m4: New file.
56095
56096 2002-01-16  Paul Eggert  <eggert@twinsun.com>
56097
56098         * lib/backupfile.c (ISDIGIT): Comment fix.
56099         * lib/getdate.y (ISDIGIT): Likewise.
56100         * lib/posixtm.c (ISDIGIT, year): Likewise.
56101         * lib/strverscmp.c (ISDIGIT): Likewise.
56102         * lib/userspec.c (ISDIGIT): Likewise.
56103
56104 2002-01-16  Jim Meyering  <meyering@lucent.com>
56105
56106         * lib/getdate.y: Add three semicolons, each just before a closing
56107         brace. Bison (as of version 1.31) no longer papers over that mistake.
56108
56109 2002-01-05  Jim Meyering  <meyering@lucent.com>
56110
56111         * lib/version-etc.c (version_etc_copyright): Update copyright year.
56112
56113 2001-12-19  Paul Eggert  <eggert@twinsun.com>
56114
56115         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
56116         not silently exit merely because the output buffer happens to
56117         have nothing pending.
56118
56119 2001-12-18  Paul Eggert  <eggert@twinsun.com>
56120
56121         See the big note in ../ChangeLog.
56122         * lib/human.c (suffixes): Prefer K to k for 1024.
56123         (generate_suffix_backwards): New function.
56124         (human_readable_inexact): Use it.
56125         * lib/xstrtol.c (__xstrtol): If there is no number but there
56126         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
56127         Accept 'K' as well as 'k'.
56128
56129 2001-12-15  Jim Meyering  <meyering@lucent.com>
56130
56131         * lib/regex.h (__restrict_arr): Update from libc.
56132
56133         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
56134         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
56135         (STREQ): Define.
56136
56137 2001-12-14  Jim Meyering  <meyering@lucent.com>
56138
56139         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
56140         Suggestion from Bruno Haible.
56141
56142 2001-12-10  Jim Meyering  <meyering@lucent.com>
56143
56144         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
56145         xrealloc, Instead, include "xalloc.h".
56146         (initbuffer): Don't cast xmalloc return value to char*.
56147         (readline): Reword comment.
56148         Don't cast xrealloc return value to char*
56149         Return NULL, not 0.
56150
56151 2001-12-09  Jim Meyering  <meyering@lucent.com>
56152
56153         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
56154         about `signed and unsigned type in conditional expression'.
56155         * lib/posixtm.c (posix_time_parse): Likewise.
56156
56157         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
56158
56159         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
56160         to avoid a pedantic warning.
56161
56162         * lib/getstr.c: Don't include assert.h.
56163         (getstr): Remove warning-evoking assertions.
56164         Return -1 if offset parameter is out of bounds.
56165         Change the type of a local from int to size_t.
56166
56167         * lib/strftime.c (my_strftime_localtime_r): Include this function
56168         definition in the `#if ! HAVE_TM_GMTOFF' block.
56169
56170         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
56171         Include xalloc.h instead.
56172
56173 2001-12-02  Jim Meyering  <meyering@lucent.com>
56174
56175         * lib/tempname.c: Don't declare getenv, thus reverting the change of
56176         2001-11-18.  It's no longer necessary, now that stdlib.h is always
56177         included.
56178
56179         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
56180         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
56181
56182 2001-11-30  Akim Demaille  <akim@epita.fr>
56183
56184         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
56185         before being defined.
56186
56187 2001-11-27  Paul Eggert  <eggert@twinsun.com>
56188
56189         * lib/quotearg.h (quotearg_n, quotearg_n_style):
56190         First arg is int, not unsigned.
56191         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
56192         (SIZE_MAX, UINT_MAX): New macros.
56193         (quotearg_n_options): Abort if N is negative.
56194         Avoid overflow check on hosts where size_t is 64 bits and int
56195         is 32 bits, as overflow is impossible there.
56196         Fix off-by-one typo that caused unnecessary reallocation.
56197
56198 2001-11-27  Jim Meyering  <meyering@lucent.com>
56199
56200         * lib/tempname.c: Merge with version from libc.
56201         * lib/regex.c: Likewise.
56202
56203         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
56204         systems for which STDC_HEADERS is 0, it was not included, resulting in
56205         a warning about an integer-to-pointer conversion problem with getenv.
56206         Reported by Volker Borchert.
56207
56208 2001-11-26  Jim Meyering  <meyering@lucent.com>
56209
56210         * lib/gtod.h: Remove file.
56211         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
56212         * lib/gettimeofday.c: Don't include gtod.h.
56213         (GTOD_init): Remove function.
56214         (rpl_gettimeofday): Do its job here instead, rather than aborting.
56215         Suggestion from Volker Borchert.
56216
56217 2001-11-23  Jim Meyering  <meyering@lucent.com>
56218
56219         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
56220         it.
56221         * lib/hash.c (struct hash_table): Define it here instead.
56222
56223 2001-11-22  Jim Meyering  <meyering@lucent.com>
56224
56225         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
56226
56227 2001-11-20  Jim Meyering  <meyering@lucent.com>
56228
56229         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
56230         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
56231
56232 2001-11-19  Jim Meyering  <meyering@lucent.com>
56233
56234         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
56235         directory.  Use "conftestXXXXXX" as the template.
56236         Suggestion from Paul Eggert.
56237
56238         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
56239         immediately, so the test doesn't mistakenly hit the max-open-files
56240         limit.
56241
56242 2001-11-18  Paul Eggert  <eggert@twinsun.com>
56243
56244         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
56245         (TEMPORARIES): New macro.
56246         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
56247         removes an artificial limitation (e.g. HP-UX 10.20, where
56248         TMP_MAX is 17576).
56249
56250 2001-11-18  Jim Meyering  <meyering@lucent.com>
56251
56252         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
56253
56254 2001-11-18  Jim Meyering  <meyering@lucent.com>
56255
56256         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
56257         on SunOS 4.
56258
56259         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
56260         files will be created before anything else.
56261
56262 2001-11-17  Paul Eggert  <eggert@twinsun.com>
56263
56264         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
56265         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
56266
56267 2001-11-17  Jim Meyering  <meyering@lucent.com>
56268
56269         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
56270         Prompted by a report from Bob Proulx.
56271
56272         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
56273         Instead, require UTILS_FUNC_MKSTEMP.
56274
56275 2001-11-17  Jim Meyering  <meyering@lucent.com>
56276
56277         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
56278         Now, that's done as part of AC_FUNC_STRTOD.
56279
56280 2001-11-17  Jim Meyering  <meyering@lucent.com>
56281
56282         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
56283         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
56284         rather than group writable.  Patch by Juan F. Codagnone.
56285
56286         * lib/readtokens.c: Remove explicit declarations of xmalloc and
56287         xrealloc, Instead, include "xalloc.h".
56288
56289         * lib/mountlist.c: Include unlocked-io.h after all system headers.
56290         Remove explicit declarations of xmalloc, xrealloc,
56291         and xstrdup.  Instead, include "xalloc.h".
56292
56293         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
56294         unlocked-io.h.
56295         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
56296         Likewise.
56297         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
56298
56299         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
56300         Reported by Padraig Brady.
56301
56302         * lib/mkstemp.c: #undef mkstemp.
56303         Include config.h.
56304         (rpl_mkstemp): Rename from mkstemp.
56305         Protoize.
56306
56307 2001-11-16  Jim Meyering  <meyering@lucent.com>
56308
56309         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
56310         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
56311         determine the amount of total physical memory, use pstat_getstatic.
56312         HPUX-11 doesn't define _SC_PHYS_PAGES.
56313         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
56314         If sysconf couldn't be used to determine the amount of available
56315         physical memory, use both pstat_getstatic and pstat_getdynamic.
56316         Based on a patch from Bob Proulx.
56317
56318 2001-11-10  Jim Meyering  <meyering@lucent.com>
56319
56320         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
56321         (jm_PREREQ): Use it.
56322
56323 2001-11-09  Jim Meyering  <meyering@lucent.com>
56324
56325         * m4/jm-macros.m4: Require autoconf-2.52f.
56326         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
56327         Use these AC_-prefixed names, not the AM_-prefixed ones.
56328
56329         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
56330
56331 2001-11-05  Jim Meyering  <meyering@lucent.com>
56332
56333         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
56334
56335 2001-11-04  Jim Meyering  <meyering@lucent.com>
56336
56337         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
56338         $DEFS.
56339
56340 2001-11-03  Jim Meyering  <meyering@lucent.com>
56341
56342         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
56343         of AC_DEFUN.
56344
56345         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
56346         know the name of the variable in the macro definition.
56347
56348 2001-11-03  Jim Meyering  <meyering@lucent.com>
56349
56350         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
56351         in argmatch_to_argument call.
56352
56353         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
56354         argument.
56355
56356         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
56357         e.g., a fault due to an attempt to free a NULL pointer.
56358
56359 2001-11-01  Jim Meyering  <meyering@lucent.com>
56360
56361         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
56362         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
56363
56364 2001-11-01  Jim Meyering  <meyering@lucent.com>
56365
56366         * lib/dirfd.c, lib/dirfd.h: New files.
56367         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
56368
56369         * lib/hash.c (hash_print) [TESTING]: Clean up.
56370
56371 2001-10-22  Paul Eggert  <eggert@twinsun.com>
56372
56373         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
56374         to avoid a warning if -Wall.
56375
56376 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
56377
56378         * README: New file
56379         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
56380         (per RMS's instructions, this is now the canonical source)
56381         * lgpl/, gpl/: New directories.
56382
56383 2001-10-21  Paul Eggert  <eggert@twinsun.com>
56384
56385         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
56386
56387 2001-10-21  Jim Meyering  <meyering@lucent.com>
56388
56389         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
56390         this code would end up calling gettext even in packages built
56391         with --disable-nls.
56392         * lib/getopt.c (_): Likewise.
56393         * lib/regex.c (_): Likewise.
56394
56395 2001-10-20  Paul Eggert  <eggert@twinsun.com>
56396
56397         * m4/error.m4 (jm_PREREQ_ERROR):
56398         Do not invoke AC_CHECK_FUNCS with strerror_r, as
56399         AC_FUNC_STRERROR_R does that.
56400         Check for strerror declaration.
56401
56402         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
56403         are supposed to have them these days.
56404         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
56405         Merge changes from latest Autoconf CVS.
56406         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
56407         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
56408         POSIX decided to standardize on the int flavor of strerror_r.
56409
56410 2001-10-20  Paul Eggert  <eggert@twinsun.com>
56411
56412         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
56413         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
56414         Use strerror_r that is only a macro, even if it is not a function.
56415         (strerror): Check for HAVE_DECL_STRERROR before declaring.
56416         (private_strerror): Use prototypes, not old-style function definition.
56417         (print_errno_message): New function.
56418         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
56419         char*-flavored one.
56420         (error_tail, error, error_at_line): Use it.
56421
56422 2001-10-11  Jim Meyering  <meyering@lucent.com>
56423
56424         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
56425         and quote_n (1, ... to avoid clobbering a buffer.
56426
56427 2001-10-05  Jim Meyering  <meyering@lucent.com>
56428
56429         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
56430         hash-pjw.h.
56431         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
56432         * lib/hash-pjw.h: New file.
56433
56434 2001-09-30  Jim Meyering  <meyering@lucent.com>
56435
56436         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
56437         `struct fsstat' has the `f_fstypename' member.
56438         Use that to define FS_TYPE, which is now used to make
56439         the getfsstat link test tighter.
56440
56441 2001-09-30  Jim Meyering  <meyering@lucent.com>
56442
56443         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
56444         Include <sys/ucred.h>, for Apple Darwin.
56445         Include sys/mount.h and sys/fs_types.h only if available.
56446         (FS_TYPE): Define.
56447         (read_filesystem_list): Use FS_TYPE.
56448
56449 2001-09-29  Paul Eggert  <eggert@twinsun.com>
56450
56451         * lib/exclude.c (excluded_filename): 0 -> false, since it's
56452         a boolean context.
56453
56454 2001-09-29  Jim Meyering  <meyering@lucent.com>
56455
56456         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
56457         [one-argument getmntent function]): Include stdio.h before mntent.h.
56458         SunOS 4.1.x needs it for the declaration of `FILE'.
56459         Patch by Volker Borchert.
56460
56461         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
56462         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
56463         sys/fs_types.h, and make the link-test for getfsstat guard #include
56464         directives with appropriate #if HAVE_*_H tests so that we can
56465         detect getfsstat on Apple Darwin1.3.7 systems.
56466         Reported by Nelson Beebe.
56467         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
56468
56469 2001-09-28  Paul Eggert  <eggert@twinsun.com>
56470
56471         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
56472         #defines strtoimax.  Also treat the other strto* functions
56473         like strtoimax.
56474
56475         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
56476         Check for strtoul and strtoumax,
56477         as those declarations are made even in the signed case.
56478         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
56479         Likewise, for strtol and strtoimax.
56480
56481 2001-09-28  Paul Eggert  <eggert@twinsun.com>
56482
56483         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
56484         #defines strtoimax.  Also treat the other strto* functions
56485         like strtoimax.
56486
56487         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
56488         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
56489         (strtoimax, strtoumax): Do not declare if already defined as a macro.
56490
56491 2001-09-26  Jim Meyering  <meyering@lucent.com>
56492
56493         Most macros in unlocked-io.h had the wrong number of arguments.
56494         * lib/gen-uio: New script.
56495         (USE_UNLOCKED_IO): Define to 1 if not already defined.
56496         * lib/unlocked-io.hin: Remove file.
56497         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
56498         rather than trying to embed it here.
56499         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
56500         Reported by Padraig Brady.
56501
56502 2001-09-25  Volker Borchert  <bt@teknon.de>
56503
56504         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
56505         `result'.
56506
56507 2001-09-24  Jim Meyering  <meyering@lucent.com>
56508
56509         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
56510
56511 2001-09-23  Jim Meyering  <meyering@lucent.com>
56512
56513         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
56514         instead of the mere test for existence of mntent.h.  The latter
56515         would get a false-positive on AIX 3.4 systems.
56516         In the outer getmntent if-block, don't die if neither of the getmntent
56517         tests succeeds.  Instead, just fall through and continue with the
56518         remaining tests.
56519
56520 2001-09-23  Jim Meyering  <meyering@lucent.com>
56521
56522         * lib/mountlist.c: Remove useless parentheses in #if directives.
56523         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
56524         the deprecated MOUNTED symbol is no longer defined in mntent.h.
56525
56526 2001-09-22  Jim Meyering  <meyering@lucent.com>
56527
56528         * m4/gettext.m4: New file.  From gettext.
56529         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
56530         * m4/progtest.m4: Likewise
56531         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
56532         * m4/glibc21.m4: Likewise.
56533
56534         * m4/libintl.m4: Remove.  No longer used.
56535
56536 2001-09-22  Jim Meyering  <meyering@lucent.com>
56537
56538         * lib/localcharset.c: Update from latest gettext.
56539         * lib/config.charset: Likewise.
56540
56541 2001-09-20  Jim Meyering  <meyering@lucent.com>
56542
56543         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
56544         strtoimax.
56545         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
56546         strtoumax.
56547
56548 2001-09-20  Jim Meyering  <meyering@lucent.com>
56549
56550         * lib/xstrtol.c (strtoimax): Guard declaration with
56551         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
56552         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
56553         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
56554         (strtoumax): Likewise, for completeness (it wasn't necessary).
56555
56556 2001-09-17  Paul Eggert  <eggert@twinsun.com>
56557
56558         * lib/strtoimax.c (HAVE_LONG_LONG):
56559         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
56560         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
56561         to work around bug in IBM C compiler.
56562
56563 2001-09-17  Jim Meyering  <meyering@lucent.com>
56564
56565         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
56566         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
56567         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
56568         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
56569         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
56570         whenever the right hand side need not be expanded by the shell.
56571
56572 2001-09-16  Paul Eggert  <eggert@twinsun.com>
56573
56574         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
56575         library.  It's not correct, as some older glibcs are buggy.
56576         fnmatch wasn't fixed until glibc 2.2.
56577
56578         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
56579         special shell magic here.
56580
56581 2001-09-16  Jim Meyering  <meyering@lucent.com>
56582
56583         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
56584         * m4/jm-macros.m4: Require it.
56585
56586 2001-09-16  Jim Meyering  <meyering@lucent.com>
56587
56588         * lib/mkdir.c: New file.
56589
56590 2001-09-15  Jim Meyering  <meyering@lucent.com>
56591
56592         * m4/jm-macros.m4: Check for help2man.
56593
56594 2001-09-11  Jim Meyering  <meyering@lucent.com>
56595
56596         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
56597         The body, by Paul Eggert, was moved here from configure.in.
56598         * m4/jm-macros.m4: Require UTILS_HOST_OS.
56599
56600 2001-09-04  Paul Eggert  <eggert@twinsun.com>
56601
56602         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
56603         (jm_PREREQ): Use it.
56604
56605 2001-09-04  Paul Eggert  <eggert@twinsun.com>
56606
56607         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
56608         Use ssize_t, not int, to store result of readlink.
56609         Check for ssize_t overflow as well as size_t overflow,
56610         as POSIX says the result of readlink is implementation-defined
56611         when ssize_t overflows.
56612         Remove unnecessary cast to char*.
56613         Use free+malloc instead of realloc, as the storage doesn't need
56614         to be preserved and it's clearer and can be more efficient that way.
56615         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
56616         * lib/xreadlink.h (xreadlink): Update prototype.
56617
56618 2001-09-04  Paul Eggert  <eggert@twinsun.com>
56619
56620         * lib/xgetcwd.c: Revert some of the previous change; intead,
56621         fix the HAVE_GETCWD_NULL code to behave more like the
56622         !HAVE_GETCWD_NULL code used to.
56623
56624         Include "xalloc.h".
56625         (xgetcwd): Do not return NULL when memory is exhausted; instead,
56626         invoke xalloc_die.
56627
56628 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56629
56630         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
56631         sys/param.h, as pathmax.h includes them.
56632
56633 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56634
56635         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
56636         (jm_PREREQ_XGETCWD): New macro.
56637
56638         * m4/getcwd.m4: New file.
56639
56640 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56641
56642         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
56643         like the HAVE_GETCWD_NULL code.
56644         Include pathmax.h if not HAVE_GETCWD.
56645         Do not include xalloc.h.
56646         (INITIAL_BUFFER_SIZE): New symbol.
56647         Do not use xmalloc / xrealloc, since the caller is responsible for
56648         handling errors.  Preserve errno around `free' during failure.
56649         Do not overrun buffer when using getwd.
56650
56651 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56652
56653         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
56654         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
56655         getcwd (NULL, 0).
56656
56657 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56658
56659         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
56660         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
56661         spotted by Jim Meyering.
56662
56663 2001-09-03  Jim Meyering  <meyering@lucent.com>
56664
56665         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
56666         failure.
56667
56668 2001-09-02  Jim Meyering  <meyering@lucent.com>
56669
56670         * lib/error.c: Update from GNU libc.
56671
56672 2001-09-01  Jim Meyering  <meyering@lucent.com>
56673
56674         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
56675         Used by df.
56676
56677 2001-09-01  Jim Meyering  <meyering@lucent.com>
56678
56679         * lib/xreadlink.c: New file.
56680         * lib/xreadlink.h: New file.
56681         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
56682         xreadlink.h.
56683
56684         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
56685         doesn't conflict with sparc Solaris 7's definition in
56686         /usr/include/sys/int_types.h.
56687
56688         * lib/exclude.c: Use `""', not `<>' to #include non-system header
56689         files.
56690         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
56691         and strncasecmp as r-values.  Unixware didn't have declarations.
56692
56693 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56694
56695         * lib/xstrtol.h: Add copyright notice.
56696         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
56697         LONGINT_INVALID_SUFFIX_CHAR.
56698
56699 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56700
56701         * lib/xstrtol.c (strtoimax): New decl.
56702
56703 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56704
56705         * lib/xgetcwd.c: Don't include pathmax.h.
56706         Include stdlib.h and unistd.h if available.
56707         Include xalloc.h.
56708         (xmalloc, xstrdup, free): Remove decls.
56709         (xgetcwd): Don't assume sizes fit in unsigned.
56710         Check for overflow when computing sizes.
56711         Simplify reallocation code.
56712
56713 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56714
56715         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
56716         a directory's st_size can have an arbitrary value, so the old
56717         usage could waste an arbitrary amount of memory.  All uses
56718         changed.
56719         * lib/savedir.h: Update prototype.
56720
56721 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56722
56723         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
56724
56725         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
56726         old strtoimax.c.
56727
56728         Also, make the following further changes to make this file's
56729         configuration more similar to that of strtol.c:
56730         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
56731         (strtoumax, uintmax_t, strtoull, strtol): Remove.
56732         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
56733         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
56734         changed to signed values.
56735
56736         And make the following changes as well:
56737         Fix copyright notice, as 1999 was missing.
56738         (verify): New macro.
56739         (strtoimax): Check sizes at compile-time, not run-time.
56740         Prefer strtol to strtoll if both work.
56741         (main): Remove; it was not that useful and was a pain to maintain.
56742
56743         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
56744
56745 2001-08-31  Jim Meyering  <meyering@lucent.com>
56746
56747         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
56748         Use an initial, malloc'd, buffer of length 128 rather than
56749         a statically allocated one of length 1024.
56750
56751 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56752
56753         Simplify code, partly by assuming autoconf 2.52 semantics.
56754
56755         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
56756
56757         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
56758         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
56759         All uses removed.
56760         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
56761         Move AC_REQUIRE to next-to-top level, to avoid confusion.
56762         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
56763         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
56764         jm_AC_HEADER_INTTYPES_H.
56765         * m4/jm-macros.m4 (jm_MACROS): Likewise.
56766
56767         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
56768
56769         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
56770         Quote first arg of AC_DEFUN.
56771         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
56772         since they are needed to parse the include file even if we need
56773         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
56774         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
56775         but with opposite signedness.
56776
56777 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56778
56779         Merge 'exclude' changes from tar 1.13.22.
56780         This fixes one or two unlikely storage allocation overflow bugs,
56781         but doesn't change user-visible behavior otherwise.
56782
56783 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56784
56785         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
56786         (jm_PREREQ_EXCLUDE): New macro.
56787
56788 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56789
56790         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
56791         tm to be declared.
56792
56793 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56794
56795         * lib/hash.c: Remove '2001' from copyright notice.
56796
56797 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56798
56799         * lib/full-write.h: New file.
56800         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
56801         * lib/full-write.c: Correct credits, as cccp.c no longer
56802         exists and anyway it was so heavily changed from the old cccp
56803         code as to be unrecognizable.  Include full-write.h.
56804         (full_write) Return size_t, with short writes meaning failure.
56805         All callers changed.  This fixes a bug with large buffers
56806         on 64-bit hosts.
56807         * lib/utime.c: Include full-write.h.
56808
56809 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56810
56811         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
56812         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
56813         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
56814         Include if available.
56815         (<xalloc.h>): Include
56816         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
56817         (verify): New macro.  Use it to verify that EXCLUDE macros do not
56818         collide with FNM macros.
56819         (struct patopts): New struct.
56820         (struct exclude): Use it, as exclude patterns now come with options.
56821         (new_exclude): Support above changes.
56822         (new_exclude, add_exclude_file):
56823         Initial size must now be a power of two to simplify overflow checking.
56824         (free_exclude, fnmatch_no_wildcards): New function.
56825         (excluded_filename): No longer requires options arg, as the options
56826         are determined by add_exclude.  Now returns bool, not int.
56827         (excluded_filename, add_exclude):
56828         Add support for the fancy new exclusion options.
56829         (add_exclude, add_exclude_file): Now takes int options arg.
56830         Check for arithmetic overflow when computing sizes.
56831         (add_exclude_file): xrealloc might modify errno, so don't
56832         realloc until after errno might be used.
56833
56834         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
56835         New macros.
56836         (free_exclude): New decl.
56837         (add_exclude, add_exclude_file): Now takes int options arg.
56838         (excluded_filename): No longer requires options arg, as the options
56839         are determined by add_exclude.  Now returns bool, not int.
56840
56841 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56842
56843         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
56844
56845 2001-08-27  Jim Meyering  <meyering@lucent.com>
56846
56847         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
56848
56849         * lib/version-etc.c (N_): Remove definition.
56850         Revert most of last change.
56851         Instead, simply don't mark the `Copyright...' string for translation.
56852         Based on advice from Paul Eggert.
56853
56854         * lib/strtoxmax.c: Tweak comment.
56855
56856 2001-08-26  Jim Meyering  <meyering@lucent.com>
56857
56858         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
56859
56860         * m4/xstrtoimax.m4: New file.
56861         * m4/xstrtoumax.m4: Add comments explaining why we
56862         AC_REPLACE_FUNCS(strtol).
56863
56864 2001-08-26  Jim Meyering  <meyering@lucent.com>
56865
56866         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
56867         of copyright with `%s' so translators don't get an untranslated
56868         message in 2002.
56869         (COPYRIGHT_YEAR): Define.
56870         (version_etc): Use fprintf rather than fputs.
56871         Suggestion from Ulrich Drepper.
56872
56873         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
56874
56875         * lib/strtoll.c: New file, from GNU libc.
56876         * lib/xstrtoimax.c: New file.
56877
56878         * lib/xstrtol.h: Add xstrtoimax.
56879         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
56880         * lib/strtoimax.c: New file.  Likewise, but first define
56881         STRTOUXMAX_SIGNED.
56882
56883         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
56884         ...
56885         * lib/strtoxmax.c: ... then renamed to this.
56886
56887 2001-08-18  Paul Eggert  <eggert@twinsun.com>
56888
56889         * m4/inttypes.m4: Add AC_PREREQ(2.13).
56890         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
56891         (jm_AC_TYPE_INTMAX_T): New macro.
56892         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
56893
56894         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
56895
56896         * m4/longlong.m4: Renamed from ulonglong.m4.
56897         * m4/inttypes.m4: Renamed from inttypes_h.m4.
56898         * m4/uintmax_t.m4: Removed.
56899
56900 2001-08-13  Paul Eggert  <eggert@twinsun.com>
56901
56902         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
56903         Port to Solaris 8, where 'sed' requires a space after the 'r'
56904         command, and where sh dislikes "$/".  Clean up the spacing a bit.
56905         Redirect output to $tmp just once.
56906
56907 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
56908
56909         * lib/addext.c (<errno.h>): Include.
56910         (errno): Declare if not defined.
56911         (addext): Work correctly when pathconf returns -1 and leaves
56912         errno alone because there is no limit.  Also, work even if
56913         pathconf returns a value greater than SIZE_MAX.
56914
56915 2001-08-12  Jim Meyering  <meyering@lucent.com>
56916
56917         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
56918         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
56919         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
56920         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
56921         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
56922         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
56923         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
56924         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
56925         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
56926         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
56927         utime.m4, utimes.m4, xstrtoumax.m4:
56928         Quote the first argument in each use of AC_DEFUN.
56929
56930 2001-08-12  Jim Meyering  <meyering@lucent.com>
56931
56932         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
56933         Simply `return getcwd (NULL, 0);'.
56934         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
56935         Use 1300 as initial value for length, not PATH_MAX.
56936
56937         * lib/pathmax.h: Clean up cpp syntax.
56938
56939 2001-08-12  Jim Meyering  <meyering@lucent.com>
56940
56941         * lib/gettimeofday.c: New file.
56942         * lib/gtod.h: New file.
56943         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
56944
56945 2001-08-05  Jim Meyering  <meyering@lucent.com>
56946
56947         * m4/jm-macros.m4: Require autoconf-2.52.
56948
56949 2001-08-04  Jim Meyering  <meyering@lucent.com>
56950
56951         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
56952         stmt, to get in sync with glibc.
56953
56954 2001-08-03  Paul Eggert  <eggert@twinsun.com>
56955
56956         The following changes are from gettext 0.10.39 as maintained by
56957         Bruno Haible.
56958
56959         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
56960         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
56961         with inverted sense.  All uses changed.
56962
56963         * lib/mbswidth.c: Don't include <limits.h>.
56964         Include <stdlib.h> and <string.h> unconditionally.
56965         (iswcntrl, mbsinit, ISCNTRL): New macros.
56966         (mbsnwidth): Use K&R style function declarations.
56967         Don't bother checking for MB_LEN_MAX == 1, since the compiler
56968         can optimize it when MB_CUR_MAX == 1.
56969         The width of control characters is zero, not 1.
56970
56971 2001-08-03  Paul Eggert  <eggert@twinsun.com>
56972
56973         The following changes are from gettext 0.10.39 as maintained by
56974         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
56975
56976         * m4/codeset.m4: Upgrade to serial AM1.
56977         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
56978         all uses changed.  Quote first arg of AC_DEFUN.
56979         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
56980
56981         * m4/iconv.m4: Upgrade to serial AM2.
56982         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
56983         Add --with-libconv-prefix.
56984         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
56985         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
56986         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
56987         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
56988         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
56989
56990         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
56991         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
56992         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
56993         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
56994         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
56995         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
56996         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
56997         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
56998         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
56999
57000         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
57001         string.h any more.
57002
57003         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
57004         not the default value.
57005
57006         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
57007         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
57008         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
57009         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
57010         Also check for iswcntrl, used for wcwidth fallback.
57011         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
57012         to Autoconf 2.13.
57013
57014 2001-08-03  Jim Meyering  <meyering@lucent.com>
57015
57016         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
57017         as it was in the original.  Reported by Paul Eggert.
57018
57019 2001-07-16  Jim Meyering  <meyering@lucent.com>
57020
57021         * m4/gettimeofday.m4: New file.
57022         Prompted by a report from Bernhard Baehr.
57023
57024 2001-07-15  Jim Meyering  <meyering@lucent.com>
57025
57026         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
57027         stuff. Now it's in ../Makefile.cfg.
57028
57029 2001-07-15  Jim Meyering  <meyering@lucent.com>
57030
57031         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
57032         (BUILT_SOURCES): Add unlocked-io.h.
57033         (io_functions): Define.
57034         (unlocked-io.h): New rule.
57035         (DISTCLEANFILES): Add unlocked-io.h.
57036         (all-local): Depend on unlocked-io.h, to ensure it is created.
57037
57038         * lib/unlocked-io.hin: New file
57039
57040         * lib/regex.c: Update from glibc.
57041
57042 2001-07-05  Jim Meyering  <meyering@lucent.com>
57043
57044         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
57045         recommendation.
57046         (libfetish_a_SOURCES): Put all .h files here instead.
57047         Remove a thus-exposed (better checks in automake) duplicate and
57048         two unnecessary .h files.
57049
57050 2001-07-04  Jim Meyering  <meyering@lucent.com>
57051
57052         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
57053         that generates jm-glibc-io.m4 so that it doesn't trigger any make
57054         distcheck failure.
57055
57056 2001-07-02  Jim Meyering  <meyering@lucent.com>
57057
57058         The following changes were prompted by suggestions from Bruno Haible.
57059
57060         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
57061         is now generated.
57062         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
57063         definition of EXTRA_DIST.
57064         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
57065         ensure that the generated file is created/updated whenever the list
57066         of $(unlocked_functions) is changed.
57067         (jm-glibc-io.m4): New rule.
57068         (unlocked-io.h): New rule -- currently unused.
57069
57070 2001-06-24  Jim Meyering  <meyering@lucent.com>
57071
57072         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
57073         unmatched right bracket, rather than kludging it with an extra,
57074         falsely-matching quote in a comment.  Patch by Akim Demaille.
57075
57076 2001-06-11  Jim Meyering  <meyering@lucent.com>
57077
57078         * lib/regex.c: Update from GNU libc.
57079
57080 2001-05-27  Jim Meyering  <meyering@lucent.com>
57081
57082         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
57083         Check for ut_type in struct utmp.
57084
57085 2001-05-27  Jim Meyering  <meyering@lucent.com>
57086
57087         * lib/readutmp.h (UT_TYPE): Define.
57088
57089 2001-05-24  Jim Meyering  <meyering@lucent.com>
57090
57091         * lib/argmatch.c: Include "quote.h".
57092         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
57093         quote function.  Reported by Göran Uddeborg.
57094
57095 2001-05-22  Jim Meyering  <meyering@lucent.com>
57096
57097         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
57098         now that we use the package-supplied version unconditionally.
57099         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
57100
57101 2001-05-21  Jim Meyering  <meyering@lucent.com>
57102
57103         * m4/regex.m4: Change a couple backticks to single quotes to avoid
57104         shell syntax errors.
57105
57106 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
57107
57108         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
57109
57110 2001-05-20  Paul Eggert  <eggert@twinsun.com>
57111
57112         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
57113         Don't bother to check library strftime, since
57114         we'll be using our own my_strftime function anyway.
57115         Define my_strftime instead of strftime.
57116
57117 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
57118
57119         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
57120         which is not yet declared.
57121
57122 2001-05-15  Jim Meyering  <meyering@lucent.com>
57123
57124         * m4/regex.m4: Use proper quoting so brackets appear in the test
57125         program.
57126         Reported by, and with help from, Bruno Haible.
57127
57128 2001-05-13  Jim Meyering  <meyering@lucent.com>
57129
57130         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
57131         undefined.
57132
57133 2001-05-11  Paul Eggert  <eggert@twinsun.com>
57134
57135         dirname code cleanup.  base_name now behaves more compatibly
57136         with POSIX basename when given file names that have trailing
57137         slashes, and similarly for dir_name.  Add new primitives
57138         base_len and dir_len.  Put the directory-name-related decls
57139         into dirname.h.
57140
57141         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
57142         * lib/backupfile.c (base_name): Likewise.
57143         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
57144         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
57145         * lib/makepath.c (strip_trailing_slashes): Likewise.
57146         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
57147         ISSLASH): Likewise.
57148         * lib/rename.c (strip_trailing_slashes): Likewise.
57149         * lib/same.c (base_name): Likewise.
57150         * lib/stripslash.c (ISSLASH): Likewise.
57151
57152         * lib/addext.c: Include <dirname.h> after size_t is defined.
57153         * lib/backupfile.c: Likewise.
57154
57155         * lib/addext.c (addext): Use base_len to trim redundant
57156         trailing slashes instead of doing it ourselves.
57157         But do not trim the last slash if it is not redundant.
57158
57159         * lib/backupfile.c (find_backup_file_name,
57160         max_backup_version): Use base_len instead of rolling it ourselves.
57161         Handle the case of "" and (on DOS) "C:" correctly.
57162
57163         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
57164         needed. Include <string.h>, <dirname.h>.
57165         (base_name): Allow file names ending in slashes, other than names
57166         that are all slashes.  In this case, return the basename followed
57167         by the slashes.  This is more general, and can be used in places
57168         where the original base_name purposely had an assertion failure.
57169         (base_len): New function.
57170
57171         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
57172         Do not include <assert.h>; no longer needed.
57173         Include xalloc.h.
57174         (memrchr): Remove decl.
57175         (dir_name_r): Remove.
57176         (dir_len): Renamed from dirlen.  All callers changed.
57177         Rewrite in terms of base_name, for simplicity and consistency.
57178         (dir_name): Never return NULL.  All callers changed.
57179         Do not include <stdlib.h> in test program; no longer needed.
57180         return 0; is fine for test program.
57181
57182         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
57183         New macros.
57184         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
57185
57186         * lib/path-concat.c (path_concat): Use base_len to compute
57187         base length, not strlen; this means we cannot rely on memcpy
57188         to null-terminate.
57189
57190         * lib/same.c (STREQ): Remove.
57191         (same_name): Handle the case where the basename ends in trailing '/'.
57192
57193         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
57194         a slash was stripped.  Do not strip the last slash after a
57195         file system prefix.
57196
57197 2001-05-11  Paul Eggert  <eggert@twinsun.com>
57198
57199         * lib/Makefile.am (libfetish_a_SOURCES):
57200         Add strftime.c, since we now compile it on all hosts.
57201
57202         * lib/strftime.c (my_strftime):
57203         Define to nstrftime if emacs, but only if my_strftime is not defined.
57204         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
57205         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
57206         Add one more extra argument: a nanoseconds value.
57207         All uses changed.
57208         (ns): New macro.
57209         (my_strftime function): Add %N format.
57210         (emacs_strftimeu): Renamed from emacs_strftime,
57211         with extra ut argument.
57212
57213 2001-05-09  Paul Eggert  <eggert@twinsun.com>
57214
57215         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
57216
57217 2001-04-21  Jim Meyering  <meyering@lucent.com>
57218
57219         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
57220         doesn't interfere.
57221
57222 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
57223
57224         * m4/ftruncate.m4: Check for chsize.
57225         Link with ftruncate.o unconditionally if ftruncate is missing.
57226         This was required when cross-compiling to i586-mingw32msvc.
57227
57228 2001-04-08  Jim Meyering  <meyering@lucent.com>
57229
57230         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
57231         recomputed; that's necessary when the offset spans a DST transition.
57232         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
57233
57234 2001-04-02  Jim Meyering  <meyering@lucent.com>
57235
57236         * lib/regex.h, regex.c: Update from GNU libc.
57237
57238 2001-03-24  Jim Meyering  <meyering@lucent.com>
57239
57240         * m4/jm-macros.m4: Require autoconf-2.49d.
57241
57242 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
57243
57244         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
57245
57246 2001-03-19  Paul Eggert  <eggert@twinsun.com>
57247
57248         * lib/version-etc.c (version_etc_copyright): Update to 2001.
57249
57250 2001-03-17  Jim Meyering  <meyering@lucent.com>
57251
57252         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
57253         now that the version in autoconf is equivalent.
57254         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
57255
57256         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
57257         Suggestion from Akim Demaille.
57258
57259         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
57260         (jm_PREREQ_TEMPNAME): New function.
57261
57262 2001-03-16  Paul Eggert  <eggert@twinsun.com>
57263
57264         * lib/tempname.c (uint64_t): Define to uintmax_t if
57265         not defined, and if UINT64_MAX is not defined.
57266         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
57267         Reported by John David Anglin.
57268
57269 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
57270
57271         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
57272         resolve alias if codeset is empty.
57273         * lib/config.charset (BeOS): Use wildcard syntax.
57274
57275 2001-03-13  Jim Meyering  <meyering@lucent.com>
57276
57277         * lib/path-concat.c (path_concat)
57278         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
57279         concatenating e.g., `C:' and `foo'.
57280         From Bruno Haible.
57281
57282 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
57283
57284         * lib/localcharset.c (locale_charset): Don't use
57285         setlocale(LC_CTYPE,NULL). Don't return NULL.
57286         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
57287
57288 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
57289
57290         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
57291         support for DOS/DJGPP.
57292
57293 2001-03-01  Paul Eggert  <eggert@twinsun.com>
57294
57295         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
57296         lacks mkstemp.  Compile our own tempname.c if we compile our own
57297         mkstemp.c, as mkstemp relies on tempname.
57298
57299 2001-03-01  Jim Meyering  <meyering@lucent.com>
57300
57301         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
57302         AH_VERBATIM really does output its argument verbatim.
57303
57304 2001-02-28  Paul Eggert  <eggert@twinsun.com>
57305
57306         * lib/Makefile.am (libfetish_a_SOURCES):
57307         Add dup-safer.c, fopen-safer.c.
57308         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
57309
57310         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
57311         * lib/unistd-safer.h: New files.
57312
57313 2001-02-25  Paul Eggert  <eggert@twinsun.com>
57314
57315         The mkstemp replacement is taken from glibc 2.2.2, with some
57316         portability fixes for use outside glibc, as follows:
57317
57318         * lib/tempname.c (struct_stat64): New macro.
57319         (direxists, __gen_tempname): Use it.
57320         This avoids a portability problem with Solaris 8.
57321
57322         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
57323         (<stddef.h>, <stdint.h>, <string.h>):
57324         Include only if STDC_HEADERS || _LIBC.
57325         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
57326         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
57327         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
57328         (__set_errno): Define this macro if <errno.h> doesn't.
57329         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
57330         Define these macros if <stdio.h> doesn't.
57331         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
57332         Define these macros if <sys/stat.h>
57333         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
57334         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
57335         __xstat64): Define if not _LIBC.
57336         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
57337         (__gen_tempname): Invoke gettimeofday only if
57338         HAVE_GETTIMEOFDAY || _LIBC;
57339         otherwise, fall back on plain "time".
57340         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
57341
57342         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
57343
57344         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
57345
57346 2001-02-18  Paul Eggert  <eggert@twinsun.com>
57347
57348         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
57349
57350 2001-02-17  Paul Eggert  <eggert@twinsun.com>
57351
57352         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
57353         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
57354         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
57355         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
57356
57357 2001-02-17  Paul Eggert  <eggert@twinsun.com>
57358
57359         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
57360         Remove workaround macros for hosts that have mbrtowc but not
57361         mbstate_t, as we now insist on proper declarations for both
57362         before using mbrtowc.
57363
57364 2001-02-17  Jim Meyering  <meyering@lucent.com>
57365
57366         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
57367         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
57368         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
57369         UnixWare 7.1.1.
57370
57371         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
57372         rather than AC_CACHE_VAL.
57373
57374 2001-02-17  Jim Meyering  <meyering@lucent.com>
57375
57376         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
57377         around included file name.
57378
57379         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
57380
57381         * lib/strftime.c: Update from GNU libc (the only changes were to
57382         comments).
57383
57384 2001-02-17  Jim Meyering  <meyering@lucent.com>
57385
57386         * lib/regex.c: Update from libc.
57387
57388 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
57389
57390         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
57391         clash.
57392
57393 2001-02-16  Paul Eggert  <eggert@twinsun.com>
57394
57395         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
57396         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
57397         Reported by Mark Hounschell via Paul Eggert.
57398
57399 2001-02-07  Jim Meyering  <meyering@lucent.com>
57400
57401         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
57402
57403 2001-02-05  Jim Meyering  <meyering@lucent.com>
57404
57405         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
57406         it includes the patch required for `large file' support with at least
57407         HP-UX's 10.20 /bin/cc.
57408
57409 2001-02-03  Jim Meyering  <meyering@lucent.com>
57410
57411         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
57412         AS_IF, now that it works once again (mysteriously).
57413         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
57414
57415 2001-01-30  Jim Meyering  <meyering@lucent.com>
57416
57417         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
57418         * m4/chown.m4: Rename conftestchown to conftest.chown.
57419         * m4/rename.m4: s/conftestdir/conftest.d1/ and
57420         s/conftestdir2/conftest.d2/.
57421         * m4/utimes.m4: s/conftestdata/conftest.data/
57422         Inspired by Pavel Roskin's change in autoconf.
57423
57424 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
57425
57426         * lib/config.charset: Update for FreeBSD 4.2.
57427
57428 2001-01-27  Jim Meyering  <meyering@lucent.com>
57429
57430         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
57431         a use of AS_IF.
57432         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
57433
57434 2001-01-26  Jim Meyering  <meyering@lucent.com>
57435
57436         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
57437         quotearg.c includes it.
57438
57439 2001-01-26  Jim Meyering  <meyering@lucent.com>
57440
57441         * lib/quotearg.c: Include stddef.h.
57442         * lib/quote.c: Include stddef.h.
57443         Reported by Axel Kittenberger.
57444
57445         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
57446         line in double quotes so that it evokes a better diagnostic.
57447         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
57448         Reported by Axel Kittenberger.
57449
57450 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
57451
57452         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
57453         as if it was a `charset'.
57454
57455 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
57456
57457         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
57458         has const.
57459
57460 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
57461
57462         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
57463         to avoid a warning.  Add back 'const' to inptr.
57464
57465 2001-01-20  Jim Meyering  <meyering@lucent.com>
57466
57467         Be sure that headers are checked before used in code compiled
57468         for the type checks.
57469         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
57470         In place of that, invoke jm_CHECK_ALL_TYPES.
57471         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
57472         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
57473         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
57474         The check for ssize_t was mistakenly run before the test for unistd.h.
57475
57476         The configure-time check for stdbool.h was missing.
57477         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
57478         (jm_PREREQ_HASH): New function.
57479
57480 2001-01-17  Jim Meyering  <meyering@lucent.com>
57481
57482         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
57483         for autoconf-2.49c.
57484         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
57485
57486 2001-01-16  Jim Meyering  <meyering@lucent.com>
57487
57488         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
57489         From Bruno Haible.
57490
57491 2001-01-14  Jim Meyering  <meyering@lucent.com>
57492
57493         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
57494         foo and bar.  Create conftestdir/ in the script, not in the C code.
57495         Remove directories in the script, not in the C code.
57496         Remove conftestdir{,2} before trying to create the directory.
57497         Make the entire configure script fail if the mkdir fails.
57498
57499 2001-01-14  Jim Meyering  <meyering@lucent.com>
57500
57501         * lib/rename.c: New file.  From Volker Borchert.
57502         Include stdlib.h, string.h or strings.h, and xalloc.h.
57503         Use strip_trailing_slashes rather than open-coding it.
57504
57505 2001-01-03  Paul Eggert  <eggert@twinsun.com>
57506
57507         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
57508
57509 2001-01-03  Jim Meyering  <meyering@lucent.com>
57510
57511         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
57512         of local `inptr' to avoid warning with some system declarations of
57513         iconv.
57514
57515 2001-01-02  Volker Borchert  <bt@teknon.de>
57516
57517         * m4/rename.m4: New file.
57518         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
57519
57520 2001-01-01  Jim Meyering  <meyering@lucent.com>
57521
57522         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
57523         even on systems with utmpx.h.  It's necessary for the declaration of
57524         utmp's ut_user member.  Reported by Andreas Jaeger.
57525
57526         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
57527         available. They are required for the declarations of getgrgid and
57528         getpwuid resp.
57529         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
57530         Reported by Andreas Jaeger.
57531
57532 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
57533
57534         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
57535         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
57536         so `make install' also works in VPATH builds.
57537
57538 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
57539
57540         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
57541         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
57542         can be used in subdirectories.
57543
57544 2000-12-29  Paul Eggert  <eggert@twinsun.com>
57545
57546         * lib/modechange.c: Do not assume that mode_t uses the
57547         traditional octal encoding.  E.g. "chmod 1 FOO" should set
57548         the other-execute bit of FOO even if S_IXOTH != 1.
57549
57550         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
57551         WOTH, XOTH, ALLM): New macros.
57552         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
57553          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
57554         Use them.
57555         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
57556         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
57557         (mode_compile):
57558         No need to use uintmax_t; unsigned long is long enough.
57559         Don't bother to get suffix since we don't use it.
57560
57561 2000-12-26  Jim Meyering  <meyering@lucent.com>
57562
57563         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
57564         better with autoheader.
57565
57566 2000-12-24  Jim Meyering  <meyering@lucent.com>
57567
57568         * lib/hash.c (is_prime): Return explicit boolean values.
57569         (hash_get_first): Return NULL to appease Irix5.6's 89.
57570         Reported by Nelson Beebe.
57571
57572 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
57573
57574         * lib/localcharset.c (locale_charset): Add support for Win32.
57575
57576 2000-12-18  Paul Eggert  <eggert@twinsun.com>
57577
57578         * lib/physmem.h, lib/physmem.c: New files.
57579
57580         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
57581         (noinst_HEADERS): Add physmem.h.
57582
57583         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
57584         't' for compatibility with Solaris 8 sort.
57585
57586 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
57587
57588         * lib/config.charset: Add support for BeOS.
57589
57590 2000-12-17  Jim Meyering  <meyering@lucent.com>
57591
57592         * m4/dos.m4 (jm_AC_DOS): New file and macro.
57593         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
57594
57595 2000-12-16  Jim Meyering  <meyering@lucent.com>
57596
57597         This bug had a serious impact on chown: `chown N:M FILE' (for integer
57598         N and M) would have treated it like `chown N:N FILE'.
57599
57600         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
57601
57602 2000-12-16  Jim Meyering  <meyering@lucent.com>
57603
57604         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
57605         SHELLS_FILE to a file name that's useful on djgpp systems.
57606         Include stdlib.h.
57607         (ADDITIONAL_DEFAULT_SHELLS): Define.
57608         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
57609         Based mostly on a patch from Prashant TR.
57610
57611 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
57612
57613         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
57614         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
57615         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
57616
57617 2000-12-08  Andreas Schwab  <schwab@suse.de>
57618
57619         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
57620         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
57621
57622 2000-12-07  Jim Meyering  <meyering@lucent.com>
57623
57624         * lib/stripslash.c (ISSLASH): Define.
57625         (strip_trailing_slashes): Use ISSLASH rather than comparing against
57626         `/'.
57627         From Prashant TR.
57628
57629         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
57630         (dir_name_r): Declare this function as static.
57631         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
57632         manifest itself on a name containing a mix of slashes and
57633         backslashes.
57634         Make this function work with names starting with a DOS-style
57635         drive letter and colon prefix.
57636         (dir_name): Append `.' if necessary.
57637         Based mostly on patches from Prashant TR and Eli Zaretskii.
57638
57639         * lib/dirname.h (dir_name_r): Remove prototype.
57640
57641 2000-12-06  Paul Eggert  <eggert@twinsun.com>
57642
57643         * m4/off_t-format.m4: Remove this file.
57644         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
57645
57646 2000-12-06  Jim Meyering  <meyering@lucent.com>
57647
57648         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
57649         replacement strtoull, we may well need the replacement strtoul, too.
57650         Check for declarations of strtoul and strtoull.
57651         Check for strtol.  Mainly as a cue to cause automake to include
57652         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
57653         Check for limits.h -- strtol.c needs it.
57654
57655 2000-12-05  Jim Meyering  <meyering@lucent.com>
57656
57657         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
57658
57659 2000-12-04  Jim Meyering  <meyering@lucent.com>
57660
57661         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
57662         Also include memory.h, stdlib.h, unistd.h if appropriate.
57663         Reported by Andreas Jaeger (conflicting declaration of malloc).
57664
57665 2000-12-02  Jim Meyering  <meyering@lucent.com>
57666
57667         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
57668         * m4/jm-macros.m4 (jm_MACROS): require it.
57669
57670 2000-12-02  Jim Meyering  <meyering@lucent.com>
57671
57672         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
57673
57674 2000-12-01  Paul Eggert  <eggert@twinsun.com>
57675
57676         * lib/memrchr.c: Include <config.h> before any system include file.
57677
57678 2000-11-30  Jim Meyering  <meyering@lucent.com>
57679
57680         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
57681
57682 2000-11-30  Jim Meyering  <meyering@lucent.com>
57683
57684         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
57685
57686 2000-11-29  Paul Eggert  <eggert@twinsun.com>
57687
57688         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
57689
57690 2000-11-26  Jim Meyering  <meyering@lucent.com>
57691
57692         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
57693
57694 2000-11-22  Paul Eggert  <eggert@twinsun.com>
57695
57696         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
57697         size of (size_t) -1; it's not portable.
57698
57699 2000-11-17  Jim Meyering  <meyering@lucent.com>
57700
57701         * lib/strstr.c: Update from GNU libc.
57702
57703 2000-11-17  Akim Demaille  <akim@epita.fr>
57704
57705         * lib/obstack.h: Formatting changes.
57706         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
57707         prevent type checking.
57708         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
57709         cast the value to (void *): assigning a `foo *' to a `void *'
57710         variable is valid.
57711         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
57712
57713 2000-11-16  Jim Meyering  <meyering@lucent.com>
57714
57715         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
57716
57717 2000-11-11  Jim Meyering  <meyering@lucent.com>
57718
57719         * lib/error.c: Add a couple #includes, merging from GNU libc version.
57720
57721 2000-11-10  Jim Meyering  <meyering@lucent.com>
57722
57723         * lib/obstack.h: Update from GNU libc.
57724         * lib/obstack.c: Likewise.
57725
57726 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
57727
57728         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
57729
57730 2000-11-06  Paul Eggert  <eggert@twinsun.com>
57731
57732         * lib/getusershell.c (setusershell): Use rewind rather than
57733         fseek/fseeko, to avoid configuration hassles with fseeko.
57734         Don't bother opening SHELLS_FILE if shellstream is NULL;
57735         it's not necessary.
57736
57737 2000-11-05  Jim Meyering  <meyering@lucent.com>
57738
57739         * lib/makepath.h (make_dir): Declare.
57740         * lib/makepath.c (make_dir): Remove `static' attribute.
57741         Tweak a comment.
57742
57743 2000-11-04  Jim Meyering  <meyering@lucent.com>
57744
57745         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
57746
57747 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
57748
57749         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
57750         last one in a bucket, advance to the next bucket.
57751
57752 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
57753
57754         * lib/fnmatch.c: Do not comment out all the code if we are using
57755         the GNU C library, because in some cases we are replacing buggy
57756         code in the GNU C library itself.
57757
57758 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
57759
57760         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
57761         (regex_compile): Catch bogus \(\1\).
57762
57763 2000-10-30  Paul Eggert  <eggert@twinsun.com>
57764
57765         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
57766         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
57767         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
57768
57769 2000-10-30  Paul Eggert  <eggert@twinsun.com>
57770
57771         * lib/error.h, getline.h, modechange.h:
57772         Remove "2000" from Copyright line, as the file hasn't been
57773         changed this year other than in the copyright notice.
57774
57775         * lib/xalloc.h: Add "2000" to Copyright line, as this file
57776         was changed this year.
57777
57778 2000-10-29  Jim Meyering  <meyering@lucent.com>
57779
57780         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
57781         renaming.
57782         * m4/ls-mntd-fs.m4: Likewise
57783
57784 2000-10-29  Jim Meyering  <meyering@lucent.com>
57785
57786         * lib/xstat.in: Fix grammar in comment.
57787
57788 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
57789
57790         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
57791         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
57792         doesn't define __restrict_arr.
57793
57794 2000-10-28  Jim Meyering  <meyering@lucent.com>
57795
57796         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
57797         (jm_PREREQ_MEMCHR): New function.
57798
57799 2000-10-28  Jim Meyering  <meyering@lucent.com>
57800
57801         * lib/memchr.c: Update from libc.
57802         Adjust for portability:
57803         [HAVE_STDLIB_H]: Include stdlib.h.
57804         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
57805         Undef __memchr, too.
57806         [!weak_alias]: Define __memchr to memchr.
57807
57808         * lib/regex.c: Update from libc.
57809         * lib/regex.h: Likewise.
57810         * lib/getopt1.c: Likewise.
57811         * lib/memcmp.c: Likewise.
57812
57813         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
57814         Avoid using fseek, when possible -- it's broken by design.
57815         Patch by Ulrich Drepper.
57816
57817 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
57818
57819         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
57820         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
57821         Giving in to popular pressure to shut up the compiler with casts.
57822
57823 2000-10-26  Jim Meyering  <meyering@lucent.com>
57824
57825         * lib/strftime.c: Update from libc.
57826
57827 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
57828
57829         * regex.c: More `unsigned char' -> `re_char' changes.
57830         Also change several `int' into `re_wchar_t'.
57831         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
57832         (PUSH_FAILURE_POINTER): Don't cast any more.
57833         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
57834         We want GCC to complain, since this piece of code makes
57835         re_match non-reentrant, which *should* be fixed.
57836         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
57837         (EXTEND_BUFFER): Use RETALLOC.
57838         (SET_LIST_BIT): Don't cast.
57839         (re_wchar_t): New type.
57840         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
57841         that those two functions will always properly return.
57842         (IMMEDIATE_QUIT_CHECK): Cast to void.
57843         (analyse_first): Use recursion rather than an explicit stack.
57844         (re_compile_fastmap): Can't fail anymore.
57845         (re_search_2): Don't check re_compile_fastmap for failure.
57846         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
57847         Now also sets the new value (passed in a new argument).
57848         (re_match_2_internal): Use it.
57849         Also, use a new var `reg' of type size_t when looping through regs
57850         rather than reuse the inappropriate `mcnt'.
57851
57852 2000-10-25  Jim Meyering  <meyering@lucent.com>
57853
57854         * lib/obstack.c: Update from libc.
57855
57856 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
57857
57858         * regex.c (regex_compile): Change the way of handling a range from
57859         a char less than 256 to a char not less than 256.
57860
57861 2000-10-24  Andrew Innes  <andrewi@gnu.org>
57862
57863         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
57864         NT-Emacs only.
57865         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
57866         so that re_search functions only quit when callers expect them to.
57867
57868 2000-10-23  Jim Meyering  <meyering@lucent.com>
57869
57870         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
57871         wrong.  That set_locale call must not have any side effects.
57872         From Paul Eggert.
57873
57874 2000-10-22  Jim Meyering  <meyering@lucent.com>
57875
57876         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
57877         [CYCLIC]: Remove now-unused definition.
57878
57879         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
57880         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
57881         Suggestion from Ulrich Drepper.
57882
57883 2000-10-21  Jim Meyering  <meyering@lucent.com>
57884
57885         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
57886         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
57887         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
57888
57889 2000-10-21  Jim Meyering  <meyering@lucent.com>
57890
57891         * lib/dirname.c (memrchr): Declare if necessary.
57892         (dir_name): Remove the restriction that there be no
57893         trailing slashes.  Now, this code skips past them, effectively
57894         ignoring them.
57895         [TEST_DIRNAME] (main): New unit tests.
57896
57897         * lib/memrchr.c: New file from GNU libc.
57898         Undef __memrchr, too.
57899         [!weak_alias]: Define __memrchr to memrchr.
57900         Guard weak_alias use with `#ifdef weak_alias'.
57901
57902 2000-10-21  Jim Meyering  <meyering@lucent.com>
57903
57904         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
57905         (dir_name): Use dir_name_r.
57906         * lib/dirname.h (dir_name_r): Declare it.
57907
57908 2000-10-17  Jim Meyering  <meyering@lucent.com>
57909
57910         * lib/quote.h (PARAMS): Define and use.
57911         Reported by Akim Demaille.
57912
57913         * lib/getopt.c: Update from libc.
57914
57915 2000-10-16  Jim Meyering  <meyering@lucent.com>
57916
57917         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
57918         setlocale.
57919         From Jan Fedak.
57920
57921 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
57922
57923         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
57924
57925 2000-09-25  Jim Meyering  <meyering@lucent.com>
57926
57927         * lib/md5.h (rol): Define (from GnuPG).
57928
57929         * lib/sha.c: Give credit (GnuPG) where due.
57930         (M): Use rol rather than open-coding it.
57931         Add a FIXME comment.
57932
57933 2000-09-21  Jim Meyering  <meyering@lucent.com>
57934
57935         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
57936         Reported by Michael Stone.
57937
57938 2000-09-20  Jim Meyering  <meyering@lucent.com>
57939
57940         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
57941         (noinst_HEADERS): Add sha.h.
57942         Based on code from Scott G. Miller and from GnuPG.
57943
57944 2000-09-18  Jim Meyering  <meyering@lucent.com>
57945
57946         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
57947         LIBS. Otherwise, everyone ends up linking with -lelf for some
57948         configurations.
57949         Reported by Mike Stone.
57950
57951 2000-09-15  Jim Meyering  <meyering@lucent.com>
57952
57953         * lib/regex.c: Update from libc.
57954
57955 2000-09-10  Jim Meyering  <meyering@lucent.com>
57956
57957         * lib/getopt.c (_getopt_internal): Update from glibc.
57958
57959 2000-09-09  Jim Meyering  <meyering@lucent.com>
57960
57961         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
57962         think it should be used as a general replacement for isascii.
57963         * lib/fnmatch.c: Likewise.
57964         * lib/mbswidth.c: Likewise
57965         * lib/regex.c: Likewise.
57966
57967         Don't use atoi.
57968         * lib/userspec.c: Include sys/param.h and limits.h.
57969         Include xstrtol.h.
57970         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
57971         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
57972         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
57973         UID, GID.  Check range.
57974
57975 2000-09-06  Jim Meyering  <meyering@lucent.com>
57976
57977         * lib/getopt.c (_getopt_internal): Update from glibc.
57978
57979 2000-08-30  Jim Meyering  <meyering@lucent.com>
57980
57981         * lib/strftime.c: Merge in changes from GNU libc.
57982
57983 2000-08-26  Jim Meyering  <meyering@lucent.com>
57984
57985         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
57986         * m4/fpending.m4: New file.
57987
57988 2000-08-26  Jim Meyering  <meyering@lucent.com>
57989
57990         * lib/closeout.c: Include "__fpending.h".
57991         (close_stdout_status): Return right away if there's nothing to flush.
57992
57993         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
57994         * lib/__fpending.c: New file.
57995         * lib/__fpending.h: New file.
57996
57997 2000-08-20  Jim Meyering  <meyering@lucent.com>
57998
57999         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
58000         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
58001         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
58002
58003 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
58004
58005         Improve fileutils installation on systems where running
58006         programs (like install) can't be unlinked.
58007         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
58008         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
58009
58010 2000-08-07  Paul Eggert  <eggert@twinsun.com>
58011
58012         Standardize on "memory exhausted" instead of "Memory exhausted"
58013         or "virtual memory exhausted".
58014         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
58015         "virtual memory exhausted".
58016         * lib/same.c (same_name): Invoke xalloc_die instead of printing
58017         our own message.
58018         * lib/userspec.c (parse_user_spec): Likewise.
58019         * lib/bumpalloc.h: comment fix
58020         * lib/same.c, userspec.c: Include xalloc.h.
58021
58022         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
58023         not char *const and pointing to a constant array.
58024         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
58025         (xrealloc): Comment fix.
58026
58027         * lib/userspec.c (parse_user_spec):
58028         Don't translate a message until just before returning,
58029         to avoid unnecessary translation.
58030
58031 2000-08-07  Jim Meyering  <meyering@lucent.com>
58032
58033         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
58034         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
58035         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
58036         getgroups.c, gethostname.c, getopt.h, group-member.c,
58037         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
58038         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
58039         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
58040         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
58041         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
58042         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
58043         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
58044         yesno.c: Back out Copyright date changes for each file with no change
58045         this year.  This eases coordination with other programs using the same
58046         source code modules.  From Paul Eggert.
58047
58048 2000-08-06  Paul Eggert  <eggert@twinsun.com>
58049
58050         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
58051         not char, for compatibility with glibc 2.1.3 strftime.c.
58052
58053 2000-08-03  Greg McGary  <greg@mcgary.org>
58054
58055         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
58056         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
58057         (EXTEND_BUFFER): Use them.
58058
58059 2000-08-01  Jim Meyering  <meyering@lucent.com>
58060
58061         * lib/dirname.c (ISSLASH): Define.
58062         (BACKSLASH_IS_PATH_SEPARATOR): Define.
58063         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
58064         both `\' and `/' may be use as path separators.
58065         Based on a patch from Prashant TR.
58066
58067 2000-07-31  Paul Eggert  <eggert@twinsun.com>
58068
58069         * lib/quotearg.c (quotearg_n_options): Don't make the initial
58070         slot vector a constant, since it might get modified.
58071
58072 2000-07-31  Jim Meyering  <meyering@lucent.com>
58073
58074         * lib/xmalloc.c: Use `virtual memory exhausted', not
58075         `Memory exhausted'.
58076         * lib/obstack.c (print_and_abort): Likewise.
58077
58078 2000-07-30  Paul Eggert  <eggert@twinsun.com>
58079
58080         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
58081         buffer, so that the caller can always quote one small
58082         component of a "memory exhausted" message in slot 0.
58083         From a suggestion by Jim Meyering.
58084
58085 2000-07-30  Jim Meyering  <meyering@lucent.com>
58086
58087         * lib/makepath.c (make_path): Quote the other instance, too.
58088
58089         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
58090         (STATIC_BUF_SIZE): Define.
58091         (quotearg_n_options): Use only statically allocated storage when
58092         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
58093         than STATIC_BUF_SIZE.
58094
58095 2000-07-29  Jim Meyering  <meyering@lucent.com>
58096
58097         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
58098         * lib/dirname.c (dir_name): Likewise.
58099
58100         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
58101         `/'.
58102
58103         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
58104         (dir_name): Assert that there are no trailing slashes.
58105
58106 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
58107
58108         * lib/mbswidth.h (mbswidth): Add a flags argument.
58109         (mbswidth): New declaration.
58110         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
58111         * lib/mbswidth.c (mbswidth): Add a flags argument.
58112         (mbsnwidth): New function.
58113
58114 2000-07-24  Jim Meyering  <meyering@lucent.com>
58115
58116         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
58117
58118 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58119
58120         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
58121
58122 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58123
58124         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
58125         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
58126         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
58127         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
58128         invoke multibyte primitives.
58129
58130 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58131
58132         * lib/quotearg.c:
58133         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
58134         so that mbstate_t is always defined.
58135
58136         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
58137         be 1 in at least one GCC installation, and this configuration
58138         error is likely to be common.  Ignoring MB_LEN_MAX hurts
58139         performance on hosts that have mbrtowc but have only unibyte
58140         locales, but I assume these hosts are rare.
58141
58142 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58143
58144         * lib/mbswidth.c (_XOPEN_SOURCE):
58145         Don't define; this causes problems on Solaris 7.
58146         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
58147
58148 2000-07-23  Jim Meyering  <meyering@lucent.com>
58149
58150         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
58151         too: getgrgid, getpwuid, getuid.
58152
58153 2000-07-23  Jim Meyering  <meyering@lucent.com>
58154
58155         * lib/basename.c (base_name): Add an assertion.
58156
58157 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
58158
58159         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
58160         shadow its mbsinit function.
58161
58162 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
58163
58164         * lib/mbswidth.h: New file.
58165         * lib/mbswidth.c: New file.
58166         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
58167         (noinst_HEADERS): Add mbswidth.h.
58168
58169 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
58170
58171         * lib/config.charset: Add support for FreeBSD. Improve support for
58172         HP-UX and IRIX 6.
58173
58174 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
58175
58176         * m4/mbswidth.m4: New file.
58177         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
58178
58179 2000-07-15  Jim Meyering  <meyering@lucent.com>
58180
58181         * lib/makepath.c: Include quote.h.
58182         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
58183         corresponding argument in a `quote (...)' call.
58184         Give better diagnostics.
58185
58186         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
58187         (noinst_HEADERS): Add quote.h.
58188
58189         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
58190         from tar's src/misc.c.
58191         * lib/quote.h: New file.  Prototypes for same.
58192
58193 2000-07-14  Paul Eggert  <eggert@twinsun.com>
58194
58195         From a suggestion by Bruno Haible.
58196         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
58197         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
58198         to decide whether to define the BeOS workaround macro;
58199         this adjusts to the change to AC_MBSTATE_T.
58200
58201 2000-07-14  Jim Meyering  <meyering@lucent.com>
58202
58203         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
58204         jm_AC_TYPE_UINTMAX_T.
58205
58206 2000-07-13  Paul Eggert  <eggert@twinsun.com>
58207
58208         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
58209
58210         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
58211         quotearg_buffer_restyled): Add support for
58212         clocale_quoting_style.  Undo previous change to
58213         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
58214         and "{RIGHT QUOTATION MARK}" msgids.
58215
58216 2000-07-10  Paul Eggert  <eggert@twinsun.com>
58217
58218         From a suggestion by Bruno Haible.
58219         * m4/mbstate_t.m4 (AC_MBSTATE_T):
58220         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
58221         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
58222         and mbstate_t, to a single-part test that simply defines mbstate_t.
58223         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
58224         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
58225
58226 2000-07-10  Jim Meyering  <meyering@lucent.com>
58227
58228         * m4/strerror_r.m4: Mirror the correction made in autoconf.
58229
58230         * m4/gnu-source.m4: Output to confdefs.h directly.
58231         Suggestion from Akim Demaille.
58232
58233 2000-07-09  Paul Eggert  <eggert@twinsun.com>
58234
58235         The old behavior of quoting `like this' doesn't look good with
58236         newer, ISO-style fonts.  See:
58237         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
58238
58239         Instead, quote "like this" by default.  Let the translator
58240         tailor the locale-specific quoting behavior by providing
58241         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
58242
58243         * lib/quotearg.c (N_): New macro.
58244         (gettext_default): New function.
58245         (quotearg_buffer_restyled): Use
58246         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
58247         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
58248
58249 2000-07-09  Jim Meyering  <meyering@lucent.com>
58250
58251         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
58252         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
58253
58254         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
58255         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
58256
58257 2000-07-09  Jim Meyering  <meyering@lucent.com>
58258
58259         * lib/Most files: Update copyright dates to include 2000.
58260
58261 2000-07-08  Jim Meyering  <meyering@lucent.com>
58262
58263         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
58264         if not defined.
58265         (xgethostname): Remove now-unnecessary #ifdef.
58266         Move declaration of `err' into loop where it's used.
58267
58268 2000-07-05  Paul Eggert  <eggert@twinsun.com>
58269         and Bruno Haible  <haible@clisp.cons.org>
58270
58271         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
58272         only if the test for an object-type mbstate_t fails.  This
58273         prevents us from mistakenly reporting that mbstate_t is a
58274         system object type after we "#define mbstate_t int" to work
58275         around its lack.
58276
58277 2000-07-05  Paul Eggert  <eggert@twinsun.com>
58278         and Bruno Haible  <haible@clisp.cons.org>
58279
58280         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
58281
58282 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
58283
58284         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
58285         to strerror_r.
58286         Include <ctype.h> for use of isalpha.
58287
58288 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
58289
58290         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
58291         by allocating a larger buffer. Test the gethostname return value for
58292         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
58293         returns an error and ENAMETOOLONG isn't defined.
58294
58295 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
58296
58297         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
58298         dimension.
58299
58300 2000-07-04  Jim Meyering  <meyering@lucent.com>
58301
58302         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
58303         of the deprecated AC_CHECKING.
58304
58305 2000-07-04  Jim Meyering  <meyering@lucent.com>
58306
58307         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
58308         Reported by Bruno Haible.
58309
58310 2000-07-04  Jim Meyering  <meyering@lucent.com>
58311
58312         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
58313         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
58314         lacks mbrtowc.
58315
58316 2000-07-03  Paul Eggert  <eggert@twinsun.com>
58317
58318         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
58319         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
58320
58321 2000-07-03  Paul Eggert  <eggert@twinsun.com>
58322         and Bruno Haible  <haible@clisp.cons.org>
58323
58324         * lib/quotearg.c (mbrtowc):
58325         Assign to *pwc, and return 1 only if result is nonzero.
58326         (iswprint): Use ISPRINT when substituting our own mbrtowc.
58327
58328 2000-07-03  Jim Meyering  <meyering@lucent.com>
58329
58330         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
58331
58332 2000-07-03  Jim Meyering  <meyering@lucent.com>
58333
58334         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
58335         This is necessary to get a definition of e.g., UTMP_FILE on
58336         HP-UX 10.20.
58337         From Bob Proulx.
58338
58339 2000-07-02  Jim Meyering  <meyering@lucent.com>
58340
58341         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
58342
58343         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
58344         AC_LIBOBJ(function_name).
58345         * m4/chown.m4: Likewise.
58346         * m4/fnmatch.m4: Likewise.
58347         * m4/ftruncate.m4: Likewise.
58348         * m4/getgroups.m4: Likewise.
58349         * m4/getline.m4: Likewise.
58350         * m4/group-member.m4: Likewise.
58351         * m4/jm-macros.m4: Likewise.
58352         * m4/lstat.m4: Likewise.
58353         * m4/malloc.m4: Likewise.
58354         * m4/memcmp.m4: Likewise.
58355         * m4/nanosleep.m4: Likewise.
58356         * m4/putenv.m4: Likewise.
58357         * m4/realloc.m4: Likewise.
58358         * m4/regex.m4: Likewise.
58359         * m4/stat.m4: Likewise.
58360         * m4/strftime.m4: Likewise.
58361
58362 2000-07-02  Jim Meyering  <meyering@lucent.com>
58363
58364         * lib/quotearg.c (mbstate_t): Don't define here.
58365
58366 2000-07-02  Jim Meyering  <meyering@lucent.com>
58367
58368         * lib/nanosleep.c (SIGCONT): Define if not already defined.
58369
58370 2000-07-01  Jim Meyering  <meyering@lucent.com>
58371
58372         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
58373
58374 2000-07-01  Jim Meyering  <meyering@lucent.com>
58375
58376         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
58377         problem.
58378
58379 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
58380
58381         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
58382         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
58383
58384 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
58385
58386         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
58387         per change in ../m4/ls-mntd-fs.m4.
58388         (read_filesystem_list): Ignore symbolic links.
58389
58390 2000-06-29  Jim Meyering  <meyering@lucent.com>
58391
58392         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
58393         for declaration of strcmp.
58394
58395         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
58396
58397         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
58398         Avoid warning by casting result to `char *' to remove `const'.
58399
58400 2000-06-28  Jim Meyering  <meyering@lucent.com>
58401
58402         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
58403         included by quotearg.c, for which we perform this test.  From
58404         Bruno Haible.
58405
58406 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
58407
58408         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
58409         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
58410         <utmpx.h> exists, put readutmp.o into LIBOBJS.
58411
58412 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
58413
58414         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
58415
58416 2000-06-26  Paul Eggert  <eggert@twinsun.com>
58417
58418         savedir now sets errno on failure and invokes xmalloc to get memory.
58419         Fix a couple of other minor bugs while we're at it.
58420
58421         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
58422         (NAMLEN): Remove macro.
58423         (malloc, realloc): Remove decls.
58424         (stpcpy): Likewise.
58425         ("xalloc.h"): Include.
58426         (NAME_SIZE_DEFAULT): New macro.
58427         (savedir): Use xmalloc / xrealloc to allocate memory.
58428         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
58429         Skip "" directory entries.
58430         Use strlen to calculate directory entry length, since the old method
58431         is rarely used these days and isn't worth supporting.
58432         Don't use a pointer after freeing it.
58433         Check for integer overflow when calculating allocation size.
58434         Use memcpy to copy entries, instead of stpcpy.
58435         Set errno properly when returning NULL.
58436         Check for readdir error.
58437
58438 2000-06-26  Jim Meyering  <meyering@lucent.com>
58439
58440         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
58441
58442 2000-06-25  Jim Meyering  <meyering@lucent.com>
58443
58444         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
58445         Linux header bug when _XOPEN_SOURCE is defined to 500.
58446
58447 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
58448
58449         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
58450         deficiency.
58451
58452 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
58453
58454         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
58455         Include xalloc.h.
58456         Don't include <stdlib.h>.  Don't declare malloc, realloc.
58457
58458 2000-06-24  Jim Meyering  <meyering@lucent.com>
58459
58460         * m4/strerror_r.m4: Revive this file -- to try out an experimental
58461         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
58462         for which strerror does return char*, but which lacks a conveniently
58463         accessible declaration of the function.  If the compile-test says
58464         strerror_r doesn't work, then resort to a `run'-test that works on
58465         BeOS and segfaults on DEC Unix.
58466
58467 2000-06-24  Jim Meyering  <meyering@lucent.com>
58468
58469         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
58470
58471 2000-06-23  Paul Eggert  <eggert@twinsun.com>
58472
58473         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
58474         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
58475
58476 2000-06-23  Paul Eggert  <eggert@twinsun.com>
58477
58478         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
58479         (mbrtowc, mbstate_t): Define substitutes if
58480         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
58481         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
58482         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
58483
58484 2000-06-23  Jim Meyering  <meyering@lucent.com>
58485
58486         * m4/afs.m4: Add missing AC_MSG_RESULT.
58487         Reported by Bruno Haible.
58488
58489         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
58490         Suggestion from Bruno Haible.
58491
58492 2000-06-23  Jim Meyering  <meyering@lucent.com>
58493
58494         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
58495
58496 2000-06-21  Jim Meyering  <meyering@lucent.com>
58497
58498         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
58499
58500 2000-06-21  Jim Meyering  <meyering@lucent.com>
58501
58502         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
58503         (noinst_HEADERS): Add getstr.h.
58504
58505         * lib/getline.c (getstr): Move into a separate file.
58506         * lib/getstr.c (getstr): New file, extracted from getline.c, with
58507         the following changes: new parameter, delim2; both delim[12]
58508         parameters have type `int', not `char'.  The latter would lose
58509         with 8-bit delimiters.
58510         * lib/getstr.h: New file.
58511
58512 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
58513
58514         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
58515         than 1024, return a memory chunk of least possible size, instead
58516         of size PATH_MAX + 2. In the loop, increment the size proportionally.
58517         Use free/xmalloc instead of xrealloc to avoid copying for very long
58518         paths.
58519
58520 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
58521
58522         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
58523         the empty string.
58524
58525 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
58526
58527         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
58528         address, not strdup.  Include <stdlib.h> and don't declare free().
58529
58530 2000-06-19  Jim Meyering  <meyering@lucent.com>
58531
58532         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
58533
58534 2000-06-18  Jim Meyering  <meyering@lucent.com>
58535
58536         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
58537
58538         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
58539         `checking whether...' message to be consistent with that of the
58540         lstat test.
58541
58542 2000-06-18  Jim Meyering  <meyering@lucent.com>
58543
58544         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
58545         Besides, these days every porting target provides a mkdir function.
58546
58547         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
58548         needed. (this snippet comes from src/system.h).
58549
58550 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
58551
58552         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
58553
58554 2000-06-15  Paul Eggert  <eggert@twinsun.com>
58555
58556         * lib/human.c (adjust_value): New function.
58557         (human_readable_inexact): Apply rounding style even when
58558         printing approximate values.
58559
58560 2000-06-14  Paul Eggert  <eggert@twinsun.com>
58561
58562         * lib/human.c (human_readable_inexact): Allow an input block
58563         size that is not a multiple of the output block size, and vice versa.
58564         Reported by Piergiorgio Sartor.
58565
58566 2000-06-14  Paul Eggert  <eggert@twinsun.com>
58567
58568         * lib/getdate.y (get_date): Apply relative times after time
58569         zone indicator, not before.  Reported by Todd A. Jacobs.
58570
58571 2000-06-13  Jim Meyering  <meyering@lucent.com>
58572
58573         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
58574
58575         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
58576
58577 2000-06-12  Paul Eggert  <eggert@twinsun.com>
58578
58579         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
58580
58581 2000-06-12  Jim Meyering  <meyering@lucent.com>
58582
58583         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
58584         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
58585         optional argument.
58586         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
58587         the optional argument, `lib'.
58588
58589 2000-06-08  Jim Meyering  <meyering@lucent.com>
58590
58591         * m4/largefile.m4: Remove file (now that it's part of autoconf).
58592
58593 2000-06-04  Paul Eggert  <eggert@twinsun.com>
58594
58595         Rewrite largefile configuration so that we don't need to run
58596         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
58597         AC_CANONICAL_HOST in configure.in -- jmm]
58598
58599         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
58600         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
58601         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
58602         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
58603         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
58604         All uses changed.
58605         Instead of inspecting the output of getconf, try to compile the
58606         test program without and with the macro definition.
58607         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
58608         for getconf.  Instead, check for the needed flags by compiling
58609         test programs.
58610
58611 2000-06-04  Paul Eggert  <eggert@twinsun.com>
58612
58613         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
58614
58615 2000-06-04  Jim Meyering  <meyering@lucent.com>
58616
58617         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
58618         SunOS 4.1.4 for which gid_t is an unsigned type.
58619
58620 2000-06-03  Jim Meyering  <meyering@lucent.com>
58621
58622         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
58623         now that autoconf requires that.
58624
58625         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
58626         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
58627         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
58628
58629 2000-06-03  Jim Meyering  <meyering@lucent.com>
58630
58631         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
58632
58633 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
58634
58635         * m4/glibc21.m4: New file.
58636         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
58637
58638 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
58639
58640         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
58641         newer, don't install charset.alias.
58642         * lib/config.charset: Change the Linux/glibc rules so they become empty
58643         on glibc-2.1 or newer.
58644
58645 2000-06-02  Jim Meyering  <meyering@lucent.com>
58646
58647         * lib/mountlist.c: Back out last change.  Instead, do this...
58648         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
58649         me_dummy member using the same `ignore'-testing code.
58650         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
58651         fs_type strings.
58652         From Mark D. Roth.
58653
58654 2000-05-29  Jim Meyering  <meyering@lucent.com>
58655
58656         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
58657         mounts with the `ignore' attribute.  Based on a patch from
58658         Mark D. Roth.
58659
58660 2000-05-28  Jim Meyering  <meyering@lucent.com>
58661
58662         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
58663         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
58664         * m4/stat.m4: Likewise.
58665         * m4/lstat.m4: Likewise.
58666         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
58667
58668         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
58669         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
58670
58671 2000-05-26  Jim Meyering  <meyering@lucent.com>
58672
58673         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
58674
58675 2000-05-24  Jim Meyering  <meyering@lucent.com>
58676
58677         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
58678         autoconf requires that.
58679         * m4/lib-check.m4: Likewise.
58680         * m4/jm-macros.m4: Likewise.
58681         * m4/strftime.m4: Likewise.
58682
58683         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
58684         AC_CHECK_DECLS, now that autoconf requires that.
58685
58686 2000-05-22  Jim Meyering  <meyering@lucent.com>
58687
58688         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
58689         * m4/lstat.m4: Likewise.
58690
58691 2000-05-22  Jim Meyering  <meyering@lucent.com>
58692
58693         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
58694
58695 2000-05-20  Jim Meyering  <meyering@lucent.com>
58696
58697         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
58698         (jm_PREREQ): Use it.
58699
58700 2000-05-18  Jim Meyering  <meyering@lucent.com>
58701
58702         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
58703         back, too, since it may have been modified by allocate_entry.
58704         (hash_delete): Rewrite to use neither the assignment operator
58705         nor the comma operator in an if-expression.
58706
58707 2000-05-15  Paul Eggert  <eggert@twinsun.com>
58708
58709         * lib/closeout.c:
58710         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
58711         Remove; no longer needed.
58712         "quotearg.h": Add include.
58713         (file_name): Do not bother to explicitly initialize to NULL; it's less
58714         efficient on some hosts.
58715         (close_stdout_status): Remove test as to whether stdout was already
58716         closed; it breaks for the case "echo x | sort >&-".
58717         Quote file name colons.
58718         Do not assume that _("write error") lacks format strings.
58719
58720 2000-05-15  Jim Meyering  <meyering@lucent.com>
58721
58722         * lib/version-etc.c (version_etc_copyright): Update the copyright
58723         string used in all --version output.
58724
58725 2000-05-14  Jim Meyering  <meyering@lucent.com>
58726
58727         * lib/closeout.c (close_stdout_set_file_name): New function.
58728         (close_stdout_status): Use new file-scoped global.
58729         Return right away if fstat says the stdout file descriptor is invalid.
58730         * lib/closeout.h (close_stdout_set_file_name): Declare.
58731
58732 2000-05-10  Jim Meyering  <meyering@lucent.com>
58733
58734         * lib/closeout.c [default_exit_status]: New file-scoped variable.
58735         (close_stdout_set_status): New function.
58736         * lib/closeout.h (close_stdout_set_status): Declare.
58737
58738 2000-05-09  Jim Meyering  <meyering@lucent.com>
58739
58740         * m4/gettext.m4: Rename this...
58741         * m4/libintl.m4: ...to this.
58742
58743 2000-05-08  Jim Meyering  <meyering@lucent.com>
58744
58745         * lib/long-options.c: Don't include closeout.h.
58746         (parse_long_options): Don't call close_stdout for --version.
58747
58748 2000-05-06  Paul Eggert  <eggert@twinsun.com>
58749
58750         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
58751         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
58752         2.1.3 bug.  This avoids a clash when files like regex.c define
58753         _GNU_SOURCE.
58754
58755 2000-05-06  Jim Meyering  <meyering@lucent.com>
58756
58757         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
58758         (AC_REPLACE_FUNCS): Add strnlen.
58759
58760         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
58761         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
58762
58763         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
58764         AC_SEARCH_LIBS call for nanosleep.
58765         (LIB_NANOSLEEP): Set and AC_SUBST.
58766
58767 2000-05-06  Jim Meyering  <meyering@lucent.com>
58768
58769         * lib/strnlen.c: Undefine __strnlen and strnlen.
58770         [!weak_alias]: Define __strnlen to strnlen.
58771
58772         * lib/atexit.c: New file, from libiberty.
58773
58774 2000-05-06  Jim Meyering  <meyering@lucent.com>
58775
58776         * lib/closeout.c (close_stdout_status): Also check for errors on the
58777         stderr stream.
58778
58779 2000-05-05  Jim Meyering  <meyering@lucent.com>
58780
58781         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
58782         AC_SEARCH_LIBS call for clock_gettime.
58783         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
58784
58785         * m4/search-libs.m4: Update from autoconf.
58786
58787         su doesn't work on Solaris 2.6.
58788         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
58789         <shadow.h>.  Reported by Dragos Harabor.
58790
58791 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
58792
58793         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
58794         memcpy instead of xmalloc, xrealloc, path_concat.
58795         (locale_charset): Treat empty environment variables as absent.
58796         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
58797
58798 2000-05-04  Jim Meyering  <meyering@lucent.com>
58799
58800         * lib/getopt.c: Update from glibc.
58801         * lib/obstack.c: Likewise.
58802         * lib/obstack.h: Likewise.
58803         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
58804         file
58805
58806         * lib/regex.h: Likewise.
58807         * lib/strndup.c: Likewise.
58808         * lib/strnlen.c: New file, from glibc.
58809
58810 2000-05-03  Jim Meyering  <meyering@lucent.com>
58811
58812         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
58813
58814 2000-05-02  Paul Eggert  <eggert@twinsun.com>
58815
58816         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
58817         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
58818         compile-time test, rather than inspecting host and OS, to
58819         decide whether to define _LARGEFILE_SOURCE.
58820
58821 2000-05-01  Jim Meyering  <meyering@lucent.com>
58822
58823         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
58824
58825         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
58826         Based on a patch from Bruno Haible.
58827
58828 2000-05-01  Jim Meyering  <meyering@lucent.com>
58829
58830         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
58831
58832 2000-04-29  Jim Meyering  <meyering@lucent.com>
58833
58834         * lib/path-concat.c: Declare strdup only if it's not defined.
58835         * lib/canon-host.c: Likewise.
58836
58837 2000-04-28  Jim Meyering  <meyering@lucent.com>
58838
58839         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
58840         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
58841         is included first, then limits.h is included by locale.h by libintl.h.
58842         From John David Anglin.
58843
58844 2000-04-25  Jim Meyering  <meyering@lucent.com>
58845
58846         * lib/makepath.c (S_IRWXUGO): Define.
58847         (make_path): Always perform explicit chmod if MODE specifies any
58848         of the `special' permission bits.  Prompted by a bug report against
58849         install from Mate Wierdl and Joost van Baal.
58850
58851 2000-04-18  Jim Meyering  <meyering@lucent.com>
58852
58853         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
58854         (jm_PREREQ): Use it.
58855
58856 2000-04-18  Jim Meyering  <meyering@lucent.com>
58857
58858         * lib/README: New file.
58859
58860         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
58861         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
58862
58863 2000-04-17  Jim Meyering  <meyering@lucent.com>
58864
58865         Get it right :-)
58866         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
58867         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
58868         Suggestion from Akim Demaille.
58869
58870 2000-04-17  Jim Meyering  <meyering@lucent.com>
58871
58872         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
58873         the definition of it to rpl_strftime also defined-away the system's
58874         declaration.
58875
58876 2000-04-15  Jim Meyering  <meyering@lucent.com>
58877
58878         Use `C' to denote so-called `contiguous' files, the same way
58879         that tar does.
58880         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
58881         (ftypelet): Use S_ISCTG.
58882         From Michael Deutschmann.
58883
58884 2000-04-14  Jim Meyering  <meyering@lucent.com>
58885
58886         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
58887         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
58888         clobbered.
58889
58890 2000-04-14  Jim Meyering  <meyering@lucent.com>
58891
58892         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
58893
58894 2000-04-13  Jim Meyering  <meyering@lucent.com>
58895
58896         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
58897         AH_VERBATIM to insert required #ifndef into config.h.in.
58898         Suggestion from Akim Demaille.
58899
58900 2000-04-12  Jim Meyering  <meyering@lucent.com>
58901
58902         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
58903         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
58904         Christian Krackowizer.
58905
58906         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
58907         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
58908         (AC_SYS_LARGEFILE): Require.
58909         (AM_C_PROTOTYPES): Require.
58910
58911 2000-04-08  Jim Meyering  <meyering@lucent.com>
58912
58913         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
58914         names don't conflict.  Reported by Eli Zaretskii.
58915
58916 2000-04-07  Jim Meyering  <meyering@lucent.com>
58917
58918         * lib/putenv.c: Move inclusion of errno.h so it follows that of
58919         sys/types.h, to work around system header problems on AIX 3.2.5.
58920         From Bruno Haible.
58921
58922 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
58923
58924         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
58925         bug.  Deal with the different error behavior of Irix iconv.
58926
58927 2000-04-05  Paul Eggert  <eggert@twinsun.com>
58928
58929         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
58930         IRIX if the installer said otherwise.
58931
58932 2000-04-05  Jim Meyering  <meyering@lucent.com>
58933
58934         Portability tweaks required for ultrix4.3.
58935         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
58936         (jm_CHECK_DECLS): Add getutent to the list of functions.
58937         (_jm_DECL_HEADERS): Add utmpx.h.
58938         From John David Anglin.
58939
58940         * m4/strftime.m4: Back out the 2000-04-02 change.
58941         Instead of that change, simply undefine putenv in the test program.
58942
58943 2000-04-05  Jim Meyering  <meyering@lucent.com>
58944
58945         Portability tweaks required for ultrix4.3.
58946         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
58947         getutent.
58948         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
58949         * lib/canon-host.c: Declare strdup.
58950         * lib/path-concat.c: Likewise.
58951         From John David Anglin.
58952
58953 2000-04-04  Jim Meyering  <meyering@lucent.com>
58954
58955         Be more DOS 8.3-friendly.
58956         * lib/ref-add.sin: Renamed from ref-add.sed.in.
58957         * lib/ref-del.sin: Renamed from ref-del.sed.in.
58958         * lib/Makefile.am: Reflect renaming.
58959         Reported by Eli Zaretskii.
58960
58961         Use a temporary file name that won't clash with `charset.alias'
58962         in the DOS 8.3 name space.
58963         * lib/Makefile.am (charset_tmp): Define.
58964         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
58965         (uninstall-local): Likewise.
58966         Reported by Eli Zaretskii.
58967
58968 2000-04-03  Jim Meyering  <meyering@lucent.com>
58969
58970         * m4/gettext.m4: Fix typo in comment.
58971
58972         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
58973         textutils/configure.in).  Suggestion from Paul Eggert.
58974         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
58975
58976 2000-04-02  Paul Eggert  <eggert@twinsun.com>
58977
58978         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
58979         variable in the shell rather than using putenv, which isn't
58980         portable.  This avoids the configure-time inter-test dependency
58981         on the potentially-renamed putenv function.
58982
58983 2000-03-30  Paul Eggert  <eggert@twinsun.com>
58984
58985         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
58986         before checking struct stat.st_blksize, so that
58987         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
58988
58989 2000-03-29  Paul Eggert  <eggert@twinsun.com>
58990
58991         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
58992         since strftime.c uses HAVE_STRFTIME to decide whether to use
58993         the underlying strftime.
58994
58995 2000-03-29  Paul Eggert  <eggert@twinsun.com>
58996
58997         * lib/time/strftime.c (my_strftime): Make sure we call the system
58998         strftime, not ourselves, when invoking the underlying strftime.
58999
59000 2000-03-24  Jim Meyering  <meyering@lucent.com>
59001
59002         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
59003         (charset_alias): Define.
59004         (install-exec-local): Factor out common code.
59005         (uninstall-local): Split lines longer than 80.
59006         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
59007         (SUFFIXES): Define.
59008         (.sed.in.sed): New rule.  Don't redirect directly to $@.
59009         (CLEANFILES): Add ref-add.sed and ref-del.sed.
59010
59011 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
59012
59013         * lib/config.charset: Output a line containing "Packages using this
59014         file".
59015         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
59016         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
59017         ref-del.sed): New rules.
59018
59019 2000-03-17  Jim Meyering  <meyering@lucent.com>
59020
59021         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
59022         Otherwise, include <strings.h>
59023
59024 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
59025
59026         * lib/unicodeio.c (utf8_wctomb): New function.
59027         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
59028         format instead of in UCS-4 with platform dependent endianness.
59029
59030 2000-03-10  Jim Meyering  <meyering@lucent.com>
59031
59032         * m4/lib-check.m4: Look for getspnam in -lgen, too.
59033         From Marco Franzen.
59034
59035 2000-03-07  Paul Eggert  <eggert@twinsun.com>
59036
59037         * lib/savedir.c (savedir): Work even if directory size is
59038         negative; this can happen with some screwy NFS configurations.
59039
59040 2000-03-06  Jim Meyering  <meyering@lucent.com>
59041
59042         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
59043         if it's NULL (because we ran out of memory).  From Bruno Haible.
59044
59045 2000-03-05  Jim Meyering  <meyering@lucent.com>
59046
59047         * lib/localcharset.c ("path-concat.h"): Include.
59048         (get_charset_aliases): Use path_concat instead of ANSI string
59049         concatenation.
59050
59051         * lib/unicodeio.h (PARAMS): Define.
59052         Use it to guard prototype.
59053
59054 2000-03-04  Jim Meyering  <meyering@lucent.com>
59055
59056         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
59057         for lib/localcharset.c.
59058
59059 2000-03-04  Jim Meyering  <meyering@lucent.com>
59060
59061         * lib/Makefile.am (install-exec-local): Create $(libdir) before
59062         installing into it.
59063         (uninstall-local): Uncomment this rule so `make distcheck' works
59064         once again.
59065
59066         * lib/unicodeio.c (<errno.h>): Include it.
59067         (errno): Declare if not defined.
59068
59069         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
59070
59071         * lib/config.charset: New version, incorporating remarks from a linux
59072         i18n mailing list.  From Bruno Haible.
59073
59074 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
59075
59076         * m4/codeset.m4: New file.
59077         * m4/iconv.m4: New file.
59078         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
59079
59080 2000-03-03  Jim Meyering  <meyering@lucent.com>
59081
59082         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
59083
59084 2000-03-02  Jim Meyering  <meyering@lucent.com>
59085
59086         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
59087         the messages come out on separate lines.
59088
59089         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
59090         rather than jm_CHECK_DECLARATIONS.
59091         * m4/decl.m4: Remove now-unused file.
59092
59093         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
59094         geteuid.
59095
59096 2000-03-02  Jim Meyering  <meyering@lucent.com>
59097
59098         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
59099
59100 2000-03-01  Jim Meyering  <meyering@lucent.com>
59101
59102         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
59103         * lib/unicodeio.c: Likewise.
59104
59105 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
59106
59107         * lib/config.charset: New file.
59108         * lib/localcharset.c: New file.
59109         * lib/unicodeio.h, lib/unicodeio.c: New files.
59110         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
59111         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
59112         (noinst_HEADERS): Add unicodeio.h.
59113         (all-local, install-exec-local, charset.alias): New targets.
59114
59115 2000-02-28  Paul Eggert  <eggert@twinsun.com>
59116
59117         * lib/quotearg.c (ALERT_CHAR): New macro.
59118         (quotearg_buffer_restyled): Use it.
59119
59120 2000-02-27  Jim Meyering  <meyering@lucent.com>
59121
59122         * m4/check-decl.m4: Add getenv to the list.
59123
59124 2000-02-27  Jim Meyering  <meyering@lucent.com>
59125
59126         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
59127         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
59128
59129         * lib/backupfile.c: Guard inclusion of stdlib.h with
59130         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
59131         Declare malloc if needed.
59132
59133         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
59134         `#ifndef HAVE_DECL..'
59135         now that autoconf always defines the HAVE_DECL_ symbols.
59136         * lib/human.c: Likewise.
59137         * lib/same.c: Likewise.
59138         * lib/strtoumax.c: Likewise.
59139
59140         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
59141         declaration check was not run.
59142         * lib/hash.c: Likewise.
59143         * lib/human.c: Likewise.
59144         * lib/same.c: Likewise.
59145         * lib/strtoumax.c: Likewise.
59146
59147         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
59148         `.', then first look up the entire `.'-containing string as a login
59149         name.
59150
59151 2000-02-23  Jim Meyering  <meyering@lucent.com>
59152
59153         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
59154         in place of my hack.
59155
59156 2000-02-18  Paul Eggert  <eggert@twinsun.com>
59157
59158         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
59159         (textint): New typedef.
59160         (parser_control): Member year changed from int to textint.
59161         All uses changed.
59162         (YYSTYPE): Removed; replaced by %union with int and textint members.
59163         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
59164         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
59165         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
59166         (tSNUMBER, tUNUMBER): Now of type <textintval>.
59167         (date, number, to_year): Use width of number in digits, not its value,
59168         to determine whether it's a 2-digit year, or a 2-digit time.
59169         (yylex): Store number of digits of numeric tokens.
59170         Reported by John Kendall.
59171
59172         (parser_control): Changed from struct parser_control to typedef (for
59173         consistency).  All uses changed.
59174
59175         (tID): Removed; not used.
59176         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
59177
59178 2000-02-14  Paul Eggert  <eggert@twinsun.com>
59179
59180         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
59181         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
59182
59183 2000-02-12  Jim Meyering  <meyering@lucent.com>
59184
59185         * lib/userspec.c (ISDIGIT): Define it.
59186         (isdigit): Remove definition.
59187         (is_number): Use ISDIGIT, not isdigit.
59188         <libintl.h>: Include.
59189         (_ and N_): Define.
59190         (parse_user_spec): Mark translatable strings.
59191
59192 2000-02-10  Jim Meyering  <meyering@lucent.com>
59193
59194         With these changes, nanosleep.[ch] are finally enough like the other
59195         lib/* replacement files to compile on a few more losing systems.
59196
59197         * lib/nanosleep.h: Don't include config.h.
59198         Remove prototype from declaration of nanosleep.
59199         (PARAMS): Remove now-unneeded definition.
59200         * lib/nanosleep.c: #undef nanosleep.
59201         (rpl_nanosleep): Rename from nanosleep.
59202
59203 2000-02-10  Jim Meyering  <meyering@lucent.com>
59204
59205         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
59206         gnu_nanosleep to rpl_nanosleep.
59207
59208 2000-02-09  Jim Meyering  <meyering@lucent.com>
59209
59210         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
59211         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
59212
59213 2000-02-08  Akim Demaille  <akim@epita.fr>
59214
59215         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
59216         `[' and `]' and remove uses of `changequote'.
59217         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
59218         (AC_SYS_LARGEFILE): Likewise.
59219         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
59220         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
59221         of changequote.
59222         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
59223         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
59224         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
59225         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
59226
59227 2000-02-05  Jim Meyering  <meyering@lucent.com>
59228
59229         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
59230         Remove explicit use of AC_HEADER_TIME.  It is required by
59231         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
59232         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
59233         in autoconf whereby the expansion of the latter ended up preceding
59234         the expansion of its prerequisite, AC_HEADER_TIME.
59235         Reported by Volker Borchert.
59236
59237 2000-02-03  Jim Meyering  <meyering@lucent.com>
59238
59239         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
59240
59241 2000-02-03  Jim Meyering  <meyering@lucent.com>
59242
59243         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
59244         rather than with `#if HAVE_UTMPNAME'.
59245
59246 2000-02-02  Jim Meyering  <meyering@lucent.com>
59247
59248         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
59249         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
59250         Reported by Eli Zaretskii.
59251
59252 2000-02-01  Jim Meyering  <meyering@lucent.com>
59253
59254         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
59255
59256 2000-01-31  Jim Meyering  <meyering@lucent.com>
59257
59258         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
59259         functions.  Add the time.h and sys/time.h headers along with the
59260         AC_REQUIRE'ment of AC_HEADER_TIME.
59261
59262 2000-01-31  Jim Meyering  <meyering@lucent.com>
59263
59264         * lib/nanosleep.h (nanosleep): Guard declaration with
59265         `#if ! HAVE_DECL_NANOSLEEP'.
59266         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
59267         the declaration in that vendor's sys/timers.h.
59268         Reported by Christian Krackowizer.
59269
59270         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
59271         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
59272         (ISPRINT): Likewise.
59273         Reported by Tom Tromey.
59274
59275 2000-01-30  Jim Meyering  <meyering@lucent.com>
59276
59277         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
59278
59279         * m4/prereq.m4 (utmp_includes): Define.
59280         Check for ut_user and ut_name members in both struct utmpx
59281         and struct utmp.
59282
59283 2000-01-30  Jim Meyering  <meyering@lucent.com>
59284
59285         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
59286         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
59287         header files where only utmpx.ut_user is declared.
59288
59289         * lib/readutmp.h (UT_USER): Define.
59290
59291 2000-01-29  Jim Meyering  <meyering@lucent.com>
59292
59293         * m4/lib-check.m4: New file containing library-related checks from
59294         fileutils and sh-utils (textutils had none).
59295
59296 2000-01-28  Jim Meyering  <meyering@lucent.com>
59297
59298         * m4/perl.m4: Change format of warning message to look more like that
59299         from the missing script.  Suggestion from François Pinard.
59300
59301 2000-01-25  Jim Meyering  <meyering@lucent.com>
59302
59303         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
59304         well as time.h in the compile check.
59305         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
59306         Fix typo in cross-compiling case: s/yes/no/.
59307
59308 2000-01-23  Jim Meyering  <meyering@lucent.com>
59309
59310         * m4/jm-macros.m4: Move df-related tests here from
59311         fileutils/configure.in
59312
59313         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
59314         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
59315
59316         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
59317         s/space/ac_fsusage_space/.
59318         (jm_FILE_SYSTEM_USAGE): Take two parameters.
59319
59320         * m4/ftruncate.m4: New file (derived from part of
59321         fileutils/configure.in).
59322         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
59323         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
59324
59325         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
59326         AC_SUBST these here, rather than just in sh-util/configure.in, so
59327         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
59328         all the same.
59329         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
59330         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
59331         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
59332         (AC_SUBST(POW_LIBM)): Likewise.
59333         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
59334
59335 2000-01-23  Jim Meyering  <meyering@lucent.com>
59336
59337         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
59338         obstack.c.
59339
59340 2000-01-22  Jim Meyering  <meyering@lucent.com>
59341
59342         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
59343
59344         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
59345
59346         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
59347         configure.in
59348         (AC_CHECK_HEADERS): Likewise for sh-utils.
59349         (AC_CHECK_HEADERS): Likewise for textutils.
59350         Merge the three lists of headers.
59351
59352         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
59353         from fileutils' configure.in.
59354
59355         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
59356         code. Moved tests into their own function (_jm_DECL_HEADERS) in
59357         check-decl.m4.
59358
59359         * m4/check-decl.m4: Use #if rather than #ifdef.
59360         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
59361         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
59362         (_jm_DECL_HEADERS): Define new function.
59363         (jm_CHECK_DECLARATIONS): Require it.
59364
59365 2000-01-22  Jim Meyering  <meyering@lucent.com>
59366
59367         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
59368         [! HAVE_DECL_STRTOULL]: Declare strtoull.
59369         Required for some AIX systems.  Reported by Christian Krackowizer.
59370         [TESTING] (main): New function.
59371
59372         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
59373         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
59374         letters.
59375
59376         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
59377         iswprint.
59378
59379         * lib/strverscmp.c (ISDIGIT): Define.
59380         (strverscmp): Use ISDIGIT, not isdigit.
59381
59382 2000-01-19  Jim Meyering  <meyering@lucent.com>
59383
59384         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
59385         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
59386         defines `struct timespec' in <sys/time.h>
59387
59388         * m4/c-bs-a.m4: Remove uses of changequote altogether.
59389         Thanks to Akim for explaining.
59390
59391 2000-01-17  Paul Eggert  <eggert@twinsun.com>
59392
59393         * lib/nanosleep.c (nanosleep):
59394         Don't use SA_INTERRUPT to decide whether to call sigaction, as
59395         POSIX.1 doesn't require SA_INTERRUPT and some systems
59396         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
59397         it's been part of POSIX.1 since day 1 (in 1988).
59398
59399 2000-01-17  Jim Meyering  <meyering@lucent.com>
59400
59401         * lib/interlock: Remove unused file.  Reported by François Pinard.
59402
59403 2000-01-16  Paul Eggert  <eggert@twinsun.com>
59404
59405         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
59406         alert, backslash, formfeed, and vertical tab unnecessarily in
59407         shell quoting style.
59408
59409 2000-01-16  Jim Meyering  <meyering@lucent.com>
59410
59411         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
59412         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
59413         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
59414         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
59415
59416 2000-01-16  Jim Meyering  <meyering@lucent.com>
59417
59418         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
59419         because the latter didn't work.
59420
59421 2000-01-15  Jim Meyering  <meyering@lucent.com>
59422
59423         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
59424         (AC_REPLACE_FUNCS): Add memcpy and memset.
59425         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
59426         Add strpbrk.
59427         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
59428
59429 2000-01-12  Jim Meyering  <meyering@lucent.com>
59430
59431         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
59432         (jm_PREREQ): Use it.
59433         (jm_PREREQ_READUTMP): New macro.
59434         (jm_PREREQ): Use it.
59435
59436 2000-01-11  Paul Eggert  <eggert@twinsun.com>
59437
59438         Quote multibyte characters correctly.
59439         * m4/c-bs-a.m4: New file.
59440         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
59441         (jm_PREREQ): Use it.
59442
59443 2000-01-11  Paul Eggert  <eggert@twinsun.com>
59444
59445         * m4/uintmax_t.m4: Port to autoconf 2.13.
59446
59447 2000-01-08  Jim Meyering  <meyering@ascend.com>
59448
59449         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
59450         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
59451
59452 2000-01-04  Jim Meyering  <meyering@ascend.com>
59453
59454         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
59455         jm_STRUCT_DIRENT_D_TYPE.
59456         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
59457         jm_STRUCT_DIRENT_D_INO.
59458         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
59459         jm_STRUCT_UTIMBUF.
59460         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
59461         renamings.
59462         * m4/utime.m4: Likewise.
59463
59464         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
59465         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
59466
59467 2000-01-03  Paul Eggert  <eggert@twinsun.com>
59468
59469         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
59470         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
59471
59472 2000-01-02  Jim Meyering  <meyering@ascend.com>
59473
59474         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
59475         remember if this is necessary.
59476
59477 1999-12-26  Jim Meyering  <meyering@ascend.com>
59478
59479         * m4/jm-macros.m4: Use it here.
59480         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
59481
59482 1999-12-23  Jim Meyering  <meyering@ascend.com>
59483
59484         * m4/jm-macros.m4: Check for clock_gettime (moved from
59485         fileutils/configure.in)
59486         Check for gettimeofday.
59487
59488 1999-12-20  Jim Meyering  <meyering@ascend.com>
59489
59490         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
59491         autoconf-2.14a-1999-12-20.
59492
59493 1999-12-19  Jim Meyering  <meyering@ascend.com>
59494
59495         * m4/lstat-slash.m4: New file.
59496         * m4/jm-macros.m4: Use the new macro:
59497         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59498
59499 1999-12-07  Jim Meyering  <meyering@ascend.com>
59500
59501         * m4/perl.m4: Require that File::Compare be available, too.
59502         Too many systems seem to lack it.
59503
59504         * m4/strftime.m4: Add checks for most of the cpp macros tested in
59505         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
59506
59507 1999-11-18  Paul Eggert  <eggert@twinsun.com>
59508
59509         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
59510         problem with the QNX 4.25 shell, which doesn't propagate exit
59511         status of failed commands inside shell assignments.
59512
59513 1999-11-17  Jim Meyering  <meyering@ascend.com>
59514
59515         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
59516
59517 1999-11-07  Jim Meyering  <meyering@ascend.com>
59518
59519         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
59520
59521 1999-11-06  Jim Meyering  <meyering@ascend.com>
59522
59523         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
59524         * m4/jm-macros.m4 (jm_MACROS): Use it here.
59525
59526 1999-11-05  Jim Meyering  <meyering@ascend.com>
59527
59528         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
59529         configure.in of textutils, fileutils, and sh-utils into this one
59530         (shared between those packages) file.
59531         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
59532         AC_STRUCT_ST_BLKSIZE.
59533
59534 1999-11-03  Jim Meyering  <meyering@ascend.com>
59535
59536         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
59537         of AC_CHECK_TYPE checks includes unistd.h.
59538         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
59539         Suggestion from Akim Demaille.
59540
59541 1999-10-30  Jim Meyering  <meyering@ascend.com>
59542
59543         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
59544         m4-quoted string.
59545         * m4/ls-mntd-fs.m4: Likewise.
59546         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
59547         * m4/jm-winsz1.m4: Likewise.
59548
59549         * m4/const.m4: Remove file, since the fix made it into the experimental
59550         version of autoconf.
59551         * m4/mktime.m4: Likewise.
59552
59553         * m4/check-type.m4: Remove file, now that the latest version of
59554         AC_CHECK_TYPE takes a third arg to specify additional #includes.
59555
59556         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
59557         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
59558         AC_CHECK_TYPE.
59559
59560 1999-10-04  Jim Meyering  <meyering@ascend.com>
59561
59562         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
59563
59564 1999-09-22  Paul Eggert  <eggert@twinsun.com>
59565
59566         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
59567         2.95.1 bug with HP-UX 10.20.
59568
59569 1999-09-17  Jim Meyering  <meyering@ascend.com>
59570
59571         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
59572         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
59573         due to missing strdup (against sh-utils-2.0).
59574
59575 1999-08-29  Jim Meyering  <meyering@ascend.com>
59576
59577         * m4/jm-macros.m4: Require jm_BISON.
59578         * m4/bison.m4: New file.
59579
59580 1999-08-17  Paul Eggert  <eggert@twinsun.com>
59581
59582         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
59583         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
59584
59585 1999-08-05  Jim Meyering  <meyering@ascend.com>
59586
59587         * m4/getline.m4: Rename test file from conftestdata to conftest.data
59588         to avoid conflicts with `conftest' on 8+3 filesystems.
59589         Suggestion from Eli Zaretskii.
59590
59591 1999-08-04  Jim Meyering  <meyering@ascend.com>
59592
59593         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
59594         fileutils and sh-utils (textutils's getline test was inadequate).
59595         (AM_FUNC_GETLINE): Run this test.
59596         (AC_CHECK_FUNCS): Check for getdelim.
59597         Reported by Bob Proulx.
59598
59599 1999-08-02  Jim Meyering  <meyering@ascend.com>
59600
59601         * m4/jm-macros.m4: Add a comment.
59602
59603 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59604
59605         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
59606         <inttypes.h> defines strtoumax as a macro (and not as a
59607         function).
59608
59609 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59610
59611         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
59612         that we can shift, multiply and divide unsigned long long
59613         values; Ultrix cc can't do it.
59614
59615 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59616
59617         * m4/mktime.m4: New file, which is a preview of what should appear
59618         in the next public autoconf release.
59619
59620 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59621
59622         * m4/lfs.m4: Remove this file.
59623         * m4/largefile.m4: New file.  It contains the old contents of
59624         lfs.m4, except that all names with prefix AC_LFS have been
59625         changed to use the prefix AC_SYS_LARGEFILE instead, to be
59626         compatible with future autoconf versions.  Also, some minor m4
59627         quoting problems have been fixed.
59628
59629 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59630
59631         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
59632         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
59633         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
59634         and simplify the shell code.
59635
59636 1999-08-01  Jim Meyering  <meyering@ascend.com>
59637
59638         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
59639         m4.
59640
59641 1999-07-20  Jim Meyering  <meyering@ascend.com>
59642
59643         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
59644
59645 1999-07-15  Jim Meyering  <meyering@ascend.com>
59646
59647         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
59648
59649 1999-05-22  Jim Meyering  <meyering@ascend.com>
59650
59651         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
59652
59653 1999-05-20  Jim Meyering  <meyering@ascend.com>
59654
59655         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
59656         Add a colon after each `then' in case $4 is empty.
59657
59658 1999-05-16  Jim Meyering  <meyering@ascend.com>
59659
59660         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
59661
59662 1999-05-10  Jim Meyering  <meyering@ascend.com>
59663
59664         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
59665
59666         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
59667         AC_FUNC_MKTIME.
59668
59669 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
59670
59671         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
59672
59673 1999-05-04  Paul Eggert  <eggert@twinsun.com>
59674
59675         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
59676         not CPPFLAGS, so that linking works correctly in IRIX.
59677
59678 1999-04-30  Paul Eggert  <eggert@twinsun.com>
59679
59680         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
59681
59682 1999-04-20  Paul Eggert  <eggert@twinsun.com>
59683
59684         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
59685         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
59686         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
59687         jm_AC_TYPE_UNSIGNED_LONG_LONG.
59688         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
59689
59690         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
59691
59692 1999-04-20  Jim Meyering  <meyering@ascend.com>
59693
59694         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
59695         AC_REPLACE xstroull if necessary.  From Paul Eggert.
59696         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
59697
59698 1999-04-18  Jim Meyering  <meyering@ascend.com>
59699
59700         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
59701         * m4/jm-macros.m4: Use it.
59702
59703 1999-04-06  Jim Meyering  <meyering@ascend.com>
59704
59705         * m4/strftime.m4: Remove test for %f.
59706
59707 1999-03-29  Jim Meyering  <meyering@ascend.com>
59708
59709         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
59710         superset of the AC_TYPE_* checks in the textutils, fileutils,
59711         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
59712         AC_TYPE_PID_T.
59713
59714 1999-03-28  Jim Meyering  <meyering@ascend.com>
59715
59716         * m4/jm-macros.m4: Define GNU_PACKAGE here.
59717         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
59718         replaced e.g., in the *.sh files of the sh-utils.
59719
59720 1999-03-20  Jim Meyering  <meyering@ascend.com>
59721
59722         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
59723         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
59724         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
59725
59726 1999-03-19  Jim Meyering  <meyering@ascend.com>
59727
59728         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
59729
59730 1999-03-12  Jim Meyering  <meyering@ascend.com>
59731
59732         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
59733
59734 1999-03-07  Jim Meyering  <meyering@ascend.com>
59735
59736         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
59737         declared.
59738
59739 1999-02-17  Jim Meyering  <meyering@ascend.com>
59740
59741         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
59742         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
59743
59744 1999-02-07  Jim Meyering  <meyering@ascend.com>
59745
59746         * m4/group-member.m4: New file -- extracted from sh-utils'
59747         configure.in.
59748
59749         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
59750         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
59751
59752 1999-02-06  Jim Meyering  <meyering@ascend.com>
59753
59754         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
59755         * m4/fnmatch.m4: Likewise.
59756         * m4/getgroups.m4: Likewise.
59757         * m4/lstat.m4: Likewise.
59758         * m4/malloc.m4: Likewise.
59759         * m4/putenv.m4: Likewise.
59760         * m4/realloc.m4: Likewise.
59761         * m4/regex.m4: Likewise.
59762         * m4/stat.m4: Likewise.
59763         * m4/strftime.m4: Likewise.
59764         Suggestion from Alain Magloire.
59765
59766         * m4/chown.m4: Use `.$ac_objext', not `.o'.
59767         * m4/fnmatch.m4: Likewise.
59768         * m4/getgroups.m4: Likewise.
59769         * m4/getline.m4: Likewise.
59770         * m4/lstat.m4: Likewise.
59771         * m4/malloc.m4: Likewise.
59772         * m4/memcmp.m4: Likewise.
59773         * m4/putenv.m4: Likewise.
59774         * m4/realloc.m4: Likewise.
59775         * m4/regex.m4: Likewise.
59776         * m4/stat.m4: Likewise.
59777         * m4/strftime.m4: Likewise.
59778         Suggestion from Alain Magloire.
59779
59780         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
59781         an argument.
59782
59783         * m4/regex.m4: Add a run-time Test for proper operation of
59784         re_compile_pattern.
59785
59786 1999-01-31  Jim Meyering  <meyering@ascend.com>
59787
59788         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
59789
59790 1999-01-30  Jim Meyering  <meyering@ascend.com>
59791
59792         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
59793
59794         * m4/jm-mktime.m4: Make this a wrapper around the official
59795         AM_FUNC_MKTIME rather than my private copy, now that the official one
59796         is up to date.
59797         * m4/mktime.m4: Remove file.
59798
59799         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
59800         * m4/uptime.m4: Likewise.
59801         * m4/uintmax_t.m4: Likewise.
59802
59803 1999-01-28  Jim Meyering  <meyering@ascend.com>
59804
59805         * m4/jm-macros.m4: Use jm_AFS.
59806         * m4/afs.m4: New file (from fileutils' configure.in).
59807
59808         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
59809         * m4/chown.m4: Likewise.
59810         * m4/d-ino.m4: Likewise.
59811         * m4/d-type.m4: Likewise.
59812         * m4/fnmatch.m4: Likewise.
59813         * m4/getgroups.m4: Likewise.
59814         * m4/gettext.m4: Likewise.
59815         * m4/jm-mktime.m4: Likewise.
59816         * m4/jm-winsz2.m4: Likewise.
59817         * m4/lcmessage.m4: Likewise.
59818         * m4/ls-mntd-fs.m4: Likewise.
59819         * m4/malloc.m4: Likewise.
59820         * m4/memcmp.m4: Likewise.
59821         * m4/putenv.m4: Likewise.
59822         * m4/realloc.m4: Likewise.
59823         * m4/st_mtim.m4: Likewise.
59824         * m4/strftime.m4: Likewise.
59825
59826 1999-01-16  Jim Meyering  <meyering@ascend.com>
59827
59828         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
59829         (ARGMATCH_DIE_DECL): Define.
59830
59831 1999-01-12  Jim Meyering  <meyering@ascend.com>
59832
59833         * m4/Makefile.am.in: Rewrite to avoid using fmt.
59834         Reported by Lars Hecking.
59835
59836 1999-01-10  Jim Meyering  <meyering@ascend.com>
59837
59838         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
59839         gross kludge.
59840         * m4/inttypes_h.m4: Likewise.
59841         * m4/lstat.m4: Likewise.
59842         * m4/malloc.m4: Likewise.
59843         * m4/readdir.m4: Likewise.
59844         * m4/realloc.m4: Likewise.
59845         * m4/st_dm_mode.m4: Likewise.
59846         * m4/stat.m4: Likewise.
59847         * m4/utimbuf.m4: Likewise.
59848         * m4/utimes.m4: Likewise.
59849
59850         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
59851         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
59852         comments in config.h.in are meaningful.
59853
59854         * m4/jm-macros.m4: Require autoconf-2.13 here.
59855
59856         * m4/regex.m4: By default, don't use the included regex.c on systems
59857         with glibc 2.  Suggestion from Uli Drepper.
59858
59859 1999-01-02  Jim Meyering  <meyering@ascend.com>
59860
59861         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
59862
59863 1998-12-18  Jim Meyering  <meyering@ascend.com>
59864
59865         * m4/Makefile.am.in (Makefile.am): Simplify rule.
59866         Based on a suggestion from Lars Hecking.
59867
59868 1998-11-16  Paul Eggert  <eggert@twinsun.com>
59869
59870         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
59871
59872 1998-11-16  Jim Meyering  <meyering@ascend.com>
59873
59874         * m4/lfs.m4: Double-quote the `uname...` expression.
59875
59876 1998-11-14  Jim Meyering  <meyering@ascend.com>
59877
59878         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
59879         * m4/stat.m4: Likewise.
59880
59881 1998-11-03  Jim Meyering  <meyering@ascend.com>
59882
59883         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
59884         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
59885
59886 1998-10-18  Jim Meyering  <meyering@ascend.com>
59887
59888         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
59889
59890 1998-10-17  Jim Meyering  <meyering@ascend.com>
59891
59892         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
59893         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
59894         calls for those previously hard-coded headers.  Instead, take a new
59895         parameter.
59896         (jm_CHECK_DECLARATIONS): Reflect interface change.
59897         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
59898         (jm_CHECK_DECL_LOCALTIME_R): New macro.
59899
59900         * m4/mktime.m4: Test for spring-forward gap before long-running test.
59901
59902 1998-10-14  Jim Meyering  <meyering@ascend.com>
59903
59904         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
59905         instead of "TZ=America/Vancouver".  From Paul Eggert.
59906
59907 1998-10-11  Jim Meyering  <meyering@ascend.com>
59908
59909         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
59910         This adds a test for a recently added compatibility fix for mktime.c.
59911         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
59912
59913 1998-09-27  Jim Meyering  <meyering@ascend.com>
59914
59915         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
59916
59917         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
59918         ../configure.in, including a change from Gordon Matzigkeit to allow
59919         cross-compiling for the Hurd.
59920
59921         * m4/glibc.m4: New file/macro to test for the GNU C Library
59922         versions 1 and 2.  From Gordon Matzigkeit.
59923         Indent.
59924
59925 1998-09-21  Jim Meyering  <meyering@ascend.com>
59926
59927         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
59928
59929 1998-08-18  Paul Eggert  <eggert@twinsun.com>
59930
59931         Port nanosecond-resolution times to UnixWare 2.1.2 and
59932         pedantic Solaris 2.6.
59933
59934         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
59935         AC_STRUCT_ST_MTIM.
59936         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
59937         Generate name of ns member, instead of just 1 or undef.
59938         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
59939
59940 1998-08-15  Jim Meyering  <meyering@ascend.com>
59941
59942         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
59943         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
59944         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
59945         instead of jm_TYPE_SSIZE_T.
59946
59947 1998-08-12  Jim Meyering  <meyering@ascend.com>
59948
59949         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
59950
59951 1998-08-02  Jim Meyering  <meyering@ascend.com>
59952
59953         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
59954         in acconfig.h manually.
59955
59956 1998-07-31  Paul Eggert  <eggert@twinsun.com>
59957
59958         * m4/st_mtim.m4: New file.
59959
59960 1998-07-28  Jim Meyering  <meyering@ascend.com>
59961
59962         * m4/utimes.m4: Undef stat.
59963
59964 1998-07-25  Jim Meyering  <meyering@ascend.com>
59965
59966         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
59967         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
59968
59969 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
59970
59971         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
59972         uid and gid actually remain unchanged.
59973
59974 1998-07-07  Jim Meyering  <meyering@ascend.com>
59975
59976         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
59977
59978 1998-07-04  Jim Meyering  <meyering@ascend.com>
59979
59980         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
59981         to prove that this macro can be used in packages without regex.c.
59982
59983 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
59984
59985         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
59986         is to be used.
59987
59988 1998-07-03  Jim Meyering  <meyering@ascend.com>
59989
59990         * m4/gettext.m4: Add -lintl if it's found to be necessary.
59991
59992         * m4/gettext.m4: New file -- from gettext-0.10.35.
59993         * m4/lcmessage.m4: Likewise.
59994         * m4/progtest.m4: Likewise.
59995
59996         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
59997         * m4/jm-macros.m4: Require the new macro.
59998
59999 1998-06-29  Jim Meyering  <meyering@ascend.com>
60000
60001         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
60002         for the definition of NGROUPS (used in a system header included
60003         by sys/mount.h).
60004
60005 1998-06-28  Jim Meyering  <meyering@ascend.com>
60006
60007         * m4/ls-mntd-fs.m4: New file.
60008         * m4/fstypename.m4: New file.
60009
60010         * m4/jm-macros.m4: Require the new macro.
60011         * m4/jm-glibc-io.m4: New file.
60012
60013 1998-05-19  Jim Meyering  <meyering@ascend.com>
60014
60015         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
60016         * m4/lchown.m4: New file.
60017
60018         * m4/Makefile.am.in: New file.
60019         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
60020
60021 1998-05-14  Jim Meyering  <meyering@ascend.com>
60022
60023         * m4/Makefile.am (EXTRA_DIST): Add them.
60024         * m4/jm-macros.m4: New file.
60025         * m4/utimbuf.m4: New file.
60026
60027 1998-05-12  Jim Meyering  <meyering@ascend.com>
60028
60029         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
60030
60031 1998-05-11  Jim Meyering  <meyering@ascend.com>
60032
60033         * m4/isc-posix.m4: New file.
60034
60035 1998-05-10  Jim Meyering  <meyering@ascend.com>
60036
60037         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
60038
60039 1998-05-09  Jim Meyering  <meyering@ascend.com>
60040
60041         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
60042         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
60043         with automake.
60044
60045         * m4/ssize_t.m4: New file.
60046         * m4/mktime.m4: Remove file -- the new automake has this now.
60047
60048 1998-04-26  Jim Meyering  <meyering@ascend.com>
60049
60050         * m4/assert.m4: New file.
60051         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
60052
60053 1998-04-05  Jim Meyering  <meyering@ascend.com>
60054
60055         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
60056         (jm_PREREQ): Use it here.
60057
60058 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
60059
60060         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
60061         in acconfig.h.
60062
60063 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
60064
60065         * m4/prereq.m4: New file.
60066         * m4/error.m4: New file.
60067         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
60068
60069 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
60070
60071         * m4/getline.m4: Don't set am_cv_func_working_getline before the
60072         cache-check for the same variable -- that defeated the purpose of
60073         the test; the test program was never run.  This was a problem only
60074         on systems with losing getline functions -- HP-UX 10.20 is one.
60075         Reported by Bjorn Helgaas.
60076
60077 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
60078
60079         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
60080
60081 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
60082
60083         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
60084
60085         * m4/const.m4: New file.  Use an initializer in this declaration
60086         typedef int charset[2]; const charset x;
60087         Reported by Bob Glickstein.
60088
60089 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
60090
60091         * m4/chown.m4: Fix reversed types on -1 args to chown.
60092         From Kaveh Ghazi.
60093
60094 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
60095
60096         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
60097         Add lseek and memchr.
60098
60099         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
60100         T.E.Dickey <dickey@clark.net> said that some older preprocessors
60101         have a 20-character limit on names.
60102
60103 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
60104
60105         * m4/inttypes_h.m4: New file.
60106         * m4/uintmax_t.m4: New file.
60107         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
60108
60109
60110         -----
60111
60112         Local Variables:
60113         coding: utf-8
60114         End:
60115
60116         Copyright (C) 1997-2009 Free Software Foundation, Inc.
60117
60118         Copying and distribution of this file, with or without
60119         modification, are permitted provided the copyright notice
60120         and this notice are preserved.