isdir: clean up, since at least grep still uses it
[gnulib.git] / ChangeLog
1 2009-12-26  Jim Meyering  <meyering@redhat.com>
2
3         isdir: clean up, since at least grep still uses it
4         * lib/isdir.c: Include "isdir.h".
5         (S_ISDIR): Remove now-unneeded definition.
6         * modules/isdir (Files): Add lib/isdir.h.
7         * lib/isdir.h: New file, with declaration.
8         * m4/isdir.m4: Remove file -- unneeded.
9
10 2009-12-25  Bruno Haible  <bruno@clisp.org>
11
12         selinux-h: Make generated .h files standalone.
13         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
14         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
15         * lib/se-selinux.in.h: Likewise.
16         * modules/selinux-h (Depends-on): Add unused-parameter.
17         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
18         selinux/selinux.h and selinux/context.h.
19         Suggested by Eric Blake.
20
21 2009-12-25  Bruno Haible  <bruno@clisp.org>
22
23         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
24         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
25         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
26         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
27         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
28
29 2009-12-24  Bruno Haible  <bruno@clisp.org>
30
31         openat: Fix warning.
32         * lib/openat-proc.c: Include <unistd.h>.
33
34 2009-12-24  Bruno Haible  <bruno@clisp.org>
35
36         New module 'unused-parameter'.
37         * build-aux/unused-parameter.h: New file, extracted from earlier
38         gnulib-common.m4.
39         * modules/unused-parameter: New file.
40         * lib/unistr.h: Include unused-parameter.h.
41         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
42         _GL_UNUSED.
43         * modules/unistr/base (Depends-on): Add unused-parameter.
44
45 2009-12-24  Bruno Haible  <bruno@clisp.org>
46
47         Add missing dependencies to 'extensions' module.
48         * m4/extensions.m4: Add comment.
49         * modules/accept4 (Depends-on): Add extensions.
50         * modules/dup3 (Depends-on): Likewise.
51         * modules/fcntl (Depends-on): Likewise.
52         * modules/futimens (Depends-on): Likewise.
53         * modules/mknod (Depends-on): Likewise.
54         * modules/pipe2 (Depends-on): Likewise.
55         * modules/stat-time (Depends-on): Likewise.
56         * modules/strcasestr-simple (Depends-on): Likewise.
57         * modules/strsignal (Depends-on): Likewise.
58         * modules/utimensat (Depends-on): Likewise.
59         * modules/localcharset (Depends-on): Likewise. Needed because of
60         gl_FCNTL_O_FLAGS.
61         * modules/wcrtomb (Depends-on): Likewise. Needed because of
62         AC_TYPE_MBSTATE_T.
63         * modules/wcsnrtombs (Depends-on): Likewise.
64         * modules/wcsrtombs (Depends-on): Likewise.
65
66 2009-12-24  Bruno Haible  <bruno@clisp.org>
67
68         binary-io: Avoid gcc warning due to SET_BINARY.
69         * lib/binary-io.h (SET_BINARY): Cast the result to void.
70         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
71
72 2009-12-24  Bruno Haible  <bruno@clisp.org>
73
74         Avoid future namespace pollution on glibc systems.
75         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
76         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
77         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
78         glibc systems.
79
80 2009-12-24  Bruno Haible  <bruno@clisp.org>
81
82         Refactor common macros used in tests.
83         * tests/macros.h: New file.
84         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
85         and/or <stdlib.h>, if appropriate.
86         (ASSERT, SIZEOF): Remove macros.
87         * tests/test-areadlink-with-size.c: Likewise.
88         * tests/test-areadlinkat.c: Likewise.
89         * tests/test-areadlinkat-with-size.c: Likewise.
90         * tests/test-argmatch.c: Likewise.
91         * tests/test-argv-iter.c: Likewise.
92         * tests/test-array-mergesort.c: Likewise.
93         * tests/test-array_list.c: Likewise.
94         * tests/test-array_oset.c: Likewise.
95         * tests/test-avltree_list.c: Likewise.
96         * tests/test-avltree_oset.c: Likewise.
97         * tests/test-avltreehash_list.c: Likewise.
98         * tests/test-base64.c: Likewise.
99         * tests/test-binary-io.c: Likewise.
100         * tests/test-bitrotate.c: Likewise.
101         * tests/test-btowc.c: Likewise.
102         * tests/test-byteswap.c: Likewise.
103         * tests/test-c-ctype.c: Likewise.
104         * tests/test-c-stack.c: Likewise.
105         * tests/test-c-strcasecmp.c: Likewise.
106         * tests/test-c-strcasestr.c: Likewise.
107         * tests/test-c-strncasecmp.c: Likewise.
108         * tests/test-c-strstr.c: Likewise.
109         * tests/test-canonicalize-lgpl.c: Likewise.
110         * tests/test-canonicalize.c: Likewise.
111         * tests/test-carray_list.c: Likewise.
112         * tests/test-ceilf1.c: Likewise.
113         * tests/test-ceilf2.c: Likewise.
114         * tests/test-ceill.c: Likewise.
115         * tests/test-chown.c: Likewise.
116         * tests/test-cloexec.c: Likewise.
117         * tests/test-copy-acl.c: Likewise.
118         * tests/test-copy-file.c: Likewise.
119         * tests/test-count-one-bits.c: Likewise.
120         * tests/test-dprintf-posix.c: Likewise.
121         * tests/test-dup2.c: Likewise.
122         * tests/test-dup3.c: Likewise.
123         * tests/test-duplocale.c: Likewise.
124         * tests/test-fbufmode.c: Likewise.
125         * tests/test-fchdir.c: Likewise.
126         * tests/test-fchownat.c: Likewise.
127         * tests/test-fcntl-safer.c: Likewise.
128         * tests/test-fcntl.c: Likewise.
129         * tests/test-fdopendir.c: Likewise.
130         * tests/test-fdutimensat.c: Likewise.
131         * tests/test-fflush2.c: Likewise.
132         * tests/test-file-has-acl.c: Likewise.
133         * tests/test-filevercmp.c: Likewise.
134         * tests/test-flock.c: Likewise.
135         * tests/test-floorf1.c: Likewise.
136         * tests/test-floorf2.c: Likewise.
137         * tests/test-floorl.c: Likewise.
138         * tests/test-fnmatch.c: Likewise.
139         * tests/test-fopen.h: Likewise.
140         * tests/test-fpending.c: Likewise.
141         * tests/test-fprintf-posix.c: Likewise.
142         * tests/test-fpurge.c: Likewise.
143         * tests/test-freadable.c: Likewise.
144         * tests/test-freadahead.c: Likewise.
145         * tests/test-freading.c: Likewise.
146         * tests/test-freadptr.c: Likewise.
147         * tests/test-freadptr2.c: Likewise.
148         * tests/test-freadseek.c: Likewise.
149         * tests/test-freopen.c: Likewise.
150         * tests/test-frexp.c: Likewise.
151         * tests/test-frexpl.c: Likewise.
152         * tests/test-fseek.c: Likewise.
153         * tests/test-fseeko.c: Likewise.
154         * tests/test-fstatat.c: Likewise.
155         * tests/test-fstrcmp.c: Likewise.
156         * tests/test-fsync.c: Likewise.
157         * tests/test-ftell.c: Likewise.
158         * tests/test-ftello.c: Likewise.
159         * tests/test-func.c: Likewise.
160         * tests/test-futimens.c: Likewise.
161         * tests/test-fwritable.c: Likewise.
162         * tests/test-fwriting.c: Likewise.
163         * tests/test-getcwd.c: Likewise.
164         * tests/test-getdate.c: Likewise.
165         * tests/test-getdelim.c: Likewise.
166         * tests/test-getdtablesize.c: Likewise.
167         * tests/test-getgroups.c: Likewise.
168         * tests/test-getline.c: Likewise.
169         * tests/test-getndelim2.c: Likewise.
170         * tests/test-glob.c: Likewise.
171         * tests/test-hash.c: Likewise.
172         * tests/test-i-ring.c: Likewise.
173         * tests/test-iconv-utf.c: Likewise.
174         * tests/test-iconv.c: Likewise.
175         * tests/test-idpriv-drop.c: Likewise.
176         * tests/test-idpriv-droptemp.c: Likewise.
177         * tests/test-inet_ntop.c: Likewise.
178         * tests/test-inet_pton.c: Likewise.
179         * tests/test-isblank.c: Likewise.
180         * tests/test-isfinite.c: Likewise.
181         * tests/test-isinf.c: Likewise.
182         * tests/test-isnan.c: Likewise.
183         * tests/test-isnand.h: Likewise.
184         * tests/test-isnanf.h: Likewise.
185         * tests/test-isnanl.h: Likewise.
186         * tests/test-lchown.c: Likewise.
187         * tests/test-ldexpl.c: Likewise.
188         * tests/test-link.c: Likewise.
189         * tests/test-linkat.c: Likewise.
190         * tests/test-linked_list.c: Likewise.
191         * tests/test-linkedhash_list.c: Likewise.
192         * tests/test-localename.c: Likewise.
193         * tests/test-lseek.c: Likewise.
194         * tests/test-lstat.c: Likewise.
195         * tests/test-mbmemcasecmp.c: Likewise.
196         * tests/test-mbmemcasecoll.c: Likewise.
197         * tests/test-mbrtowc.c: Likewise.
198         * tests/test-mbscasecmp.c: Likewise.
199         * tests/test-mbscasestr1.c: Likewise.
200         * tests/test-mbscasestr2.c: Likewise.
201         * tests/test-mbscasestr3.c: Likewise.
202         * tests/test-mbscasestr4.c: Likewise.
203         * tests/test-mbschr.c: Likewise.
204         * tests/test-mbscspn.c: Likewise.
205         * tests/test-mbsinit.c: Likewise.
206         * tests/test-mbsncasecmp.c: Likewise.
207         * tests/test-mbsnrtowcs.c: Likewise.
208         * tests/test-mbspbrk.c: Likewise.
209         * tests/test-mbspcasecmp.c: Likewise.
210         * tests/test-mbsrchr.c: Likewise.
211         * tests/test-mbsrtowcs.c: Likewise.
212         * tests/test-mbsspn.c: Likewise.
213         * tests/test-mbsstr1.c: Likewise.
214         * tests/test-mbsstr2.c: Likewise.
215         * tests/test-mbsstr3.c: Likewise.
216         * tests/test-memchr.c: Likewise.
217         * tests/test-memchr2.c: Likewise.
218         * tests/test-memcmp.c: Likewise.
219         * tests/test-memmem.c: Likewise.
220         * tests/test-memrchr.c: Likewise.
221         * tests/test-mkdir.c: Likewise.
222         * tests/test-mkdirat.c: Likewise.
223         * tests/test-mkfifo.c: Likewise.
224         * tests/test-mkfifoat.c: Likewise.
225         * tests/test-mknod.c: Likewise.
226         * tests/test-nanosleep.c: Likewise.
227         * tests/test-nl_langinfo.c: Likewise.
228         * tests/test-obstack-printf.c: Likewise.
229         * tests/test-open.c: Likewise.
230         * tests/test-openat.c: Likewise.
231         * tests/test-pipe-filter-gi1.c: Likewise.
232         * tests/test-pipe-filter-gi2-main.c: Likewise.
233         * tests/test-pipe-filter-ii1.c: Likewise.
234         * tests/test-pipe-filter-ii2-main.c: Likewise.
235         * tests/test-pipe2.c: Likewise.
236         * tests/test-popen.h: Likewise.
237         * tests/test-posixtm.c: Likewise.
238         * tests/test-pread.c: Likewise.
239         * tests/test-printf-frexp.c: Likewise.
240         * tests/test-printf-frexpl.c: Likewise.
241         * tests/test-printf-posix.c: Likewise.
242         * tests/test-priv-set.c: Likewise.
243         * tests/test-quotearg.c: Likewise.
244         * tests/test-random_r.c: Likewise.
245         * tests/test-rawmemchr.c: Likewise.
246         * tests/test-rbtree_list.c: Likewise.
247         * tests/test-rbtree_oset.c: Likewise.
248         * tests/test-rbtreehash_list.c: Likewise.
249         * tests/test-readlink.c: Likewise.
250         * tests/test-remove.c: Likewise.
251         * tests/test-rename.c: Likewise.
252         * tests/test-renameat.c: Likewise.
253         * tests/test-rmdir.c: Likewise.
254         * tests/test-round1.c: Likewise.
255         * tests/test-roundf1.c: Likewise.
256         * tests/test-roundl.c: Likewise.
257         * tests/test-safe-alloc.c: Likewise.
258         * tests/test-sameacls.c: Likewise.
259         * tests/test-set-mode-acl.c: Likewise.
260         * tests/test-setenv.c: Likewise.
261         * tests/test-sigaction.c: Likewise.
262         * tests/test-signbit.c: Likewise.
263         * tests/test-sleep.c: Likewise.
264         * tests/test-snprintf-posix.c: Likewise.
265         * tests/test-snprintf.c: Likewise.
266         * tests/test-sprintf-posix.c: Likewise.
267         * tests/test-stat-time.c: Likewise.
268         * tests/test-stat.c: Likewise.
269         * tests/test-strcasestr.c: Likewise.
270         * tests/test-strchrnul.c: Likewise.
271         * tests/test-strerror.c: Likewise.
272         * tests/test-striconv.c: Likewise.
273         * tests/test-striconveh.c: Likewise.
274         * tests/test-striconveha.c: Likewise.
275         * tests/test-strsignal.c: Likewise.
276         * tests/test-strstr.c: Likewise.
277         * tests/test-strtod.c: Likewise.
278         * tests/test-strverscmp.c: Likewise.
279         * tests/test-symlink.c: Likewise.
280         * tests/test-symlinkat.c: Likewise.
281         * tests/test-trunc1.c: Likewise.
282         * tests/test-trunc2.c: Likewise.
283         * tests/test-truncf1.c: Likewise.
284         * tests/test-truncf2.c: Likewise.
285         * tests/test-truncl.c: Likewise.
286         * tests/test-uname.c: Likewise.
287         * tests/test-unlink.c: Likewise.
288         * tests/test-unlinkat.c: Likewise.
289         * tests/test-unsetenv.c: Likewise.
290         * tests/test-usleep.c: Likewise.
291         * tests/test-utimens.c: Likewise.
292         * tests/test-utimensat.c: Likewise.
293         * tests/test-vasnprintf-posix.c: Likewise.
294         * tests/test-vasnprintf-posix2.c: Likewise.
295         * tests/test-vasnprintf.c: Likewise.
296         * tests/test-vasprintf-posix.c: Likewise.
297         * tests/test-vasprintf.c: Likewise.
298         * tests/test-vdprintf-posix.c: Likewise.
299         * tests/test-vfprintf-posix.c: Likewise.
300         * tests/test-vprintf-posix.c: Likewise.
301         * tests/test-vsnprintf-posix.c: Likewise.
302         * tests/test-vsnprintf.c: Likewise.
303         * tests/test-vsprintf-posix.c: Likewise.
304         * tests/test-wcrtomb.c: Likewise.
305         * tests/test-wcsnrtombs.c: Likewise.
306         * tests/test-wcsrtombs.c: Likewise.
307         * tests/test-wctype.c: Likewise.
308         * tests/test-wcwidth.c: Likewise.
309         * tests/test-xfprintf-posix.c: Likewise.
310         * tests/test-xmemdup0.c: Likewise.
311         * tests/test-xprintf-posix.c: Likewise.
312         * tests/test-xvasprintf.c: Likewise.
313         * tests/unicase/test-locale-language.c: Likewise.
314         * tests/unicase/test-mapping-part1.h: Likewise.
315         * tests/unicase/test-predicate-part1.h: Likewise.
316         * tests/unicase/test-u8-casecmp.c: Likewise.
317         * tests/unicase/test-u8-casecoll.c: Likewise.
318         * tests/unicase/test-u8-casefold.c: Likewise.
319         * tests/unicase/test-u8-is-cased.c: Likewise.
320         * tests/unicase/test-u8-is-casefolded.c: Likewise.
321         * tests/unicase/test-u8-is-lowercase.c: Likewise.
322         * tests/unicase/test-u8-is-titlecase.c: Likewise.
323         * tests/unicase/test-u8-is-uppercase.c: Likewise.
324         * tests/unicase/test-u8-tolower.c: Likewise.
325         * tests/unicase/test-u8-totitle.c: Likewise.
326         * tests/unicase/test-u8-toupper.c: Likewise.
327         * tests/unicase/test-u16-casecmp.c: Likewise.
328         * tests/unicase/test-u16-casecoll.c: Likewise.
329         * tests/unicase/test-u16-casefold.c: Likewise.
330         * tests/unicase/test-u16-is-cased.c: Likewise.
331         * tests/unicase/test-u16-is-casefolded.c: Likewise.
332         * tests/unicase/test-u16-is-lowercase.c: Likewise.
333         * tests/unicase/test-u16-is-titlecase.c: Likewise.
334         * tests/unicase/test-u16-is-uppercase.c: Likewise.
335         * tests/unicase/test-u16-tolower.c: Likewise.
336         * tests/unicase/test-u16-totitle.c: Likewise.
337         * tests/unicase/test-u16-toupper.c: Likewise.
338         * tests/unicase/test-u32-casecmp.c: Likewise.
339         * tests/unicase/test-u32-casecoll.c: Likewise.
340         * tests/unicase/test-u32-casefold.c: Likewise.
341         * tests/unicase/test-u32-is-cased.c: Likewise.
342         * tests/unicase/test-u32-is-casefolded.c: Likewise.
343         * tests/unicase/test-u32-is-lowercase.c: Likewise.
344         * tests/unicase/test-u32-is-titlecase.c: Likewise.
345         * tests/unicase/test-u32-is-uppercase.c: Likewise.
346         * tests/unicase/test-u32-tolower.c: Likewise.
347         * tests/unicase/test-u32-totitle.c: Likewise.
348         * tests/unicase/test-u32-toupper.c: Likewise.
349         * tests/unicase/test-ulc-casecmp.c: Likewise.
350         * tests/unicase/test-ulc-casecoll.c: Likewise.
351         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
352         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
353         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
354         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
355         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
356         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
357         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
358         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
359         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
360         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
361         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
362         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
363         * tests/unictype/test-bidi_byname.c: Likewise.
364         * tests/unictype/test-bidi_name.c: Likewise.
365         * tests/unictype/test-bidi_of.c: Likewise.
366         * tests/unictype/test-bidi_test.c: Likewise.
367         * tests/unictype/test-block_list.c: Likewise.
368         * tests/unictype/test-block_of.c: Likewise.
369         * tests/unictype/test-block_test.c: Likewise.
370         * tests/unictype/test-categ_and.c: Likewise.
371         * tests/unictype/test-categ_and_not.c: Likewise.
372         * tests/unictype/test-categ_byname.c: Likewise.
373         * tests/unictype/test-categ_name.c: Likewise.
374         * tests/unictype/test-categ_none.c: Likewise.
375         * tests/unictype/test-categ_of.c: Likewise.
376         * tests/unictype/test-categ_or.c: Likewise.
377         * tests/unictype/test-categ_test_withtable.c: Likewise.
378         * tests/unictype/test-combining.c: Likewise.
379         * tests/unictype/test-decdigit.c: Likewise.
380         * tests/unictype/test-digit.c: Likewise.
381         * tests/unictype/test-mirror.c: Likewise.
382         * tests/unictype/test-numeric.c: Likewise.
383         * tests/unictype/test-pr_byname.c: Likewise.
384         * tests/unictype/test-pr_test.c: Likewise.
385         * tests/unictype/test-predicate-part1.h: Likewise.
386         * tests/unictype/test-scripts.c: Likewise.
387         * tests/unictype/test-sy_c_ident.c: Likewise.
388         * tests/unictype/test-sy_java_ident.c: Likewise.
389         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
390         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
391         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
392         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
393         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
394         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
395         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
396         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
397         * tests/uninorm/test-canonical-decomposition.c: Likewise.
398         * tests/uninorm/test-compat-decomposition.c: Likewise.
399         * tests/uninorm/test-composition.c: Likewise.
400         * tests/uninorm/test-decomposing-form.c: Likewise.
401         * tests/uninorm/test-decomposition.c: Likewise.
402         * tests/uninorm/test-u8-nfc.c: Likewise.
403         * tests/uninorm/test-u8-nfd.c: Likewise.
404         * tests/uninorm/test-u8-nfkc.c: Likewise.
405         * tests/uninorm/test-u8-nfkd.c: Likewise.
406         * tests/uninorm/test-u8-normcmp.c: Likewise.
407         * tests/uninorm/test-u8-normcoll.c: Likewise.
408         * tests/uninorm/test-u16-nfc.c: Likewise.
409         * tests/uninorm/test-u16-nfd.c: Likewise.
410         * tests/uninorm/test-u16-nfkc.c: Likewise.
411         * tests/uninorm/test-u16-nfkd.c: Likewise.
412         * tests/uninorm/test-u16-normcmp.c: Likewise.
413         * tests/uninorm/test-u16-normcoll.c: Likewise.
414         * tests/uninorm/test-u32-nfc.c: Likewise.
415         * tests/uninorm/test-u32-nfd.c: Likewise.
416         * tests/uninorm/test-u32-nfkc.c: Likewise.
417         * tests/uninorm/test-u32-nfkd.c: Likewise.
418         * tests/uninorm/test-u32-normalize-big.c: Likewise.
419         * tests/uninorm/test-u32-normcmp.c: Likewise.
420         * tests/uninorm/test-u32-normcoll.c: Likewise.
421         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
422         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
423         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
424         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
425         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
426         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
427         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
428         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
429         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
430         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
431         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
432         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
433         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
434         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
435         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
436         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
437         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
438         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
439         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
440         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
441         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
442         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
443         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
444         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
445         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
446         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
447         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
448         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
449         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
450         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
451         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
452         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
453         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
454         * tests/uniwidth/test-u8-strwidth.c: Likewise.
455         * tests/uniwidth/test-u8-width.c: Likewise.
456         * tests/uniwidth/test-u16-strwidth.c: Likewise.
457         * tests/uniwidth/test-u16-width.c: Likewise.
458         * tests/uniwidth/test-u32-strwidth.c: Likewise.
459         * tests/uniwidth/test-u32-width.c: Likewise.
460         * tests/uniwidth/test-uc_width.c: Likewise.
461         * tests/uniwidth/test-uc_width2.c: Likewise.
462         * modules/acl-tests (Files): Add tests/macros.h.
463         * modules/areadlink-tests (Files): Likewise.
464         * modules/areadlink-with-size-tests (Files): Likewise.
465         * modules/areadlinkat-tests (Files): Likewise.
466         * modules/areadlinkat-with-size-tests (Files): Likewise.
467         * modules/argmatch-tests (Files): Likewise.
468         * modules/argv-iter-tests (Files): Likewise.
469         * modules/array-list-tests (Files): Likewise.
470         * modules/array-mergesort-tests (Files): Likewise.
471         * modules/array-oset-tests (Files): Likewise.
472         * modules/avltree-list-tests (Files): Likewise.
473         * modules/avltree-oset-tests (Files): Likewise.
474         * modules/avltreehash-list-tests (Files): Likewise.
475         * modules/base64-tests (Files): Likewise.
476         * modules/binary-io-tests (Files): Likewise.
477         * modules/bitrotate-tests (Files): Likewise.
478         * modules/btowc-tests (Files): Likewise.
479         * modules/byteswap-tests (Files): Likewise.
480         * modules/c-ctype-tests (Files): Likewise.
481         * modules/c-stack-tests (Files): Likewise.
482         * modules/c-strcase-tests (Files): Likewise.
483         * modules/c-strcasestr-tests (Files): Likewise.
484         * modules/c-strstr-tests (Files): Likewise.
485         * modules/canonicalize-lgpl-tests (Files): Likewise.
486         * modules/canonicalize-tests (Files): Likewise.
487         * modules/carray-list-tests (Files): Likewise.
488         * modules/ceilf-tests (Files): Likewise.
489         * modules/ceill-tests (Files): Likewise.
490         * modules/chown-tests (Files): Likewise.
491         * modules/cloexec-tests (Files): Likewise.
492         * modules/copy-file-tests (Files): Likewise.
493         * modules/count-one-bits-tests (Files): Likewise.
494         * modules/dprintf-posix-tests (Files): Likewise.
495         * modules/dup2-tests (Files): Likewise.
496         * modules/dup3-tests (Files): Likewise.
497         * modules/duplocale-tests (Files): Likewise.
498         * modules/fbufmode-tests (Files): Likewise.
499         * modules/fchdir-tests (Files): Likewise.
500         * modules/fcntl-safer-tests (Files): Likewise.
501         * modules/fcntl-tests (Files): Likewise.
502         * modules/fdopendir-tests (Files): Likewise.
503         * modules/fdutimensat-tests (Files): Likewise.
504         * modules/fflush-tests (Files): Likewise.
505         * modules/filevercmp-tests (Files): Likewise.
506         * modules/flock-tests (Files): Likewise.
507         * modules/floorf-tests (Files): Likewise.
508         * modules/floorl-tests (Files): Likewise.
509         * modules/fnmatch-tests (Files): Likewise.
510         * modules/fopen-safer-tests (Files): Likewise.
511         * modules/fopen-tests (Files): Likewise.
512         * modules/fpending-tests (Files): Likewise.
513         * modules/fprintf-posix-tests (Files): Likewise.
514         * modules/fpurge-tests (Files): Likewise.
515         * modules/freadable-tests (Files): Likewise.
516         * modules/freadahead-tests (Files): Likewise.
517         * modules/freading-tests (Files): Likewise.
518         * modules/freadptr-tests (Files): Likewise.
519         * modules/freadseek-tests (Files): Likewise.
520         * modules/freopen-tests (Files): Likewise.
521         * modules/frexp-nolibm-tests (Files): Likewise.
522         * modules/frexp-tests (Files): Likewise.
523         * modules/frexpl-nolibm-tests (Files): Likewise.
524         * modules/frexpl-tests (Files): Likewise.
525         * modules/fseek-tests (Files): Likewise.
526         * modules/fseeko-tests (Files): Likewise.
527         * modules/fstrcmp-tests (Files): Likewise.
528         * modules/fsync-tests (Files): Likewise.
529         * modules/ftell-tests (Files): Likewise.
530         * modules/ftello-tests (Files): Likewise.
531         * modules/func-tests (Files): Likewise.
532         * modules/futimens-tests (Files): Likewise.
533         * modules/fwritable-tests (Files): Likewise.
534         * modules/fwriting-tests (Files): Likewise.
535         * modules/getcwd-tests (Files): Likewise.
536         * modules/getdate-tests (Files): Likewise.
537         * modules/getdelim-tests (Files): Likewise.
538         * modules/getdtablesize-tests (Files): Likewise.
539         * modules/getgroups-tests (Files): Likewise.
540         * modules/getline-tests (Files): Likewise.
541         * modules/getndelim2-tests (Files): Likewise.
542         * modules/glob-tests (Files): Likewise.
543         * modules/hash-tests (Files): Likewise.
544         * modules/i-ring-tests (Files): Likewise.
545         * modules/iconv-tests (Files): Likewise.
546         * modules/iconv_open-utf-tests (Files): Likewise.
547         * modules/idpriv-drop-tests (Files): Likewise.
548         * modules/idpriv-droptemp-tests (Files): Likewise.
549         * modules/inet_ntop-tests (Files): Likewise.
550         * modules/inet_pton-tests (Files): Likewise.
551         * modules/isblank-tests (Files): Likewise.
552         * modules/isfinite-tests (Files): Likewise.
553         * modules/isinf-tests (Files): Likewise.
554         * modules/isnan-tests (Files): Likewise.
555         * modules/isnand-nolibm-tests (Files): Likewise.
556         * modules/isnand-tests (Files): Likewise.
557         * modules/isnanf-nolibm-tests (Files): Likewise.
558         * modules/isnanf-tests (Files): Likewise.
559         * modules/isnanl-nolibm-tests (Files): Likewise.
560         * modules/isnanl-tests (Files): Likewise.
561         * modules/lchown-tests (Files): Likewise.
562         * modules/ldexpl-tests (Files): Likewise.
563         * modules/link-tests (Files): Likewise.
564         * modules/linkat-tests (Files): Likewise.
565         * modules/linked-list-tests (Files): Likewise.
566         * modules/linkedhash-list-tests (Files): Likewise.
567         * modules/localename-tests (Files): Likewise.
568         * modules/lseek-tests (Files): Likewise.
569         * modules/lstat-tests (Files): Likewise.
570         * modules/mbmemcasecmp-tests (Files): Likewise.
571         * modules/mbmemcasecoll-tests (Files): Likewise.
572         * modules/mbrtowc-tests (Files): Likewise.
573         * modules/mbscasecmp-tests (Files): Likewise.
574         * modules/mbscasestr-tests (Files): Likewise.
575         * modules/mbschr-tests (Files): Likewise.
576         * modules/mbscspn-tests (Files): Likewise.
577         * modules/mbsinit-tests (Files): Likewise.
578         * modules/mbsncasecmp-tests (Files): Likewise.
579         * modules/mbsnrtowcs-tests (Files): Likewise.
580         * modules/mbspbrk-tests (Files): Likewise.
581         * modules/mbspcasecmp-tests (Files): Likewise.
582         * modules/mbsrchr-tests (Files): Likewise.
583         * modules/mbsrtowcs-tests (Files): Likewise.
584         * modules/mbsspn-tests (Files): Likewise.
585         * modules/mbsstr-tests (Files): Likewise.
586         * modules/memchr-tests (Files): Likewise.
587         * modules/memchr2-tests (Files): Likewise.
588         * modules/memcmp-tests (Files): Likewise.
589         * modules/memmem-tests (Files): Likewise.
590         * modules/memrchr-tests (Files): Likewise.
591         * modules/mkdir-tests (Files): Likewise.
592         * modules/mkfifo-tests (Files): Likewise.
593         * modules/mkfifoat-tests (Files): Likewise.
594         * modules/mknod-tests (Files): Likewise.
595         * modules/nanosleep-tests (Files): Likewise.
596         * modules/nl_langinfo-tests (Files): Likewise.
597         * modules/obstack-printf-tests (Files): Likewise.
598         * modules/open-tests (Files): Likewise.
599         * modules/openat-tests (Files): Likewise.
600         * modules/pipe-filter-gi-tests (Files): Likewise.
601         * modules/pipe-filter-ii-tests (Files): Likewise.
602         * modules/pipe2-tests (Files): Likewise.
603         * modules/popen-safer-tests (Files): Likewise.
604         * modules/popen-tests (Files): Likewise.
605         * modules/posixtm-tests (Files): Likewise.
606         * modules/pread-tests (Files): Likewise.
607         * modules/printf-frexp-tests (Files): Likewise.
608         * modules/printf-frexpl-tests (Files): Likewise.
609         * modules/printf-posix-tests (Files): Likewise.
610         * modules/priv-set-tests (Files): Likewise.
611         * modules/quotearg-tests (Files): Likewise.
612         * modules/random_r-tests (Files): Likewise.
613         * modules/rawmemchr-tests (Files): Likewise.
614         * modules/rbtree-list-tests (Files): Likewise.
615         * modules/rbtree-oset-tests (Files): Likewise.
616         * modules/rbtreehash-list-tests (Files): Likewise.
617         * modules/readlink-tests (Files): Likewise.
618         * modules/remove-tests (Files): Likewise.
619         * modules/rename-tests (Files): Likewise.
620         * modules/renameat-tests (Files): Likewise.
621         * modules/rmdir-tests (Files): Likewise.
622         * modules/round-tests (Files): Likewise.
623         * modules/roundf-tests (Files): Likewise.
624         * modules/roundl-tests (Files): Likewise.
625         * modules/safe-alloc-tests (Files): Likewise.
626         * modules/setenv-tests (Files): Likewise.
627         * modules/sigaction-tests (Files): Likewise.
628         * modules/signbit-tests (Files): Likewise.
629         * modules/sleep-tests (Files): Likewise.
630         * modules/snprintf-posix-tests (Files): Likewise.
631         * modules/snprintf-tests (Files): Likewise.
632         * modules/sprintf-posix-tests (Files): Likewise.
633         * modules/stat-tests (Files): Likewise.
634         * modules/stat-time-tests (Files): Likewise.
635         * modules/strcasestr-tests (Files): Likewise.
636         * modules/strchrnul-tests (Files): Likewise.
637         * modules/strerror-tests (Files): Likewise.
638         * modules/striconv-tests (Files): Likewise.
639         * modules/striconveh-tests (Files): Likewise.
640         * modules/striconveha-tests (Files): Likewise.
641         * modules/strsignal-tests (Files): Likewise.
642         * modules/strstr-tests (Files): Likewise.
643         * modules/strtod-tests (Files): Likewise.
644         * modules/strverscmp-tests (Files): Likewise.
645         * modules/symlink-tests (Files): Likewise.
646         * modules/symlinkat-tests (Files): Likewise.
647         * modules/trunc-tests (Files): Likewise.
648         * modules/truncf-tests (Files): Likewise.
649         * modules/truncl-tests (Files): Likewise.
650         * modules/uname-tests (Files): Likewise.
651         * modules/unicase/cased-tests (Files): Likewise.
652         * modules/unicase/ignorable-tests (Files): Likewise.
653         * modules/unicase/locale-language-tests (Files): Likewise.
654         * modules/unicase/tolower-tests (Files): Likewise.
655         * modules/unicase/totitle-tests (Files): Likewise.
656         * modules/unicase/toupper-tests (Files): Likewise.
657         * modules/unicase/u8-casecmp-tests (Files): Likewise.
658         * modules/unicase/u8-casecoll-tests (Files): Likewise.
659         * modules/unicase/u8-casefold-tests (Files): Likewise.
660         * modules/unicase/u8-is-cased-tests (Files): Likewise.
661         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
662         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
663         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
664         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
665         * modules/unicase/u8-tolower-tests (Files): Likewise.
666         * modules/unicase/u8-totitle-tests (Files): Likewise.
667         * modules/unicase/u8-toupper-tests (Files): Likewise.
668         * modules/unicase/u16-casecmp-tests (Files): Likewise.
669         * modules/unicase/u16-casecoll-tests (Files): Likewise.
670         * modules/unicase/u16-casefold-tests (Files): Likewise.
671         * modules/unicase/u16-is-cased-tests (Files): Likewise.
672         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
673         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
674         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
675         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
676         * modules/unicase/u16-tolower-tests (Files): Likewise.
677         * modules/unicase/u16-totitle-tests (Files): Likewise.
678         * modules/unicase/u16-toupper-tests (Files): Likewise.
679         * modules/unicase/u32-casecmp-tests (Files): Likewise.
680         * modules/unicase/u32-casecoll-tests (Files): Likewise.
681         * modules/unicase/u32-casefold-tests (Files): Likewise.
682         * modules/unicase/u32-is-cased-tests (Files): Likewise.
683         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
684         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
685         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
686         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
687         * modules/unicase/u32-tolower-tests (Files): Likewise.
688         * modules/unicase/u32-totitle-tests (Files): Likewise.
689         * modules/unicase/u32-toupper-tests (Files): Likewise.
690         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
691         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
692         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
693         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
694         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
695         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
696         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
697         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
698         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
699         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
700         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
701         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
702         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
703         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
704         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
705         * modules/unictype/bidicategory-name-tests (Files): Likewise.
706         * modules/unictype/bidicategory-of-tests (Files): Likewise.
707         * modules/unictype/bidicategory-test-tests (Files): Likewise.
708         * modules/unictype/block-list-tests (Files): Likewise.
709         * modules/unictype/block-of-tests (Files): Likewise.
710         * modules/unictype/block-test-tests (Files): Likewise.
711         * modules/unictype/category-C-tests (Files): Likewise.
712         * modules/unictype/category-Cc-tests (Files): Likewise.
713         * modules/unictype/category-Cf-tests (Files): Likewise.
714         * modules/unictype/category-Cn-tests (Files): Likewise.
715         * modules/unictype/category-Co-tests (Files): Likewise.
716         * modules/unictype/category-Cs-tests (Files): Likewise.
717         * modules/unictype/category-L-tests (Files): Likewise.
718         * modules/unictype/category-Ll-tests (Files): Likewise.
719         * modules/unictype/category-Lm-tests (Files): Likewise.
720         * modules/unictype/category-Lo-tests (Files): Likewise.
721         * modules/unictype/category-Lt-tests (Files): Likewise.
722         * modules/unictype/category-Lu-tests (Files): Likewise.
723         * modules/unictype/category-M-tests (Files): Likewise.
724         * modules/unictype/category-Mc-tests (Files): Likewise.
725         * modules/unictype/category-Me-tests (Files): Likewise.
726         * modules/unictype/category-Mn-tests (Files): Likewise.
727         * modules/unictype/category-N-tests (Files): Likewise.
728         * modules/unictype/category-Nd-tests (Files): Likewise.
729         * modules/unictype/category-Nl-tests (Files): Likewise.
730         * modules/unictype/category-No-tests (Files): Likewise.
731         * modules/unictype/category-P-tests (Files): Likewise.
732         * modules/unictype/category-Pc-tests (Files): Likewise.
733         * modules/unictype/category-Pd-tests (Files): Likewise.
734         * modules/unictype/category-Pe-tests (Files): Likewise.
735         * modules/unictype/category-Pf-tests (Files): Likewise.
736         * modules/unictype/category-Pi-tests (Files): Likewise.
737         * modules/unictype/category-Po-tests (Files): Likewise.
738         * modules/unictype/category-Ps-tests (Files): Likewise.
739         * modules/unictype/category-S-tests (Files): Likewise.
740         * modules/unictype/category-Sc-tests (Files): Likewise.
741         * modules/unictype/category-Sk-tests (Files): Likewise.
742         * modules/unictype/category-Sm-tests (Files): Likewise.
743         * modules/unictype/category-So-tests (Files): Likewise.
744         * modules/unictype/category-Z-tests (Files): Likewise.
745         * modules/unictype/category-Zl-tests (Files): Likewise.
746         * modules/unictype/category-Zp-tests (Files): Likewise.
747         * modules/unictype/category-Zs-tests (Files): Likewise.
748         * modules/unictype/category-and-not-tests (Files): Likewise.
749         * modules/unictype/category-and-tests (Files): Likewise.
750         * modules/unictype/category-byname-tests (Files): Likewise.
751         * modules/unictype/category-name-tests (Files): Likewise.
752         * modules/unictype/category-none-tests (Files): Likewise.
753         * modules/unictype/category-of-tests (Files): Likewise.
754         * modules/unictype/category-or-tests (Files): Likewise.
755         * modules/unictype/category-test-withtable-tests (Files): Likewise.
756         * modules/unictype/combining-class-tests (Files): Likewise.
757         * modules/unictype/ctype-alnum-tests (Files): Likewise.
758         * modules/unictype/ctype-alpha-tests (Files): Likewise.
759         * modules/unictype/ctype-blank-tests (Files): Likewise.
760         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
761         * modules/unictype/ctype-digit-tests (Files): Likewise.
762         * modules/unictype/ctype-graph-tests (Files): Likewise.
763         * modules/unictype/ctype-lower-tests (Files): Likewise.
764         * modules/unictype/ctype-print-tests (Files): Likewise.
765         * modules/unictype/ctype-punct-tests (Files): Likewise.
766         * modules/unictype/ctype-space-tests (Files): Likewise.
767         * modules/unictype/ctype-upper-tests (Files): Likewise.
768         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
769         * modules/unictype/decimal-digit-tests (Files): Likewise.
770         * modules/unictype/digit-tests (Files): Likewise.
771         * modules/unictype/mirror-tests (Files): Likewise.
772         * modules/unictype/numeric-tests (Files): Likewise.
773         * modules/unictype/property-alphabetic-tests (Files): Likewise.
774         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
775         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
776         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
777         Likewise.
778         * modules/unictype/property-bidi-block-separator-tests (Files):
779         Likewise.
780         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
781         Likewise.
782         * modules/unictype/property-bidi-common-separator-tests (Files):
783         Likewise.
784         * modules/unictype/property-bidi-control-tests (Files): Likewise.
785         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
786         Likewise.
787         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
788         Likewise.
789         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
790         Likewise.
791         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
792         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
793         Likewise.
794         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
795         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
796         Likewise.
797         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
798         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
799         * modules/unictype/property-bidi-segment-separator-tests (Files):
800         Likewise.
801         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
802         * modules/unictype/property-byname-tests (Files): Likewise.
803         * modules/unictype/property-combining-tests (Files): Likewise.
804         * modules/unictype/property-composite-tests (Files): Likewise.
805         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
806         * modules/unictype/property-dash-tests (Files): Likewise.
807         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
808         * modules/unictype/property-default-ignorable-code-point-tests (Files):
809         Likewise.
810         * modules/unictype/property-deprecated-tests (Files): Likewise.
811         * modules/unictype/property-diacritic-tests (Files): Likewise.
812         * modules/unictype/property-extender-tests (Files): Likewise.
813         * modules/unictype/property-format-control-tests (Files): Likewise.
814         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
815         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
816         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
817         * modules/unictype/property-hex-digit-tests (Files): Likewise.
818         * modules/unictype/property-hyphen-tests (Files): Likewise.
819         * modules/unictype/property-id-continue-tests (Files): Likewise.
820         * modules/unictype/property-id-start-tests (Files): Likewise.
821         * modules/unictype/property-ideographic-tests (Files): Likewise.
822         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
823         * modules/unictype/property-ids-trinary-operator-tests (Files):
824         Likewise.
825         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
826         * modules/unictype/property-iso-control-tests (Files): Likewise.
827         * modules/unictype/property-join-control-tests (Files): Likewise.
828         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
829         * modules/unictype/property-line-separator-tests (Files): Likewise.
830         * modules/unictype/property-logical-order-exception-tests (Files):
831         Likewise.
832         * modules/unictype/property-lowercase-tests (Files): Likewise.
833         * modules/unictype/property-math-tests (Files): Likewise.
834         * modules/unictype/property-non-break-tests (Files): Likewise.
835         * modules/unictype/property-not-a-character-tests (Files): Likewise.
836         * modules/unictype/property-numeric-tests (Files): Likewise.
837         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
838         * modules/unictype/property-other-default-ignorable-code-point-tests
839         (Files): Likewise.
840         * modules/unictype/property-other-grapheme-extend-tests (Files):
841         Likewise.
842         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
843         * modules/unictype/property-other-id-start-tests (Files): Likewise.
844         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
845         * modules/unictype/property-other-math-tests (Files): Likewise.
846         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
847         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
848         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
849         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
850         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
851         * modules/unictype/property-private-use-tests (Files): Likewise.
852         * modules/unictype/property-punctuation-tests (Files): Likewise.
853         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
854         * modules/unictype/property-radical-tests (Files): Likewise.
855         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
856         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
857         * modules/unictype/property-space-tests (Files): Likewise.
858         * modules/unictype/property-terminal-punctuation-tests (Files):
859         Likewise.
860         * modules/unictype/property-test-tests (Files): Likewise.
861         * modules/unictype/property-titlecase-tests (Files): Likewise.
862         * modules/unictype/property-unassigned-code-value-tests (Files):
863         Likewise.
864         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
865         * modules/unictype/property-uppercase-tests (Files): Likewise.
866         * modules/unictype/property-variation-selector-tests (Files): Likewise.
867         * modules/unictype/property-white-space-tests (Files): Likewise.
868         * modules/unictype/property-xid-continue-tests (Files): Likewise.
869         * modules/unictype/property-xid-start-tests (Files): Likewise.
870         * modules/unictype/property-zero-width-tests (Files): Likewise.
871         * modules/unictype/scripts-tests (Files): Likewise.
872         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
873         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
874         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
875         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
876         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
877         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
878         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
879         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
880         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
881         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
882         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
883         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
884         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
885         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
886         * modules/uninorm/composition-tests (Files): Likewise.
887         * modules/uninorm/decomposing-form-tests (Files): Likewise.
888         * modules/uninorm/decomposition-tests (Files): Likewise.
889         * modules/uninorm/filter-tests (Files): Likewise.
890         * modules/uninorm/nfc-tests (Files): Likewise.
891         * modules/uninorm/nfd-tests (Files): Likewise.
892         * modules/uninorm/nfkc-tests (Files): Likewise.
893         * modules/uninorm/nfkd-tests (Files): Likewise.
894         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
895         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
896         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
897         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
898         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
899         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
900         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
901         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
902         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
903         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
904         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
905         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
906         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
907         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
908         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
909         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
910         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
911         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
912         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
913         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
914         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
915         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
916         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
917         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
918         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
919         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
920         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
921         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
922         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
923         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
924         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
925         * modules/uniwidth/u8-width-tests (Files): Likewise.
926         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
927         * modules/uniwidth/u16-width-tests (Files): Likewise.
928         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
929         * modules/uniwidth/u32-width-tests (Files): Likewise.
930         * modules/uniwidth/width-tests (Files): Likewise.
931         * modules/unlink-tests (Files): Likewise.
932         * modules/unsetenv-tests (Files): Likewise.
933         * modules/usleep-tests (Files): Likewise.
934         * modules/utimens-tests (Files): Likewise.
935         * modules/utimensat-tests (Files): Likewise.
936         * modules/vasnprintf-posix-tests (Files): Likewise.
937         * modules/vasnprintf-tests (Files): Likewise.
938         * modules/vasprintf-posix-tests (Files): Likewise.
939         * modules/vasprintf-tests (Files): Likewise.
940         * modules/vdprintf-posix-tests (Files): Likewise.
941         * modules/vfprintf-posix-tests (Files): Likewise.
942         * modules/vprintf-posix-tests (Files): Likewise.
943         * modules/vsnprintf-posix-tests (Files): Likewise.
944         * modules/vsnprintf-tests (Files): Likewise.
945         * modules/vsprintf-posix-tests (Files): Likewise.
946         * modules/wcrtomb-tests (Files): Likewise.
947         * modules/wcsnrtombs-tests (Files): Likewise.
948         * modules/wcsrtombs-tests (Files): Likewise.
949         * modules/wctype-tests (Files): Likewise.
950         * modules/wcwidth-tests (Files): Likewise.
951         * modules/xmemdup0-tests (Files): Likewise.
952         * modules/xprintf-posix-tests (Files): Likewise.
953         * modules/xvasprintf-tests (Files): Likewise.
954
955 2009-12-24  Eric Blake  <ebb9@byu.net>
956
957         test-nanosleep: fix typo
958         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
959         patch.
960         Reported by Bruno Haible.
961
962 2009-12-24  Bruno Haible  <bruno@clisp.org>
963
964         Reduce namespace pollution on glibc systems.
965         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
966         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
967         systems.
968         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
969         <getopt.h> on glibc systems.
970         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
971         systems.
972         * lib/fcntl.c: Include <unistd.h> here instead.
973
974 2009-12-24  Bruno Haible  <bruno@clisp.org>
975
976         * lib/stdlib.in.h (includes): Fix typo in today's commit.
977
978 2009-12-24  Eric Blake  <ebb9@byu.net>
979
980         tests: add signature checks
981         * tests/signature.h (SIGNATURE_CHECK): New file.
982         * modules/atexit-tests (Files): Use it.
983         * modules/btowc-tests (Files): Likewise.
984         * modules/canonicalize-lgpl-tests (Files): Likewise.
985         * modules/ceilf-tests (Files): Likewise.
986         * modules/ceill-tests (Files): Likewise.
987         * modules/chown-tests (Files): Likewise.
988         * modules/dprintf-posix-tests (Files): Likewise.
989         * modules/dup2-tests (Files): Likewise.
990         * modules/dup3-tests (Files): Likewise.
991         * modules/duplocale-tests (Files): Likewise.
992         * modules/fchdir-tests (Files): Likewise.
993         * modules/fcntl-tests (Files): Likewise.
994         * modules/fdopendir-tests (Files): Likewise.
995         * modules/fflush-tests (Files): Likewise.
996         * modules/flock-tests (Files): Likewise.
997         * modules/floorf-tests (Files): Likewise.
998         * modules/floorl-tests (Files): Likewise.
999         * modules/fnmatch-tests (Files): Likewise.
1000         * modules/fopen-tests (Files): Likewise.
1001         * modules/fprintf-posix-tests (Files): Likewise.
1002         * modules/freopen-tests (Files): Likewise.
1003         * modules/frexp-nolibm-tests (Files): Likewise.
1004         * modules/frexp-tests (Files): Likewise.
1005         * modules/frexpl-nolibm-tests (Files): Likewise.
1006         * modules/frexpl-tests (Files): Likewise.
1007         * modules/fseek-tests (Files): Likewise.
1008         * modules/fseeko-tests (Files): Likewise.
1009         * modules/fsync-tests (Files): Likewise.
1010         * modules/ftell-tests (Files): Likewise.
1011         * modules/ftello-tests (Files): Likewise.
1012         * modules/futimens-tests (Files): Likewise.
1013         * modules/getaddrinfo-tests (Files): Likewise.
1014         * modules/getcwd-tests (Files): Likewise.
1015         * modules/getdelim-tests (Files): Likewise.
1016         * modules/getdtablesize-tests (Files): Likewise.
1017         * modules/getgroups-tests (Files): Likewise.
1018         * modules/gethostname-tests (Files): Likewise.
1019         * modules/getline-tests (Files): Likewise.
1020         * modules/getopt-posix-tests (Files): Likewise.
1021         * modules/gettimeofday-tests (Files): Likewise.
1022         * modules/glob-tests (Files): Likewise.
1023         * modules/iconv-tests (Files): Likewise.
1024         * modules/inet_ntop-tests (Files): Likewise.
1025         * modules/inet_pton-tests (Files): Likewise.
1026         * modules/isblank-tests (Files): Likewise.
1027         * modules/lchown-tests (Files): Likewise.
1028         * modules/ldexpl-tests (Files): Likewise.
1029         * modules/link-tests (Files): Likewise.
1030         * modules/linkat-tests (Files): Likewise.
1031         * modules/lseek-tests (Files): Likewise.
1032         * modules/lstat-tests (Files): Likewise.
1033         * modules/mbrtowc-tests (Files): Likewise.
1034         * modules/mbsinit-tests (Files): Likewise.
1035         * modules/mbsnrtowcs-tests (Files): Likewise.
1036         * modules/mbsrtowcs-tests (Files): Likewise.
1037         * modules/memchr-tests (Files): Likewise.
1038         * modules/memcmp-tests (Files): Likewise.
1039         * modules/memmem-tests (Files): Likewise.
1040         * modules/memrchr-tests (Files): Likewise.
1041         * modules/mkdir-tests (Files): Likewise.
1042         * modules/mkfifo-tests (Files): Likewise.
1043         * modules/mkfifoat-tests (Files): Likewise.
1044         * modules/mknod-tests (Files): Likewise.
1045         * modules/nanosleep-tests (Files): Likewise.
1046         * modules/nl_langinfo-tests (Files): Likewise.
1047         * modules/obstack-printf-tests (Files): Likewise.
1048         * modules/open-tests (Files): Likewise.
1049         * modules/openat-tests (Files): Likewise.
1050         * modules/perror-tests (Files): Likewise.
1051         * modules/pipe2-tests (Files): Likewise.
1052         * modules/poll-tests (Files): Likewise.
1053         * modules/popen-tests (Files): Likewise.
1054         * modules/posix_spawn-tests (Files): Likewise.
1055         * modules/posix_spawnp-tests (Files): Likewise.
1056         * modules/pread-tests (Files): Likewise.
1057         * modules/printf-posix-tests (Files): Likewise.
1058         * modules/pty-tests (Files): Likewise.
1059         * modules/random_r-tests (Files): Likewise.
1060         * modules/rawmemchr-tests (Files): Likewise.
1061         * modules/readlink-tests (Files): Likewise.
1062         * modules/remove-tests (Files): Likewise.
1063         * modules/rename-tests (Files): Likewise.
1064         * modules/renameat-tests (Files): Likewise.
1065         * modules/rmdir-tests (Files): Likewise.
1066         * modules/round-tests (Files): Likewise.
1067         * modules/roundf-tests (Files): Likewise.
1068         * modules/roundl-tests (Files): Likewise.
1069         * modules/select-tests (Files): Likewise.
1070         * modules/setenv-tests (Files): Likewise.
1071         * modules/sigaction-tests (Files): Likewise.
1072         * modules/sleep-tests (Files): Likewise.
1073         * modules/snprintf-posix-tests (Files): Likewise.
1074         * modules/snprintf-tests (Files): Likewise.
1075         * modules/sprintf-posix-tests (Files): Likewise.
1076         * modules/stat-tests (Files): Likewise.
1077         * modules/strcasestr-tests (Files): Likewise.
1078         * modules/strchrnul-tests (Files): Likewise.
1079         * modules/strerror-tests (Files): Likewise.
1080         * modules/strsignal-tests (Files): Likewise.
1081         * modules/strstr-tests (Files): Likewise.
1082         * modules/strtod-tests (Files): Likewise.
1083         * modules/strverscmp-tests (Files): Likewise.
1084         * modules/symlink-tests (Files): Likewise.
1085         * modules/symlinkat-tests (Files): Likewise.
1086         * modules/times-tests (Files): Likewise.
1087         * modules/trunc-tests (Files): Likewise.
1088         * modules/truncf-tests (Files): Likewise.
1089         * modules/truncl-tests (Files): Likewise.
1090         * modules/tsearch-tests (Files): Likewise.
1091         * modules/uname-tests (Files): Likewise.
1092         * modules/unlink-tests (Files): Likewise.
1093         * modules/unsetenv-tests (Files): Likewise.
1094         * modules/usleep-tests (Files): Likewise.
1095         * modules/utimensat-tests (Files): Likewise.
1096         * modules/vasprintf-tests (Files): Likewise.
1097         * modules/vdprintf-posix-tests (Files): Likewise.
1098         * modules/vfprintf-posix-tests (Files): Likewise.
1099         * modules/vprintf-posix-tests (Files): Likewise.
1100         * modules/vsnprintf-posix-tests (Files): Likewise.
1101         * modules/vsnprintf-tests (Files): Likewise.
1102         * modules/vsprintf-posix-tests (Files): Likewise.
1103         * modules/wcrtomb-tests (Files): Likewise.
1104         * modules/wcsnrtombs-tests (Files): Likewise.
1105         * modules/wcsrtombs-tests (Files): Likewise.
1106         * modules/wcwidth-tests (Files): Likewise.
1107         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
1108         * tests/test-isinf.c (isinf): Likewise.
1109         * tests/test-isnan.c (isnan): Likewise.
1110         * tests/test-signbit.c (signbit): Likewise.
1111         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
1112         declaration, either as macro or with correct signature.
1113         (select): Ensure function under test is declared with correct
1114         signature in correct header.
1115         * tests/test-atexit.c (atexit): Likewise.
1116         * tests/test-btowc.c (btowc): Likewise.
1117         * tests/test-canonicalize-lgpl.c (realpath)
1118         (canonicalize_file_name): Likewise.
1119         * tests/test-ceilf1.c (ceilf): Likewise.
1120         * tests/test-ceill.c (ceill): Likewise.
1121         * tests/test-chown.c (chown): Likewise.
1122         * tests/test-dprintf-posix.c (dprintf): Likewise.
1123         * tests/test-dup2.c (dup2): Likewise.
1124         * tests/test-dup3.c (dup3): Likewise.
1125         * tests/test-duplocale.c (duplocale): Likewise.
1126         * tests/test-fchdir.c (fchdir): Likewise.
1127         * tests/test-fchownat.c (fchownat): Likewise.
1128         * tests/test-fcntl.c (fcntl): Likewise.
1129         * tests/test-fdopendir.c (fdopendir): Likewise.
1130         * tests/test-fflush.c (fflush): Likewise.
1131         * tests/test-flock.c (flock): Likewise.
1132         * tests/test-floorf1.c (floorf): Likewise.
1133         * tests/test-floorl.c (floorl): Likewise.
1134         * tests/test-fnmatch.c (fnmatch): Likewise.
1135         * tests/test-fopen.c (fopen): Likewise.
1136         * tests/test-fprintf-posix.c (fprintf): Likewise.
1137         * tests/test-freopen.c (freopen): Likewise.
1138         * tests/test-frexp.c (frexp): Likewise.
1139         * tests/test-frexpl.c (frexpl): Likewise.
1140         * tests/test-fseek.c (fseek): Likewise.
1141         * tests/test-fseeko.c (fseeko): Likewise.
1142         * tests/test-fstatat.c (fstatat): Likewise.
1143         * tests/test-fsync.c (fsync): Likewise.
1144         * tests/test-ftell.c (ftell): Likewise.
1145         * tests/test-ftello.c (ftello): Likewise.
1146         * tests/test-futimens.c (futimens): Likewise.
1147         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
1148         (gai_strerror): Likewise.
1149         * tests/test-getcwd.c (getcwd): Likewise.
1150         * tests/test-getdelim.c (getdelim): Likewise.
1151         * tests/test-getdtablesize.c (getdtablesize): Likewise.
1152         * tests/test-getgroups.c (getgroups): Likewise.
1153         * tests/test-gethostname.c (gethostname): Likewise.
1154         * tests/test-getline.c (getline): Likewise.
1155         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
1156         Likewise.
1157         * tests/test-gettimeofday.c (gettimeofday): Likewise.
1158         * tests/test-glob.c (glob, globfree): Likewise.
1159         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
1160         * tests/test-inet_ntop.c (inet_ntop): Likewise.
1161         * tests/test-inet_pton.c (inet_pton): Likewise.
1162         * tests/test-isblank.c (isblank): Likewise.
1163         * tests/test-lchown.c (lchown): Likewise.
1164         * tests/test-ldexpl.c (ldexpl): Likewise.
1165         * tests/test-link.c (link): Likewise.
1166         * tests/test-linkat.c (linkat): Likewise.
1167         * tests/test-lseek.c (lseek): Likewise.
1168         * tests/test-lstat.c (lstat): Likewise.
1169         * tests/test-mbrtowc.c (mbrtowc): Likewise.
1170         * tests/test-mbsinit.c (mbsinit): Likewise.
1171         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
1172         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
1173         * tests/test-memchr.c (memchr): Likewise.
1174         * tests/test-memcmp.c (memcmp): Likewise.
1175         * tests/test-memmem.c (memmem): Likewise.
1176         * tests/test-memrchr.c (memrchr): Likewise.
1177         * tests/test-mkdir.c (mkdir): Likewise.
1178         * tests/test-mkdirat.c (mkdirat): Likewise.
1179         * tests/test-mkfifo.c (mkfifo): Likewise.
1180         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
1181         * tests/test-mknod.c (mknod): Likewise.
1182         * tests/test-nanosleep.c (nanosleep): Likewise.
1183         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
1184         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
1185         Likewise.
1186         * tests/test-open.c (open): Likewise.
1187         * tests/test-openat.c (openat): Likewise.
1188         * tests/test-perror.c (perror): Likewise.
1189         * tests/test-pipe2.c (pipe2): Likewise.
1190         * tests/test-poll.c (poll): Likewise.
1191         * tests/test-popen.c (popen, pclose): Likewise.
1192         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
1193         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
1194         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
1195         (posix_spawn_file_actions_destroy)
1196         (posix_spawn_file_actions_addclose)
1197         (posix_spawn_file_actions_addopen)
1198         (posix_spawn_file_actions_adddup2): Likewise.
1199         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
1200         * tests/test-pread.c (pread): Likewise.
1201         * tests/test-printf-posix.c (printf): Likewise.
1202         * tests/test-pty.c (openpty, forkpty): Likewise.
1203         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
1204         (random_r): Likewise.
1205         * tests/test-rawmemchr.c (rawmemchr): Likewise.
1206         * tests/test-readlink.c (readlink): Likewise.
1207         * tests/test-remove.c (remove): Likewise.
1208         * tests/test-rename.c (rename): Likewise.
1209         * tests/test-renameat.c (renameat): Likewise.
1210         * tests/test-rmdir.c (rmdir): Likewise.
1211         * tests/test-round1.c (round): Likewise.
1212         * tests/test-roundf1.c (roundf): Likewise.
1213         * tests/test-roundl.c (roundl): Likewise.
1214         * tests/test-setenv.c (setenv): Likewise.
1215         * tests/test-sigaction.c (sigaction): Likewise.
1216         * tests/test-sleep.c (sleep): Likewise.
1217         * tests/test-snprintf.c (snprintf): Likewise.
1218         * tests/test-sprintf-posix.c (sprintf): Likewise.
1219         * tests/test-stat.c (stat): Likewise.
1220         * tests/test-stpncpy.c (stpncpy): Likewise.
1221         * tests/test-strcasestr.c (strcasestr): Likewise.
1222         * tests/test-strchrnul.c (strchrnul): Likewise.
1223         * tests/test-strerror.c (strerror): Likewise.
1224         * tests/test-strsignal.c (strsignal): Likewise.
1225         * tests/test-strstr.c (strstr): Likewise.
1226         * tests/test-strtod.c (strtod): Likewise.
1227         * tests/test-strverscmp.c (strverscmp): Likewise.
1228         * tests/test-symlink.c (symlink): Likewise.
1229         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
1230         * tests/test-times.c (times): Likewise.
1231         * tests/test-trunc1.c (trunc): Likewise.
1232         * tests/test-truncf1.c (truncf): Likewise.
1233         * tests/test-truncl.c (truncl): Likewise.
1234         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
1235         Likewise.
1236         * tests/test-uname.c (uname): Likewise.
1237         * tests/test-unlink.c (unlink): Likewise.
1238         * tests/test-unlinkat.c (unlinkat): Likewise.
1239         * tests/test-unsetenv.c (unsetenv): Likewise.
1240         * tests/test-usleep.c (usleep): Likewise.
1241         * tests/test-utimensat.c (utimensat): Likewise.
1242         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
1243         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
1244         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
1245         * tests/test-vprintf-posix.c (vprintf): Likewise.
1246         * tests/test-vsnprintf.c (vsnprintf): Likewise.
1247         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
1248         * tests/test-wcrtomb.c (wcrtomb): Likewise.
1249         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
1250         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
1251         * tests/test-wcwidth.c (wcwidth): Likewise.
1252
1253         build: pull in conditional headers during GNULIB_POSIXCHECK
1254         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
1255         definitions from any conditionally-included headers.
1256         * lib/stdlib.in.h (includes): Likewise.
1257         * lib/unistd.in.h (includes): Likewise.
1258
1259 2009-12-24  Bruno Haible  <bruno@clisp.org>
1260
1261         * tests/test-argv-iter.c: Include header file being tested immediately
1262         after config.h.
1263         * tests/test-base64.c: Likewise.
1264         * tests/test-flock.c: Likewise.
1265         * tests/test-fsync.c: Likewise.
1266         * tests/test-getdate.c: Likewise.
1267         * tests/test-getndelim2.c: Likewise.
1268         * tests/test-isfinite.c: Likewise.
1269         * tests/test-isinf.c: Likewise.
1270         * tests/test-strerror.c: Likewise.
1271         * tests/test-strsignal.c: Likewise.
1272
1273 2009-12-23  Eric Blake  <ebb9@byu.net>
1274
1275         unistd: work around cygwin bug
1276         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
1277         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
1278         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
1279
1280 2009-12-23  Bruno Haible  <bruno@clisp.org>
1281
1282         localename: More tests.
1283         * tests/test-localename.c (SIZEOF): New macro.
1284         (categories): New variable.
1285         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
1286         test_locale_name_default): Add test w.r.t. thread locale.
1287         (test_locale_name_thread): New function.
1288         (main): Invoke it.
1289
1290         localename: Make aware of thread locale.
1291         * lib/localename.h (gl_locale_name_thread): New declaration.
1292         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
1293         behaviour with respect to thread locale.
1294         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
1295         <langinfo.h>, glthread/lock.h.
1296         (SIZE_BITS): New macro.
1297         (string_hash): New function.
1298         (struct hash_node): New type.
1299         (HASH_TABLE_SIZE): New macro.
1300         (struniq_hash_table, struniq_lock): New variables.
1301         (struniq): New function.
1302         (gl_locale_name_thread): New function.
1303         (gl_locale_name): Invoke it.
1304         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
1305         * modules/localename (Depends-on): Add lock.
1306         Reported by Mike Gran <spk121@yahoo.com>.
1307
1308 2009-12-23  Eric Blake  <ebb9@byu.net>
1309
1310         va-args: new module
1311         * modules/va-args: New file.
1312         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
1313         * MODULES.html.sh (Core language properties): Mention it.
1314
1315         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
1316         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
1317         named alias for __attribute__((__unused__)).
1318         * lib/chown.c: Update client.
1319         * lib/fchmodat.c: Likewise.
1320         * lib/fts.c: Likewise.
1321         * lib/getdate.y: Likewise.
1322         * lib/getgroups.c: Likewise.
1323         * lib/getopt.c: Likewise.
1324         * lib/getugroups.c: Likewise.
1325         * lib/mkdir.c: Likewise.
1326         * lib/mkfifo.c: Likewise.
1327         * lib/mkfifoat.c: Likewise.
1328         * lib/mknod.c: Likewise.
1329         * lib/mknodat.c: Likewise.
1330         * lib/readlink.c: Likewise.
1331         * lib/se-context.in.h: Likewise.
1332         * lib/se-selinux.in.h: Likewise.
1333         * lib/sockets.c: Likewise.
1334         * lib/symlink.c: Likewise.
1335         * lib/symlinkat.c: Likewise.
1336         * lib/unicodeio.c: Likewise.
1337         * lib/unistr.h: Likewise.
1338         * tests/test-areadlink.c: Likewise.
1339         * tests/test-areadlinkat.c: Likewise.
1340         * tests/test-filenamecat.c: Likewise.
1341         * tests/test-fseeko.c: Likewise.
1342         * tests/test-ftello.c: Likewise.
1343         * tests/test-getdate.c: Likewise.
1344         * tests/test-getgroups.c: Likewise.
1345         * tests/test-gethostname.c: Likewise.
1346         * tests/test-quotearg.c: Likewise.
1347         * tests/test-version-etc.c: Likewise.
1348         * tests/test-xalloc-die.c: Likewise.
1349         * tests/test-xfprintf-posix.c: Likewise.
1350         * tests/test-xprintf-posix.c: Likewise.
1351         * tests/test-xvasprintf.c: Likewise.
1352
1353         tests: avoid compiler warnings
1354         * tests/test-fcntl.c (main): Delete unused parameters.
1355         * tests/test-freopen-safer.c (main): Likewise.
1356         * tests/test-xalloc-die.c (main): Mark unused parameters.
1357         * tests/test-fseeko.c (main): Likewise.
1358         * tests/test-ftello.c (main): Likewise.
1359         * tests/test-nanosleep.c (main): Avoid declaration warning.
1360         * tests/test-sleep.c (main): Likewise.
1361         * tests/test-unsetenv.c (main): Silence warning about string
1362         literal.
1363         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
1364
1365 2009-12-23  Bruno Haible  <bruno@clisp.org>
1366
1367         * tests/test-localename.c (test_locale_name): New function, extracted
1368         from main. Also test mixed situations.
1369         (test_locale_name_posix, test_locale_name_environ,
1370         test_locale_name_default): New functions.
1371         (main): Invoke them all.
1372         * modules/localename-tests (configure.ac): Test for newlocale.
1373
1374 2009-12-23  Bruno Haible  <bruno@clisp.org>
1375
1376         unistd: Ensure getcwd gets declared before being overridden.
1377         * lib/unistd.in.h: Conditionally include <io.h>.
1378
1379 2009-12-22  Bruno Haible  <bruno@clisp.org>
1380
1381         wchar: Diagnose broken combination of glibc and gcc versions and flags.
1382         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
1383         (gl_WCHAR_H): Invoke it.
1384         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
1385         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
1386         Reported by Karl Berry <karl@freefriends.org>.
1387
1388 2009-12-22  Eric Blake  <ebb9@byu.net>
1389
1390         math, unistd: avoid redundant includes
1391         * lib/math.in.h (isnan): No need to re-include <math.h>.
1392         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
1393
1394         getsubopt: work around cygwin bug
1395         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
1396         avoid conflicting with system getsubopt.
1397         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
1398         bug.
1399
1400         getopt: synchronize from glibc
1401         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
1402         parameter order.  Adjust all callers.
1403         (_getopt_internal_r, main): Adjust quoting in error messages.
1404         Drop considerations for outdated POSIX 1003.2 error message.
1405         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
1406         callers.
1407         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
1408
1409         test-getopt: test stderr behavior
1410         * modules/getopt-posix-tests (Depends-on): Add dup2.
1411         * tests/test-getopt.c (ASSERT): Avoid stderr.
1412         (main): Move stderr to a temporary file.
1413         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
1414         Instead, add parameter to inform caller if output occurred.
1415         (test_getopt): Adjust all existing tests to expect silence, and
1416         add new tests of leading ":".
1417         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
1418         glibc shortcomings with leading "-:" or "+:" in optstring.
1419         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
1420         Likewise.
1421         * doc/posix-functions/getopt.texi (getopt): Likewise.
1422
1423         test-getopt: enhance test
1424         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
1425         supports optind=0.
1426         * tests/test-getopt.c (OPTIND_MIN): Move...
1427         * tests/test-getopt.h (OPTIND_MIN): ...here.
1428         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
1429         Require that optind=0 works, since modern BSD supports it in
1430         addition to optreset, and since coreutils expects it.
1431         (test_getopt_long_only): New test.
1432         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
1433         glibc shortcomings with 'W;', and enforcement of optind=0.
1434         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
1435         Likewise.
1436
1437 2009-12-21  Bruno Haible  <bruno@clisp.org>
1438
1439         localename: Improvements for MacOS X and Cygwin.
1440         * lib/localename.h (gl_locale_name_environ): New declaration.
1441         * lib/localename.c (gl_locale_name_environ): New function, extracted from
1442         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
1443         (gl_locale_name_posix): Invoke it.
1444         (gl_locale_name_default): Add comments. Use Windows native API also on
1445         Cygwin.
1446
1447 2009-12-21  Bruno Haible  <bruno@clisp.org>
1448
1449         Update list of Win32 locale ids.
1450         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
1451         (LANG_SAMI): Renamed from LANG_SAAMI.
1452         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
1453         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
1454         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
1455         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
1456         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
1457         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
1458         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
1459         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
1460         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
1461         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
1462         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
1463         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
1464         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
1465         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
1466         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
1467         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
1468         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
1469         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
1470         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
1471         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
1472         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
1473         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
1474         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
1475         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
1476         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
1477         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
1478         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
1479         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
1480         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
1481         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
1482         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
1483         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
1484         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
1485         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
1486         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
1487         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
1488         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
1489         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
1490         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
1491         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
1492         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
1493         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
1494         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
1495         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
1496         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
1497         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
1498         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
1499         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
1500         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
1501         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
1502         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
1503         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
1504         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
1505         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
1506         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
1507         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
1508         Add more languages and countries for Sami, Sorbian. Add more countries
1509         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
1510         for Pashto. Change country for Syriac, Tswana.
1511
1512 2009-12-21  Eric Blake  <ebb9@byu.net>
1513
1514         test-utimens: avoid spurious failure
1515         * tests/test-chown.h (nap): Factor...
1516         * tests/nap.h: ...into new file.
1517         * tests/test-lchown.h (nap): Avoid duplication.
1518         * tests/test-utimens-common.h (nap): Use shared implementation,
1519         necessary on file systems with 1-second resolution.
1520         * modules/chown-tests (Files): Include new file.
1521         * modules/fdutimensat-tests (Files): Likewise.
1522         * modules/futimens-tests (Files): Likewise.
1523         * modules/lchown-tests (Files): Likewise.
1524         * modules/openat-tests (Files): Likewise.
1525         * modules/utimens-tests (Files): Likewise.
1526         * modules/utimensat-tests (Files): Likewise.
1527
1528 2009-12-19  Eric Blake  <ebb9@byu.net>
1529
1530         futimens, utimensat: work around Linux bug
1531         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
1532         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
1533         * lib/utimensat.c (rpl_utimensat): Work around it.
1534         * lib/futimens.c (rpl_futimens): Adjust comment.
1535
1536         utimens: work around Linux ctime bug
1537         * lib/utimens.c (detect_ctime_bug): New helper function.
1538         (update_timespec): Differentiate between workaround needed for
1539         this bug vs. what is needed for systems that lack utimensat.
1540         (fdutimens, lutimens): Work around bug.
1541
1542         utimens: check for ctime update
1543         * tests/test-utimens-common.h (check_ctime): Define.
1544         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
1545         * tests/test-futimens.h (test_futimens): Likewise.
1546         * tests/test-lutimens.h (test_lutimens): Likewise.
1547         * doc/posix-functions/futimens.texi (futimens): Document the bug.
1548         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
1549
1550 2009-12-19  Bruno Haible  <bruno@clisp.org>
1551
1552         dprintf-posix: Check against memory leak fixed on 2009-12-15.
1553         * tests/test-dprintf-posix2.sh: New file.
1554         * tests/test-dprintf-posix2.c: New file.
1555         * modules/dprintf-posix-tests (Files): Add them.
1556         (configure.ac): Check for getrlimit and setrlimit.
1557         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
1558
1559 2009-12-19  Bruno Haible  <bruno@clisp.org>
1560
1561         fprintf-posix: Check against memory leak fixed on 2009-12-15.
1562         * tests/test-fprintf-posix3.sh: New file.
1563         * tests/test-fprintf-posix3.c: New file.
1564         * modules/fprintf-posix-tests (Files): Add them.
1565         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
1566
1567 2009-12-19  Eric Blake  <ebb9@byu.net>
1568
1569         dirfd: fix prototype
1570         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
1571         * lib/dirfd.c (dirfd): Likewise.
1572
1573         canonicalize: reduce memory usage
1574         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
1575         allocation to size.
1576         Reported by Solar Designer <solar@openwall.com>.
1577
1578 2009-12-19  Bruno Haible  <bruno@clisp.org>
1579
1580         New module attribute 'Applicability'.
1581         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
1582         * gnulib-tool: New option --extract-applicability.
1583         (func_usage): Document it.
1584         (sed_extract_prog): Recognize it.
1585         (func_get_applicability): New function.
1586         (func_import): Generalize handling of 'link-warning' module.
1587         * modules/link-warning (Applicability): New section.
1588         * modules/arg-nonnull (Applicability): New section.
1589         Repoted by Simon Josefsson <simon@josefsson.org>.
1590
1591 2009-12-19  Bruno Haible  <bruno@clisp.org>
1592
1593         fflush: tweak
1594         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
1595         * lib/fseeko.c (rpl_fseeko): Likewise.
1596
1597 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
1598
1599         * lib/gl_list.h: Fix typo in comment.
1600
1601 2009-12-16  Eric Blake  <ebb9@byu.net>
1602
1603         fcntl: use to simplify other modules
1604         * modules/cloexec (Depends-on): Add fcntl.
1605         * modules/fchdir (Depends-on): Likewise.
1606         * modules/fd-safer-flag (Depends-on): Likewise.
1607         * modules/unistd-safer (Depends-on): Likewise.
1608         * modules/dup3 (configure.ac): Set module indicator.
1609         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
1610         missing.
1611         * lib/fchdir.c (_gl_register_dup): Fix comment.
1612         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
1613         * lib/dup-safer.c (dup_safer): Likewise.
1614         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
1615         * lib/dup3.c (dup3): Likewise.
1616         * tests/test-fchdir.c (main): Enhance test.
1617         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
1618
1619         fcntl: port portions of fcntl to mingw
1620         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
1621         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
1622         replacement for mingw.
1623         * modules/fcntl (Description): Update.
1624         (Depends-on): Add dup2.
1625         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
1626         * modules/fcntl-h (Makefile.am): Substitute it.
1627         * lib/fcntl.in.h (fcntl): Update declaration.
1628         (F_DUPFD, F_GETFD): New macros, when needed.
1629         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
1630         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
1631         * tests/test-fcntl.c (check_flags, main): Enhance test for items
1632         we now guarantee.
1633
1634         fcntl: work around cygwin bug in F_DUPFD
1635         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
1636         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
1637         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
1638         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
1639         * doc/posix-functions/fcntl.texi (fcntl): Document it.
1640
1641         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
1642         * modules/fcntl (Files): List new files.
1643         (configure.ac): Run a test.
1644         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
1645         * lib/fcntl.c (rpl_fcntl): Likewise.
1646         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
1647         (gl_FCNTL_H): Always replace fcntl.h.
1648         * modules/fcntl-h (Makefile.am): Substitute witnesses.
1649         * lib/fcntl.in.h (fcntl): Declare replacement.
1650         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
1651         needed, plus a witness.
1652         * doc/posix-functions/fcntl.texi (fcntl): Document this.
1653         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
1654         * tests/test-fcntl.c: New file.
1655         * modules/fcntl-tests: Likewise.
1656
1657         binary-io: avoid potential compilation warning
1658         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
1659         directives.
1660
1661         fflush: avoid compilation error on NetBSD
1662         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
1663         between off_t and fpos_t, since the latter is sometimes a struct.
1664         * lib/fseeko.c (rpl_fseeko): Likewise.
1665         Reported by Alexander Nasonov <alnsn@yandex.ru>.
1666
1667 2009-12-15  Eric Blake  <ebb9@byu.net>
1668
1669         fcntl-h, stdio, sys_ioctl: fix declarations
1670         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
1671         function must not take arguments.
1672         * lib/sys_ioctl.in.h (ioctl): Likewise.
1673         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
1674         (open): Add a link warning.
1675
1676 2009-12-15  Jim Meyering  <meyering@redhat.com>
1677
1678         areadlink, areadlink-with-size: relax license to LGPLv2+
1679         * modules/areadlink (License): Relax to LGPLv2+.
1680         * modules/areadlink-with-size (License): Likewise.
1681
1682 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
1683             Bruno Haible  <bruno@clisp.org>
1684
1685         *printf: Fix memory leak.
1686         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
1687         * lib/vfprintf.c (vfprintf): Likewise.
1688         * lib/dprintf.c (dprintf): Likewise.
1689         * lib/vdprintf.c (vdprintf): Likewise.
1690
1691 2009-12-14  Eric Blake  <ebb9@byu.net>
1692
1693         accept4: adjust module dependencies
1694         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
1695
1696         utimens: one more try at avoiding compiler warning
1697         * lib/utimens.c (lutimens): Lower scope of result.
1698
1699 2009-12-13  Bruno Haible  <bruno@clisp.org>
1700
1701         Move the malloc checking from module 'list' to new module 'xlist'.
1702         * modules/xlist: New file.
1703         * lib/gl_xlist.h: New file.
1704         * lib/gl_xlist.c: New file.
1705         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
1706         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
1707         gl_list_add_last, gl_list_add_before, gl_list_add_after,
1708         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
1709         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
1710         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
1711         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
1712         gl_sortedlist_nx_add): New declarations.
1713         (struct gl_list_implementation): Rename and change methods accordingly.
1714         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
1715         (gl_list_nx_create): Renamed from gl_list_create.
1716         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
1717         (gl_list_nx_set_at): Renamed from gl_list_set_at.
1718         (gl_list_nx_add_first): Renamed from gl_list_add_first.
1719         (gl_list_nx_add_last): Renamed from gl_list_add_last.
1720         (gl_list_nx_add_before): Renamed from gl_list_add_before.
1721         (gl_list_nx_add_after): Renamed from gl_list_add_after.
1722         (gl_list_nx_add_at): Renamed from gl_list_add_at.
1723         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
1724         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
1725         gl_list_create_empty.
1726         (gl_list_nx_create): Renamed from gl_list_create.
1727         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
1728         (gl_list_nx_set_at): Renamed from gl_list_set_at.
1729         (gl_list_nx_add_first): Renamed from gl_list_add_first.
1730         (gl_list_nx_add_last): Renamed from gl_list_add_last.
1731         (gl_list_nx_add_before): Renamed from gl_list_add_before.
1732         (gl_list_nx_add_after): Renamed from gl_list_add_after.
1733         (gl_list_nx_add_at): Renamed from gl_list_add_at.
1734         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
1735         * lib/gl_array_list.c: Don't include xalloc.h.
1736         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
1737         NULL upon out-of-memory.
1738         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
1739         out-of-memory.
1740         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
1741         Change return type to 'int'.
1742         (gl_array_nx_set_at): Renamed from gl_array_set_at.
1743         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
1744         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
1745         upon out-of-memory.
1746         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
1747         upon out-of-memory.
1748         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
1749         upon out-of-memory.
1750         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
1751         upon out-of-memory.
1752         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
1753         out-of-memory.
1754         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
1755         Update.
1756         (gl_array_list_implementation): Update.
1757         * lib/gl_carray_list.c: Don't include xalloc.h.
1758         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
1759         Return NULL upon out-of-memory.
1760         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
1761         out-of-memory.
1762         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
1763         Change return type to 'int'.
1764         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
1765         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
1766         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
1767         upon out-of-memory.
1768         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
1769         upon out-of-memory.
1770         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
1771         out-of-memory.
1772         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
1773         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
1774         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
1775         Update.
1776         (gl_carray_list_implementation): Update.
1777         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
1778         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
1779         gl_linked_create_empty. Return NULL upon out-of-memory.
1780         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
1781         out-of-memory.
1782         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
1783         Change return type to 'int'. Return -1 upon out-of-memory.
1784         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
1785         out-of-memory.
1786         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
1787         upon out-of-memory.
1788         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
1789         upon out-of-memory.
1790         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
1791         NULL upon out-of-memory.
1792         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
1793         upon out-of-memory.
1794         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
1795         out-of-memory.
1796         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
1797         Update.
1798         * lib/gl_linked_list.c: Don't include xalloc.h.
1799         (gl_linked_list_implementation): Update.
1800         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
1801         (add_to_bucket): Change return type to 'int'.
1802         (gl_linkedhash_list_implementation): Update.
1803         * lib/gl_anytree_list1.h (free_subtree): New function.
1804         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
1805         gl_tree_create_empty. Return NULL upon out-of-memory.
1806         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
1807         Change return type to 'int'. Return -1 upon out-of-memory.
1808         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
1809         out-of-memory.
1810         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
1811         (gl_tree_remove_node): New function, moved here from
1812         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
1813         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
1814         Update.
1815         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
1816         malloc, not xmalloc. Return NULL upon out-of-memory.
1817         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
1818         out-of-memory.
1819         (gl_tree_remove_node_from_tree): New function, extracted from
1820         gl_tree_remove_node.
1821         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
1822         upon out-of-memory.
1823         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
1824         out-of-memory.
1825         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
1826         upon out-of-memory.
1827         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
1828         upon out-of-memory.
1829         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
1830         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
1831         not xmalloc. Return NULL upon out-of-memory.
1832         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
1833         out-of-memory.
1834         (gl_tree_remove_node_from_tree): New function, extracted from
1835         gl_tree_remove_node.
1836         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
1837         upon out-of-memory.
1838         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
1839         out-of-memory.
1840         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
1841         upon out-of-memory.
1842         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
1843         upon out-of-memory.
1844         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
1845         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
1846         gl_anytree_list1.h before gl_anyavltree_list2.h.
1847         (gl_avltree_list_implementation): Update.
1848         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
1849         gl_anytree_list1.h before gl_anyavltree_list2.h.
1850         (gl_rbtree_list_implementation): Update.
1851         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
1852         Change return type to 'int'. Return -1 upon out-of-memory. Use
1853         __builtin_expect.
1854         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
1855         (gl_avltreehash_list_implementation): Update.
1856         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
1857         (gl_rbtreehash_list_implementation): Update.
1858         * modules/array-list (Depends-on): Remove xalloc.
1859         * modules/carray-list (Depends-on): Likewise.
1860         * modules/linked-list (Depends-on): Likewise.
1861         * modules/linkedhash-list (Depends-on): Likewise.
1862         * modules/avltree-list (Depends-on): Likewise.
1863         * modules/rbtree-list (Depends-on): Likewise.
1864         * modules/avltreehash-list (Depends-on): Likewise.
1865         * modules/rbtreehash-list (Depends-on): Likewise.
1866
1867         * modules/xsublist: New file.
1868         * lib/gl_xsublist.h: New file.
1869         * lib/gl_xsublist.c: New file.
1870         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
1871         (gl_sublist_nx_create): New declaration.
1872         * lib/gl_sublist.c: Don't include xalloc.h.
1873         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
1874         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
1875         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
1876         Change return type to 'int'. Return -1 upon out-of-memory.
1877         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
1878         upon out-of-memory.
1879         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
1880         NULL upon out-of-memory.
1881         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
1882         upon out-of-memory.
1883         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
1884         NULL upon out-of-memory.
1885         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
1886         NULL upon out-of-memory.
1887         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
1888         upon out-of-memory.
1889         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
1890         (gl_sublist_list_implementation): Update.
1891         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
1892         upon out-of-memory.
1893         * modules/sublist (Depends-on): Remove xalloc.
1894
1895         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
1896         * tests/test-carray_list.c: Likewise.
1897         * tests/test-linked_list.c: Likewise.
1898         * tests/test-linkedhash_list.c: Likewise.
1899         * tests/test-avltree_list.c: Likewise.
1900         * tests/test-rbtree_list.c: Likewise.
1901         * tests/test-avltreehash_list.c: Likewise.
1902         * tests/test-rbtreehash_list.c: Likewise.
1903         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
1904         * modules/carray-list-tests (Makefile.am): Likewise.
1905         * modules/linked-list-tests (Makefile.am): Likewise.
1906         * modules/linkedhash-list-tests (Makefile.am): Likewise.
1907         * modules/avltree-list-tests (Makefile.am): Likewise.
1908         * modules/rbtree-list-tests (Makefile.am): Likewise.
1909         * modules/avltreehash-list-tests (Makefile.am): Likewise.
1910         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
1911
1912         * NEWS: Mention the changes.
1913
1914         * lib/clean-temp.c: Include gl_xlist.h.
1915         * modules/clean-temp (Depends-on): Add xlist.
1916
1917         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
1918         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
1919
1920         * tests/test-array_oset.c: Include gl_xlist.h.
1921         * modules/array-oset-tests (Depends-on): Add xlist.
1922
1923         Reported by José E. Marchesi <jemarch@gnu.org>.
1924
1925 2009-12-13  Bruno Haible  <bruno@clisp.org>
1926
1927         Move the malloc checking from module 'oset' to new module 'xoset'.
1928         * modules/xoset: New file.
1929         * lib/gl_xoset.h: New file.
1930         * lib/gl_xoset.c: New file.
1931         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
1932         declarations.
1933         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
1934         (struct gl_oset_implementation): Rename and change methods accordingly.
1935         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
1936         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
1937         'int'. Mark as __warn_unused_result__.
1938         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
1939         gl_oset_create_empty.
1940         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
1941         'int'.
1942         * lib/gl_array_oset.c: Don't include xalloc.h.
1943         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
1944         malloc, not xmalloc.
1945         (grow): Change return type to 'int'. Don't call xalloc_die.
1946         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
1947         to 'int'.
1948         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
1949         'int'.
1950         (gl_array_oset_implementation): Update.
1951         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
1952         gl_tree_create_empty.
1953         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
1954         'int'.
1955         * lib/gl_avltree_oset.c: Don't include xalloc.h.
1956         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
1957         xmalloc.
1958         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
1959         not xmalloc.
1960         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
1961         xmalloc.
1962         (gl_avltree_oset_implementation): Update.
1963         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
1964         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
1965         xmalloc.
1966         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
1967         not xmalloc.
1968         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
1969         xmalloc.
1970         (gl_rbtree_oset_implementation): Update.
1971         * modules/array-oset (Depends-on): Remove xalloc.
1972         * modules/avltree-oset (Depends-on): Likewise.
1973         * modules/rbtree-oset (Depends-on): Likewise.
1974         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
1975         * tests/test-avltree_oset.c: Likewise.
1976         * tests/test-rbtree_oset.c: Likewise.
1977         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1978         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
1979         * modules/rbtree-oset-tests (Makefile.am): Likewise.
1980         * NEWS: Mention the change.
1981
1982 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
1983
1984         maint.mk: allow a project to override release-prep commands
1985         * top/maint.mk (alpha, beta, stable): Move release-preparatory
1986         commands into a new rule.
1987         (release-prep): New rule.
1988         (release-prep-hook): New overridable variable.
1989
1990 2009-12-13  Bruno Haible  <bruno@clisp.org>
1991
1992         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
1993
1994 2009-12-13  Jim Meyering  <meyering@redhat.com>
1995
1996         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
1997         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
1998
1999 2009-12-12  Bruno Haible  <bruno@clisp.org>
2000
2001         duplocale: Tweak.
2002         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
2003
2004 2009-12-12  Karl Berry  <karl@gnu.org>
2005
2006         * config/srclist.txt (strtoll.c): tab changes, no more sync.
2007
2008 2009-12-12  Bruno Haible  <bruno@clisp.org>
2009
2010         * m4/po.m4: Undo incorrect untabification.
2011
2012 2009-12-12  Bruno Haible  <bruno@clisp.org>
2013
2014         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
2015         * modules/c-strtod (Depends-on): Add locale.
2016         * modules/c-strtold (Depends-on): Likewise.
2017
2018 2009-12-12  Bruno Haible  <bruno@clisp.org>
2019
2020         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
2021
2022 2009-12-11  Eric Blake  <ebb9@byu.net>
2023
2024         setenv: relax requirement in light of POSIX ruling
2025         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
2026         not NULL.
2027         * tests/test-setenv.c (main): Relax test.
2028         * tests/test-unsetenv.c (main): Likewise.
2029         * doc/posix-functions/setenv.texi (setenv): Document this.
2030         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
2031
2032 2009-12-11  Bruno Haible  <bruno@clisp.org>
2033
2034         New module 'fd-safer-flag'.
2035         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
2036         * lib/dup-safer.c (dup_safer_flag): Remove function.
2037         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
2038         * lib/fd-safer.c (fd_safer_flag): Remove function.
2039         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
2040         * modules/cloexec (configure.ac): Drop indicator macro.
2041         * modules/fd-safer-flag: New file.
2042         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
2043         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
2044         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
2045
2046 2009-12-11  Bruno Haible  <bruno@clisp.org>
2047
2048         Tests for module 'nl_langinfo'.
2049         * modules/nl_langinfo-tests: New file.
2050         * tests/test-nl_langinfo.sh: New file.
2051         * tests/test-nl_langinfo.c: New file.
2052
2053         New module 'nl_langinfo'.
2054         * lib/nl_langinfo.c: New file.
2055         * m4/nl_langinfo.m4: New file.
2056         * modules/nl_langinfo: New file.
2057         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
2058
2059 2009-12-11  Bruno Haible  <bruno@clisp.org>
2060
2061         Tests for module 'langinfo'.
2062         * modules/langinfo-tests: New file.
2063         * tests/test-langinfo.c: New file.
2064
2065         New module 'langinfo'.
2066         * lib/langinfo.in.h: New file.
2067         * m4/langinfo_h.m4: New file.
2068         * modules/langinfo: New file.
2069         * doc/posix-headers/langinfo.texi: Mention the new module.
2070
2071 2009-12-11  Bruno Haible  <bruno@clisp.org>
2072
2073         * lib/config.charset: Untabify.
2074
2075 2009-12-11  Bruno Haible  <bruno@clisp.org>
2076
2077         * modules/unistd-safer (configure.ac): Drop indicator macro.
2078
2079 2009-12-11  Bruno Haible  <bruno@clisp.org>
2080
2081         Move pipe2-safer code to its own file.
2082         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
2083         * lib/pipe-safer.c (pipe2_safer): Remove function.
2084         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
2085         (Makefile.am): Add it to lib_SOURCES.
2086
2087 2009-12-10  Bruno Haible  <bruno@clisp.org>
2088
2089         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
2090
2091 2009-12-10  Bruno Haible  <bruno@clisp.org>
2092
2093         Declare which arguments expect non-NULL values, for GCC and clang.
2094         * build-aux/arg-nonnull.h: New file.
2095         * modules/arg-nonnull: New file.
2096         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
2097         (inet_ntop, inet_pton): Use it.
2098         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
2099         (closedir, dirfd, opendir, scandir, alphasort): Use it.
2100         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
2101         (open, openat): Use it.
2102         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
2103         (fnmatch): Use it.
2104         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
2105         (getopt, getopt_long, getopt_long_only): Use it.
2106         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
2107         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
2108         Use it.
2109         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
2110         (iconv_open): Use it.
2111         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
2112         (strtoimax, strtoumax): Use it.
2113         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
2114         (duplocale): Use it.
2115         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
2116         (frexp, frexpl): Use it.
2117         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
2118         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
2119         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
2120         (tsearch, tfind, tdelete, twalk): Use it.
2121         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
2122         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2123         sigpending): Use it.
2124         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
2125         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2126         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2127         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2128         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2129         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2130         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2131         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2132         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2133         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2134         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2135         Use it.
2136         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
2137         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
2138         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
2139         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
2140         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
2141         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
2142         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
2143         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
2144         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
2145         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
2146         strtoull, unsetenv): Use it.
2147         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
2148         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2149         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2150         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
2151         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
2152         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
2153         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
2154         (strcasecmp, strncasecmp): Use it.
2155         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
2156         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
2157         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
2158         rpl_setsockopt): Use it.
2159         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
2160         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
2161         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
2162         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
2163         (gettimeofday): Use it.
2164         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
2165         (times): Use it.
2166         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
2167         (uname): Use it.
2168         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
2169         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
2170         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
2171         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
2172         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
2173         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
2174         unlinkat, write): Use it.
2175         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
2176         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
2177         * lib/argv-iter.h: Include arg-nonnull.h.
2178         (_ATTRIBUTE_NONNULL_): Remove macro.
2179         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
2180         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
2181         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
2182         optimization.
2183         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
2184         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
2185         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
2186         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
2187         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
2188         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
2189         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
2190         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
2191         * modules/arpa_inet (Depends-on): Add arg-nonnull.
2192         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
2193         * modules/dirent (Depends-on): Add arg-nonnull.
2194         (Makefile.am): Insert arg-nonnull.h into dirent.h.
2195         * modules/fcntl-h (Depends-on): Add arg-nonnull.
2196         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
2197         * modules/fnmatch (Depends-on): Add arg-nonnull.
2198         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
2199         * modules/getopt-posix (Depends-on): Add arg-nonnull.
2200         (Makefile.am): Insert arg-nonnull.h into getopt.h.
2201         * modules/glob (Depends-on): Add arg-nonnull.
2202         (Makefile.am): Insert arg-nonnull.h into glob.h.
2203         * modules/iconv_open (Depends-on): Add arg-nonnull.
2204         (Makefile.am): Insert arg-nonnull.h into iconv.h.
2205         * modules/inttypes (Depends-on): Add arg-nonnull.
2206         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
2207         * modules/locale (Depends-on): Add arg-nonnull.
2208         (Makefile.am): Insert arg-nonnull.h into locale.h.
2209         * modules/math (Depends-on): Add arg-nonnull.
2210         (Makefile.am): Insert arg-nonnull.h into math.h.
2211         * modules/netdb (Depends-on): Add arg-nonnull.
2212         (Makefile.am): Insert arg-nonnull.h into netdb.h.
2213         * modules/search (Depends-on): Add arg-nonnull.
2214         (Makefile.am): Insert arg-nonnull.h into search.h.
2215         * modules/signal (Depends-on): Add arg-nonnull.
2216         (Makefile.am): Insert arg-nonnull.h into signal.h.
2217         * modules/spawn (Depends-on): Add arg-nonnull.
2218         (Makefile.am): Insert arg-nonnull.h into spawn.h.
2219         * modules/stdio (Depends-on): Add arg-nonnull.
2220         (Makefile.am): Insert arg-nonnull.h into stdio.h.
2221         * modules/stdlib (Depends-on): Add arg-nonnull.
2222         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
2223         * modules/string (Depends-on): Add arg-nonnull.
2224         (Makefile.am): Insert arg-nonnull.h into string.h.
2225         * modules/strings (Depends-on): Add arg-nonnull.
2226         (Makefile.am): Insert arg-nonnull.h into strings.h.
2227         * modules/sys_socket (Depends-on): Add arg-nonnull.
2228         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
2229         * modules/sys_stat (Depends-on): Add arg-nonnull.
2230         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
2231         * modules/sys_time (Depends-on): Add arg-nonnull.
2232         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
2233         * modules/sys_times (Depends-on): Add arg-nonnull.
2234         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
2235         * modules/sys_utsname (Depends-on): Add arg-nonnull.
2236         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
2237         * modules/time (Depends-on): Add arg-nonnull.
2238         (Makefile.am): Insert arg-nonnull.h into time.h.
2239         * modules/unistd (Depends-on): Add arg-nonnull.
2240         (Makefile.am): Insert arg-nonnull.h into unistd.h.
2241         * modules/wchar (Depends-on): Add arg-nonnull.
2242         (Makefile.am): Insert arg-nonnull.h into wchar.h.
2243         * modules/argv-iter (Depends-on): Add arg-nonnull.
2244         * tests/test-canonicalize.c (null_ptr): New function.
2245         (main): Use it.
2246         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
2247         (main): Use it.
2248         * tests/test-memmem.c (null_ptr): New function.
2249         (main): Use it.
2250         Reported by Jim Meyering.
2251
2252 2009-12-10  Bruno Haible  <bruno@clisp.org>
2253
2254         Use spaces for indentation, not tabs.
2255         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
2256         * m4/*.m4: Untabify.
2257         * build-aux/*.h: Untabify.
2258         * tests/**/*.[hc]: Untabify.
2259         * README: New section "Indent with spaces, not TABs", based on
2260         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
2261         * NEWS: Mention the change.
2262
2263 2009-12-10  Bruno Haible  <bruno@clisp.org>
2264
2265         pty test: Fix link error.
2266         * modules/pty-tests (Makefile.am): Add the default LDADD value to
2267         test_pty_LDADD.
2268
2269 2009-12-07  Simon Josefsson  <simon@josefsson.org>
2270
2271         * modules/pty: New file.
2272         * modules/pty-tests: New file.
2273         * m4/pty.m4: New file.
2274         * tests/test-pty.c: New file.
2275         * doc/glibc-headers/pty.texi: Modified.
2276         * doc/glibc-functions/forkpty.texi: Modified.
2277         * doc/glibc-functions/openpty.texi: Modified.
2278
2279 2009-12-10  Bruno Haible  <bruno@clisp.org>
2280
2281         Avoid syntax error in C++ mode.
2282         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
2283
2284 2009-12-10  Bruno Haible  <bruno@clisp.org>
2285
2286         Use sed with option -e.
2287         * gnulib-tool (func_version, func_emit_copyright_notice,
2288         func_emit_initmacro_end, func_import, func_create_testdir): Pass
2289         option -e to sed.
2290         * modules/link-warning (Makefile.am): Likewise.
2291
2292 2009-12-10  Jim Meyering  <meyering@redhat.com>
2293
2294         mgetgroups: do not write bytes beyond end of malloc'd buffer
2295         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
2296         username, we call getgroups with a one-element-shorter buffer,
2297         but still told it the length was original, max_n_groups.
2298
2299 2009-12-09  Eric Blake  <ebb9@byu.net>
2300
2301         cloexec: relax license
2302         * modules/cloexec (Maintainer): Add myself.
2303         (License): Use LGPL, not GPL.
2304
2305         link-warning: optimize generation
2306         * modules/link-warning (Makefile.am): Reduce process usage.
2307
2308 2009-12-09  Bruno Haible  <bruno@clisp.org>
2309
2310         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
2311         workaround was added on 2009-11-17.
2312
2313 2009-12-09  Jim Meyering  <meyering@redhat.com>
2314             Bruno Haible  <bruno@clisp.org>
2315
2316         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
2317         * modules/link-warning (Makefile.am): Make the comment-removing sed
2318         command more robust in the face of bootstrap-prepended comment lines.
2319
2320 2009-12-09  Bruno Haible  <bruno@clisp.org>
2321
2322         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
2323         most one group.
2324
2325 2009-12-09  Simon Josefsson <simon@josefsson.org>
2326             Bruno Haible  <bruno@clisp.org>
2327
2328         * build-aux/link-warning.h: Add copyright notice.
2329         * modules/link-warning (Makefile.am): Generate link-warning.h from
2330         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
2331         * NEWS: Mention change in link-warning module.
2332         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
2333         * modules/dirent (Makefile.am): Add dependency to dirent.h.
2334         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
2335         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
2336         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
2337         * modules/math (Makefile.am): Add dependency to math.h.
2338         * modules/search (Makefile.am): Add dependency to search.h.
2339         * modules/signal (Makefile.am): Add dependency to signal.h.
2340         * modules/spawn (Makefile.am): Add dependency to spawn.h.
2341         * modules/stdio (Makefile.am): Add dependency to stdio.h.
2342         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
2343         * modules/string (Makefile.am): Add dependency to string.h.
2344         * modules/strings (Makefile.am): Add dependency to strings.h.
2345         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
2346         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
2347         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
2348         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
2349         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
2350         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
2351         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
2352         * modules/unistd (Makefile.am): Add dependency to unistd.h.
2353         * modules/wchar (Makefile.am): Add dependency to wchar.h.
2354
2355 2009-12-09  Bruno Haible  <bruno@clisp.org>
2356
2357         fchdir: Optimize away rpl_fstat when possible.
2358         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
2359         REPLACE_OPEN_DIRECTORY.
2360         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
2361
2362 2009-12-09  Bruno Haible  <bruno@clisp.org>
2363
2364         * lib/fchdir.c: Update comment.
2365
2366 2009-12-09  Bruno Haible  <bruno@clisp.org>
2367
2368         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
2369
2370 2009-12-08  Eric Blake  <ebb9@byu.net>
2371
2372         fchdir: avoid memory leak on re-registration.
2373         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
2374
2375 2009-12-08  Jim Meyering  <meyering@redhat.com>
2376
2377         init.sh: avoid Solaris 10 /bin/sh portability problem
2378         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
2379         sourced script:
2380           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
2381           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
2382           bar
2383         tests/init.sh relied on that, accepting a --set-path=DIR argument,
2384         and two tests used that idiom.
2385         * tests/init.sh: Update suggested usage comments.
2386         (path_prepend_): New function, to be used in place
2387         of the --src-path=DIR option.
2388         (setup_): Move PATH-prepending code into path_prepend_.
2389         * tests/test-pread.sh: Adapt to new usage.
2390         * tests/test-xalloc-die.sh: Likewise.
2391
2392 2009-12-08  Simon Josefsson  <simon@josefsson.org>
2393
2394         * doc/gnulib.texi (Glibc pty.h): Add.
2395         * doc/glibc-functions/forkpty.texi: Add.
2396         * doc/glibc-functions/openpty.texi: Add.
2397         Suggested by Bruno Haible.
2398
2399 2009-12-08  Eric Blake  <ebb9@byu.net>
2400
2401         fchdir: fix logic bugs
2402         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
2403         * tests/test-fchdir.c (main): Enhance test.
2404         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
2405         is in use.
2406
2407         dup2: fix logic bugs
2408         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
2409         REPLACE_DUP2 to decide when rpl_dup2 is needed.
2410         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
2411         exists.
2412         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
2413
2414 2009-12-07  Eric Blake  <ebb9@byu.net>
2415
2416         unlink: fix m4 detection
2417         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
2418
2419         unistd-safer: add unit test
2420         * modules/unistd-safer-tests: New file.
2421         * tests/test-dup-safer.c: Likewise.
2422         * tests/test-cloexec.c (setmode): Avoid compiler warning.
2423         * tests/test-dup2.c (setmode): Likewise.
2424         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
2425
2426         cloexec: preserve text vs. binary across dup_cloexec
2427         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
2428         mode.
2429         * modules/dup2-tests (Depends-on): Add binary-io.
2430         * modules/cloexec-tests (Depends-on): Likewise.
2431         * tests/test-dup2.c (setmode, is_mode): New helpers.
2432         (main): Add tests that translation mode is preserved.
2433         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
2434         Reported by Bruno Haible.
2435
2436         mgetgroups: reduce duplicate listings
2437         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
2438         resulting array.
2439         * tests/test-chown.h (test_chown): Simplify client.
2440         * tests/test-lchown.h (test_lchown): Likewise.
2441
2442 2009-12-06  Bruno Haible  <bruno@clisp.org>
2443
2444         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
2445         value.
2446
2447 2009-12-06  Bruno Haible  <bruno@clisp.org>
2448
2449         * lib/progname.c: Include stdio.h, stdlib.h.
2450         (set_program_name): Reject a NULL argument.
2451
2452 2009-12-05  Eric Blake  <ebb9@byu.net>
2453
2454         pipe2-safer: new module
2455         * modules/pipe2-safer: New file.
2456         * lib/unistd-safer.h (pipe2_safer): New prototype.
2457         * lib/unistd--.h (pipe2): New wrapper.
2458         * lib/pipe-safer.c (pipe2_safer): New function.
2459         * modules/pipe (Depends-on): Add pipe2-safer.
2460         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
2461
2462         stdlib-safer: preserve cloexec flag for mkostemp[s]
2463         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
2464         fd_safer_flag.
2465
2466         unistd-safer: allow preservation of cloexec status via flag
2467         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
2468         prototypes.
2469         * lib/dup-safer.c (dup_safer_flag): New function.
2470         * lib/fd-safer.c (fd_safer_flag): Likewise.
2471         * modules/cloexec (configure.ac): Set witness.
2472
2473         test-dup2: enhance test
2474         * modules/dup2-tests (Depends-on): Add cloexec.
2475         * tests/test-dup2.c (main): Enhance test.
2476
2477         cloexec: add dup_cloexec
2478         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
2479         header and comments.
2480         * lib/cloexec.c (set_cloexec_flag): Add comments.
2481         (dup_cloexec): New function, with mingw implementation borrowed
2482         from...
2483         * lib/w32spawn.h (dup_noinherit): ...here.
2484         * modules/execute (Depends-on): Add cloexec.
2485         * modules/pipe (Depends-on): Likewise.
2486         * modules/cloexec (Depends-on): Add dup2.
2487         * modules/cloexec-tests (Files): New file.
2488         * tests/test-cloexec.c: Likewise.
2489
2490         test-xalloc-die: fix test for mingw
2491         * modules/xalloc-die-tests (Files): Add tests/init.sh.
2492         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
2493         directory and .exe suffix off argv[0] output.
2494
2495         test-fseeko: fix test for mingw
2496         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
2497         than undefining fseek, so test will pass on mingw.
2498
2499 2009-12-05  Bruno Haible  <bruno@clisp.org>
2500
2501         * lib/progname.h (set_program_name): Clarify specification.
2502         * lib/progname.c (set_program_name): Likewise.
2503         Reported by Jim Meyering.
2504
2505 2009-12-05  Jim Meyering  <meyering@redhat.com>
2506
2507         maint.mk: backslash-escape parens in default regexp
2508         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
2509         backslash-escape the literal parentheses.
2510
2511         maint.mk: news-date-check: use grep -E
2512         * top/maint.mk (today): Define a Make variable, not a...
2513         (news-date-check): ...shell variable.
2514         (news-date-regexp): Use the Make variable.
2515         Use grep's -E option.  Change the failing diagnostic to mention
2516         the variable, $(news-date-regexp).
2517
2518 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
2519
2520         maintainer-makefile: allow customization of NEWS entry format
2521         * top/maint.mk (news-date-regexp): New overridable variable.
2522         (news-date-check): Use it.
2523
2524 2009-12-04  Eric Blake  <ebb9@byu.net>
2525
2526         mgetgroups: add xgetgroups, and avoid ENOSYS failures
2527         * lib/mgetgroups.h (xgetgroups): New prototype.
2528         * lib/mgetgroups.c (xgetgroups): New wrapper.
2529         (mgetgroups): Handle ENOSYS.
2530         * modules/mgetgroups (Depends-on): Add realloc.
2531         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
2532
2533         mgetgroups: avoid argument promotion issues with -1
2534         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
2535         for invalid gid_t.
2536         * tests/test-chown.h (getegid, test_chown): Likewise.
2537         * tests/test-lchown.h (getegid, test_lchown): Likewise.
2538
2539 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
2540
2541         exclude: Fix header file problems.
2542         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
2543
2544 2009-12-01  Jim Meyering  <meyering@redhat.com>
2545
2546         fts: fts_open: do not let an empty string cause immediate failure
2547         This is required in support of GNU rm, for which the command
2548         "rm A '' B" must process and remove both A and B, in spite of
2549         the empty string argument.
2550         * lib/fts.c (fts_open): Do not let the presence of an empty string
2551         cause fts_open to fail immediately.  Most fts-using tools must be
2552         able to process all arguments, in order, and can be expected to
2553         diagnose such arguments themselves.
2554
2555 2009-11-30  Eric Blake  <ebb9@byu.net>
2556
2557         utimens: fix compilation error
2558         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
2559         Declare variable at right scope.
2560
2561 2009-11-29  Jim Meyering  <meyering@redhat.com>
2562
2563         bootstrap: handle perl-5.11's changed --version output
2564         * build-aux/bootstrap (get_version): Handle perl separately,
2565         since perl-5.11's --version output is different.
2566
2567 2009-11-28  Jim Meyering  <meyering@redhat.com>
2568
2569         userspec: depend on the inttostr module, too
2570         * modules/userspec (Depends-on): Add inttostr.
2571
2572         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
2573         * lib/userspec.c (parse_with_separator): Do not accept a user ID
2574         number of MAXUID when it evaluates to (uid_t) -1.
2575         Likewise for group ID.  Reported by Matt McCutchen in
2576         <http://savannah.gnu.org/bugs/?28113>
2577
2578         userspec: reformat to use spaces, not TABs
2579         * lib/userspec.c: Expand TABs to spaces.
2580         Add Emacs' "indent-tabs-mode: nil" hint.
2581
2582 2009-11-27  Eric Blake  <ebb9@byu.net>
2583
2584         getopt-gnu: flush out another BSD bug
2585         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
2586         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
2587         flush out BSD bug.
2588         * tests/test-getopt.h (test_getopt): End lists with NULL.
2589         * tests/test-getopt_long.h (test_getopt_long): Likewise.
2590         (test_getopt_long_posix): Enhance test.
2591         * modules/getopt-posix-tests (Depends-on): Add stdbool.
2592         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
2593         getopt-gnu.
2594         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2595         Likewise.
2596
2597 2009-11-27  Simon Josefsson  <simon@josefsson.org>
2598
2599         * modules/idpriv-droptemp-tests (Notice): Fix text.
2600
2601 2009-11-27  Jim Meyering  <meyering@redhat.com>
2602
2603         test-xalloc-die: avoid spurious failure due to libtool argv difference
2604         In a libtool-enabled project, this test would fail due to a difference
2605         in the emitted program name, e.g.,
2606         -test-xalloc-die: memory exhausted
2607         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
2608         Use program to avoid that.
2609         * modules/xalloc-die-tests (Depends-on): Add progname.
2610         * tests/test-xalloc-die.c: Include progname.h".
2611         (program_name): Remove decl.
2612         (main): Call set_program_name.
2613         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
2614
2615 2009-11-26  Richard Jones  <rjones@redhat.com>
2616
2617         w32sock: leave win32 error in place.
2618         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
2619
2620 2009-11-26  Eric Blake  <ebb9@byu.net>
2621
2622         init.sh: suggest to use skip_ and fail_ functions in comments
2623         * tests/init.sh: Add a sentence.
2624
2625 2009-11-25  Bruno Haible  <bruno@clisp.org>
2626
2627         init.sh: add documentation in comments
2628         * tests/init.sh: Add some developer and user documentation.
2629
2630 2009-11-26  Jim Meyering  <meyering@redhat.com>
2631
2632         init.sh: accommodate even those who specify bogus srcdir manually
2633         * tests/init.sh: Normally, srcdir is guaranteed by automake and
2634         configure-time tests to be sanitized, so that there is no need to
2635         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
2636         (with no double quotes) suffices.  However, since tests may be
2637         invoked manually, and since you may explicitly set srcdir to the
2638         name of a directory containing spaces, do quote its uses here.
2639         * tests/test-pread.sh: Likewise.
2640         Suggested by Bruno Haible.
2641
2642         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
2643         * tests/test-pread.sh: Write no data into the pipe, because
2644         test-pread actually reads none.  This avoids a diagnostic,
2645         "bash: echo: write error: Broken pipe", that arises in the unusual
2646         event something is ignoring SIGPIPE, and might be interpreted
2647         as some sort of failure.  Reported by Bruno Haible.
2648
2649 2009-11-25  Jim Meyering  <meyering@redhat.com>
2650
2651         test-pread: cover failure with ESPIPE and EINVAL
2652         * tests/test-pread.c (main): Test for failure, too.
2653         * tests/test-pread.sh: Invoke with stdin on a pipe.
2654         Suggested by Eric Blake.
2655
2656         pread: improvement and fix
2657         * modules/pread (Depends-on): Depend on lseek, for portability to
2658         e.g., mingw.  Suggested by Eric Blake.
2659         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
2660
2661         unistd.in.h: correct declaration of pread
2662         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
2663         Reported by Richard W.M. Jones.
2664
2665         test-pread.sh: distribute the test script
2666         * modules/pread-tests (Files): Include test-pread.sh.
2667
2668         test-pread.sh: clean up
2669         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
2670         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
2671         That is unnecessary, since it's always ".".
2672         Suggestion from Eric Blake.
2673
2674         test-pread.sh: make executable
2675         * tests/test-pread.sh: Set executable bit.
2676         Reported by Eric Blake.
2677
2678         correct typo in test-pread.sh
2679         * tests/test-pread.sh: Add #! line.
2680
2681         test pread
2682         * tests/test-pread.c: New file.
2683         * tests/test-pread.sh: Likewise.
2684         * modules/pread-tests: Likewise.
2685
2686         pread: new module
2687         * modules/pread: New file.
2688         * lib/unistd.in.h (pread): Define/declare.
2689         * lib/pread.c (pread): New file.
2690         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
2691         * modules/unistd (Makefile.am): Substitute witnesses.
2692         * doc/posix-functions/pread.texi (pread): Update.
2693         * MODULES.html.sh: Add pread.
2694
2695 2009-11-25  Jim Meyering  <meyering@redhat.com>
2696
2697         tests/init.sh: new file to be used via most *.sh tests
2698         * tests/init.sh: New file.
2699
2700 2009-11-25  Eric Blake  <ebb9@byu.net>
2701
2702         utimens: work around older Linux failure with symlinks
2703         * lib/utimens.c (lutimensat_works_really): New variable.
2704         (fdutimens, lutimens): Use it to manage kernels that support
2705         nanosecond times on files, but not on symlinks.
2706         Reported by OndÅ™ej Vašík.
2707
2708         utimes: fix configure grammar
2709         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
2710
2711 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
2712
2713         regex: Fix fastmap for multibyte character ranges.
2714         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
2715         characters when a multibyte character range is included.
2716
2717 2009-11-22  Andy Wingo  <wingo@pobox.com>
2718
2719         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
2720         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
2721
2722 2009-11-24  Bruno Haible  <bruno@clisp.org>
2723
2724         doc: Most *_l functions exist in MacOS X 10.5.
2725         * doc/posix-functions/duplocale.texi: Update platforms list.
2726         * doc/posix-functions/freelocale.texi: Likewise.
2727         * doc/posix-functions/newlocale.texi: Likewise.
2728         * doc/posix-functions/uselocale.texi: Likewise.
2729         * doc/posix-functions/isalnum_l.texi: Likewise.
2730         * doc/posix-functions/isalpha_l.texi: Likewise.
2731         * doc/posix-functions/isblank_l.texi: Likewise.
2732         * doc/posix-functions/iscntrl_l.texi: Likewise.
2733         * doc/posix-functions/isdigit_l.texi: Likewise.
2734         * doc/posix-functions/isgraph_l.texi: Likewise.
2735         * doc/posix-functions/islower_l.texi: Likewise.
2736         * doc/posix-functions/isprint_l.texi: Likewise.
2737         * doc/posix-functions/ispunct_l.texi: Likewise.
2738         * doc/posix-functions/isspace_l.texi: Likewise.
2739         * doc/posix-functions/isupper_l.texi: Likewise.
2740         * doc/posix-functions/iswalnum_l.texi: Likewise.
2741         * doc/posix-functions/iswalpha_l.texi: Likewise.
2742         * doc/posix-functions/iswblank_l.texi: Likewise.
2743         * doc/posix-functions/iswcntrl_l.texi: Likewise.
2744         * doc/posix-functions/iswctype_l.texi: Likewise.
2745         * doc/posix-functions/iswdigit_l.texi: Likewise.
2746         * doc/posix-functions/iswgraph_l.texi: Likewise.
2747         * doc/posix-functions/iswlower_l.texi: Likewise.
2748         * doc/posix-functions/iswprint_l.texi: Likewise.
2749         * doc/posix-functions/iswpunct_l.texi: Likewise.
2750         * doc/posix-functions/iswspace_l.texi: Likewise.
2751         * doc/posix-functions/iswupper_l.texi: Likewise.
2752         * doc/posix-functions/iswxdigit_l.texi: Likewise.
2753         * doc/posix-functions/isxdigit_l.texi: Likewise.
2754         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
2755         * doc/posix-functions/strcasecmp_l.texi: Likewise.
2756         * doc/posix-functions/strcoll_l.texi: Likewise.
2757         * doc/posix-functions/strfmon_l.texi: Likewise.
2758         * doc/posix-functions/strftime_l.texi: Likewise.
2759         * doc/posix-functions/strncasecmp_l.texi: Likewise.
2760         * doc/posix-functions/strxfrm_l.texi: Likewise.
2761         * doc/posix-functions/tolower_l.texi: Likewise.
2762         * doc/posix-functions/toupper_l.texi: Likewise.
2763         * doc/posix-functions/towctrans_l.texi: Likewise.
2764         * doc/posix-functions/towlower_l.texi: Likewise.
2765         * doc/posix-functions/towupper_l.texi: Likewise.
2766         * doc/posix-functions/wcscoll_l.texi: Likewise.
2767         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
2768         * doc/posix-functions/wctrans_l.texi: Likewise.
2769         * doc/posix-functions/wctype_l.texi: Likewise.
2770         * doc/glibc-functions/strptime_l.texi: Likewise.
2771         * doc/glibc-functions/strtod_l.texi: Likewise.
2772         * doc/glibc-functions/strtof_l.texi: Likewise.
2773         * doc/glibc-functions/strtol_l.texi: Likewise.
2774         * doc/glibc-functions/strtold_l.texi: Likewise.
2775         * doc/glibc-functions/strtoll_l.texi: Likewise.
2776         * doc/glibc-functions/strtoul_l.texi: Likewise.
2777         * doc/glibc-functions/strtoull_l.texi: Likewise.
2778         * doc/glibc-functions/wcsftime_l.texi: Likewise.
2779         * doc/glibc-functions/wcstod_l.texi: Likewise.
2780         * doc/glibc-functions/wcstof_l.texi: Likewise.
2781         * doc/glibc-functions/wcstol_l.texi: Likewise.
2782         * doc/glibc-functions/wcstold_l.texi: Likewise.
2783         * doc/glibc-functions/wcstoll_l.texi: Likewise.
2784         * doc/glibc-functions/wcstoul_l.texi: Likewise.
2785         * doc/glibc-functions/wcstoull_l.texi: Likewise.
2786
2787 2009-11-24  Bruno Haible  <bruno@clisp.org>
2788
2789         duplocale: Fix logic bug.
2790         * lib/duplocale.c: Don't include <langinfo.h>.
2791         (_NL_LOCALE_NAME): Remove macro.
2792         (rpl_duplocale): Use setlocale instead of nl_langinfo.
2793         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
2794
2795 2009-11-23  Jim Meyering  <meyering@redhat.com>
2796
2797         test-update-copyright: don't hard-code /usr/bin/perl
2798         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
2799         perl to print the current year.  Gilles Espinasse reported that
2800         the replaced use of perl was hard-coded as /usr/bin/perl.
2801
2802 2009-11-23  Bruno Haible  <bruno@clisp.org>
2803
2804         duplocale: Add support for glibc 2.3.x.
2805         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
2806
2807 2009-11-22  Bruno Haible  <bruno@clisp.org>
2808
2809         vasnprintf: Tiny optimization.
2810         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
2811         MacOS X.
2812
2813 2009-11-22  Bruno Haible  <bruno@clisp.org>
2814
2815         Tests for module 'duplocale'.
2816         * modules/duplocale-tests: New file.
2817         * tests/test-duplocale.c: New file.
2818
2819         New module 'duplocale'.
2820         * m4/duplocale.m4: New file.
2821         * lib/locale.in.h (duplocale): New declaration.
2822         * lib/duplocale.c: New file.
2823         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
2824         gl_LOCALE_H_DEFAULTS): New macros.
2825         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
2826         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
2827         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
2828         REPLACE_DUPLOCALE.
2829         * modules/duplocale: New file.
2830         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
2831
2832 2009-11-22  Bruno Haible  <bruno@clisp.org>
2833
2834         * modules/locale-tests (configure.ac): Test for newlocale function.
2835         * tests/test-locale.c: When the system has extended locale functions,
2836         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
2837
2838         locale: Make locale_t available when possible.
2839         * lib/locale.in.h: Include <xlocale.h> when it exists.
2840         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
2841         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
2842         * modules/locale (Depends-on): Add extensions.
2843         (Makefile.am): Also substitute HAVE_XLOCALE_H.
2844         * doc/posix-headers/locale.texi: Document the problem with locale_t.
2845
2846 2009-11-22  Bruno Haible  <bruno@clisp.org>
2847
2848         Add comments.
2849         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
2850         invocation.
2851         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
2852         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
2853         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2854
2855 2009-11-22  Bruno Haible  <bruno@clisp.org>
2856
2857         error: account for the possibility of freopen (stdout).
2858         * lib/error.c: Include <unistd.h>.
2859         (flush_stdout): New function, extracted from error and error_at_line.
2860         Determine stdout's fd dynamically.
2861         (error, error_at_line): Invoke flush_stdout.
2862         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
2863         * modules/error (Depends-on): Add unistd.
2864
2865 2009-11-22  Bruno Haible  <bruno@clisp.org>
2866
2867         diffseq: Add comment.
2868         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
2869
2870 2009-11-22  Jim Meyering  <meyering@redhat.com>
2871
2872         c-stack: avoid defining an unused static function
2873         * lib/c-stack.c (find_stack_direction): Do not define this function
2874         when it will not be used.
2875
2876         diffseq: avoid spurious gcc warnings
2877         * lib/diffseq.h (IF_LINT2): Define.
2878         (compareseq): Use it to initialize two members of "part".
2879         This avoids two used-uninitialized warnings.
2880
2881 2009-11-21  Jim Meyering  <meyering@redhat.com>
2882
2883         c-stack: avoid "ignoring return value of `write'" warning
2884         * lib/c-stack.c: Include "ignore-value.h".
2885         (die): Explicitly ignore each write return value.
2886         * modules/c-stack (Depends-on): Add ignore-value.
2887
2888 2009-11-21  Bruno Haible  <bruno@clisp.org>
2889
2890         diffseq: reduce scope of variable 'best'.
2891         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
2892         variable, earlier used for two different purposes.
2893
2894 2009-11-21  Jim Meyering  <meyering@redhat.com>
2895
2896         diffseq: remove useless assignment to "best"
2897         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
2898         assignment.  At that point "best" is already guaranteed to be zero.
2899
2900 2009-11-20  Eric Blake  <ebb9@byu.net>
2901
2902         build: mention ftp redirector in release announcements
2903         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
2904         values that used to come from cfg.mk; mention FTP redirect URL.
2905         * build-aux/announce-gen: Mention the mirror list.
2906         Suggested by Karl Berry.
2907
2908         nanosleep: improve port to mingw
2909         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
2910         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
2911         LIB_NANOSLEEP, but only when needed.
2912         * modules/select (Link): Document LIBSOCKET.
2913         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
2914         enough.
2915
2916         nanosleep: work around cygwin bug
2917         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
2918         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
2919         bug.
2920         (getnow): Delete, not needed.
2921         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
2922         LIB_CLOCK_GETTIME.
2923         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
2924         clock-time, gettime.
2925         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
2926         bug.
2927         * modules/nanosleep-tests: New test.
2928         * tests/test-nanosleep.c: New file.
2929
2930         sleep: work around cygwin bug
2931         * lib/sleep.c (rpl_sleep): Work around the bug.
2932         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
2933         (gl_PREREQ_SLEEP): Delete unused macro.
2934         * modules/sleep (Depends-on): Add verify.
2935         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
2936         * modules/unistd (Makefile.am): Substitute witness.
2937         * lib/unistd.in.h (sleep): Update prototype.
2938         * doc/posix-functions/sleep.texi (sleep): Document the bug.
2939         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
2940         * modules/sleep-tests (Depends-on): Check for alarm.
2941
2942 2009-11-20  Jim Meyering  <meyering@redhat.com>
2943
2944         maint.mk: improve sc_prohibit_magic_number_exit
2945         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
2946         so it does not match uses like System.exit(1).
2947         Add comments showing how to correct all offenders.
2948
2949 2009-11-19  Eric Blake  <ebb9@byu.net>
2950
2951         xalloc-die-tests: add missing library
2952         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
2953
2954         test-xvasprintf: silence compiler warnings
2955         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
2956         empty string from gcc.
2957
2958 2009-11-19  Jim Meyering  <meyering@redhat.com>
2959
2960         xfreopen: new module, from coreutils
2961         * modules/xfreopen: New module.
2962         * lib/xfreopen.c: New file.
2963         * lib/xfreopen.h: New file.
2964         * MODULES.html.sh (File stream based Input/Output"): Add it.
2965
2966 2009-11-19  Eric Blake  <ebb9@byu.net>
2967
2968         manywarnings: depend on warnings
2969         * modules/manywarnings (Depends-on): Add warnings.
2970
2971         build: avoid compiler warnings
2972         * lib/select.c (rpl_select): Delete unused variable.
2973         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
2974
2975 2009-11-18  Eric Blake  <ebb9@byu.net>
2976
2977         tests: avoid false negative with --with-packager
2978         * tests/test-version-etc.sh: Discard packager information.
2979         * tests/test-argp-version-etc-1.sh: Likewise.
2980         Reported by Mike Frysinger.
2981
2982         utimens: fix regression on Solaris
2983         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
2984         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
2985         can only change fd timestamps via futimesat.  Instead, use an
2986         additional witness macro to avoid BSD bug.
2987         Reported by Jim Meyering.
2988
2989 2009-11-17  Eric Blake  <ebb9@byu.net>
2990
2991         usleep: use it to simplify tests
2992         * modules/stat-time-tests (Depends-on): Add usleep.
2993         (configure.ac): Drop usleep check.
2994         * modules/chown-tests (Depends-on, configure.ac): Likewise.
2995         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
2996         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
2997         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
2998         * modules/openat-tests (Depends-on, configure.ac): Likewise.
2999         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
3000         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
3001         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
3002         Likewise.
3003         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
3004         * tests/test-lchown.h (nap): Likewise.
3005         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
3006         * tests/test-stat-time.c (nap): Likewise.
3007         * tests/test-utimens-common.h (nap): Update comments.
3008
3009         usleep: new module
3010         * modules/usleep: New file.
3011         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
3012         * lib/usleep.c (usleep): Likewise.
3013         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
3014         * modules/unistd (Makefile.am): Substitute witnesses.
3015         * lib/unistd.in.h (usleep): Add declaration.
3016         * doc/pastposix-functions/usleep.texi (usleep): Document this.
3017         * MODULES.html.sh (Date and time): Likewise.
3018         * modules/usleep-tests (Depends-on): New test.
3019         * tests/test-usleep.c: New file.
3020
3021         chown: work around OpenBSD bug
3022         * lib/chown.c (rpl_chown): Work around the bug.
3023         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
3024         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
3025         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
3026         * modules/chown (Depends-on): Add stdbool.
3027         * modules/lchown (Depends-on): Likewise.
3028         * doc/posix-functions/chown.texi (chown): Document the bug.
3029         * doc/posix-functions/lchown.texi (lchown): Likewise.
3030         * tests/test-lchown.h (test_chown): Relax test.
3031
3032         mkstemp: avoid conflict with C++ keyword template
3033         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
3034         * lib/mkostemp.c (mkostemp): Likewise.
3035         * lib/mkostemps.c (mkostemps): Likewise.
3036         * lib/mkstemp.c (mkstemp): Likewise.
3037         * lib/mkstemps.c (mkstemps): Likewise.
3038
3039         xalloc-die-tests: optimize
3040         * tests/test-xalloc-die.sh: Reduce number of processes.
3041
3042 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3043
3044         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
3045         patch from ludo@gnu.org (Ludovic Courtès).
3046
3047 2009-11-17  Jim Meyering  <meyering@redhat.com>
3048
3049         version-etc: use proper license string
3050         * modules/version-etc (License): Use LGPL, not LGPLv3+.
3051         * modules/version-etc-fsf: Likewise.
3052
3053 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3054
3055         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
3056         printed to stdout.  Deal with EOL differences.
3057
3058 2009-11-17  Eric Blake  <ebb9@byu.net>
3059
3060         unsetenv: work around Solaris bug
3061         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
3062         * lib/unsetenv.c (rpl_unsetenv): Work around it.
3063         Reported by Jim Meyering.
3064
3065         vasnprintf: avoid compiler warnings
3066         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
3067         variables.
3068         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
3069
3070 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3071
3072         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
3073         settings since xalloc-die is no longer the self test,
3074         xalloc-die.sh is.
3075
3076 2009-11-17  Jim Meyering  <meyering@redhat.com>
3077
3078         test-xalloc-die.sh: make the code agree with the commit log
3079         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
3080         at the end, just in case you happen to have a test-xalloc-die
3081         program in some other PATH directory.
3082
3083         test-xalloc-die.sh: fix a portability bug
3084         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
3085         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
3086         Otherwise, argv[0] (as often seen in diagnostics) would be too
3087         system-dependent, sometimes with, and sometimes without the leading "./".
3088
3089         version-etc-fsf: relax license to LGPLv3+
3090         * modules/version-etc-fsf (License): Relax license.
3091
3092 2009-11-16  Eric Blake  <ebb9@byu.net>
3093
3094         xalloc-die-tests: avoid printing null pointer
3095         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
3096         shell script.
3097         * tests/test-xalloc-die.c (program_name): Declare.
3098         * tests/test-xalloc-die.sh (tmpfiles): New file.
3099
3100         setenv, unsetenv: work around various bugs
3101         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
3102         (setenv) [HAVE_SETENV]: Work around bugs.
3103         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
3104         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
3105         for bugs.
3106         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
3107         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
3108         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
3109         * modules/stdlib (Makefile.am): Update substitutions.
3110         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
3111         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
3112         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3113         * modules/setenv-tests: New test.
3114         * modules/unsetenv-tests: Likewise.
3115         * tests/test-setenv.c: New file.
3116         * tests/test-unsetenv.c: Likewise.
3117
3118 2009-11-16  Jim Meyering  <meyering@redhat.com>
3119
3120         version-etc: relax license to LGPLv3+
3121         * modules/version-etc (License): Relax license.
3122
3123         better AC_REQUIRE expanded-before-required-warning avoidance
3124         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
3125         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
3126         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
3127         which is no longer needed.
3128
3129 2009-11-16  Eric Blake  <ebb9@byu.net>
3130
3131         test-freading: clean up temporary file
3132         * tests/test-freading.c (main): Remove file on success, and use
3133         ASSERT more liberally.
3134         Reported by Jim Meyering.
3135
3136 2009-11-16  Jim Meyering  <meyering@redhat.com>
3137
3138         avoid new AC_REQUIRE expanded-before-required warnings
3139         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
3140         merely using it.
3141         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
3142         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
3143
3144 2009-11-15  Simon Josefsson  <simon@josefsson.org>
3145
3146         * tests/test-xalloc-die.c: New file.
3147         * modules/xalloc-die-tests: New file.
3148         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
3149         XFAIL_TESTS so it can be appended by modules.
3150
3151 2009-11-15  Simon Josefsson  <simon@josefsson.org>
3152
3153         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
3154         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
3155
3156 2009-11-14  Eric Blake  <ebb9@byu.net>
3157
3158         fnmatch: avoid compiler warning
3159         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
3160         to silence compiler warning about mismatch signedness in ?:.
3161         Reported by Robert Millan.
3162
3163         intprops: add double-inclusion guard
3164         * lib/intprops.h: Allow idempotent includes.
3165         Suggested by Bruce Korb.
3166
3167         openat: detect Solaris fchownat bug
3168         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
3169         penalizing glibc chownat when only lchownat is broken.
3170         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
3171         trailing slash bugs.
3172         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
3173         * modules/openat-tests (Files): Include more files.
3174         (Depends-on): Add mgetgroups, sleep, stat-time.
3175         (configure.ac): Add additional checks.
3176         (Makefile.am): Build new test.
3177         * tests/test-fchownat.c: New file.
3178
3179         lchown: detect Solaris and FreeBSD bug
3180         * lib/lchown.c (rpl_lchown): Work around bug.
3181         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
3182         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3183         * modules/unistd (Makefile.am): Populate it.
3184         * lib/unistd.in.h (lchown): Update declaration.
3185         * doc/posix-functions/lchown.texi (lchown): Document the bug.
3186         * modules/lchown-tests: New file.
3187         * tests/test-lchown.h (test_lchown): Likewise.
3188         * tests/test-lchown.c (main): Likewise.
3189
3190         chown: detect Solaris and FreeBSD bug
3191         * lib/chown.c (rpl_chown): Work around bug.
3192         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
3193         (gl_PREREQ_CHOWN): Delete.
3194         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3195         * modules/unistd (Makefile.am): Populate it.
3196         * lib/unistd.in.h (chown): Update declaration.
3197         * lib/lchown.c (chown): Update client.
3198         * modules/lchown (Depends-on): Add lstat.
3199         * doc/posix-functions/chown.texi (chown): Document the bug.
3200         * doc/posix-functions/getgroups.texi (getgroups): Document
3201         getgroups pitfall.
3202         * modules/chown-tests: New file.
3203         * tests/test-chown.h (test_chown): Likewise.
3204         * tests/test-chown.c (main): Likewise.
3205
3206 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
3207
3208         gnulib-tool: correctly detect absence of m4 directories
3209         * gnulib-tool: Avoid extra newline on data passed to wc -l.
3210
3211 2009-11-14  Jim Meyering  <meyering@redhat.com>
3212
3213         maint.mk: Prohibit inclusion of "xalloc.h" without use.
3214         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
3215
3216 2009-11-14  John W. Eaton  <jwe@gnu.org>
3217
3218         strftime.h: wrap funtion declaration in extern "C" block
3219         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
3220
3221 2009-11-13  Eric Blake  <ebb9@byu.net>
3222
3223         getgroups: avoid compiler warning
3224         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
3225
3226         getgroups: work around FreeBSD bug
3227         * lib/getgroups.c (rpl_getgroups): Work around the bug.
3228         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
3229         * doc/posix-functions/getgroups.texi (getgroups): Document it.
3230         * tests/test-getgroups.c (main): Fix buffer overrun.
3231
3232         getgroups: avoid compilation failure
3233         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
3234         * modules/getgroups (Depends-on): Add stdint.
3235
3236 2009-11-13  Jim Meyering  <meyering@redhat.com>
3237
3238         test-getgroups: avoid compilation failure
3239         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
3240
3241 2009-11-13  Eric Blake  <ebb9@byu.net>
3242
3243         mgetgroups: new module, taken from coreutils
3244         * modules/mgetgroups: New file.
3245         * lib/mgetgroups.h: Likewise.
3246         * lib/mgetgroups.c (mgetgroups): Likewise.
3247         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
3248         * MODULES.html.sh (Users and groups): Mention it.
3249
3250         getgroups: don't expose GETGROUPS_T to user
3251         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
3252         an element at a time if GETGROUPS_T is wrong size.
3253         * lib/getugroups.h (getugroups): Change signature.
3254         * lib/unistd.in.h (getgroups): Likewise.
3255         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
3256         signature needs fixing.
3257         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
3258         AC_TYPE_GETGROUPS.
3259         * modules/group-member (Depends-on): Add getgroups.
3260         * lib/group-member.c (group_info, get_group_info): Use gid_t.
3261         (group_member): Rely on getgroups replacement.
3262         * lib/getugroups.c (getugroups): Use gid_t.
3263         * tests/test-getgroups.c (main): Likewise.
3264         * NEWS: Mention the signature change.
3265         * doc/posix-functions/getgroups.texi (getgroups): Mention the
3266         problem with signature.
3267         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
3268         GETGROUPS_T is still useful for setgroups.
3269
3270         getgroups, getugroups: provide stubs for mingw
3271         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
3272         * lib/getugroups.c (getugroups): Likewise.
3273         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
3274         function.  Modernize replacement scheme.
3275         (gl_PREREQ_GETGROUPS): Delete.
3276         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
3277         * modules/getgroups (configure.ac): Declare witness.
3278         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
3279         * modules/unistd (Depends-on): Substitute witness.
3280         * lib/unistd.in.h (getgroups): Declare replacement.
3281
3282         getgroups: avoid calling exit
3283         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
3284         drop xalloc.
3285         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
3286         dependencies.
3287         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
3288         exiting, in the rare case of malloc failure.
3289
3290         getgroups: fix logic error
3291         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
3292         has more than 20 groups.
3293         * modules/getgroups-tests: New test.
3294         * tests/test-getgroups.c: New file.
3295
3296 2009-11-13  Simon Josefsson  <simon@josefsson.org>
3297
3298         * tests/test-base64.c: Improve.
3299
3300 2009-11-13  Simon Josefsson  <simon@josefsson.org>
3301
3302         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
3303         Blake <ebb9@byu.net>.
3304
3305 2009-11-13  Simon Josefsson  <simon@josefsson.org>
3306
3307         * tests/test-xvasprintf.c: Add %s%s related checks.
3308
3309 2009-11-12  Eric Blake  <ebb9@byu.net>
3310
3311         version-etc: match standards.texi style
3312         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
3313         and use <> only for URLs.
3314
3315 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
3316
3317         fts: do not fail on a submount during traversal
3318         * lib/fts.c (fts_build): Read the stat info again after opening
3319         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
3320         Original report at http://bugzilla.redhat.com/501848.
3321
3322 2009-11-12  Jim Meyering  <meyering@redhat.com>
3323
3324         bootstrap: sync from coreutils
3325         * build-aux/bootstrap (bootstrap_epilogue): New function.
3326         Use git_modules_config in one more place.  This make bootstrap's
3327         --gnulib-srcdir option more useful for testing.
3328
3329         bootstrap: generalize autoheader check
3330         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
3331         AC_CONFIG_HEADERS.
3332
3333 2009-11-11  Eric Blake  <ebb9@byu.net>
3334
3335         mkfifoat: use new modules for Solaris and BSD bugs
3336         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
3337         * lib/mkfifoat.c (mknodat): Split...
3338         * lib/mknodat.c (mknodat): ...into new file.
3339         * modules/mkfifoat (Files): Ship new file.
3340         (Depends-on): Add mkfifo, mknod.
3341         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
3342         (Depends-on): Add symlink.
3343         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
3344         redundant with test_mkfifo.h.
3345         (do_mkfifoat, do_mknodat): New helpers.
3346
3347         mknod: new module
3348         * modules/mknod: New file.
3349         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
3350         * lib/mknod.c (mknod): Likewise.
3351         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
3352         defaults.
3353         * modules/sys_stat (Makefile.am): Substitute them.
3354         * lib/sys_stat.in.h (mknod): Declare replacement.
3355         * MODULES.html.sh (Support for systems lacking POSIX:2008):
3356         Document it.
3357         * doc/posix-functions/mknod.texi (mknod): Likewise.
3358         * modules/mknod-tests: New test.
3359         * tests/test-mknod.c: Likewise.
3360
3361         mkfifo: new module
3362         * modules/mkfifo: New file.
3363         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
3364         * lib/mkfifo.c (mkfifo): Likewise.
3365         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
3366         defaults.
3367         * modules/sys_stat (Makefile.am): Substitute them.
3368         * lib/sys_stat.in.h (mkfifo): Declare replacement.
3369         * MODULES.html.sh (Support for systems lacking POSIX:2008):
3370         Document it.
3371         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
3372         * modules/mkfifo-tests: New test.
3373         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
3374         from test-mkfifoat.c.
3375         * tests/test-mkfifo.c: New file.
3376
3377         readlink: detect FreeBSD bug
3378         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
3379         slash on symlink.
3380         * doc/posix-functions/readlink.texi (readlink): Document the bug.
3381         * tests/test-readlink.h (test_readlink): Enhance test.
3382
3383         symlink: detect FreeBSD bug
3384         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
3385         slash on symlink.
3386         * doc/posix-functions/symlink.texi (symlink): Document the bug.
3387         * tests/test-symlink.h (test_symlink): Enhance test.
3388
3389 2009-11-10  Eric Blake  <ebb9@byu.net>
3390
3391         link: detect FreeBSD bug
3392         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
3393         symlink.
3394         * doc/posix-functions/link.texi (link): Document the bug.
3395         * tests/test-link.h (test_link): Enhance test.
3396         * tests/test-linkat.c (main): Update caller.
3397
3398         unlink, remove: detect FreeBSD bug
3399         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
3400         slash on symlink.
3401         * doc/posix-functions/unlink.texi (unlink): Document the bug.
3402         * doc/posix-functions/remove.texi (remove): Likewise.
3403         * tests/test-unlink.h (test_unlink): Enhance test.
3404         * tests/test-remove.c (main): Likewise.
3405
3406 2009-11-09  Eric Blake  <ebb9@byu.net>
3407
3408         rename: detect FreeBSD bug
3409         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
3410         slash on symlink.
3411         * modules/renameat-tests (Depends-on): Add filenamecat.
3412         * tests/test-rename.h (test_rename): Allow one more errno.
3413         * tests/test-renameat.c (main): Likewise.
3414         * doc/posix-functions/rename.texi (rename): Document the bug.
3415
3416         open: detect FreeBSD bug
3417         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
3418         symlink.
3419         * doc/posix-functions/open.texi (open): Document the bug.
3420         * doc/posix-functions/utimes.texi (utimes): Likewise.
3421         * tests/test-open.h (test_open): Add parameters, and test symlink
3422         handling.
3423         * tests/test-open.c (main): Adjust caller.
3424         * tests/test-fcntl-safer.c (main): Likewise.
3425         * modules/open-tests (Depends-on): Add stdbool, symlink.
3426         * modules/fcntl-safer-tests (Depends-on): Likewise.
3427         * tests/test-openat.c (main): Add test-open tests.
3428
3429         stat: detect FreeBSD bug
3430         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
3431         symlink.
3432         * doc/posix-functions/stat.texi (stat): Document the bug.
3433         * tests/test-stat.h (test_stat_func): Add argument.
3434         * tests/test-stat.c (main): Adjust caller.
3435         * tests/test-fstatat.c (main): Likewise.
3436         * modules/stat-tests (Depends-on): Add stdbool, symlink.
3437         Reported by Jim Meyering.
3438
3439 2009-11-09  James Youngman  <jay@gnu.org>
3440
3441         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
3442         * lib/strftime.c: Correct placement of #include "ignore-value.h".
3443
3444 2009-11-08  Jim Meyering  <meyering@redhat.com>
3445
3446         utimens: remove invalid futimesat call
3447         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
3448         It used the file descriptor of the target file as the DIR_FD
3449         parameter and NULL as the file name.  That caused failure with
3450         errno == EFAULT on FreeBSD-8.0-rc2
3451
3452 2009-11-07  Eric Blake  <ebb9@byu.net>
3453
3454         fflush, freadseek: use fseeko, not fseek
3455         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
3456         (clear_ungetc_buffer): Avoid potential problems on large files.
3457         * lib/freadseek.c (freadseek): Likewise.
3458         * modules/freadseek (Depends-on): Add fseeko.
3459         * modules/fseek (configure.ac): Set a witness.
3460         * tests/test-fflush.c (main): Use fseeko.
3461         * tests/test-fpurge.c (fseek): Disable link warning.
3462         * tests/test-freadable.c (fseek): Likewise.
3463         * tests/test-freading.c (fseek): Likewise.
3464         * tests/test-fseeko.c (fseek): Likewise.
3465         * tests/test-ftell.c (fseek): Likewise.
3466         * tests/test-ftello.c (fseek): Likewise.
3467         * tests/test-fwritable.c (fseek): Likewise.
3468         * tests/test-fwriting.c (fseek): Likewise.
3469
3470 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3471
3472         * modules/memchr (Depends-on): Drop getpagesize dependency.
3473
3474 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3475
3476         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
3477         Reported by Ludovic Courtès.
3478         * build-aux/pmccabe2html: Improve example usage.
3479         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
3480
3481 2009-11-06  Jim Meyering  <meyering@redhat.com>
3482
3483         do-release-commit-and-tag: New module.
3484         Automate the release-commit and tag process.
3485         * build-aux/do-release-commit-and-tag: New script, from coreutils.
3486         * modules/do-release-commit-and-tag: New file.
3487         * MODULES.html.sh (Support for maintaining and releasing): Add it.
3488
3489 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3490
3491         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
3492         because test-select.c uses inet_pton.
3493
3494 2009-11-06  Simon Josefsson  <simon@josefsson.org>
3495
3496         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
3497         GETADDRINFO_LIB.  Bump serial number.
3498         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
3499         Suggested by Eric Blake <ebb9@byu.net>.
3500
3501 2009-11-05  Eric Blake  <ebb9@byu.net>
3502
3503         strtod: detect darwin bug
3504         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
3505         Reported by Leo Davis.
3506
3507         freopen-safer: new module
3508         * modules/freopen-safer: New module.
3509         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
3510         * lib/freopen-safer.c (freopen_safer): New file.
3511         * lib/stdio-safer.h (freopen_safer): New declaration.
3512         * lib/stdio--.h (freopen): New override.
3513         * MODULES.html.sh (File stream based Input/Output): Mention it.
3514         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
3515         freopen-safer module.
3516         * doc/posix-functions/stderr.texi (stderr): Likewise.
3517         * doc/posix-functions/stdin.texi (stdin): Likewise.
3518         * doc/posix-functions/stdout.texi (stdout): Likewise.
3519         * modules/freopen-safer-tests: New test.
3520         * tests/test-reopen-safer.c: New file.
3521
3522 2009-11-05  Jim Meyering  <meyering@redhat.com>
3523
3524         maint.mk: Prohibit inclusion of "close-stream.h" without use.
3525         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
3526
3527 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3528
3529         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
3530
3531 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3532
3533         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
3534
3535 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3536
3537         Fix link error.
3538         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
3539         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3540
3541 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3542
3543         * tests/test-func.c: Also test value of __func__.
3544
3545 2009-11-05  Simon Josefsson  <simon@josefsson.org>
3546
3547         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
3548         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
3549
3550 2009-11-05  Bruno Haible  <bruno@clisp.org>
3551
3552         Fix link error.
3553         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
3554         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3555         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
3556
3557 2009-11-05  Bruno Haible  <bruno@clisp.org>
3558
3559         Tests for module 'inet_pton'.
3560         * modules/inet_pton-tests: New file.
3561         * tests/test-inet_pton.c: New file.
3562
3563 2009-11-05  Bruno Haible  <bruno@clisp.org>
3564
3565         Tests for module 'inet_ntop'.
3566         * modules/inet_ntop-tests: New file.
3567         * tests/test-inet_ntop.c: New file.
3568
3569 2009-11-04  Eric Blake  <ebb9@byu.net>
3570
3571         stdlib-safer: wrap all mkstemp variants
3572         * modules/mkostemp (configure.ac): Set witness.
3573         * modules/mkostemps (configure.ac): Likewise.
3574         * modules/mkstemps (configure.ac): Likewise.
3575         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
3576         (mkstemps_safer): Wrap more functions.
3577         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
3578         wrapping.
3579         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
3580         (mkstemps_safer): Implement the wrappers.
3581
3582         mkstemps, mkostemps: new modules
3583         * modules/mkostemps: New module.
3584         * modules/mkstemps: Likewise.
3585         * lib/mkostemps.c (mkostemps): New file.
3586         * lib/mkstemps.c (mkstemps): Likewise.
3587         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
3588         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
3589         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
3590         * modules/stdlib (Makefile.am): Substitute them.
3591         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
3592         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
3593         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
3594         * doc/gnulib.texi (Glibc stdlib.h): Include them.
3595         * MODULES.html.sh (File system functions): Mention them.
3596
3597         tempname: resync from glibc
3598         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
3599         same values for __GT_FILE as glibc.  Abort even when assertions
3600         are disabled.
3601         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
3602         match its value otherwise.  Allow idempotent inclusion.
3603         * lib/mkdtemp.c (mkdtemp): Adjust caller.
3604         * lib/mkostemp.c (mkostemp): Likewise.
3605         * lib/mkstemp.c (mkstemp): Likewise.
3606         * lib/tmpfile.c (tmpfile): Likewise.
3607         * NEWS: Document this.
3608
3609         utimens: fix use of futimens on older Linux
3610         * lib/utimens.c (fdutimens): Use updated, rather than original,
3611         timespec to avoid bug in older Linux kernel.
3612         Reported by Simon Josefsson.
3613
3614 2009-11-04  Bruno Haible  <bruno@clisp.org>
3615
3616         Make num_processors more flexible and consistent.
3617         * lib/nproc.h (enum nproc_query): New type.
3618         (num_processors): Add a 'query' argument.
3619         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
3620         (num_processors): Add a 'query' argument. Test the value of the
3621         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
3622         mingw, count the number of CPUs available for the current process.
3623         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
3624         Check for sched_getaffinity and sched_getaffinity_np.
3625         * modules/nproc (Depends-on): Add c-ctype, extensions.
3626         * NEWS: Mention the change.
3627
3628 2009-11-03  Bruno Haible  <bruno@clisp.org>
3629
3630         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
3631
3632 2009-11-03  Jim Meyering  <meyering@redhat.com>
3633
3634         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
3635         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
3636         if it is defined.
3637
3638 2009-11-02  Eric Blake  <ebb9@byu.net>
3639
3640         mktime, timegm: share common declaration
3641         * lib/mktime-internal.h: New file.
3642         * lib/mktime.c: Use it rather than open-coding a declaration.
3643         * lib/timegm.c: Likewise.
3644         * modules/mktime (Files): Ship it.
3645         * modules/timegm (Files): Likewise.
3646         Suggested by Bruno Haible.
3647
3648         test-update-copyright: update test to match script changes
3649         * tests/test-update-copyright.sh: Avoid hard-coding perl
3650         location.  Don't update *.bak created by earlier runs.
3651
3652 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
3653             Simon Josefsson  <simon@josefsson.org>
3654             Bruno Haible  <bruno@clisp.org>
3655
3656         Fix link error on Solaris 8.
3657         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
3658         also in libnsl. Define also INET_PTON_LIB.
3659         * modules/inet_pton (Link): New section.
3660
3661 2009-11-02  Simon Josefsson  <simon@josefsson.org>
3662             Bruno Haible  <bruno@clisp.org>
3663
3664         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
3665         * modules/inet_ntop (Link): New section.
3666         Reported by Boyan Kasarov <bkasarov@gmail.com>.
3667
3668 2009-11-02  Eric Blake  <ebb9@byu.net>
3669
3670         maint: avoid compiler warnings in m4 macros
3671         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
3672         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
3673
3674 2009-11-02  Simon Josefsson  <simon@josefsson.org>
3675
3676         * m4/pmccabe2html.m4: Remove file.
3677         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
3678         function.  Change maintainer.
3679         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
3680         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
3681         Courtès).
3682
3683 2009-10-31  Eric Blake  <ebb9@byu.net>
3684
3685         fseeko: fix m4 regression
3686         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
3687         regression from 2009-10-27.
3688         Reported by Ralf Wildenhues.
3689
3690 2009-10-31  Jim Meyering  <meyering@redhat.com>
3691
3692         inttostr: aesthetics and improved (compile-time) safety
3693         Define inttype_is_signed rather than inttype_is_unsigned,
3694         since the sole use is via "#if inttype_is_signed".
3695         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
3696         inttype_is_unsigned.
3697         * lib/offtostr.c (inttype_is_signed): Likewise.
3698         * lib/uinttostr.c (inttype_is_signed): Likewise.
3699         * lib/umaxtostr.c (inttype_is_signed): Likewise.
3700         * lib/inttostr.c (inttostr): Use verify to cross-check the
3701         inttype_is_signed value and the signedness of the actual type.
3702         * modules/inttostr (Depends-on): Add verify.
3703
3704 2009-10-30  Eric Blake  <ebb9@byu.net>
3705
3706         build: avoid compiler warnings
3707         * lib/fchmodat.c (lchmod): Mark unused variables.
3708         * lib/getopt.c (_getopt_initialize): Likewise.
3709         * lib/mktime.c (__mktime_internal): Provide prototype.
3710         * lib/inttostr.c (inttostr): Avoid compiler warning even with
3711         older gcc that do not understand #pragma GCC diagnostic.
3712         * lib/uinttostr.c (inttype_is_unsigned): Define.
3713         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
3714
3715 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
3716
3717         stat: fix compilation on AIX
3718         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
3719         only see struct stat64.
3720
3721 2009-10-30  Eric Blake  <ebb9@byu.net>
3722
3723         exclude: make more robust
3724         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
3725         rather than masking a coding bug.
3726         Suggested by Bruno Haible.
3727
3728 2009-10-30  Jim Meyering  <meyering@redhat.com>
3729
3730         perl scripts: remove #!/usr/bin/perl in favor of more portable...
3731         Rather than putting #!/usr/bin/perl on the first line,
3732         start with a variant of what's recommended by "man perlrun" that
3733         invokes the first "perl" program from your shell's search path.
3734         * build-aux/gitlog-to-changelog: Replace #!... as above.
3735         Add a "Local Variables" perl mode setting.
3736         Prompted by a patch from Ludovic Courtès.
3737         Improved by Eric Blake.
3738         * build-aux/useless-if-before-free: Likewise.
3739         * build-aux/announce-gen: Likewise.
3740         * build-aux/update-copyright: Likewise.
3741
3742 2009-10-29  Eric Blake  <ebb9@byu.net>
3743
3744         filenamecat-lgpl: adjust clients
3745         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
3746         filenamecat.
3747         * modules/renameat (Depends-on): Likewise.
3748
3749         filenamecat: split into filenamecat-lgpl
3750         * modules/filenamecat-lgpl: New module.
3751         * modules/filenamecat (Files): Move library-safe files into
3752         filenamecat-lgpl.
3753         (Depends-on): Add filenamecat-lgpl.
3754         (configure.ac): Declare witness.
3755         * lib/filenamecat.h (file_name_concat): Only declare when using
3756         GPL module.
3757         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
3758         Move...
3759         * lib/filenamecat-lgpl.c: ...into new file.
3760         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
3761         (gl_FILE_NAME_CONCAT): Use it.
3762         * MODULES.html.sh (File system functions): Mention new module.
3763
3764         argp: avoid memory leak
3765         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
3766         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
3767         base_name, since the latter malloc()s and can call exit().
3768         Leak introduced 2006-07-03.
3769
3770         dirname-lgpl: adjust clients that don't need full dirname
3771         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
3772         * modules/filenamecat (Depends-on): Likewise.
3773         * modules/linkat (Depends-on): Likewise.
3774         * modules/mkancesdirs (Depends-on): Likewise.
3775         * modules/mkdir (Depends-on): Likewise.
3776         * modules/openat (Depends-on): Likewise.
3777         * modules/savewd (Depends-on): Likewise.
3778         * modules/rename (Depends-on): Likewise.
3779         (License): Relax license.
3780         * modules/mkdir-tests (Depends-on): Drop progname.
3781         (Makefile.am): Delete unneeded LDADD.
3782         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
3783
3784         dirname: split into dirname-lgpl
3785         * modules/dirname-lgpl: New module.
3786         * modules/dirname (Files): Move library-safe files into
3787         dirname-lgpl.
3788         (Depends-on): Add dirname-lgpl.
3789         (configure.ac): Declare witness.
3790         * modules/double-slash-root (License): Relax license.
3791         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
3792         module.
3793         * lib/dirname.c (dir_len, mdir_name): Move...
3794         * lib/dirname-lgpl.c: ...into new file.
3795         * lib/basename.c (last_component, base_len): Move...
3796         * lib/basename-lgpl.c: ...into new file.
3797         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
3798         (gl_DIRNAME): Use it.
3799         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
3800         Mention new module.
3801         * modules/dirname-tests (Depends-on): Add progname.
3802         * tests/test-dirname.c (program_name): Delete.
3803
3804         mkdir: make safe for libraries
3805         * modules/mkdir (Depends-on): Drop xalloc.
3806         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
3807         exit.
3808
3809         tests: avoid some compiler warnings
3810         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
3811         literals.
3812         * tests/test-memchr.c (main): Avoid type mismatch.
3813         * tests/test-arpa_inet.c (main): Avoid unused parameters.
3814         * tests/test-base64.c (main): Likewise.
3815         * tests/test-getdelim.c (main): Likewise.
3816         * tests/test-gethostname.c (main): Likewise.
3817         * tests/test-getline.c (main): Likewise.
3818         * tests/test-netinet_in.c (main): Likewise.
3819         * tests/test-select.c (open_server_socket, main): Likewise.
3820         * tests/test-select-stdin.c (main): Likewise.
3821         * tests/test-sockets.c (main): Likewise.
3822         * tests/test-strsignal.c (main): Likewise.
3823         * tests/test-sys_select.c (main): Likewise.
3824         * tests/test-sys_socket.c (main): Likewise.
3825         * tests/test-u64.c (main): Likewise.
3826         * tests/test-xfprintf-posix.c (main): Likewise.
3827         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
3828
3829         sockets: avoid compiler warning
3830         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
3831
3832         maint: detect usage(1) and other suspicious exits
3833         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
3834
3835 2009-10-29  Jim Meyering  <meyering@redhat.com>
3836
3837         timespec: long-to-int truncation could make timespec_cmp malfunction
3838         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
3839         a multiple of 2^32 nanoseconds as no difference.
3840
3841 2009-10-28  Jim Meyering  <meyering@redhat.com>
3842
3843         fprintftime: wrap macro code argument in "do {...} while(0)"
3844         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
3845         cpy macro must be a statement that can be followed by a semicolon.
3846         Now that the else clause contains a comment and is hence longer
3847         than one line, I require curly braces.  That in turn requires
3848         that we wrap this code block in the standard do...while(0).
3849
3850         fprintftime: remove stray semicolon from previous change
3851         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
3852
3853         fprintftime: avoid a warning about ignored fwrite return value
3854         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
3855         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
3856         that is unsafe.
3857         * modules/fprintftime (Depends-on): Add ignore-value.
3858
3859         exclude: avoid an unwarranted warning
3860         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
3861
3862 2009-10-27  Eric Blake  <ebb9@byu.net>
3863
3864         fseek: avoid compilation failure when fflush is replaced
3865         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
3866         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
3867         module is in use.
3868         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
3869         module is not in use; since REPLACE_FSEEK worked otherwise.
3870         (GNULIB_FTELLO): Likewise for ftell.
3871         Reported by Ian Beckwith and others.
3872
3873 2009-10-27  Bruno Haible  <bruno@clisp.org>
3874
3875         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
3876         Reported by Jim Meyering.
3877
3878 2009-10-27  Jim Meyering  <jim@meyering.net>
3879             Bruno Haible  <bruno@clisp.org>
3880
3881         Avoid warning despite dropping the return value of fwrite.
3882         * lib/unicodeio.c: Include ignore-value.h.
3883         (fwrite_success_callback): Explicitly ignore fwrite's return value.
3884         * modules/unicodeio (Depends-on): Add ignore-value.
3885
3886 2009-10-26  Eric Blake  <ebb9@byu.net>
3887
3888         areadlinkat: fix fallback path
3889         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
3890         pointer and zero.
3891
3892 2009-10-22  Pádraig Brady  <P@draigBrady.com>
3893
3894         Use a better IO block size for modern systems
3895         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
3896         * lib/md2.c: Likewise.
3897         * lib/md4.c: Likewise.
3898         * lib/md5.c: Likewise.
3899         * lib/sha1.c: Likewise.
3900         * lib/sha256.c: Likewise.
3901         * lib/sha512.c: Likewise.
3902
3903 2009-10-22  Eric Blake  <ebb9@byu.net>
3904
3905         tests: avoid several compiler warnings
3906         * tests/test-getcwd.c (main): Avoid buffer underflow.
3907         * tests/test-getdate.c (main): String literals are not safe with
3908         putenv, so use setenv.  Declare unused argument.
3909         * modules/getdate-tests (Depends-on): Add setenv.
3910         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
3911         problems with string literals in char *.
3912         * tests/test-hash.c (main): Avoid shadowing declaration.
3913         (insert_new): Treat string literals as char const *.
3914         * tests/test-getopt.h (test_getopt): Likewise.
3915         (getopt_loop): Alter types to minimize casting elsewhere.
3916         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
3917         (test_getopt_long_posix): Likewise.
3918         (do_getopt_long): Add wrapper to minimize casting.
3919         * tests/test-atexit.c (clear_temp_file): Use void.
3920         * tests/test-areadlink-with-size.c (main): Declare unused
3921         arguments.
3922         * tests/test-areadlink.c (main): Likewise.
3923         * tests/test-areadlinkat-with-size.c (main): Likewise.
3924         * tests/test-areadlinkat.c (main): Likewise.
3925         * tests/test-canonicalize-lgpl.c (main): Likewise.
3926         * tests/test-canonicalize.c (main): Likewise.
3927         * tests/test-dirent-safer.c (main): Likewise.
3928         * tests/test-dirname.c (main): Likewise.
3929         * tests/test-dup2.c (main): Likewise.
3930         * tests/test-fchdir.c (main): Likewise.
3931         * tests/test-fcntl-h.c (main): Likewise.
3932         * tests/test-fcntl-safer.c (main): Likewise.
3933         * tests/test-fdopendir.c (main): Likewise.
3934         * tests/test-fdutimensat.c (main): Likewise.
3935         * tests/test-fflush.c (main): Likewise.
3936         * tests/test-filenamecat.c (main): Likewise.
3937         * tests/test-filevercmp.c (main): Likewise.
3938         * tests/test-fopen-safer.c (main): Likewise.
3939         * tests/test-fopen.c (main): Likewise.
3940         * tests/test-fpending.c (main): Likewise.
3941         * tests/test-fpurge.c (main): Likewise.
3942         * tests/test-freading.c (main): Likewise.
3943         * tests/test-fstatat.c (main): Likewise.
3944         * tests/test-fsync.c (main): Likewise.
3945         * tests/test-futimens.c (main): Likewise.
3946         * tests/test-getndelim2.c (main): Likewise.
3947         * tests/test-gettimeofday.c (main): Likewise.
3948         * tests/test-getopt.c (main): Likewise.
3949         * tests/test-i-ring.c (main): Likewise.
3950         * tests/test-inttypes.c (main): Likewise.
3951         * tests/test-link.c (main): Likewise.
3952         * tests/test-lstat.c (main): Likewise.
3953         * tests/test-math.c (main): Likewise.
3954         * tests/test-md5.c (main): Likewise.
3955         * tests/test-memchr2.c (main): Likewise.
3956         * tests/test-memrchr.c (main): Likewise.
3957         * tests/test-mkdir.c (main): Likewise.
3958         * tests/test-mkdirat.c (main): Likewise.
3959         * tests/test-mkfifoat.c (main): Likewise.
3960         * tests/test-open.c (main): Likewise.
3961         * tests/test-openat-safer.c (main): Likewise.
3962         * tests/test-openat.c (main): Likewise.
3963         * tests/test-quotearg.c (main): Likewise.
3964         * tests/test-rawmemchr.c (main): Likewise.
3965         * tests/test-readlink.c (main): Likewise.
3966         * tests/test-remove.c (main): Likewise.
3967         * tests/test-rename.c (main): Likewise.
3968         * tests/test-renameat.c (main): Likewise.
3969         * tests/test-rmdir.c (main): Likewise.
3970         * tests/test-sha1.c (main): Likewise.
3971         * tests/test-signal.c (main): Likewise.
3972         * tests/test-sigaction.c (main): Likewise.
3973         * tests/test-stat.c (main): Likewise.
3974         * tests/test-stat-time.c (main): Likewise.
3975         * tests/test-stddef.c (main): Likewise.
3976         * tests/test-stdint.c (main): Likewise.
3977         * tests/test-stdio.c (main): Likewise.
3978         * tests/test-stdlib.c (main): Likewise.
3979         * tests/test-strchrnul.c (main): Likewise.
3980         * tests/test-strerror.c (main): Likewise.
3981         * tests/test-string.c (main): Likewise.
3982         * tests/test-strtod.c (main): Likewise.
3983         * tests/test-strverscmp.c (main): Likewise.
3984         * tests/test-symlink.c (main): Likewise.
3985         * tests/test-symlinkat.c (main): Likewise.
3986         * tests/test-sys_stat.c (main): Likewise.
3987         * tests/test-sys_time.c (main): Likewise.
3988         * tests/test-time.c (main): Likewise.
3989         * tests/test-unistd.c (main): Likewise.
3990         * tests/test-unlink.c (main): Likewise.
3991         * tests/test-unlinkat.c (main): Likewise.
3992         * tests/test-utimens.c (main): Likewise.
3993         * tests/test-utimensat.c (main): Likewise.
3994         * tests/test-version-etc.c (main): Likewise.
3995         * tests/test-wchar.c (main): Likewise.
3996         * tests/test-wctype.c (main): Likewise.
3997         * tests/test-xprintf-posix.c (main): Likewise.
3998         * tests/test-posixtm.c (main): Likewise.
3999         (STREQ): Delete unused macro.
4000         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
4001         shadowed variables.
4002         * tests/test-memchr.c (main): Likewise.
4003
4004 2009-10-21  Eric Blake  <ebb9@byu.net>
4005
4006         areadlinkat: avoid failure on older glibc
4007         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
4008         rather than mis-comparing 0 against FUNC_RESULT of char*.
4009
4010 2009-10-21  Bruno Haible  <bruno@clisp.org>
4011
4012         * modules/stpncpy (License): Relicense under LGPLv2+.
4013         Reported by David Lutterkort <lutter@redhat.com>.
4014
4015 2009-10-20  Eric Blake  <ebb9@byu.net>
4016
4017         utimensat: work around Solaris 9 bug
4018         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
4019         has trailing slash bugs.
4020         * tests/test-lutimens.h (test_lutimens): Enhance test.
4021         * tests/test-utimens.h (test_utimens): Likewise.
4022         * doc/posix-functions/utime.texi (utime): Enhance documentation.
4023         * doc/posix-functions/utimes.texi (utimes): Likewise.
4024         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4025         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
4026         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
4027         * doc/posix-functions/futimens.texi (futimens): Likewise.
4028
4029         fdutimensat: new module
4030         * modules/fdutimensat: New file.
4031         * lib/fdutimensat.c (fdutimensat): Likewise.
4032         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
4033         * MODULES.html.sh (File system functions): Mention module.
4034         * modules/fdutimensat-tests: New test.
4035         * tests/test-fdutimensat.c: Likewise.
4036
4037         doc: regenerate INSTALL
4038         * doc/INSTALL: Reflect recent autoconf update.
4039         * doc/INSTALL.ISO: Likewise.
4040         * doc/INSTALL.UTF-8: Likewise.
4041
4042 2009-10-20  Pádraig Brady  <P@draigBrady.com>
4043
4044         acl: warn if ACL support is not detected
4045         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
4046
4047 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
4048
4049         * lib/nproc.h: Add extern "C" block for C++.
4050
4051 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
4052             Bruno Haible  <bruno@clisp.org>
4053
4054         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
4055         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
4056         * doc/posix-functions/isalpha.texi: Likewise.
4057         * doc/posix-functions/isblank.texi: Likewise.
4058         * doc/posix-functions/iscntrl.texi: Likewise.
4059         * doc/posix-functions/isdigit.texi: Likewise.
4060         * doc/posix-functions/isgraph.texi: Likewise.
4061         * doc/posix-functions/islower.texi: Likewise.
4062         * doc/posix-functions/isprint.texi: Likewise.
4063         * doc/posix-functions/ispunct.texi: Likewise.
4064         * doc/posix-functions/isspace.texi: Likewise.
4065         * doc/posix-functions/isupper.texi: Likewise.
4066         * doc/posix-functions/isxdigit.texi: Likewise.
4067
4068 2009-10-18  Bruno Haible  <bruno@clisp.org>
4069
4070         Tests for module 'isblank'.
4071         * modules/isblank-tests: New file.
4072         * tests/test-isblank.c: New file.
4073
4074         New module 'isblank'.
4075         * lib/isblank.c: New file.
4076         * m4/isblank.m4: New file.
4077         * modules/isblank: New file.
4078         * doc/posix-functions/isblank.texi: Mention the new module.
4079
4080 2009-10-18  Bruno Haible  <bruno@clisp.org>
4081
4082         New module 'ctype'.
4083         * lib/ctype.in.h: New file.
4084         * m4/ctype.m4: New file.
4085         * modules/ctype: New file.
4086         * doc/posix-headers/ctype.texi: Mention the new module.
4087
4088 2009-10-18  Jim Meyering  <meyering@redhat.com>
4089
4090         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
4091         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
4092         right after its initialization, rather than farther down.
4093         Keeping these in close proximity makes it easier to ensure
4094         that each such variable is initialized.  E.g.,
4095
4096             LIB_CLOCK_GETTIME=
4097             AC_SUBST([LIB_CLOCK_GETTIME])
4098
4099         This change also increments these serial numbers.
4100         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
4101         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4102         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4103
4104 2009-10-18  Bruno Haible  <bruno@clisp.org>
4105
4106         Don't let environment variables perturb build.
4107         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
4108         (gl_PREREQ_GETHRXTIME): ... not here.
4109
4110 2009-10-18  Bruno Haible  <bruno@clisp.org>
4111
4112         Avoid symlink attack in localcharset module.
4113         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
4114         (O_NOFOLLOW): Define fallback.
4115         (get_charset_aliases): Don't open the file if it is a symbolic link.
4116         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
4117         gl_FCNTL_H.
4118         (gl_FCNTL_H): Require it.
4119         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
4120         * modules/localcharset (Files): Add m4/fcntl_h.m4.
4121         Reported by Fergal Glynn <fglynn@veracode.com>.
4122
4123 2009-10-18  Bruno Haible  <bruno@clisp.org>
4124
4125         Implement nproc for mingw.
4126         * lib/nproc.c: Include <windows.h>
4127         (num_processors): On native Windows platforms, try GetSystemInfo.
4128
4129 2009-10-18  Bruno Haible  <bruno@clisp.org>
4130
4131         Implement nproc for IRIX.
4132         * lib/nproc.c: Include <sys/sysmp.h>.
4133         (num_processors): On IRIX systems, try sysmp.
4134         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
4135
4136 2009-10-18  Bruno Haible  <bruno@clisp.org>
4137
4138         Implement nproc for HP-UX.
4139         * lib/nproc.c: Include <sys/pstat.h>
4140         (num_processors): On HP-UX systems, try pstat_getdynamic.
4141         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
4142         pstat_getdynamic.
4143
4144 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
4145             Bruno Haible  <bruno@clisp.org>
4146
4147         Implement nproc for NetBSD, OpenBSD.
4148         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
4149         (ARRAY_SIZE): New macro.
4150         (num_processors): On BSD systems, try sysctl of HW_NCPU.
4151         * m4/nproc.m4: New file.
4152         * modules/nproc (Files): Add m4/nproc.m4.
4153         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
4154         (Makefile.am): Instead, augment lib_SOURCES.
4155
4156 2009-10-18  Bruno Haible  <bruno@clisp.org>
4157
4158         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
4159         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
4160         sys/param.h.
4161
4162 2009-10-16  Eric Blake  <ebb9@byu.net>
4163
4164         utimensat: new module
4165         * modules/utimensat: New file.
4166         * lib/utimensat.c (utimensat): Likewise.
4167         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4168         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
4169         so we can work around Linux bugs.
4170         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4171         * modules/sys_stat (Makefile.am): Substitute them.
4172         * lib/sys_stat.in.h (utimensat): Declare it.
4173         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4174         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4175         * modules/utimensat-tests: New test.
4176         * tests/test-utimensat.c: Likewise.
4177
4178         utimens: let lutimens work on non-symlinks
4179         * lib/utimens.c (lutimens): Fall back to utimens rather than
4180         failing with ENOSYS, when file is not a symlink.
4181         (utimens): Reduce redirection.
4182         * tests/test-lutimens.h (test_lutimens): Update test to cover
4183         non-symlinks.
4184         * tests/test-utimens.h (test_utimens): Update test to cover
4185         symlinks.
4186         * tests/test-utimens.c (main): Update caller.
4187
4188         utimens: cache whether utimensat syscall works
4189         * lib/utimens.c (utimensat_works_really): New cache variable.
4190         (fdutimens, lutimens): Use it to avoid failing syscall.
4191
4192         test-stat-time, test-utimens: improve portability
4193         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
4194         ext4 on alpha, and for cygwin.
4195         * tests/test-utimens-common.h: New file.
4196         (nap): Factor delays into single function.
4197         * tests/test-lutimens.h (test_lutimens): Use new header.
4198         * tests/test-futimens.h (test_futimens): Likewise.
4199         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
4200         timestamps to occur from same machine, as was done previously for
4201         test_utimens.
4202         * modules/utimens-tests (Files): Ship new file.
4203         * modules/futimens-tests (Files): Likewise.
4204         Reported in part by Jim Meyering.
4205
4206         sys_stat: sort replacement declarations
4207         * lib/sys_stat.in.h: Sort declarations.
4208         * lib/futimens.c (futimens): Fix typo.
4209
4210 2009-10-15  Jim Meyering  <meyering@redhat.com>
4211
4212         don't let environment settings perturb build
4213         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
4214         could cause a configure-time and/or build-time malfunction.
4215         Typically, a configure-time function-in-library test is performed
4216         via code like this:
4217
4218           LIB_VAR=
4219           AC_SUBST([LIB_VAR])
4220           prefix_saved_LIBS=$LIBS
4221             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
4222                        [test "$ac_cv_search_FUNC" = "none required" ||
4223                         LIB_VAR=$ac_cv_search_FUNC])
4224           LIBS=$prefix_saved_LIBS
4225
4226         However, in each of the files affected by this change, the LIB_VAR=
4227         initialization was omitted.  Thus, when set in the environment, its
4228         value would propagate into generated Makefiles when FUNC is not found
4229         in LIB_NAME.
4230         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
4231         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4232         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4233
4234 2009-10-14  Eric Blake  <ebb9@byu.net>
4235
4236         fchdir: avoid infinite recursion in mingw
4237         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
4238         recursing.
4239
4240         test-stat-time: port to mingw
4241         * tests/test-stat-time.c (force_unlink): Return a value.
4242         (test_ctime) [W32]: Fix compilation error.
4243         (nap): Don't call usleep with too large an argument.  Use
4244         force_unlink.
4245         * doc/pastposix-functions/usleep.texi (usleep): Document the
4246         portability issue.
4247
4248 2009-10-13  Jim Meyering  <meyering@redhat.com>
4249
4250         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
4251         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
4252         * modules/pipe-filter-ii: Likewise.
4253         * modules/sys_socket-tests: Likewise.
4254         * modules/tsearch-tests: Likewise.
4255         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
4256         (check): Depend on it.
4257
4258 2009-10-12  Eric Blake  <ebb9@byu.net>
4259
4260         utimens-tests: port to NFS file systems
4261         * tests/test-utimens.h (test_utimens): Refactor utimecmp
4262         comparisons to avoid spurious failures from timestamp drift
4263         between NFS machines.
4264
4265 2009-10-12  Eric Blake  <ebb9@byu.net>
4266
4267         stat-time-tests: minor cleanups
4268         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
4269         * tests/test-stat-time.c (nap): Separate assignment from call.
4270         Suggested by Paolo Bonzini and Bruno Haible.
4271
4272         sys_stat: guarantee struct timespec
4273         * lib/sys_stat.in.h (includes): Always include <time.h>
4274         * modules/sys_stat (Depends-on): Add time.
4275         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
4276         mode_t permission values.
4277         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
4278         get at subsecond timestamps.
4279
4280 2009-10-10  Eric Blake  <ebb9@byu.net>
4281
4282         futimens: new module
4283         * modules/futimens: New file.
4284         * lib/futimens.c (futimens): Likewise.
4285         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
4286         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
4287         we can work around Linux bugs.
4288         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4289         * modules/sys_stat (Makefile.am): Substitute them.
4290         * lib/sys_stat.in.h (futimens): Declare it.
4291         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4292         * doc/posix-functions/futimens.texi (futimens): Likewise.
4293         * modules/futimens-tests: New test.
4294         * tests/test-futimens.c: Likewise.
4295
4296         utimens: introduce fdutimens
4297         * lib/utimens.h (fdutimens): New prototype.
4298         * lib/utimens.c (gl_futimens): Move guts...
4299         (fdutimens): ...to new interface.
4300         * tests/test-utimens.c (do_fdutimens): Use it.
4301
4302         utimens: add UTIME_NOW and UTIME_OMIT support
4303         * lib/utimens.c (validate_timespec, update_timespec): New helper
4304         functions.
4305         (gl_futimens, lutimens): Use them.
4306         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
4307         stdbool, sys_stat.
4308         (Link): Mention resulting library dependency.
4309         * modules/utimecmp (Link): Likewise.
4310         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
4311         (Makefile.am): Pick up library dependency.
4312         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
4313         definition.
4314         * tests/test-sys_stat.c: Test the definitions.
4315         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
4316         * NEWS: Document library dependency.
4317
4318         utimecmp: support symlink timestamps
4319         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
4320         hashing when possible.  Use pathconf when available.
4321         (SYSCALL_RESOLUTION): Recognize tighter resolution.
4322         * modules/utimecmp (Depends-on): Add lstat.
4323
4324         utimens: add lutimens interface
4325         * lib/utimens.c (lutimens): New function.
4326         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
4327         * lib/utimens.h (lutimens): Declare new interface.
4328         * tests/test-utimens.c (main): Enhance test.
4329         * tests/test-lutimens.h (test_lutimens): New file.
4330         * modules/utimens-tests (Files): Distribute it.
4331         (Depends-on): Add symlink.
4332         (configure.ac): Check for usleep.
4333
4334         utimens: validate futimens usage
4335         * lib/utimens.c (gl_futimens): Require valid fd up front, using
4336         fewer syscalls on failure later on.  Avoid compiler warning on
4337         mingw.
4338         * modules/utimens (Depends-on): Add dup2.
4339
4340         utimens: add test
4341         * modules/utimens-tests: New test.
4342         * tests/test-utimens.h: New file.
4343         * tests/test-futimens.h: Likewise.
4344         * tests/test-utimens.c: Likewise.
4345
4346         doc: mention timestamp portability issues
4347         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
4348         instead.
4349         * doc/posix-functions/utime.texi (utime): Likewise.
4350         * doc/posix-functions/utimes.texi (utimes): Likewise.
4351         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
4352         instead.
4353         * doc/posix-functions/futimens.texi (futimens): Mention utimens
4354         module.
4355         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4356         Mention weakness with symlink timestamps.
4357         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
4358         to utimensat/futimens instead.
4359         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
4360
4361         test-dup2: enhance test
4362         * tests/test-dup2.c (main): Also check AT_FDCWD.
4363
4364         test-stat-time: avoid more spurious failures
4365         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
4366         xfs; and avoid race if the two timestamps cross quantization edge.
4367
4368         relocatable: prefer 'file system' over 'filesystem'
4369         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
4370         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
4371         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
4372         * doc/relocatable.texi (Enabling Relocatability): Likewise.
4373         * lib/relocatable.c (compute_curr_prefix): Likewise.
4374
4375 2009-10-10  Jim Meyering  <meyering@redhat.com>
4376
4377         stat-time-tests: check for the usleep function
4378         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
4379
4380 2009-10-10  Bruno Haible  <bruno@clisp.org>
4381
4382         * modules/xnanosleep: Put the Link section after the Include section.
4383
4384 2009-10-09  Eric Blake  <ebb9@byu.net>
4385
4386         dup2: work around FreeBSD 6.1 bug
4387         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
4388         * doc/posix-functions/dup2.texi (dup2): Document it.
4389         Reported by Nelson H. F. Beebe and Jim Meyering.
4390
4391         test-stat-time: port to buggy NFS clients
4392         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
4393         (test_ctime): Also skip test if mtime and ctime are skewed.
4394
4395         maint: prefer 'file system' over 'filesystem'
4396         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
4397         * doc/posix-functions/lstat.texi (lstat): Likewise.
4398         * lib/file-has-acl.c (file_has_acl): Likewise.
4399         * lib/fwriteerror.c [TEST]: Likewise.
4400         * tests/test-areadlink.h (test_areadlink): Likewise.
4401         * tests/test-areadlinkat-with-size.c (main): Likewise.
4402         * tests/test-areadlinkat.c (main): Likewise.
4403         * tests/test-canonicalize-lgpl.c (main): Likewise.
4404         * tests/test-canonicalize.c (main): Likewise.
4405         * tests/test-fstatat.c (main): Likewise.
4406         * tests/test-linkat.c (main): Likewise.
4407         * tests/test-lstat.h (test_lstat_func): Likewise.
4408         * tests/test-mkdir.h (test_mkdir): Likewise.
4409         * tests/test-readlink.h (test_readlink): Likewise.
4410         * tests/test-remove.c (main): Likewise.
4411         * tests/test-rename.h (test_rename): Likewise.
4412         * tests/test-renameat.c (main): Likewise.
4413         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4414         * tests/test-symlink.h (test_symlink): Likewise.
4415         * tests/test-symlinkat.c (main): Likewise.
4416         * tests/test-unlink.h (test_unlink_func): Likewise.
4417         * tests/test-unlinkat.c (main): Likewise.
4418
4419         maint: make realtime library usage explicit
4420         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
4421         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
4422         * modules/settime (Link): Likewise.
4423         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
4424
4425         test-stat-time: speed up execution
4426         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
4427         warning on mingw.
4428         (nap): New helper function.
4429         (prepare_test): Use it to reduce sleep time.
4430         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
4431         execution.
4432         * modules/stat-time-tests (configure.ac): Check for usleep.
4433
4434 2009-10-09  Jim Meyering  <meyering@redhat.com>
4435
4436         selinux-h: always use getfilecon wrappers
4437         * lib/getfilecon.c: New file.
4438         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
4439         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
4440         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
4441         (fgetfilecon): Provide a stub.
4442         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
4443         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
4444         file unconditionally.
4445         When <selinux/selinux.h> is found, arrange to use wrappers.
4446         * modules/selinux-h (Files): Add getfilecon.c.
4447         (Makefile.am): Substitute include-next-related bits
4448         into the now-always-generated selinux/selinux.h file.
4449         * doc/glibc-functions/lgetfilecon.texi: New file.
4450         * doc/glibc-functions/fgetfilecon.texi: New file.
4451         * doc/glibc-functions/getfilecon.texi: New file.
4452         * doc/glibc-functions/getfilecon-desc.texi: New file.
4453         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
4454         which to pull in the new files.
4455         * MODULES.html.sh (Misc): Add selinux-h.
4456
4457 2009-10-08  Jim Meyering  <meyering@redhat.com>
4458
4459         unistd: fix comment typo
4460         * lib/unistd.in.h (euidaccess): Fix a comment typo.
4461
4462 2009-10-08  Eric Blake  <ebb9@byu.net>
4463
4464         areadlink: use SIZE_MAX consistently
4465         * modules/areadlink (Depends-on): Add stdint.
4466         * modules/areadlink-with-size (Depends-on): Likewise.
4467         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
4468         gives NULL; drop sys/types, since unistd gives size_t; and add
4469         stdint for SIZE_MAX.
4470         (SIZE_MAX): Rely on headers.
4471         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
4472         and add stdint.
4473         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
4474         (SIZE_MAX): Likewise.
4475         (INITIAL_BUF_SIZE): Turn into enum.
4476         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
4477
4478 2009-10-08  Jim Meyering  <meyering@redhat.com>
4479
4480         areadlinkat: avoid compilation failure
4481         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
4482         Fix typo in comment.
4483
4484 2009-10-07  Eric Blake  <ebb9@byu.net>
4485
4486         areadlinkat-with-size: new module
4487         * modules/areadlinkat-with-size: New module.
4488         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
4489         * lib/areadlink.h (areadlinkat): Declare it.
4490         * MODULES.html.sh (File system functions): Mention it.
4491         * modules/areadlinkat-with-size-tests: New test.
4492         * tests/test-areadlinkat-with-size.c: New file.
4493
4494         xreadlinkat: new module
4495         * modules/xreadlinkat: New module.
4496         * lib/xreadlinkat.c (xreadlinkat): New file.
4497         * lib/xreadlink.h (xreadlinkat): Declare it.
4498         * MODULES.html.sh (File system functions): Mention it.
4499
4500         areadlinkat: new module
4501         * lib/at-func.c (FUNC_FAIL): New define.
4502         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
4503         * modules/areadlinkat: New module.
4504         * lib/linkat.c (areadlinkat): Move...
4505         * lib/areadlinkat.c (areadlinkat): ...to new file.
4506         * lib/areadlink.h (areadlinkat): Declare it.
4507         * modules/linkat (Depends-on): Add areadlinkat.
4508         * MODULES.html.sh (File system functions): Mention it.
4509         * modules/areadlinkat-tests: New test.
4510         * tests/test-areadlinkat.c: New file.
4511
4512         areadlink, areadlink-with-size: add tests
4513         * modules/areadlink-tests: New test.
4514         * modules/areadlink-with-size-tests: Likewise.
4515         * tests/test-areadlink.h: New file.
4516         * tests/test-areadlink.c: Likewise.
4517         * tests/test-areadlink-with-size.c: Likewise.
4518
4519         maint: minor cleanups
4520         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
4521         _UNUSED_PARAMETER_ instead.
4522         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
4523         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
4524         * modules/linkat-tests (Files): Distribute test-link.h.
4525
4526         openat, utimens: whitespace cleanup
4527         * lib/openat.c: Prefer space throughout, rather than mix of 8
4528         spaces vs. tabs.
4529         * lib/at-func.c: Likewise.
4530         * lib/utimens.c: Likewise.
4531
4532         openat: avoid using wrong fd
4533         * lib/openat.c (openat_permissive): Reject user's fd if saving the
4534         working directory chooses same fd.
4535         * lib/at-func.c (AT_FUNC_NAME): Likewise.
4536
4537         mkdir, mkdirat: fix cygwin 1.5.x bug
4538         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
4539         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
4540         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
4541         bug.
4542         (gl_PREREQ_MKDIR): Delete unused macro.
4543         * modules/mkdir (Files): Track file rename.
4544         (configure.ac): Update macro name.
4545         * modules/openat (Depends-on): Add mkdir.
4546         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
4547
4548         mkdir, mkdirat: add tests
4549         * modules/mkdir-tests: New test.
4550         * tests/test-mkdir.h: New file.
4551         * tests/test-mkdir.c: Likewise.
4552         * tests/test-mkdirat.c: Likewise.
4553         * modules/openat-tests (Files): Add new files.
4554         (Makefile.am): Run new test.
4555
4556 2009-10-06  Eric Blake  <ebb9@byu.net>
4557
4558         doc: tweak *at function documentation
4559         * doc/posix-functions/faccessat.texi (faccessat): Mention
4560         known issue with replacement.
4561         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
4562         * doc/posix-functions/linkat.texi (linkat): Likewise.
4563         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
4564         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
4565         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
4566         * doc/posix-functions/renameat.texi (renameat): Likewise.
4567         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4568
4569         openat: fix GNU/Hurd bug in unlinkat
4570         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
4571         broken.
4572         * doc/posix-functions/unlink.texi (unlink): Document this.
4573         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
4574
4575         fdopendir: fix GNU/Hurd bug
4576         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
4577         allowing non-directory fds.
4578         * lib/fdopendir.c (rpl_fdopendir): Work around it.
4579         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
4580         * modules/dirent (Makefile.am): Substitute it.
4581         * lib/dirent.in.h (fdopendir): Declare replacement.
4582         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
4583         * tests/test-fdopendir.c (main): Test something other than
4584         /dev/null, since on Hurd that behaves like a directory.
4585
4586         test-symlink: port to GNU/Hurd
4587         * tests/test-symlink.h (test_symlink): Relax expected errno.
4588
4589         doc: tweak more cygwin information
4590         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
4591         now compatible with glibc.
4592         * doc/posix-functions/getopt.texi (getopt): Likewise.
4593
4594         getopt-gnu: add another test
4595         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
4596         guarantee behavior relied on by m4.
4597         * tests/test-getopt.c (main): Use it.
4598         * modules/getopt-posix-tests (Depends-on): Add setenv.
4599         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
4600
4601         getopt: fix compilation on darwin
4602         * lib/getopt.in.h (includes): Leave breadcrumbs during system
4603         include.
4604         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
4605         Reported by Ludovic Courtès.
4606
4607 2009-10-06  Bruno Haible  <bruno@clisp.org>
4608
4609         * modules/size_max (Description): Discourage its use.
4610         Reported by Simon Josefsson.
4611
4612 2009-10-06  Jim Meyering  <meyering@redhat.com>
4613
4614         linkat: avoid compilation failure
4615         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
4616
4617 2009-10-05  Eric Blake  <ebb9@byu.net>
4618
4619         linkat: support Linux 2.6.17
4620         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
4621         linkat on Linux, but allow cache variable override.
4622         * lib/linkat.c (rpl_linkat): Define override.
4623         * modules/linkat (Depends-on): Add symlinkat.
4624         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
4625         * modules/unistd (Makefile.am): Substitute it.
4626         * lib/unistd.in.h (linkat): Declare replacement.
4627         Reported by Pádraig Brady.
4628
4629         quotearg: port test to systems with C.UTF-8 locale
4630         * tests/test-quotearg.c (struct result_strings): Add another
4631         member, differentiating between C.ASCII and C.UTF-8 handling.
4632         (compare_strings): Add parameter.
4633         (main): Adjust all callers.
4634
4635         getopt: avoid clash with FreeBSD _getopt_internal
4636         * lib/getopt.in.h (_getopt_internal): Override the name.
4637         * lib/getopt_int.h (includes): Pick up any overrides.
4638         Reported by Reuben Thomas.
4639
4640         hash: allow C89 compilation
4641         * lib/hash.c (check_tuning): Move declaration before statement.
4642         Reported by Reuben Thomas.
4643
4644 2009-10-05  Karl Berry  <karl@gnu.org>
4645
4646         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
4647
4648 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
4649             Bruno Haible  <bruno@clisp.org>
4650
4651         * lib/uname.c (uname): Use a table-driven algorithm to compute
4652         Windows NT versions.
4653
4654 2009-10-04  Bruno Haible  <bruno@clisp.org>
4655
4656         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
4657         program_invocation_short_name.
4658         * modules/progname (configure.ac): Test for presence of
4659         program_invocation_short_name.
4660         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
4661
4662 2009-10-04  Bruno Haible  <bruno@clisp.org>
4663
4664         * lib/progname.c (set_program_name): Fix comment.
4665         Reported by Jim Meyering.
4666
4667 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
4668             Bruno Haible  <bruno@clisp.org>
4669
4670         * lib/uname.c: Include <string.h>.
4671         (uname): Do only one call to GetVersionEx in the common case.
4672
4673 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
4674             Bruno Haible  <bruno@clisp.org>
4675
4676         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
4677         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
4678         (uname): Add support for Windows CE and various non-x86 CPU types.
4679
4680 2009-10-03  Bruno Haible  <bruno@clisp.org>
4681
4682         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
4683         invocation to tests/configure.ac.
4684         Reported by Ian Beckwith <ianb@erislabs.net>.
4685
4686 2009-10-02  Eric Blake  <ebb9@byu.net>
4687
4688         fchdir: avoid compiler warning
4689         * lib/fchdir.c (canonicalize_file_name)
4690         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
4691
4692         test-open: support mingw errno values
4693         * tests/test-open.h (test_open): Relax test.
4694         * tests/test-fopen.h (test_fopen): Likewise.
4695         * tests/test-openat-safer.c (main): Likewise.
4696
4697         open: fix opening directory on mingw
4698         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
4699
4700         test-open: on GNU/Hurd, /dev/null is a directory
4701         * tests/test-fopen.h (main): Rename...
4702         (test_fopen): ...to this.  Use a guaranteed non-directory when
4703         confirming open behavior on trailing slash.
4704         * tests/test-openat-safer.c (main): Likewise.
4705         * tests/test-open.h (main): Likewise....
4706         (test_open): ...to this.
4707         * tests/test-fopen.c (main): Adjust caller.
4708         * tests/test-fopen-safer.c (main): Likewise.
4709         * tests/test-open.c (main): Likewise.
4710         * tests/test-fcntl-safer.c (main): Likewise.
4711         Reported by Samuel Thibault.
4712
4713         rename, fchdir: don't ignore chdir failure
4714         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
4715         * lib/rename.c (rpl_rename) [W32]: Likewise.
4716         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
4717         an empty destination directory if source cannot be renamed,
4718         although there is still possibility for failure.
4719         * doc/posix-functions/rename.texi (rename): Document the race.
4720         Reported by Jim Meyering.
4721
4722         maint: cleanup whitespace in recent commits
4723         * lib/rename.c (rpl_rename): Remove tabs.
4724         * tests/test-link.h (test_link): Likewise.
4725         * lib/fchdir.c (get_name): Likewise.
4726         Reported by Jim Meyering.
4727
4728 2009-10-02  Ben Pfaff  <blp@gnu.org>
4729
4730         relocatable-prog-wrapper: Add missing dependency on
4731         double-slash-root.
4732         * modules/relocatable-prog-wrapper: Add dependency.
4733         Reported by Ian Beckwith <ianb@erislabs.net>.
4734
4735 2009-10-02  Eric Blake  <ebb9@byu.net>
4736
4737         renameat: fix Solaris bugs
4738         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
4739         needed fixing.
4740         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
4741         * modules/stdio (Makefile.am): Substitute it.
4742         * lib/stdio.in.h (renameat): Declare replacement.
4743         * lib/renameat.c (rpl_renameat): Implement fix.
4744
4745         renameat: new module
4746         * modules/renameat: New file.
4747         * lib/renameat.c (renameat): Likewise.
4748         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
4749         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
4750         * modules/stdio (Makefile.am): Substitute them.
4751         * lib/stdio.in.h (renameat): Declare it.
4752         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4753         * doc/posix-functions/renameat.texi (renameat): Likewise.
4754         * modules/renameat-tests: New test.
4755         * tests/test-renameat.c: Likewise.
4756
4757         rename: fix mingw bugs
4758         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
4759         directory overwrite bugs.
4760
4761         rename: fix another cygwin 1.5 bug
4762         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
4763         checks.
4764         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
4765         unnecessary cygwin workarounds.  Also work around bug with moving
4766         full directory onto an empty one.
4767         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
4768
4769         rename-dest-slash: merge into rename module
4770         * modules/rename-dest-slash (Status): Mark obsolete.
4771         (Depends-on): Add rename.
4772         (Files): Let rename do it all.
4773         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
4774         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
4775         * m4/rename-dest-slash.m4: ...so this file can be deleted.
4776         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
4777         * lib/rename.c (rpl_rename): Update comments.
4778
4779         rename: fix cygwin 1.5.x bugs
4780         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
4781         * lib/rename.c (rpl_rename): Work around them.
4782         * modules/rename (Depends-on): Add same-inode.
4783
4784         rename: fix Solaris 10 bug
4785         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
4786         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
4787         was the only bug.
4788
4789         rename: fix Solaris 9 bug
4790         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
4791         on non-directory.  Avoid calling exit.
4792         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
4793         strdup.
4794         * modules/rename-tests (Depends-on): Drop lstat.
4795         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
4796         (gl_PREREQ_RENAME): Delete unused macro.
4797
4798         rename-dest-slash: fix NetBSD bug
4799         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
4800         links.
4801         * modules/rename-dest-slash (Depends-on): Add same-inode.
4802
4803         rename-tests: new test, exposes several platform bugs
4804         * modules/rename-tests: New file.
4805         * tests/test-rename.h: Likewise.
4806         * tests/test-rename.c: Likewise.
4807         * doc/posix-functions/rename.texi (rename): Improve documentation,
4808         including bugs that will eventually be fixed in gnulib.
4809
4810 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
4811
4812         * lib/uname.c: Include <stdlib.h>
4813         (uname): Assume version info is available.
4814
4815 2009-10-02  Jim Meyering  <meyering@redhat.com>
4816
4817         gnu-web-doc-update: correct --help output
4818         * build-aux/gnu-web-doc-update: Make --help output relevant.
4819
4820         gnu-web-doc-update: add standard options
4821         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
4822
4823         gnu-web-doc-update: New module.
4824         Use this script to automatically update the on-line web documentation
4825         for your GNU project at http://www.gnu.org/software/$pkg/manual/
4826         * modules/gnu-web-doc-update: New file, from coreutils.
4827         * build-aux/gnu-web-doc-update: New script.
4828
4829 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
4830
4831         link: LoadLibrary is not needed.
4832         * lib/link.c: Use GetModuleHandle.
4833
4834 2009-10-01  Eric Blake  <ebb9@byu.net>
4835
4836         getopt: bump serial number
4837         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
4838         change.
4839
4840         tests: tighten link, rmdir, and remove tests
4841         * tests/test-link.h (includes): No need to use <config.h> here.
4842         Clean up if directory hard link was created, otherwise test for
4843         trailing '.'.
4844         * tests/test-linkat.c (main): Simplify.
4845         * tests/test-remove.c (main): Enhance test for trailing '.'.
4846         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4847
4848 2009-10-01  Jim Meyering  <meyering@redhat.com>
4849
4850         maint.mk: requiring "make major" was annoying, for a "minor" release.
4851         What is intended is "stable", to contrast with alpha and beta,
4852         so require "make stable", not "make major".
4853         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
4854         (get_tool_versions): Likewise.
4855         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
4856
4857 2009-09-30  Ben Pfaff  <blp@gnu.org>
4858
4859         Fix broken build of replacement for Windows tmpfile().
4860         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
4861         flags argument added along with the 'mkostemp' module.
4862
4863 2009-09-28  Bruno Haible  <bruno@clisp.org>
4864
4865         Avoid identifier clash with POSIX function 'remove' defined as a macro.
4866         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
4867         to 'remove_elt'.
4868         (gl_list_remove): Update.
4869         * lib/gl_list.c (gl_list_remove): Update.
4870         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
4871         to 'remove_elt'.
4872         (gl_oset_remove): Update.
4873         * lib/gl_list.c (gl_oset_remove): Update.
4874         Reported by Eric Blake.
4875
4876 2009-09-28  Eric Blake  <ebb9@byu.net>
4877
4878         doc: mention yet more cygwin 1.7 status
4879         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
4880         cygwin.
4881         * doc/glibc-functions/execvpe.texi (execvpe): New file.
4882         * doc/gnulib.texi (Glibc unistd.h): Mention it.
4883
4884         argp: fix test failure
4885         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
4886         that are not upper-case.  Pass correct range to tolower.
4887
4888 2009-09-27  Jim Meyering  <meyering@redhat.com>
4889
4890         test-yesno: work around sparc-dash here-document infelicity
4891         Without this change, the literal \177 byte in a here document
4892         would make dash 0.5.5.1-3 access uninitialized memory.
4893         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
4894         Instead, use a marker, "@", and filter through tr to create the desired
4895         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
4896
4897 2009-09-27  Bruno Haible  <bruno@clisp.org>
4898
4899         Disable untested support for new flavours of ACLs on AIX.
4900         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
4901         progress.
4902         * lib/set-mode-acl.c (qset_acl): Likewise.
4903
4904 2008-12-07  Bruno Haible  <bruno@clisp.org>
4905
4906         Add support for new flavours of ACLs on AIX. (Untested.)
4907         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
4908         (file_has_acl): Add support for newer AIX.
4909         * lib/set-mode-acl.c (qset_acl): Likewise.
4910         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
4911         Rainer Tammer <tammer@tammer.net>.
4912
4913 2009-09-26  Eric Blake  <ebb9@byu.net>
4914
4915         argp: fix compilation of getopt
4916         * lib/getopt.in.h (includes): Use different guard than glibc.
4917         Reported by Sergey Poznyakoff.
4918
4919         doc: mention more cygwin 1.7 status
4920         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
4921         bug.
4922         * doc/posix-functions/execl.texi (execl): Likewise.
4923         * doc/posix-functions/execle.texi (execle): Likewise.
4924         * doc/posix-functions/execlp.texi (execlp): Likewise.
4925         * doc/posix-functions/execv.texi (execv): Likewise.
4926         * doc/posix-functions/execve.texi (execve): Likewise.
4927         * doc/posix-functions/execvp.texi (execvp): Likewise.
4928         * doc/glibc-functions/canonicalize_file_name.texi
4929         (canonicalize_file_name): Cygwin 1.7 now provides this.
4930         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
4931         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
4932         on AT_SYMLINK_NOFOLLOW.
4933
4934 2009-09-24  Eric Blake  <ebb9@byu.net>
4935
4936         test-linkat: make test more robust
4937         * tests/test-linkat.c (main): Avoid collision with EEXIST.
4938
4939         getopt: fix inclusion guards for cygwin
4940         * modules/getopt-posix (Depends-on): Add include-next.
4941         (Makefile.am): Substitute more items in replacement header.
4942         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
4943         <getopt.h>.
4944         * lib/getopt.in.h (includes): Use split inclusion guard, and
4945         prefer <getopt.h> over include <unistd.h> when one is present.
4946         (option): Also override name of 'struct option'.
4947
4948         same-inode: revert prior change; it is not yet ready
4949         * NEWS: Undo mention of this change.
4950         * lib/same-inode.h (same-inode.h): Undo tri-state change.
4951         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
4952         * lib/cycle-check.c (cycle_check): Likewise.
4953         * lib/same.c (same_name): Likewise.
4954         * lib/at-func2.c (at_func2): Likewise.
4955
4956 2009-09-23  Eric Blake  <ebb9@byu.net>
4957
4958         linkat: new module
4959         * modules/linkat: New file.
4960         * lib/at-func2.c (at_func2): Likewise.
4961         * lib/linkat.c (linkat): Likewise.
4962         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
4963         * lib/openat-priv.h (at_func2): Add declaration.
4964         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
4965         * modules/unistd (Makefile.am): Substitute them.
4966         * lib/unistd.in.h (linkat): Declare it.
4967         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4968         * doc/posix-functions/linkat.texi (linkat): Likewise.
4969         * doc/posix-functions/link.texi (link): Tweak wording.
4970         * tests/test-link.c (main): Move guts...
4971         * tests/test-link.h (test_link): ...into new file.
4972         * modules/linkat-tests: New test.
4973         * tests/test-linkat.c: Likewise.
4974         * modules/link-tests (Files): Ship new file.
4975         (Depends-on): Add stdbool.
4976
4977         dirname: add library-safe mdir_name
4978         * lib/dirname.h (mdir_name): New prototype.
4979         * lib/dirname.c (dir_name): Move guts...
4980         (mdir_name): ...to new function that avoids xalloc_die.
4981
4982         fchdir: another mingw fix
4983         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
4984         * lib/fchdir.c (get_name): New helper method; skips canonicalize
4985         on mingw (where it has not yet been ported), and make it optional
4986         elsewhere.
4987         (_gl_register_fd): Use it.
4988
4989         same-inode: make SAME_INODE tri-state, to port to mingw
4990         * NEWS: Mention this change.
4991         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
4992         st_ino always being 0.
4993         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
4994         * lib/cycle-check.c (cycle_check): Likewise.
4995         * lib/same.c (same_name): Likewise.
4996
4997         lstat: avoid mingw compilation error
4998         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
4999         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
5000         lstat ourselves.
5001         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
5002         was adequate.
5003         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
5004         the checks for lstat.
5005         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
5006
5007         link: fix test failure on Solaris 9
5008         * lib/link.c (rpl_link): Don't assume link will catch bogus
5009         trailing slash on source.
5010
5011         test-symlinkat: enhance test
5012         * tests/test-readlink.c (main): Move guts...
5013         * tests/test-readlink.h (test_readlink): ...into new file.
5014         * tests/test-symlink.c (main): Move guts...
5015         * tests/test-symlink.h (test_symlink): ...into new file.
5016         * tests/test-symlinkat.c (main): Use new files for further
5017         coverage.
5018         (do_symlink, do_readlink): New helper functions.
5019         * modules/symlink-tests (Files): Ship new file.
5020         (Depends-on): Add stdbool.
5021         * modules/readlink-tests (Files): Ship new file.
5022         (Depends-on): Add stdbool.
5023         * modules/symlinkat-tests (Files): Use new files.
5024
5025 2009-09-23  Eric Blake  <ebb9@byu.net>
5026
5027         readlink: document portability issue with symlink length
5028         * doc/posix-functions/lstat.texi (lstat): Mention that some file
5029         systems have bogus st_size on symlinks, and mention the
5030         areadlink-with-size module.
5031         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5032         * doc/posix-functions/readlink.texi (readlink): Mention the
5033         areadlink module, and ERANGE failure.
5034         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5035         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
5036
5037         readlink: fix Solaris 9 bug with trailing slash
5038         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
5039         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
5040         * doc/posix-functions/readlink.texi (readlink): Document this.
5041         * modules/readlink-tests: New test.
5042         * tests/test-readlink.c: Likewise.
5043
5044         readlink: fix cygwin 1.5.x bug with return type
5045         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
5046         * lib/unistd.in.h (readlink): Use ssize_t.
5047         * lib/readlink.c (readlink): Likewise.
5048         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5049         * modules/unistd (Makefile.am): Substitute it.
5050         * lib/unistd.in.h (readlink): Declare replacement.
5051         * doc/posix-functions/readlink.texi (readlink): Document this.
5052
5053         symlink: use throughout gnulib
5054         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
5055         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
5056         symlink is not used.
5057         * modules/symlinkat (Depends-on): Add symlink.
5058         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
5059         * modules/canonicalize-tests (Depends-on): Likewise.
5060         * modules/lstat-tests (Depends-on): Likewise.
5061         * modules/openat-tests (Depends-on): Likewise.
5062         * modules/remove-tests (Depends-on): Likewise.
5063         * modules/rmdir-tests (Depends-on): Likewise.
5064         * modules/unlink-tests (Depends-on): Likewise.
5065         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
5066         * tests/test-canonicalize.c (symlink): Likewise.
5067         * tests/test-fstatat.c (symlink): Likewise.
5068         * tests/test-lstat.c (symlink): Likewise.
5069         * tests/test-remove.c (symlink): Likewise.
5070         * tests/test-rmdir.c (symlink): Likewise.
5071         * tests/test-unlink.c (symlink): Likewise.
5072         * tests/test-unlinkat.c (symlink): Likewise.
5073
5074         symlink: new module, for Solaris 9 bug
5075         * modules/symlink: New file.
5076         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
5077         * lib/symlink.c: Likewise.
5078         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
5079         * modules/unistd (Makefile.am): Substitute them.
5080         * lib/unistd.in.h (symlink): Declare replacement.
5081         * MODULES.html.sh (File system functions): Mention it.
5082         * doc/posix-functions/symlink.texi (symlink): Likewise.
5083         * modules/symlink-tests: New test.
5084         * tests/test-symlink.c: Likewise.
5085
5086 2009-09-23  Bruno Haible  <bruno@clisp.org>
5087
5088         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
5089         when needed.
5090         Test case: gnulib-tool --import --with-tests atexit inttypes.
5091         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
5092
5093 2009-09-23  Bruno Haible  <bruno@clisp.org>
5094
5095         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
5096         subcommand, not in a subshell.
5097
5098 2009-09-22  Eric Blake  <ebb9@byu.net>
5099
5100         unistd: sort replacement declarations
5101         * lib/unistd.in.h: Sort declarations.
5102
5103         open, openat: minor optimization
5104         * lib/open.c (open): If open succeeded, len is non-zero.
5105         * lib/openat.c (rpl_openat): Likewise.
5106
5107         link-follow: ensure correct result
5108         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
5109         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
5110         distinguish between possible failures.
5111
5112 2009-09-21  Eric Blake  <ebb9@byu.net>
5113
5114         fts: avoid compiler warning
5115         * lib/fts.c (dirent_inode_sort_may_be_useful)
5116         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
5117
5118 2009-09-19  Bruno Haible  <bruno@clisp.org>
5119
5120         * lib/progreloc.c (canonicalize_file_name): New declaration.
5121
5122 2009-09-19  Eric Blake  <ebb9@byu.net>
5123
5124         link: fix quoting
5125         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
5126
5127         openat: fix openat bugs on Solaris 9
5128         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
5129         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
5130         * modules/openat (Depends-on): Add open.
5131         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
5132         * modules/fcntl-h (Makefile.am): Substitute it.
5133         * lib/fcntl.in.h (openat): Declare replacement.
5134         * doc/posix-functions/openat.texi (openat): Document this.
5135
5136         openat: move fstatat and unlinkat into correct files
5137         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
5138         compiled.
5139         * lib/openat.c (fstatat, unlinkat): Move...
5140         * lib/fstatat.c (fstatat): ...into correct files.
5141         * lib/unlinkat.c (unlinkat): Likewise.
5142
5143         openat: fix unlinkat bugs on Solaris 9
5144         * lib/unlinkat.c (unlinkat): New file.
5145         * modules/openat (Depends-on): Add unlink.
5146         (Files): Distribute it.
5147         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
5148         trailing slash behavior is broken.
5149         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5150         * modules/unistd (Makefile.am): Substitute it.
5151         * lib/unistd.in.h (unlinkat): Declare replacement.
5152         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
5153
5154         openat: fix fstatat bugs on Solaris 9
5155         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
5156         stat.
5157         * doc/posix-functions/fstatat.texi (fstatat): Document this.
5158
5159         test-unlinkat: enhance test, to expose Solaris 9 bug
5160         * tests/test-unlink.c (main): Factor guts...
5161         * tests/test-unlink.h (test_rmdir_func): ...into new file.
5162         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
5163         * tests/test-rmdir.c (main): Adjust caller.
5164         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
5165         (unlinker): New helper function.
5166         (rmdirat): Enhance check.
5167         * modules/rmdir-tests (Depends-on): Add stdbool.
5168         * modules/unlink-tests (Depends-on): Likewise.
5169         (Files): Add test-unlink.h.
5170         * modules/openat-tests (Files): Likewise.
5171         (Depends-on): Add unlinkdir.
5172
5173         test-fstatat: new test, to expose Solaris 9 bugs
5174         * tests/test-stat.c (main): Factor guts...
5175         * tests/test-stat.h (test_stat_func): ...into new file.
5176         * tests/test-lstat.c (main): Factor guts...
5177         * tests/test-lstat.h (test_lstat_func): ...into new file.
5178         * tests/test-fstatat.c: New file.
5179         * modules/stat-tests (Files): Add test-stat.h.
5180         * modules/lstat-tests (Files): Add test-lstat.h.
5181         (Depends-on): Add stdbool.
5182         * modules/openat-tests (Depends-on): Add pathmax.
5183         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
5184         (Makefile.am): Run new test.
5185
5186         remove: new module, for mingw and Solaris 9 bugs
5187         * modules/remove: New file.
5188         * lib/remove.c: Likewise.
5189         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
5190         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5191         * modules/stdio (Makefile.am): Use them.
5192         * lib/stdio.in.h (remove): Declare replacement.
5193         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5194         * doc/posix-functions/remove.texi (remove): Likewise.
5195         * modules/remove-tests: New test.
5196         * tests/test-remove.c: Likewise.
5197
5198         unlink: new module, for Solaris 9 bug
5199         * modules/unlink: New file.
5200         * lib/unlink.c: Likewise.
5201         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
5202         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5203         * modules/unistd (Makefile.am): Use them.
5204         * lib/unistd.in.h (stat): Declare replacement.
5205         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5206         * doc/posix-functions/unlink.texi (unlink): Likewise.
5207         * modules/unlink-tests: New test.
5208         * tests/test-unlink.c: Likewise.
5209
5210         lstat: fix Solaris 9 bug
5211         * lib/lstat.c (lstat): Also check for trailing slash on
5212         non-symlink, non-directories.  Use stat module to simplify logic.
5213         * doc/posix-functions/lstat.texi (lstat): Document it.
5214         * modules/lstat-tests (Depends-on): Add errno, same-inode.
5215         (configure.ac): Check for symlink.
5216         * tests/test-lstat.c (main): Add more tests.
5217
5218         stat: add as dependency to other modules
5219         * modules/chown (Depends-on): Add stat.
5220         * modules/euidaccess (Depends-on): Likewise.
5221         * modules/fchdir (Depends-on): Likewise.
5222         * modules/isdir (Depends-on): Likewise.
5223         * modules/link (Depends-on): Likewise.
5224         * modules/lstat (Depends-on): Likewise.
5225         * modules/mkdir-p (Depends-on): Likewise.
5226         * modules/modechange (Depends-on): Likewise.
5227         * modules/open (Depends-on): Likewise.
5228         * modules/readlink (Depends-on): Likewise.
5229         * modules/same (Depends-on): Likewise.
5230
5231         stat: fix Solaris 9 bug
5232         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
5233         slash.
5234         * lib/stat.c (rpl_stat): Work around it.
5235         * doc/posix-functions/stat.texi (stat): Update documentation.
5236
5237         stat: new module, for mingw bug
5238         * modules/stat: New file.
5239         * lib/stat.c: Likewise.
5240         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5241         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5242         * modules/sys_stat (Makefile.am): Use them.
5243         * lib/sys_stat.in.h (stat): Declare replacement.
5244         * lib/openat.c (fstatat): Deal with lstat and stat being function
5245         macros.
5246         * modules/openat (Depends-on): Add inline.
5247         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5248         * doc/posix-functions/stat.texi (stat): Likewise.
5249         * modules/stat-tests: New test.
5250         * tests/test-stat.c: Likewise.
5251
5252 2009-09-19  Jim Meyering  <meyering@redhat.com>
5253
5254         syntax-check: detect unnecessary inclusion of canonicalize.h
5255         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
5256
5257 2009-09-19  Eric Blake  <ebb9@byu.net>
5258
5259         canonicalize-lgpl: adjust clients to use correct header
5260         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
5261         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
5262         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
5263         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
5264         * lib/progreloc.c (includes): Likewise.
5265
5266 2009-09-19  Jim Meyering  <meyering@redhat.com>
5267
5268         test-posixtm.c: correct a comment
5269         * tests/test-posixtm.c: Correct first-line comment.
5270         Spotted by Eric Blake.
5271
5272 2009-09-16  Jim Meyering  <meyering@redhat.com>
5273
5274         posixtm-tests: make T const-correct; add a test case
5275         * tests/test-posixtm.c (T): Declare const.
5276         Add a test for -(2^31+1).
5277         Remove useless can-succeed-only-in-2002 test.
5278
5279         posixtm-tests: adjust the sole failing test
5280         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
5281         expected output matches what mktime now produces.  Cross-checked via
5282         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
5283
5284         posixtm: move #ifdef'd tests into a new module
5285         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
5286         * tests/test-posixtm.c: ... this new file.
5287         * modules/posixtm-tests: New module.
5288
5289 2009-09-19  Eric Blake  <ebb9@byu.net>
5290
5291         openat: simplify use of at-func.c
5292         * lib/at-func.c (includes): Include prerequisites here, to
5293         simplify requirements on client files.
5294         * lib/openat-priv.h: Add double-inclusion guard.
5295         * lib/faccessat.c (includes): Simplify.
5296         * lib/fchmodat.c (includes): Likewise.
5297         * lib/fchownat.c (includes): Likewise.
5298         * lib/mkdirat.c (includes): Likewise.
5299         * lib/mkfifoat.c (includes): Likewise.
5300         * lib/symlinkat.c (includes): Likewise.
5301
5302         openat: allow return of fd 0
5303         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
5304         * modules/save-cwd (Depends-on): Replace fcntl-safer with
5305         unistd-safer.
5306         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
5307         <fcntl.h>; this module does not leak fds.
5308         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
5309         must be allowed to return 0, leaving openat_safer to add the
5310         safety.
5311         (openat_permissive): Avoid writing to just-opened fd 2 if
5312         restoring the current directory fails.
5313         * lib/openat-die.c (openat_restore_fail): Add comment.
5314         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
5315         (save_cwd): Guarantee safe fd, but without use of open_safer.
5316         * tests/test-openat.c: New test.
5317         * modules/openat-tests (Files, Makefile.am): Distribute and build
5318         new file.
5319
5320         relocatable-prog-wrapper: fix build
5321         * modules/relocatable-prog-wrapper (Files): Update name of
5322         canonicalize m4 file, broken on 2009-09-17.
5323         Reported by emad hajjar <aleppos@hotmail.com>.
5324
5325 2009-09-19  Bruno Haible  <bruno@clisp.org>
5326
5327         * lib/safe-alloc.h: Use the standard header with GPL copyright.
5328         * lib/safe-alloc.c: Likewise.
5329         Reported by Ian Beckwith <ianb@erislabs.net>.
5330
5331 2009-09-18  Bruno Haible  <bruno@clisp.org>
5332
5333         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
5334         Reported by <erobles@sensacd.com.mx>.
5335
5336 2009-09-17  Eric Blake  <ebb9@byu.net>
5337
5338         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
5339         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
5340         slashes when checking if last component is missing.
5341         * tests/test-canonicalize.c (main): Test this.
5342
5343         canonicalize, canonicalize-lgpl: honor // if distinct from /
5344         * modules/canonicalize (Files): Add double-slash-root.m4.
5345         * modules/canonicalize-lgpl (Files): Likewise.
5346         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
5347         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
5348         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
5349         fallback definition.
5350         (canonicalize_filename_mode): Use it to protect //.
5351         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
5352         (__realpath): Likewise.
5353         * tests/test-canonicalize.c (main): Test this.
5354         * tests/test-canonicalize-lgpl.c (main): Likewise.
5355         * modules/canonicalize-tests (Depends-on): Add same-inode.
5356         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
5357
5358         canonicalize-lgpl: fix glibc bug with trailing slash
5359         * m4/canonicalize-lgpl.m4: Move contents...
5360         * m4/canonicalize.m4: ...here.
5361         (gl_CANONICALIZE_LGPL): Factor realpath check...
5362         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
5363         glibc 2.3.5 bug, fixed 2005-04-27.
5364         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
5365         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
5366         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
5367         * modules/canonicalize-lgpl (Files): Manage file rename.
5368         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
5369         * modules/stdlib (Makefile.am): Substitute witness.
5370         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
5371         is needed.
5372         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
5373         replacement is required.
5374         * lib/canonicalize.c (canonicalize_file_name): Likewise.
5375         * doc/glibc-functions/canonicalize_file_name.texi
5376         (canonicalize_file_name): Document this.
5377         * doc/posix-functions/realpath.texi (realpath): Likewise.
5378
5379         canonicalize-lgpl: reject non-directory with trailing slash
5380         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
5381         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
5382         catches failures in glibc 2.3.5.
5383         * tests/test-canonicalize.c (main): Likewise.
5384
5385         canonicalize-lgpl: use native realpath if it works
5386         * lib/canonicalize-lgpl.c (realpath): Guard with
5387         FUNC_REALPATH_WORKS.
5388         * lib/stdlib.in.h (realpath): Make declaration optional based on
5389         HAVE_REALPATH.
5390         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
5391         native realpath works.
5392         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
5393         * modules/stdlib (Makefile.am): Substitute witness.
5394
5395         canonicalize, canonicalize-lgpl: use <stdlib.h>
5396         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
5397         (Include): Mention <stdlib.h>.
5398         (configure.ac): Mention functions we provide.
5399         * modules/canonicalize (configure.ac): Likewise.
5400         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
5401         realpath if canonicalize_file_name is missing.
5402         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
5403         * modules/stdlib (Makefile.am): Substitute witnesses.
5404         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
5405         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
5406         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
5407         * NEWS: Document this.
5408         * doc/glibc-functions/canonicalize_file_name.texi
5409         (canonicalize_file_name): Likewise.
5410         * doc/posix-functions/realpath.texi (realpath): Likewise.
5411         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
5412
5413         test-canonicalize: consolidate into single C program
5414         * tests/test-canonicalize.sh: Delete; move setup into...
5415         * tests/test-canonicalize.c (main): ...the program, making it
5416         easier to run in debugger.  Add some tests.
5417         * modules/canonicalize-tests (Files): Remove unused file.
5418         (Depends-on): Add progname.
5419         (configure.ac, Makefile.am): Simplify.
5420
5421         test-canonicalize-lgpl: consolidate into single C program
5422         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
5423         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
5424         easier to run in debugger.  Add some tests.
5425         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
5426         (configure.ac, Makefile.am): Simplify.
5427
5428         canonicalize: avoid resolvepath
5429         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
5430         unnecessary checks.
5431         * lib/canonicalize.c (includes): Simplify.
5432         (canonicalize_file_name): Drop resolvepath implementation.
5433         * modules/canonicalize (Depends-on): Drop filenamecat.
5434
5435         canonicalize: don't lose errno
5436         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
5437         over calls to free.
5438
5439         canonicalize: simplify errno handling
5440         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
5441         assignment.
5442
5443         canonicalize, canonicalize-lgpl: update module dependencies
5444         * modules/canonicalize (Depends-on): Add extensions, lstat,
5445         pathmax, stdlib.
5446         (Files): Drop pathmax.h.
5447         (configure.ac): Adjust macro name.
5448         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
5449         lstat, stdlib, sys_stat.
5450         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
5451         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
5452         extensions.
5453         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
5454         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
5455         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
5456         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
5457         declaration, if available.
5458         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
5459         we can rely on the readlink module.
5460         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
5461         (includes): Use <unistd.h> unconditionally.
5462
5463 2009-09-17  Eric Blake  <ebb9@byu.net>
5464
5465         maint: make Include sections of modules consistent
5466         * modules/alloca: Use only header name; no need to list #include.
5467         * modules/alloca-opt: Likewise.
5468         * modules/arpa_inet: Likewise.
5469         * modules/canon-host: Likewise.
5470         * modules/configmake: Likewise.
5471         * modules/dirent: Likewise.
5472         * modules/eealloc: Likewise.
5473         * modules/environ: Likewise.
5474         * modules/fchdir: Likewise.
5475         * modules/fcntl: Likewise.
5476         * modules/fcntl-h: Likewise.
5477         * modules/gethrxtime: Likewise.
5478         * modules/gettime: Likewise.
5479         * modules/ignore-value: Likewise.
5480         * modules/inet_ntop: Likewise.
5481         * modules/inet_pton: Likewise.
5482         * modules/inttypes: Likewise.
5483         * modules/isnand-nolibm: Likewise.
5484         * modules/isnanf-nolibm: Likewise.
5485         * modules/mbchar: Likewise.
5486         * modules/mbfile: Likewise.
5487         * modules/mbiter: Likewise.
5488         * modules/mbuiter: Likewise.
5489         * modules/netdb: Likewise.
5490         * modules/netinet_in: Likewise.
5491         * modules/nproc: Likewise.
5492         * modules/pagealign_alloc: Likewise.
5493         * modules/poll: Likewise.
5494         * modules/printf-frexp: Likewise.
5495         * modules/pthread: Likewise.
5496         * modules/putenv: Likewise.
5497         * modules/random_r: Likewise.
5498         * modules/relocatable-prog: Likewise.
5499         * modules/search: Likewise.
5500         * modules/select: Likewise.
5501         * modules/selinux-h: Likewise.
5502         * modules/settime: Likewise.
5503         * modules/signal: Likewise.
5504         * modules/size_max: Likewise.
5505         * modules/socklen: Likewise.
5506         * modules/ssize_t: Likewise.
5507         * modules/stdarg: Likewise.
5508         * modules/stdbool: Likewise.
5509         * modules/stddef: Likewise.
5510         * modules/stdint: Likewise.
5511         * modules/stdio: Likewise.
5512         * modules/stdlib: Likewise.
5513         * modules/string: Likewise.
5514         * modules/strings: Likewise.
5515         * modules/sys_file: Likewise.
5516         * modules/sys_ioctl: Likewise.
5517         * modules/sys_select: Likewise.
5518         * modules/sys_socket: Likewise.
5519         * modules/sys_stat: Likewise.
5520         * modules/sys_time: Likewise.
5521         * modules/sys_times: Likewise.
5522         * modules/sys_utsname: Likewise.
5523         * modules/sys_wait: Likewise.
5524         * modules/sysexits: Likewise.
5525         * modules/time: Likewise.
5526         * modules/times: Likewise.
5527         * modules/tmpfile: Likewise.
5528         * modules/trim: Likewise.
5529         * modules/unistd: Likewise.
5530         * modules/wchar: Likewise.
5531         * modules/wctype: Likewise.
5532
5533 2009-09-17  Bruno Haible  <bruno@clisp.org>
5534
5535         Make getdate.y compile on QNX and NetBSD 5 / i386.
5536         * m4/getdate.m4 (gl_GETDATE): Conditionally define
5537         TIME_T_FITS_IN_LONG_INT.
5538         * lib/getdate.y (long_time_t): New type.
5539         (relative_time): Change type of 'seconds' field to long_time_t.
5540         (get_date): Update types of local variables. Check against overflow
5541         during conversion from long_time_t to time_t.
5542         Reported by Matt Kraai <kraai@ftbfs.org>
5543         and Hasso Tepper <hasso@netbsd.org>.
5544
5545 2009-09-17  Bruno Haible  <bruno@clisp.org>
5546
5547         * modules/COPYING: Update copyright years.
5548         * modules/README: Likeiwse.
5549         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
5550         Reported by Ian Beckwith <ianb@erislabs.net>.
5551
5552 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
5553
5554         * users.txt: Update references for gnuit package.
5555
5556 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
5557
5558         * m4/getdelim.m4: Fix typo in copyright line.
5559
5560 2009-09-17  Bruno Haible  <bruno@clisp.org>
5561
5562         * lib/atoll.c: Use the standard header with GPL copyright.
5563         * lib/argz.in.h: Likewise.
5564         * lib/glob.c: Likewise.
5565         * lib/glob-libc.h: Likewise.
5566         * lib/random_r.c: Likewise.
5567         * lib/siglist.h: Likewise.
5568         * lib/strsignal.c: Likewise.
5569         Reported by Ian Beckwith <ianb@erislabs.net>.
5570
5571 2009-09-17  Eric Blake  <ebb9@byu.net>
5572
5573         rmdir: ensure correct dependency order
5574         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
5575
5576 2009-09-17  Bruno Haible  <bruno@clisp.org>
5577
5578         Disable assertion that fails on NetBSD 5 / i386.
5579         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
5580         Reported by Sam Steingold <sds@gnu.org>
5581         and Hasso Tepper <hasso@netbsd.org>.
5582
5583 2009-09-16  Eric Blake  <ebb9@byu.net>
5584
5585         unlinkdir: port to mingw
5586         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
5587         on which no one can unlink a directory.
5588
5589         stdlib: sort witness names
5590         * modules/stdlib (Makefile.am): Sort replacements.
5591         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
5592         * lib/stdlib.in.h: Likewise.
5593
5594         parse-duration-tests: avoid link failure
5595         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
5596         LIBINTL.
5597         Reported by Tom G. Christensen.
5598
5599         openat-tests: ensure unlinkat behaves like rmdir
5600         * tests/test-rmdir.c (main): Factor guts...
5601         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
5602         * modules/rmdir-tests (Files): Ship new file.
5603         * modules/openat-tests: New test.
5604         * tests/test-unlinkat.c: Likewise.
5605
5606         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
5607         * modules/rmdir-errno (Status, Notice): Now obsolete.
5608
5609         rmdir: work around cygwin 1.5.x and mingw bugs
5610         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
5611         * lib/rmdir.c (rmdir): Work around it.
5612         * modules/rmdir (Status, Notice): No longer obsolete.
5613         (Files): Add dos.m4.
5614         (Depends-on): Add unistd.
5615         (configure.ac): Set witnesses.
5616         (License): Relax to LGPLv2+.
5617         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
5618         * modules/unistd (Makefile.am): Substitute witnesses.
5619         * lib/unistd.in.h (rmdir): Declare replacement.
5620         * doc/posix-functions/rmdir.texi (rmdir): Document this.
5621         * modules/rmdir-tests: New tests.
5622         * tests/test-rmdir.c: Likewise.
5623
5624 2009-09-15  Eric Blake  <ebb9@byu.net>
5625
5626         fchdir: improve use of replacement functions
5627         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
5628         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
5629         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
5630         REPLACE_CLOSEDIR.
5631         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
5632         * modules/sys_stat (Makefile.am): Substitute correct witness.
5633         * modules/dirent (Makefile.am): Likewise.
5634         * modules/unistd (Makefile.am): Likewise.
5635         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
5636         * lib/unistd.in.h (dup): Likewise.
5637         * lib/sys_stat.in.h (fstat): Likewise.
5638
5639         maint: ignore gnulib-tool temp files
5640         * .gitignore: Ignore files created during gnulib-tool --test.
5641
5642 2009-09-13  Jim Meyering  <meyering@redhat.com>
5643
5644         posixtm: don't reject a time that specify "60" as the number of seconds
5645         * lib/posixtm.c (posixtime): The code to reject invalid dates
5646         would also reject a time specified with the .60 suffix.
5647         But POSIX allows that, in order to accommodate leap seconds.
5648         So don't reject it.
5649         (main): Adjust tests accordingly.
5650         * modules/posixtm (Depends-on): Add stpcpy.
5651
5652 2009-09-11  Jim Meyering  <meyering@redhat.com>
5653
5654         announce-gen: include [$release_type] in emitted Subject:
5655         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
5656         e.g., [stable] in the emitted Subject: line.
5657
5658 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5659
5660         Remove obsolete macros from several modules.
5661         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
5662         obsolete Autoconf macros with their modern counterparts.
5663         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
5664         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
5665         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
5666         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5667         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
5668         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
5669         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
5670         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
5671         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
5672         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
5673         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
5674         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
5675         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
5676         * m4/sockets.m4 (gl_SOCKETS): Likewise.
5677         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
5678         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
5679         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
5680         * m4/time_r.m4 (gl_TIME_R): Likewise.
5681         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
5682         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
5683         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5684
5685         Fix copyright header in build-aux scripts.
5686         * build-aux/git-version-gen: Fix copyright header to match GPLv3
5687         recommendation.
5688         * build-aux/ncftpput-ftp: Likewise.
5689         * build-aux/update-copyright: Likewise.
5690
5691 2009-09-09  Eric Blake  <ebb9@byu.net>
5692
5693         test-link: allow Linux choice of errno
5694         * tests/test-link.c (main): Relax test for alternate error.
5695
5696         strndup: fix improper m4 caching
5697         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
5698         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
5699         (gl_PREREQ_STRNDUP): Delete.
5700         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
5701         * modules/string (Makefile.am): Substitute it.
5702         * lib/string.in.h (strndup): Modernize prototype.
5703
5704         getcwd: port to mingw
5705         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
5706         different from the POSIX assumptions made throughout the getcwd
5707         module; fortunately, the mingw getcwd does not need replacement.
5708         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
5709         * modules/getcwd-tests: New test.
5710         * tests/test-getcwd.c: Likewise.
5711
5712         link: fix platform bugs
5713         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
5714         * lib/link.c (link): Work around them.  Fix related mingw bug.
5715         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
5716         * modules/unistd (Makefile.am): Substitute it.
5717         * lib/unistd.in.h (link): Declare replacement.
5718         * doc/posix-functions/link.texi (link): Document this.
5719         * modules/link (Depends-on): Add strdup-posix, sys_stat.
5720
5721         test-link: consolidate into single C program, test more cases
5722         * tests/test-link.sh: Delete.
5723         * tests/test-link.c: Test more error conditions.  Exposes bugs on
5724         at least Cygwin and Solaris.
5725         * modules/link-tests (Files): Remove unused file.
5726         (Depends-on): Add errno, sys_stat.
5727         (Makefile.am): Simplify.
5728
5729 2009-09-08  Bruno Haible  <bruno@clisp.org>
5730
5731         Work around towlower, towupper bug on mingw.
5732         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
5733         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
5734         * doc/posix-functions/towlower.texi: Mention the mingw bug.
5735         * doc/posix-functions/towupper.texi: Likewise.
5736         Reported by Eric Blake.
5737
5738 2009-09-08  Jim Meyering  <meyering@redhat.com>
5739
5740         build: don't try to run autoheader if we don't use it
5741         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
5742         is not used in configure.ac.
5743
5744 2009-09-08  Eric Blake  <ebb9@byu.net>
5745
5746         euidaccess: fix compilation error
5747         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
5748
5749         rawmemchr: relax license
5750         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
5751         okay.
5752         Reported by Jim Meyering.
5753
5754         mkfifoat: new module
5755         * modules/mkfifoat: New file.
5756         * lib/mkfifoat.c: Likewise.
5757         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
5758         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5759         * modules/sys_stat (Makefile.am): Use them.
5760         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
5761         * MODULES.html.sh (File system functions): Mention module.
5762         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
5763         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
5764         * modules/mkfifoat-tests: New test.
5765         * tests/test-mkfifoat.c: Likewise.
5766
5767         strchrnul: relax license
5768         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
5769         okay.
5770         Reported by Jim Meyering.
5771
5772 2009-09-08  Eric Blake  <ebb9@byu.net>
5773
5774         fstatat: fix compilation on Solaris
5775         * lib/fstatat.c (includes): Add fcntl.h.
5776         Reported by Pádraig Brady.
5777
5778 2009-09-07  Eric Blake  <ebb9@byu.net>
5779
5780         rename: modernize replacement
5781         * modules/rename (Depends-on): Add stdio.
5782         (configure.ac): Declare witness.
5783         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
5784         stdio take care of replacement.
5785         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
5786         * modules/stdio (Makefile.am): Substitute them.
5787         * lib/stdio.in.h (rename): Declare replacement.
5788         * lib/rename.c (includes): Allow cross-compilation to non-windows
5789         machines.
5790         * doc/posix-functions/rename.texi (rename): Improve
5791         documentation.
5792
5793         stdio: sort witness names
5794         * modules/stdio (Makefile.am): Sort replacements.
5795         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5796         * lib/stdio.in.h: Likewise.
5797
5798         getcwd: minor cleanups
5799         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
5800         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
5801
5802         openat: provide more convenience names
5803         * modules/faccessat (configure.ac): Add C witness.
5804         * lib/unistd.in.h (readlinkat): Fix typo.
5805         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
5806         convenience wrappers.
5807         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
5808         wrappers in syntax checks.
5809
5810 2009-09-06  Eric Blake  <ebb9@byu.net>
5811
5812         doc: fix comments in recent patches
5813         * lib/faccessat.c: Mention correct function.
5814         * lib/fchmodat.c: Likewise.
5815         * lib/fchownat.c: Likewise.
5816         * lib/symlinkat.c: Likewise.
5817         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
5818         constants.
5819
5820         faccessat, symlinkat: continue cleanup of previous patch
5821         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
5822         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
5823         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
5824         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
5825         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
5826         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
5827         set.
5828
5829 2009-09-06  Bruno Haible  <bruno@clisp.org>
5830
5831         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
5832         (fstatat): Declare if GNULIB_FSTATAT is set.
5833         (mkdirat): Declare if GNULIB_MKDIRAT is set.
5834         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
5835         (unlinkat): Declare if GNULIB_UNLINKAT is set.
5836         * modules/fcntl-h (Files): Remove m4/openat.m4.
5837         * modules/sys_stat (Files): Remove m4/openat.m4.
5838         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
5839         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
5840         * modules/unistd (Files): Remove m4/openat.m4.
5841         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
5842         GNULIB_OPENAT.
5843         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
5844         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
5845         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
5846         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
5847         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
5848         gl_OPENAT_DEFAULTS.
5849         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
5850         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
5851         Don't require gl_OPENAT_DEFAULTS.
5852         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
5853         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
5854         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
5855         (gl_OPENAT_DEFAULTS): Remove macro.
5856
5857 2009-09-06  Bruno Haible  <bruno@clisp.org>
5858
5859         * modules/openat (configure.ac): Remove unneeded witness.
5860
5861 2009-09-06  Bruno Haible  <bruno@clisp.org>
5862
5863         Set errno to ENOSYS when a function is entirely unsupported.
5864         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
5865         EOPNOTSUPP.
5866         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
5867         * modules/chown (Depends-on): Remove errno.
5868
5869 2009-09-06  Bruno Haible  <bruno@clisp.org>
5870
5871         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
5872
5873 2009-09-06  Bruno Haible  <bruno@clisp.org>
5874
5875         * lib/sys_stat.in.h: Fix preprocessor command indentation.
5876
5877 2009-09-06  Ben Pfaff  <blp@gnu.org>
5878             Bruno Haible  <bruno@clisp.org>
5879
5880         Work around a glibc bug in strtok_r.
5881         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
5882         Undefine if UNDEFINE_STRTOK_R is set.
5883         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
5884         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5885         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
5886         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
5887         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
5888         UNDEFINE_STRTOK_R.
5889         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
5890
5891 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
5892
5893         exclude: minor fix
5894         * lib/exclude.c: Include wctype.h
5895
5896 2009-09-06  Akim Demaille  <demaille@gostai.com>
5897
5898         bootstrap: improve error message
5899         * build-aux/bootstrap (find_tool): Upon failure, report the list
5900         of candidates.
5901         Honor the initial value of the envvar.
5902
5903 2009-09-05  Eric Blake  <ebb9@byu.net>
5904
5905         symlinkat: new module
5906         * modules/symlinkat: New file.
5907         * lib/symlinkat.c: Likewise.
5908         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
5909         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5910         * modules/unistd (Makefile.am): Use them.
5911         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
5912         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
5913         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
5914         * MODULES.html.sh (File system functions): Mention module.
5915         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5916         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5917         * modules/symlinkat-tests: New test.
5918         * tests/test-symlinkat.c: Likewise.
5919
5920         test-openat-safer: add more checks
5921         * tests/test-openat-safer.c (main): Check more code paths.
5922
5923 2009-09-05  Jim Meyering  <meyering@redhat.com>
5924
5925         syntax-check: detect unnecessary inclusion of openat.h
5926         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
5927
5928 2009-09-05  Bruno Haible  <bruno@clisp.org>
5929
5930         Support towlower, towupper.
5931         * doc/posix-functions/towlower.texi: Mention module wctype.
5932         * doc/posix-functions/towupper.texi: Likewise.
5933         * lib/wctype.in.h (towlower, towupper): New functions.
5934         * tests/test-wctype.c: Include stdio.h, stdlib.h.
5935         (ASSERT): New macro.
5936         (e): New variable.
5937         (main): Test also towlower, towupper. Test WEOF argument.
5938         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
5939
5940 2009-09-05  Bruno Haible  <bruno@clisp.org>
5941
5942         Fix conversion behaviour when the input is invalid.
5943         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
5944         mark occurring in first pass of indirect conversion.
5945         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
5946         input.
5947         Found by clang's static analyzer.
5948
5949 2009-09-05  Bruno Haible  <bruno@clisp.org>
5950
5951         * tests/test-striconveh.c (main): Test indirect conversion on platforms
5952         where direct conversion is possible.
5953
5954 2009-09-04  Eric Blake  <ebb9@byu.net>
5955
5956         openat: fail with ENOENT on empty name
5957         * lib/openat-proc.c (openat_proc_name): Special-case the empty
5958         buffer.
5959
5960         link-follow: fix logic bug in prior patch
5961         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
5962         reversed sense of yes and no in prior patch.  Avoid confusing
5963         compilation failure with desired semantics.
5964
5965         link-follow: accomodate mingw and cross-compilation
5966         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
5967         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
5968         cross-compilation results to -1, to make linkat easier to
5969         implement when cross-compiling.  Trivially support mingw.
5970         * modules/link-follow (configure.ac): Call new name.
5971         * NEWS: Mention this.
5972
5973 2009-09-03  Eric Blake  <ebb9@byu.net>
5974
5975         faccessat: compile replacement
5976         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
5977         needed.
5978
5979         fts: fix compilation error
5980         * lib/fts.c (includes): Re-add "openat.h", for
5981         openat_needs_fchdir.
5982
5983         faccessat: new module
5984         * modules/faccessat: New file.
5985         * lib/faccessat.c: Likewise.
5986         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
5987         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5988         * modules/unistd (Makefile.am): Use it.
5989         * lib/unistd.in.h (faccessat): Declare it.
5990         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
5991         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
5992         * MODULES.html.sh (File system functions): Mention it.
5993         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
5994         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
5995
5996         euidaccess: prefer POSIX over non-standard implementation
5997         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
5998         * lib/euidaccess.c (euidaccess): Use it if available.
5999
6000         openat: make template easier to use
6001         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
6002         AT_FUNC_F2 to be undefined.
6003         (VALIDATE_FLAG): New macro; use it to reject bad flags.
6004         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
6005         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
6006         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
6007         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
6008         Likewise.
6009         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
6010         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
6011         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
6012         Likewise.
6013
6014         openat: declare in POSIX headers
6015         * NEWS: Mention this.
6016         * modules/openat (configure.ac): Declare witnesses.
6017         (Depends-on): Add fcntl-h, sys_stat, unistd.
6018         (Include): Mention correct headers.
6019         * modules/fcntl-h (Depends-on): Add link-warning.
6020         (Files): Add openat.m4.
6021         (Makefile.am): Substitute witnesses.
6022         * modules/sys_stat (Files, Makefile.am): Likewise.
6023         * modules/unistd (Files, Makefile.am): Likewise.
6024         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
6025         (gl_OPENAT_DEFAULTS): New macro.
6026         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
6027         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
6028         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
6029         (SYS_STAT_H): Remove unused variable.
6030         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
6031         * lib/fcntl--.h (includes): Remove unneeded header.
6032         * lib/openat-safer.c (includes): Likewise.
6033         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
6034         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
6035         appropriate headers.
6036         (__OPENAT_PREFIX): Delete.
6037         * lib/fcntl.in.h (openat): Provide declaration.
6038         (AT_FDCWD): Fix Solaris bug.
6039         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
6040         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
6041         * lib/fchmodat.c (includes):  Adjust to find declaration.
6042         * lib/fchownat.c (includes): Likewise.
6043         * lib/mkdirat.c (includes): Likewise.
6044         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
6045         still visible.
6046
6047 2009-09-02  Eric Blake  <ebb9@byu.net>
6048
6049         errno: use consistently
6050         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
6051         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
6052         * lib/canonicalize.c (ELOOP): Likewise.
6053         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
6054         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
6055         * lib/lchown.c (EOPNOTSUPP): Likewise.
6056         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
6057         * lib/savewd.c (ESTALE): Likewise.
6058         * lib/settime.c (ENOSYS): Likewise.
6059         * lib/utimens.c (ENOSYS): Likewise.
6060         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
6061         * lib/chdir-safer.c (ELOOP): Likewise.
6062         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
6063         * modules/c-stack (Depends-on): Add errno.
6064         * modules/canonicalize (Depends-on): Likewise.
6065         * modules/chdir-safer (Depends-on): Likewise.
6066         * modules/fdopendir (Depends-on): Likewise.
6067         * modules/inet_ntop (Depends-on): Likewise.
6068         * modules/inet_pton (Depends-on): Likewise.
6069         * modules/lchown (Depends-on): Likewise.
6070         * modules/openat (Depends-on): Likewise.
6071         * modules/savewd (Depends-on): Likewise.
6072         * modules/settime (Depends-on): Likewise.
6073         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
6074
6075         fts: avoid leaking fds
6076         * modules/fts (Depends-on): Add cloexec.
6077         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
6078         flag.
6079
6080         fts: make directory fds more robust
6081         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
6082         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
6083
6084         backupfile, chdir-long, fts, savedir: make safer
6085         * lib/backupfile.c (includes): Use "dirent--.h", since
6086         numbered_backup can write to stderr during readdir.
6087         * lib/savedir.c (includes): Likewise.
6088         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
6089         emulation can write to stderr on failure.
6090         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
6091         * lib/getcwd.c: Document why opendir_safer is unused.
6092         * lib/glob.c: Likewise.
6093         * lib/scandir.c: Likewise.
6094         * lib/openat-proc.c: Likewise, for open_safer.
6095         * modules/backupfile (Depends-on): Add dirent-safer.
6096         * modules/savedir (Depends-on): Likewise.
6097         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
6098         * modules/chdir-long (Depends-on): Add openat-safer.
6099
6100         openat-safer: new module
6101         * modules/openat-safer: New file.
6102         * lib/openat-safer.c: Likewise.
6103         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
6104         * lib/fcntl-safer.h (openat_safer): Declare.
6105         * lib/fcntl--.h (openat): Override.
6106         * MODULES.html.sh (File descriptor based I/O): Mention it.
6107         * lib/openat.h: Add double-inclusion guards.
6108         * lib/openat.c (includes): Only include "fcntl-safer.h", not
6109         "fcntl--.h", so we can implement openat.
6110         * modules/openat-safer-tests: New test.
6111         * tests/test-openat-safer.c: New file.
6112
6113         dirent-safer: new module
6114         * modules/dirent-safer: New file.
6115         * lib/dirent--.h: Likewise.
6116         * lib/dirent-safer.h: Likewise.
6117         * lib/opendir-safer.c: Likewise.
6118         * m4/dirent-safer.m4: Likewise.
6119         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
6120         * modules/dirent-safer-tests: New test.
6121         * tests/test-dirent-safer.c: New file.
6122         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
6123
6124         fdopendir: optimize on mingw
6125         * lib/unistd.in.h (_gl_directory_name): New prototype.
6126         * lib/fchdir.c (_gl_directory_name): Implement it.
6127         (fchdir): Use it to simplify implementation.
6128         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
6129         fchdir, when available, to avoid calling [f]chdir().
6130
6131         fdopendir: split into its own module
6132         * lib/openat.c (fdopendir): Move...
6133         * lib/fdopendir.c: ...into new file.
6134         * modules/fdopendir: New module.
6135         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
6136         * modules/openat (Depends-on): Add fdopendir.
6137         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
6138         fdopendir here.
6139         * modules/savedir (Depends-on): Only need fdopendir, not full
6140         openat.
6141         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
6142         * lib/openat.h (fdopendir): Drop prototype.
6143         * lib/dirent.in.h (fdopendir): Provide prototype.
6144         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
6145         * modules/dirent (Makefile.am): Substitute them.
6146         * MODULES.html.sh (File system functions): Mention it.
6147         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
6148         * modules/fdopendir-tests: New file.
6149         * tests/test-fdopendir.c: Likewise.
6150
6151         fchdir: use more consistent macro convention
6152         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
6153         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
6154         REPLACE_FCHDIR, rather than relying on config.h macros.
6155         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
6156         inside a single make-time REPLACE_FCHDIR block, rather than using
6157         the config.h FCHDIR_REPLACEMENT.
6158         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
6159         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
6160         Manage fstat replacement.
6161         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
6162         REPLACE_FCHDIR.
6163         * modules/sys_stat (Files): Add m4/unistd_h.m4.
6164         (Makefile.am): Substitute REPLACE_FCHDIR.
6165         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
6166         FCHDIR_REPLACEMENT.
6167         * lib/dup-safer.c (dup_safer): Likewise.
6168         * lib/dup2.c (rpl_dup2): Likewise.
6169         * lib/dup3.c (rpl_dup3): Likewise.
6170         * lib/open.c (rpl_open): Likewise.
6171
6172         fchdir: simplify error handling, and support dup3
6173         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
6174         stdbool, malloc-posix, realloc-posix.
6175         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
6176         (ensure_dirs_slot): Return false on allocation failure.
6177         (rpl_dup2): Delete.
6178         (_gl_register_dup): New function.
6179         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
6180         (_gl_register_fd): Close fd on allocation failure.
6181         * lib/fcntl.in.h (_gl_register_fd): Update signature.
6182         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
6183         prototype.
6184         (rpl_dup2_fchdir): Delete prototype.
6185         * lib/open.c (open): Update caller.
6186         * lib/dup2.c (dup2): Track fchdir metadata.
6187         * lib/dup3.c (dup3): Likewise.
6188         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
6189         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
6190
6191 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6192
6193         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
6194         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
6195         don't pass arguments to AC_OUTPUT.
6196
6197 2009-09-02  Bruno Haible  <bruno@clisp.org>
6198
6199         * modules/mkdtemp (License): Relicense under LGPLv2+.
6200         Reported by Paolo Bonzini.
6201
6202 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6203
6204         Replace uses of obsolete autoconf macros in Jim's modules.
6205         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
6206         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
6207         can evoke a warning from autoconf when run with -Wobsolete
6208         enabled.  They were declared obsolete for good reasons (see
6209         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
6210         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
6211         should not continue using the deprecated macros.
6212         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
6213         obsolete Autoconf macros with modern counterparts.
6214         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6215         * m4/dos.m4 (gl_AC_DOS): Likewise.
6216         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
6217         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
6218         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
6219         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
6220         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
6221         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
6222         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
6223         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
6224         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6225         Likewise.
6226         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
6227         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6228         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
6229         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
6230         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6231         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6232
6233 2009-09-01  Eric Blake  <ebb9@byu.net>
6234
6235         fchdir: fix off-by-one bug in previous patch
6236         * lib/fchdir.c (rpl_fstat): Use correct bounds.
6237         (_gl_unregister_fd): Delete useless if.
6238
6239 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
6240
6241         maint.mk: sort the list of syntax-check rules
6242         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
6243         easier to get a sense of progress when the rules are run sequentially
6244         and take a long time.
6245
6246 2009-09-01  Simon Josefsson  <simon@josefsson.org>
6247
6248         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
6249         * modules/netinet_in: Likewise.
6250         * modules/sys_file: Likewise.
6251         * modules/sys_ioctl: Likewise.
6252         * modules/sys_select: Likewise.
6253         * modules/sys_socket: Likewise.
6254         * modules/sys_stat: Likewise.
6255         * modules/sys_time: Likewise.
6256         * modules/sys_times: Likewise.
6257         * modules/sys_utsname: Likewise.
6258         * modules/sys_wait: Likewise.
6259
6260 2009-09-01  Jim Meyering  <meyering@redhat.com>
6261
6262         fts: help ensure that return values are not ignored
6263         * lib/fts_.h (__GNUC_PREREQ): Define.
6264         (__attribute_warn_unused_result__): Define.
6265         (fts_children, fts_close, fts_open, fts_read): Declare with
6266         __attribute_warn_unused_result__.
6267
6268         fts: fts_close now fails also when closing a dir file descriptor fails
6269         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
6270         and propagate to caller, along with errno.
6271
6272         announce-gen: correct formatting in --help output
6273         * build-aux/announce-gen (usage): Move the one-line description in
6274         --help output "up", to where it belongs, just after Usage:.
6275
6276 2009-08-31  Eric Blake  <ebb9@byu.net>
6277
6278         fchdir: port to mingw
6279         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
6280         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
6281         opened, then use a substitute.
6282         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
6283         replacement.
6284         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
6285         (_gl_register_fd): No need to check stat if open already filters
6286         all directories.
6287         (fchdir): Fix error condition to match POSIX.
6288         * modules/fchdir (Depends-on): Add sys_stat.
6289         * doc/posix-functions/open.texi (open): Document the limitation.
6290         * modules/fchdir-tests: New file.
6291         * tests/test-fchdir.c: Likewise.
6292
6293         canonicalize: allow cross-testing from cygwin to mingw
6294         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
6295         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
6296         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
6297         Likewise.
6298         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
6299         target does not support symlinks.
6300         * tests/test-canonicalize-lgpl.sh: Likewise.
6301
6302         chown: avoid compilation warning on mingw
6303         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
6304         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
6305         mingw.
6306         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
6307         * modules/chown (Depends-on): Add errno.
6308
6309 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
6310
6311         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
6312         command.
6313
6314 2009-08-31  Jim Meyering  <meyering@redhat.com>
6315
6316         canonicalize: remove useless initialization
6317         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
6318         initialization of local, "end".
6319
6320 2009-08-30  Bruno Haible  <bruno@clisp.org>
6321
6322         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
6323         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
6324         ENOSYS.
6325
6326 2009-08-30  Bruno Haible  <bruno@clisp.org>
6327
6328         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
6329         /usr/xpg4/bin/tr when it exists.
6330         * tests/test-pipe-filter-gi1.sh: Likewise.
6331
6332 2009-08-30  Bruno Haible  <bruno@clisp.org>
6333
6334         Work around deficient /usr/bin/id program on Solaris.
6335         * tests/test-file-has-acl.sh (ID): New variable.
6336         * tests/test-set-mode-acl.sh (ID): Likewise.
6337         * tests/test-copy-acl.sh (ID): Likewise.
6338         * tests/test-copy-file.sh (ID): Likewise.
6339
6340 2009-08-30  Bruno Haible  <bruno@clisp.org>
6341
6342         New module 'xstriconveh'.
6343         * lib/xstriconveh.h: New file.
6344         * lib/xstriconveh.c: New file.
6345         * modules/xstriconveh: New file.
6346
6347 2009-08-30  Bruno Haible  <bruno@clisp.org>
6348
6349         Make it easier to use mem_cd_iconveh.
6350         * lib/striconveh.h (iconveh_t): New type.
6351         (iconveh_open, iconveh_close): New declarations.
6352         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
6353         with a single 'const iconveh_t *' argument.
6354         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
6355         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
6356         with a single 'const iconveh_t *' argument.
6357         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
6358         * tests/test-striconveh.c (main): Update.
6359         * NEWS: Mention the change.
6360
6361 2009-08-30  Bruno Haible  <bruno@clisp.org>
6362
6363         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
6364         problem.
6365
6366 2009-08-30  Bruno Haible  <bruno@clisp.org>
6367
6368         Work around iconv_open problem on Solaris.
6369         * lib/iconv_open-solaris.gperf: New file.
6370         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
6371         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
6372         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
6373         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
6374         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
6375         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
6376
6377 2009-08-29  Jim Meyering  <meyering@redhat.com>
6378
6379         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
6380         * top/maint.mk (cvs-check): Remove target; it was just an alias
6381         to the better-named vc-diff-check.
6382         (maintainer-distcheck): Remove rule.  It was used only from
6383         the (alpha/beta/major) target, and all of its commands but one
6384         were coreutils-specific.
6385         (vc-dist): Remove rule.
6386         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
6387         Run vc-diff-check, not vc-dist.
6388         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
6389
6390 2009-08-27  Bruno Haible  <bruno@clisp.org>
6391
6392         * tests/test-bitrotate.c (main): Remove test that uses a shift count
6393         of 0.
6394
6395 2009-08-27  Bruno Haible  <bruno@clisp.org>
6396
6397         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
6398         compilers.
6399         * doc/func.texi: Document the SunPRO C bug.
6400
6401 2009-08-27  Bruno Haible  <bruno@clisp.org>
6402
6403         Fix link error on Solaris.
6404         * tests/test-parse-duration.c (xstrdup): Remove function.
6405
6406 2009-08-26  Pádraig Brady  <P@draigbrady.com>
6407
6408         ignore-value: handle pointer types, too
6409         * lib/ignore-value.h (__attribute__): Remove definition.
6410         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
6411         of a more concise and more-often effective "(void) i" statement.
6412         (ignore_ptr): New function to suppress warnings from functions that
6413         return pointers, and to make it explicit that one function doesn't
6414         handle all cases.
6415
6416 2009-08-25  Bruno Haible  <bruno@clisp.org>
6417
6418         dup2: work around a Linux bug.
6419         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
6420         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
6421         * doc/posix-functions/dup2.texi: Mention the Linux bug.
6422         Reported by Simon Josefsson.
6423
6424 2009-08-25  Jim Meyering  <meyering@redhat.com>
6425
6426         libguestfs uses gnulib
6427         * users.txt: Add libguestfs.
6428
6429 2009-08-24  Eric Blake  <ebb9@byu.net>
6430
6431         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
6432         * lib/pipe2.c (includes): Add binary-io.h.
6433         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
6434
6435 2009-08-24  Bruno Haible  <bruno@clisp.org>
6436
6437         Tolerate declared but missing accept4 syscall.
6438         * lib/accept4.c (accept4): Invoke original accept4 function first, if
6439         available.
6440         * lib/sys_socket.in.h (accept4): If the function is already present,
6441         override it.
6442         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
6443         * modules/accept4 (Makefile.am): Compile accept4.c always.
6444         Reported by Paolo Bonzini and Eric Blake.
6445
6446 2009-08-23  Bruno Haible  <bruno@clisp.org>
6447
6448         New module 'accept4'.
6449         * lib/sys_socket.in.h (accept4): New declaration.
6450         * lib/accept4.c: New file.
6451         * m4/accept4.m4: New file.
6452         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
6453         GNULIB_ACCEPT4, HAVE_ACCEPT4.
6454         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
6455         HAVE_ACCEPT4.
6456         * modules/accept4: New file.
6457         * doc/glibc-functions/accept4.texi: Mention the new module.
6458
6459 2009-08-24  Jim Meyering  <meyering@redhat.com>
6460
6461         progname: also set global program_invocation_name, when possible
6462         Before this change, a libtool-enabled program that calls glibc's
6463         error function would report the program name as
6464         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
6465         * modules/progname (configure.ac): Check for a declaration of
6466         program_invocation_name.
6467         * lib/progname.c:  Include <errno.h>.
6468         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
6469         Set program_invocation_name.
6470
6471 2009-08-23  Bruno Haible  <bruno@clisp.org>
6472
6473         * lib/dup3.c: Include <string.h>.
6474
6475 2009-08-23  Bruno Haible  <bruno@clisp.org>
6476
6477         * lib/dup3.c (dup3): Test only once whether the system actually exists.
6478         * lib/pipe2.c (pipe2): Likewise.
6479         Suggested by Eric Blake.
6480
6481 2009-08-23  Bruno Haible  <bruno@clisp.org>
6482
6483         Tolerate declared but missing dup3 syscall.
6484         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
6485         * lib/unistd.in.h (dup3): If the function is already present,
6486         override it.
6487         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
6488         * modules/dup3 (Makefile.am): Compile dup3.c always.
6489         Reported by Paolo Bonzini.
6490
6491 2009-08-23  Bruno Haible  <bruno@clisp.org>
6492
6493         Tolerate declared but missing pipe2 syscall.
6494         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
6495         available.
6496         * lib/unistd.in.h (pipe2): If the function is already present,
6497         override it.
6498         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
6499         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
6500         Reported by Paolo Bonzini.
6501
6502 2009-08-23  Bruno Haible  <bruno@clisp.org>
6503
6504         * lib/pipe2.c (pipe2): Move #ifs inside function.
6505
6506 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
6507
6508         quotearg: document limitations of quote_these_too
6509         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
6510         those limitations are created.
6511         * lib/quotearg.h (set_char_quoting): Document that digits and
6512         letters that are special after backslash are not permitted.
6513         (quotearg_char): Cross-reference set_char_quoting documentation.
6514
6515 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
6516
6517         quotearg: implement custom_quoting_style
6518         * lib/quotearg.c: (struct quoting_options): Add left_quote and
6519         right_quote fields.
6520         (set_custom_quoting): New public function.
6521         (quotearg_buffer_restyled): Add left_quote and right_quote
6522         arguments, handle them very much like locale quoting, and update
6523         all uses.
6524         (quotearg_n_custom): New public function.
6525         (quotearg_n_custom_mem): New public function.
6526         (quotearg_custom): New public function.
6527         (quotearg_custom_mem): New public function.
6528         * lib/quotearg.h: Prototype and document new public functions.
6529         (enum quoting_style): For escape_quoting_style and
6530         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
6531         ignored even though they're otherwise like c_quoting_style.
6532         Add custom_quoting_style member and document with comparison to
6533         clocale_quoting_style.
6534         * tests/test-quotearg.c (custom_quotes): New array.
6535         (custom_results): New array.
6536         (main): Extend to test custom quoting.
6537
6538 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
6539
6540         quotearg: fix right quote escaping when it's in quote_these_too
6541         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
6542         quote, be sure to prepend only one backslash.
6543         * tests/test-quotearg.c (use_quote_double_quotes): New function.
6544         (main): Test it.
6545
6546 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
6547
6548         quotearg-tests: test escaping of embedded locale quotes
6549         * tests/test-quotearg.c (struct result_strings): Add member for
6550         new input.
6551         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
6552         (inputs): Add new input.
6553         (results_g): Add expected results.
6554         (flag_results): Likewise.
6555         (locale_results): Likewise.
6556         (compare_strings): Check those.
6557
6558 2009-08-23  Bruno Haible  <bruno@clisp.org>
6559
6560         Tests for module 'dup3'.
6561         * modules/dup3-tests: New file.
6562         * tests/test-dup3.c: New file.
6563
6564         New module 'dup3'.
6565         * lib/unistd.in.h (dup3): New declaration.
6566         * lib/dup3.c: New file.
6567         * m4/dup3.m4: New file.
6568         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
6569         HAVE_DUP3.
6570         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
6571         * modules/dup3: New file.
6572         * doc/glibc-functions/dup3.texi: Mention the new module.
6573
6574 2009-08-23  Bruno Haible  <bruno@clisp.org>
6575
6576         Tweak the dup2 test.
6577         * tests/test-dup2.c (main): Create the test file empty. Verify that an
6578         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
6579         the test file is still empty. Fix argument order of lseek.
6580
6581 2009-08-23  Bruno Haible  <bruno@clisp.org>
6582
6583         Avoid test link errors when the modules getopt-gnu, gettext are used.
6584         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
6585         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6586
6587 2009-08-23  Bruno Haible  <bruno@clisp.org>
6588
6589         Fix getdtablesize() on mingw.
6590         * lib/getdtablesize.c (getdtablesize): Implement differently.
6591         * lib/unistd.in.h (getdtablesize): Improve comment.
6592
6593 2009-08-23  Bruno Haible  <bruno@clisp.org>
6594
6595         New module 'mkostemp'.
6596         Based on Ulrich Drepper's 2007-08-10 change in glibc.
6597         * lib/stdlib.in.h (mksotemp): New declaration.
6598         * lib/mkostemp.c: New file, from glibc with modifications.
6599         * lib/tempname.h (GT_FILE): Remove outdated comment.
6600         (gen_tempname): Add flags argument.
6601         * lib/tempname.c (__GT_BIGFILE): Remove macro.
6602         (__GT_FILE): Map to 1.
6603         (small_open, large_open): Remove macros.
6604         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
6605         * lib/mkstemp.c (mkstemp): Update.
6606         * lib/mkdtemp.c (mkdtemp): Likewise.
6607         * m4/mkostemp.m4: New file.
6608         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
6609         HAVE_MKOSTEMP.
6610         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
6611         HAVE_MKOSTEMP.
6612         * modules/mkostemp: New file, based on modules/mkstemp.
6613         * doc/glibc-functions/mkostemp.texi: Mention the new module.
6614         * NEWS: Mention the change.
6615
6616 2009-08-23  Bruno Haible  <bruno@clisp.org>
6617
6618         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
6619         Reported by Eric Blake.
6620
6621 2009-08-23  Bruno Haible  <bruno@clisp.org>
6622
6623         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
6624         Reported by Eric Blake.
6625
6626 2009-08-23  Bruno Haible  <bruno@clisp.org>
6627
6628         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
6629         * modules/pipe2 (Depends-on): Likewise.
6630
6631 2009-08-23  Eric Blake  <ebb9@byu.net>
6632
6633         fcntl-h: add O_TTY_INIT support
6634         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
6635         * tests/test-fcntl-h.c (o): Test it.
6636         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6637
6638         fcntl-h: rename from fcntl, in preparation for fcntl(2)
6639         * modules/fcntl: Move <fcntl.h> header replacement...
6640         * modules/fcntl-h: ...to new name, so as not to collide with
6641         like-named function.
6642         * tests/test-fcntl.c: Rename...
6643         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
6644         * modules/fcntl-tests: Rename...
6645         * modules/fcntl-h-tests: ...to this.  Update test file name.
6646         * modules/chdir-long (Depends-on): Update clients.
6647         * modules/chdir-safer (Depends-on): Likewise.
6648         * modules/fcntl-safer (Depends-on): Likewise.
6649         * modules/fts (Depends-on): Likewise.
6650         * modules/mkancesdirs (Depends-on): Likewise.
6651         * modules/mkdir-p (Depends-on): Likewise.
6652         * modules/open (Depends-on): Likewise.
6653         * modules/savewd (Depends-on): Likewise.
6654         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
6655         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6656
6657 2009-08-22  Bruno Haible  <bruno@clisp.org>
6658
6659         * modules/binary-io (License): Relicense under LGPL.
6660         * modules/pipe2 (License): Likewise.
6661
6662 2009-08-22  Bruno Haible  <bruno@clisp.org>
6663
6664         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
6665         return value.
6666         * lib/pipe-filter-gi.c (filter_init): Likewise.
6667         Reported by Eric Blake.
6668
6669 2009-08-22  Bruno Haible  <bruno@clisp.org>
6670
6671         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
6672         * modules/pipe (Depends-on): Add pipe2.
6673
6674 2009-08-22  Bruno Haible  <bruno@clisp.org>
6675
6676         Tests for module 'pipe2'.
6677         * modules/pipe2-tests: New file.
6678         * tests/test-pipe2.c: New file.
6679
6680         New module 'pipe2'.
6681         * lib/unistd.in.h (pipe2): New declaration.
6682         * lib/pipe2.c: New file.
6683         * m4/pipe2.m4: New file.
6684         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
6685         HAVE_PIPE2.
6686         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
6687         * modules/pipe2: New file.
6688         * doc/glibc-functions/pipe2.texi: Mention the new module.
6689
6690 2009-08-22  Bruno Haible  <bruno@clisp.org>
6691
6692         Reference some new glibc functions.
6693         * doc/glibc-functions/accept4.texi: New file.
6694         * doc/glibc-functions/dup3.texi: New file.
6695         * doc/glibc-functions/mkostemp.texi: New file.
6696         * doc/glibc-functions/pipe2.texi: New file.
6697         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
6698         (Glibc sys/socket.h): Refer to accept4.
6699         (Glibc unistd.h): Refer to dup3, pipe2.
6700         Reported by Eric Blake.
6701
6702 2009-08-22  Jim Meyering  <meyering@redhat.com>
6703             Bruno Haible  <bruno@clisp.org>
6704
6705         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
6706         This makes it so packages using automake-1.11's silent-rules option
6707         can print e.g., a single "GEN    configmake.h" line, rather than
6708         the 30+ statements that perform the job.  If you want to see the
6709         actual commands, you can still run "make V=1".
6710         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
6711         so that make output is abbreviated when those variables are defined
6712         appropriately.
6713         * modules/argz: Likewise.
6714         * modules/arpa_inet: Likewise.
6715         * modules/byteswap: Likewise.
6716         * modules/configmake: Likewise.
6717         * modules/dirent: Likewise.
6718         * modules/errno: Likewise.
6719         * modules/fcntl: Likewise.
6720         * modules/float: Likewise.
6721         * modules/fnmatch: Likewise.
6722         * modules/getopt-posix: Likewise.
6723         * modules/glob: Likewise.
6724         * modules/iconv_open: Likewise.
6725         * modules/inttypes: Likewise.
6726         * modules/localcharset: Likewise.
6727         * modules/locale: Likewise.
6728         * modules/math: Likewise.
6729         * modules/netdb: Likewise.
6730         * modules/netinet_in: Likewise.
6731         * modules/poll: Likewise.
6732         * modules/posix_spawnp-tests: Likewise.
6733         * modules/sched: Likewise.
6734         * modules/search: Likewise.
6735         * modules/selinux-h: Likewise.
6736         * modules/signal: Likewise.
6737         * modules/spawn: Likewise.
6738         * modules/stdarg: Likewise.
6739         * modules/stdbool: Likewise.
6740         * modules/stddef: Likewise.
6741         * modules/stdint: Likewise.
6742         * modules/stdio: Likewise.
6743         * modules/stdlib: Likewise.
6744         * modules/string: Likewise.
6745         * modules/strings: Likewise.
6746         * modules/sys_file: Likewise.
6747         * modules/sys_ioctl: Likewise.
6748         * modules/sys_select: Likewise.
6749         * modules/sys_socket: Likewise.
6750         * modules/sys_stat: Likewise.
6751         * modules/sys_time: Likewise.
6752         * modules/sys_times: Likewise.
6753         * modules/sys_utsname: Likewise.
6754         * modules/sys_wait: Likewise.
6755         * modules/sysexits: Likewise.
6756         * modules/time: Likewise.
6757         * modules/unistd: Likewise.
6758         * modules/wchar: Likewise.
6759         * modules/wctype: Likewise.
6760
6761 2009-08-22  Jim Meyering  <meyering@redhat.com>
6762
6763         announce-gen: detect write failure
6764         * build-aux/announce-gen: Add Coda at end.
6765         Remove equivalent-but-more-verbose block at top.
6766
6767 2009-08-19  Akim Demaille  <demaille@gostai.com>
6768
6769         bootstrap: --help to stdout.
6770         * bootstrap (usage): Don't send --help to stderr.
6771         Use a here doc instead of a long string.
6772
6773 2009-08-21  Eric Blake  <ebb9@byu.net>
6774
6775         test-popen-safer: split from test-popen
6776         * tests/test-popen.c (main): Move...
6777         * tests/test-popen.h: ...into new file.
6778         * tests/test-popen-safer2.c: New file.
6779         * modules/popen-tests (Files): Add test-popen.h.
6780         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
6781         Suggested by Bruno Haible.
6782
6783         test-fcntl-safer: split from test-open
6784         * tests/test-open.c (main): Move...
6785         * tests/test-open.h: ...into new file.
6786         * tests/test-fcntl-safer.c: New file.
6787         * modules/open-tests (Files): Add test-open.h.
6788         * modules/fcntl-safer-tests: New file.
6789         Suggested by Bruno Haible.
6790
6791         test-fopen-safer: split from test-fopen
6792         * tests/test-fopen.c (main): Move...
6793         * tests/test-fopen.h: ...into new file.
6794         * tests/test-fopen-safer.c: New file.
6795         * modules/fopen-tests (Files): Add test-fopen.h.
6796         * modules/fopen-safer-tests: New file.
6797         Suggested by Bruno Haible.
6798
6799 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
6800
6801         popen-safer: test O_CLOEXEC at run-time.
6802         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
6803
6804 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
6805
6806         fcntl: move more flags to the header
6807         * lib/cloexec.c: Do not define FD_CLOEXEC here.
6808         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
6809         * lib/fcntl.in.h: Do both things here.
6810
6811 2009-08-21  Jim Meyering  <meyering@redhat.com>
6812
6813         consistently remove $@-t before redirecting to it
6814         * modules/argz: Remove $@-t and $@ before redirecting to the former.
6815         * modules/alloca-opt: Likewise.
6816         * modules/byteswap: Likewise.
6817         * modules/fnmatch: Likewise.
6818         * modules/getopt-posix: Likewise.
6819         * modules/glob: Likewise.
6820         * modules/poll: Likewise.
6821         * modules/posix_spawnp-tests: Likewise.
6822         * modules/sys_socket: Likewise.
6823         * modules/sysexits: Likewise.
6824
6825 2009-08-21  Eric Blake  <ebb9@byu.net>
6826
6827         popen: simplify access to original popen
6828         * lib/popen.c (rpl_popen): No need to worry about popen being a
6829         macro.
6830         Reported by Bruno Haible.
6831
6832 2009-08-20  Eric Blake  <ebb9@byu.net>
6833
6834         build: avoid some compiler warnings
6835         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
6836         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
6837         type.
6838         (new_exclude_segment, excluded_file_pattern_p)
6839         (excluded_file_name_p): Reduce scope.
6840         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
6841         old-style declaration.
6842
6843 2009-08-20  Simon Josefsson  <simon@josefsson.org>
6844
6845         * tests/test-exclude1.sh: Handle Windows EOL.
6846         * tests/test-exclude2.sh: Likewise.
6847         * tests/test-exclude3.sh: Likewise.
6848         * tests/test-exclude4.sh: Likewise.
6849         * tests/test-exclude5.sh: Likewise.
6850         * tests/test-exclude6.sh: Likewise.
6851         * tests/test-exclude7.sh: Likewise.
6852
6853 2009-08-19  Akim Demaille  <demaille@gostai.com>
6854
6855         bootstrap: find sha1sum when named gsha1sum.
6856         * bootstrap (find_tool): New.
6857         ($SHA1SUM): New.
6858         Use it.
6859
6860 2009-08-20  Jim Meyering  <meyering@redhat.com>
6861
6862         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
6863         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
6864         expression that converts "." in a file name to "\." in the resulting
6865         regexp.  Start with a dummy statement, so that prior shell variable
6866         definitions are expanded portably.  Reported by Simon Josefsson.
6867
6868 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
6869
6870         Fix polling for writeability of a screen buffer.
6871         * lib/poll.c: Distinguish input and screen buffers for the
6872         Win32 implementation.
6873         * lib/select.c: Likewise.
6874
6875 2009-08-19  Eric Blake  <ebb9@byu.net>
6876
6877         popen-safer: prevent popen from clobbering std descriptors
6878         * modules/popen-safer: New file.
6879         * lib/popen-safer.c: Likewise.
6880         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
6881         * lib/stdio--.h (popen): Provide override.
6882         * lib/stdio-safer.h (popen_safer): Provide declaration.
6883         * tests/test-popen.c (includes): Partially test this.
6884         * modules/popen-safer-tests: New file, for more tests.
6885         * tests/test-popen-safer.c: Likewise.
6886         * MODULES.html.sh (file stream based Input/Output): Mention it.
6887
6888         tests: test some of the *-safer modules
6889         * modules/fopen-safer (Depends-on): Add fopen.
6890         * modules/fcntl-safer (Depends-on): Add fcntl.
6891         * modules/stdlib-safer (Depends-on): Add stdlib.
6892         (configure.ac): Set indicator.
6893         * modules/unistd-safer (configure.ac): Likewise.
6894         * modules/tmpfile-safer (configure.ac): Likewise.
6895         (Depends-on): Add tmpfile.
6896         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
6897         active.
6898         * tests/test-fopen.c (includes): Test safer versions when they are
6899         in use.
6900         * tests/test-open.c (includes): Likewise.
6901
6902         popen: fix cygwin 1.5 bug when stdin closed
6903         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
6904         * modules/popen: New file.
6905         * modules/popen-tests: Likewise.
6906         * tests/test-popen.c: Likewise.
6907         * m4/popen.m4: Likewise.
6908         * lib/popen.c: Likewise.
6909         * lib/stdio.in.h (popen): New declaration.
6910         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
6911         * modules/stdio (Makefile.am): Likewise.
6912         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
6913
6914 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
6915
6916         maint.mk: give full control over update-copyright exclusions
6917         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
6918         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
6919         (update-copyright): Don't force inclusion of top-level
6920         ChangeLog.  Don't force exclusion of all COPYING files, but make
6921         them the default exclusion instead.
6922
6923 2009-08-16  Bruno Haible  <bruno@clisp.org>
6924
6925         Fix test failures on Solaris 10.
6926         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
6927         tests when Solaris iconv() is used.
6928         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6929         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6930         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6931         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6932         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6933
6934 2009-08-16  Bruno Haible  <bruno@clisp.org>
6935
6936         Fix test failures on Solaris 10.
6937         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
6938         'tr' program and pass it as first argument.
6939         * tests/test-pipe-filter-gi1.sh: Likewise.
6940         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
6941         program as first argument.
6942         * tests/test-pipe-filter-gi1.c (main): Likewise.
6943
6944 2009-08-16  Eric Blake  <ebb9@byu.net>
6945
6946         fpurge: fix previous commits
6947         * modules/fpurge (Makefile.am): Make replacement conditional,
6948         partially reverting 2007-04-29 change; missed in previous
6949         attempt.
6950         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
6951         is missing.
6952
6953 2009-08-16  Bruno Haible  <bruno@clisp.org>
6954
6955         Clarify fpurge's effect on the file position.
6956         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
6957         * tests/test-fpurge.c (main): Make a second pass for checking the file
6958         position.
6959
6960 2009-08-16  Bruno Haible  <bruno@clisp.org>
6961
6962         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
6963         declaration of fpurge is missing.
6964         * tests/test-fpurge.c (main): Check that the file has not more contents
6965         than expected. Close the file before removing it.
6966
6967 2009-08-15  Eric Blake  <ebb9@byu.net>
6968
6969         fpurge: don't wrap working cygwin implementation
6970         * lib/fpurge.c (fpurge): Fix comment typo.
6971         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
6972         1.7 to avoid replacement.
6973         * tests/test-fpurge.c (main): Enhance test.
6974
6975 2009-08-15  Eric Blake  <ebb9@byu.net>
6976         and Jim Meyering  <meyering@redhat.com>
6977
6978         test-update-copyright: skip if perl is insufficient
6979         * tests/test-update-copyright.sh: Failure to run maintainer tool
6980         should not cause testsuite failure on cygwin 1.5.
6981
6982 2009-08-14  Eric Blake  <ebb9@byu.net>
6983
6984         doc: mention more functions added in cygwin 1.7.0
6985         * doc/posix-headers/limits.texi (limits.h): Update for recent
6986         cygwin additions.
6987         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
6988         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
6989         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
6990         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
6991         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
6992
6993 2009-08-14  Eric Blake  <ebb9@byu.net>
6994
6995         maint.mk: simplify update-copyright rule
6996         * top/maint.mk (update-copyright-local): Delete, and document how
6997         to do it in cfg.mk instead.
6998         (update-copyright-exclude-regexp): Delete, and document how to do
6999         it in .x-update-copyright instead.
7000         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
7001         exclude ChangeLog.
7002
7003 2009-08-14  Bruno Haible  <bruno@clisp.org>
7004
7005         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
7006
7007 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7008
7009         maint.mk: support update-copyright-env
7010         * top/maint.mk (update-copyright-env): Define place-holder.
7011         (update-copyright): Expand $(update-copyright-env) before
7012         invoking update-copyright.
7013
7014 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7015
7016         update-copyright: implement forced reformatting
7017         * build-aux/update-copyright: Implement and document
7018         UPDATE_COPYRIGHT_FORCE.
7019         * tests/test-update-copyright.sh: Test it.
7020
7021 2009-08-14  Eric Blake  <ebb9@byu.net>
7022         and Bruno Haible  <bruno@clisp.org>
7023
7024         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
7025         * tests/test-locale.c: Revert previous patch related to NULL.
7026         * tests/test-stdio.c: Likewise.
7027         * tests/test-stdlib.c: Likewise.
7028         * tests/test-string.c: Likewise.
7029         * tests/test-unistd.c: Likewise.
7030         * modules/time-tests (Depends-on): Add verify.
7031         * modules/wchar-tests (Depends-on): Likewise.
7032         * tests/test-time.c: Test for NULL compliance.
7033         * tests/test-wchar.c: Likewise.
7034         * modules/locale (Depends-on): Add stddef.
7035         * modules/stdio (Depends-on): Likewise.
7036         * modules/stdlib (Depends-on): Likewise.
7037         * modules/string (Depends-on): Likewise.
7038         * modules/time (Depends-on): Likewise.
7039         * modules/unistd (Depends-on): Likewise.
7040         * modules/wchar (Depends-on): Likewise.
7041         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
7042         * lib/stdlib.in.h (includes): Likewise.
7043         * lib/string.in.h (includes): Likewise.
7044         * lib/time.in.h (includes): Likewise.
7045         * lib/unistd.in.h (includes): Likewise.
7046         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
7047         replaced.
7048         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7049         * m4/stddef_h.m4: New file.
7050         * modules/stddef: Likewise.
7051         * lib/stddef.in.h: Likewise.
7052         * modules/stddef-tests: Likewise.
7053         * tests/test-stddef.c: Likewise.
7054         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
7055         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
7056         * doc/posix-headers/locale.texi (locale.h): Likewise.
7057         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
7058         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
7059         * doc/posix-headers/string.texi (string.h): Likewise.
7060         * doc/posix-headers/time.texi (time.h): Likewise.
7061         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
7062         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
7063
7064 2009-08-14  Eric Blake  <ebb9@byu.net>
7065
7066         doc: improve git diff of texinfo files
7067         * .gitattributes: Add rule for *.texi files, with hint on how to
7068         use it.
7069         Copied from m4, and based on a report by Bruno Haible.
7070
7071 2009-08-14  Bruno Haible  <bruno@clisp.org>
7072
7073         Disable multithread support by default on Cygwin 1.5.x for real.
7074         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
7075
7076 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7077
7078         update-copyright: much ado about intervals
7079         * build-aux/update-copyright: Implement and document
7080         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
7081         of copyright year intervals.
7082         Also, document UPDATE_COPYRIGHT_YEAR.
7083         * tests/test-update-copyright.sh: Test it.
7084
7085         update-copyright: convert 2-digit to 4-digit years
7086         * build-aux/update-copyright: Implement and document.
7087         * tests/test-update-copyright.sh: Update.
7088
7089 2009-08-14  Jim Meyering  <meyering@redhat.com>
7090
7091         test-exclude: avoid coreutils "make check" failure
7092         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
7093         just as in test-argmatch.c.
7094
7095 2009-08-13  Eric Blake  <ebb9@byu.net>
7096
7097         test-dup2: fix bad assumption
7098         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
7099         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
7100
7101         test-version-etc: fix CRLF portability issue
7102         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
7103         recognize \r.
7104         * tests/test-argp-version-etc-1.sh: Likewise.
7105
7106         getopt: update client modules
7107         * modules/argp (Depends-on): Use getopt-gnu.
7108         * modules/git-merge-changelog (Depends-on): Likewise.
7109         * modules/long-options (Depends-on): Likewise.
7110         * modules/xstrtol (Depends-on): Likewise.
7111
7112 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7113
7114         * tests/test-version-etc.sh: Don't fail on different
7115         project/version.  Don't fail on CRLF differences.  Rewrite to use
7116         multiple -e instead of multiple sed forks, suggested by Eric Blake
7117         <ebb9@byu.net>.
7118         * tests/test-argp-version-etc-1.sh: Likewise.
7119
7120 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7121
7122         * tests/test-version-etc.sh: Don't fail on different
7123         project/version.
7124
7125 2009-08-12  Bruno Haible  <bruno@clisp.org>
7126
7127         Tests for modules 'getopt-posix', 'getopt-gnu'.
7128         * modules/getopt-posix-tests: New file.
7129         * tests/test-getopt.c: New file.
7130         * tests/test-getopt.h: New file.
7131         * tests/test-getopt_long.h: New file.
7132
7133         New modules 'getopt-posix', 'getopt-gnu'.
7134         * modules/getopt-gnu: New file, renamed from modules/getopt.
7135         * modules/getopt-posix: New file.
7136         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
7137         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
7138         (gl_GETOPT): Remove macro.
7139         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
7140         Disable the test against BSD systems that declare optreset. Test
7141         against mingw bug. Test against lack of support of optional arguments
7142         on many platforms.
7143         * doc/glibc-headers/getopt.texi: Update module name and list of
7144         relevant platforms.
7145         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
7146         'getopt-gnu' and more portability problems.
7147         * NEWS: Mention the changes.
7148
7149 2009-08-12  Bruno Haible  <bruno@clisp.org>
7150
7151         Ensure that optarg etc. get declared by <unistd.h>.
7152         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
7153         AC_USE_SYSTEM_EXTENSIONS.
7154         * modules/getopt (Depends-on): Add 'extensions'.
7155
7156 2009-08-12  Bruno Haible  <bruno@clisp.org>
7157
7158         Avoid test link errors.
7159         * modules/pipe-filter-ii-tests (Makefile.am): Define
7160         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
7161         * modules/pipe-filter-gi-tests (Makefile.am): Define
7162         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
7163         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7164
7165 2009-08-12  Bruno Haible  <bruno@clisp.org>
7166
7167         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
7168         gl_GETOPT_SUBSTITUTE before.
7169         (gl_GETOPT): Use it.
7170         * m4/argp.m4 (gl_ARGP): Update.
7171         Reported by Sergey Poznyakoff.
7172
7173         * m4/getopt.m4: Reorder macros.
7174         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
7175         (gl_GETOPT_SUBSTITUTE): Remove macro.
7176
7177 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7178
7179         Minor improvement in gitlog-to-changelog
7180
7181         * build-aux/gitlog-to-changelog: New option `--format' makes
7182         output format string configurable.
7183
7184 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7185
7186         Optimize exclude: use hash tables for non-wildcard patterns.
7187
7188         * lib/exclude.c: Include hash.h and mbuiter.h
7189         (struct exclude_pattern, exclude_segment): New data types.
7190         (struct exclude): Rewrite.
7191         (fnmatch_pattern_has_wildcards): New function.
7192         (new_exclude_segment, free_exclude_segment): New functions.
7193         (excluded_file_pattern_p, excluded_file_name_p): New functions.
7194         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
7195         * lib/exclude.h (is_fnmatch_pattern): New prototype.
7196         * modules/exclude: Depend on hash and mbuiter.
7197
7198         * modules/exclude-tests: New file.
7199         * tests/test-exclude.c: New file.
7200         * tests/test-exclude1.sh: New file.
7201         * tests/test-exclude2.sh: New file.
7202         * tests/test-exclude3.sh: New file.
7203         * tests/test-exclude4.sh: New file.
7204         * tests/test-exclude5.sh: New file.
7205         * tests/test-exclude6.sh: New file.
7206         * tests/test-exclude7.sh: New file.
7207
7208 2009-08-12  Bruno Haible  <bruno@clisp.org>
7209
7210         Ensure that getopt() gets declared by <unistd.h>.
7211         * lib/unistd.in.h: Conditionally include getopt.h.
7212         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
7213         Set GNULIB_UNISTD_H_GETOPT.
7214         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7215         GNULIB_UNISTD_H_GETOPT.
7216         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
7217
7218 2009-08-12  Bruno Haible  <bruno@clisp.org>
7219
7220         Clarify logic.
7221         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
7222         gl_replace_getopt instead of GETOPT_H.
7223
7224 2009-08-12  Bruno Haible  <bruno@clisp.org>
7225
7226         * m4/getopt.m4: Add comments.
7227
7228 2009-08-12  Bruno Haible  <bruno@clisp.org>
7229
7230         Disable multithread support by default on Cygwin 1.5.x.
7231         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
7232         set gl_use_threads=no if not specified otherwise.
7233
7234 2009-08-11  Bruno Haible  <bruno@clisp.org>
7235
7236         Avoid compilation error on NetBSD 5.0.
7237         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
7238         * tests/test-stdio.c: Likewise.
7239         * tests/test-stdlib.c: Likewise.
7240         * tests/test-string.c: Likewise.
7241         * tests/test-unistd.c: Likewise.
7242         Reported by Greg Troxel <gdt@ir.bbn.com>
7243         at <https://savannah.gnu.org/support/?106973>.
7244
7245 2009-08-11  Bruno Haible  <bruno@clisp.org>
7246
7247         * modules/dup2-tests (Depends-on): Remove close.
7248
7249         Undo 2009-07-19 commit.
7250         * modules/acl-tests (Depends-on): Remove close.
7251         * modules/binary-io-tests (Depends-on): Likewise.
7252         * modules/closein-tests (Depends-on): Likewise.
7253         * modules/flock-tests (Depends-on): Likewise.
7254         * modules/fsync-tests (Depends-on): Likewise.
7255         * modules/lseek-tests (Depends-on): Likewise.
7256         * modules/pipe-tests (Depends-on): Likewise.
7257         * modules/posix_spawn-tests (Depends-on): Likewise.
7258         * modules/posix_spawnp-tests (Depends-on): Likewise.
7259         * modules/stat-time-tests (Depends-on): Likewise.
7260         * modules/yesno-tests (Depends-on): Likewise.
7261
7262 2009-08-10  Bruno Haible  <bruno@clisp.org>
7263
7264         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
7265
7266 2009-08-10  Bruno Haible  <bruno@clisp.org>
7267
7268         Fix a gcc warning.
7269         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
7270
7271 2009-08-10  Bruno Haible  <bruno@clisp.org>
7272
7273         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
7274         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
7275         not only the first time.
7276         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
7277         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
7278         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
7279         is 1, not only the the first time.
7280
7281 2009-08-10  Bruno Haible  <bruno@clisp.org>
7282
7283         Make it possible to use module 'gethostname' without module 'close'.
7284         * lib/unistd.in.h (close): Evoke a link error only if
7285         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
7286         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7287         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7288         * modules/unistd (Makefile.am): Substitute
7289         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7290         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
7291         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
7292         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
7293         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7294         * modules/sys_ioctl (Makefile.am): Substitute
7295         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7296         * modules/socket (configure.ac): On native Windows, set
7297         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
7298         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7299         Reported by Sam Steingold <sds@gnu.org>.
7300
7301 2009-08-10  Bruno Haible  <bruno@clisp.org>
7302
7303         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
7304         * modules/ioctl (configure.ac): Likewise.
7305
7306 2009-08-10  Bruno Haible  <bruno@clisp.org>
7307
7308         Avoid collision between gnulib wrapper and libintl wrapper.
7309         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
7310         already defined in intl/printf.c.
7311         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
7312         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
7313
7314 2009-08-09  Bruno Haible  <bruno@clisp.org>
7315
7316         Make <sys/select.h> really self-contained, also on Solaris 10.
7317         * lib/sys_select.in.h: Include <string.h>.
7318         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
7319         Solaris 10 problem.
7320         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
7321         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
7322         Reported by Jim Meyering.
7323
7324 2009-08-09  Bruno Haible  <bruno@clisp.org>
7325
7326         Avoid warnings from 'aclocal' that are due to a use of macro name
7327         AM_XGETTEXT_OPTION that is not defined in automake.
7328         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
7329         automake.
7330         * modules/error (configure.ac): Likewise.
7331         * modules/propername (configure.ac): Likewise.
7332         * modules/vasprintf (configure.ac): Likewise.
7333         * modules/verror (configure.ac): Likewise.
7334         * modules/xprintf (configure.ac): Likewise.
7335         * modules/xvasprintf (configure.ac): Likewise.
7336
7337 2009-08-08  Bruno Haible  <bruno@clisp.org>
7338
7339         Avoid compilation error in C++ mode.
7340         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
7341         Reported by Sam Steingold <sds@gnu.org>.
7342
7343 2009-08-08  Bruno Haible  <bruno@clisp.org>
7344
7345         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
7346         for the various Unix platforms.
7347         * doc/posix-headers/limits.texi: Update platforms list regarding
7348         HOST_NAME_MAX.
7349         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7350
7351 2009-08-07  Jim Meyering  <meyering@redhat.com>
7352
7353         selinux-at: fix typo in a comment
7354         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
7355         Spotted by Paolo Bonzini.
7356
7357         selinux-at: remove redundant m4 code, add documentation
7358         * modules/selinux-at (configure.ac): Remove redundant code.
7359         LIB_SELINUX is already set via the dependent module, selinux-h.
7360         (Include): Add quotes around selinux-at.h.
7361         * lib/selinux-at.h: Add documentation.
7362         Reported by Bruno Haible in
7363         http://marc.info/?l=gnulib-bug&m=124958988300749
7364
7365 2009-08-07  Bruno Haible  <bruno@clisp.org>
7366
7367         Avoid link error on MacOS X 10.3 and 10.4.
7368         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
7369         on non-ELF systems.
7370         * lib/argp-pv.c (argp_program_version): Likewise.
7371         Reported by Simon Josefsson.
7372
7373 2009-08-07  Simon Josefsson  <simon@josefsson.org>
7374
7375         * tests/test-version-etc.sh: Use $EXEEXT.
7376
7377 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
7378
7379         update-copyright: update documentation to point to maint.mk
7380         * build-aux/update-copyright: Here.
7381
7382 2009-08-06  Jim Meyering  <meyering@redhat.com>
7383
7384         maint.mk: support update-copyright-local
7385         * top/maint.mk (update-copyright-local): Define place-holder.
7386         (update-copyright): Depend on $(update-copyright-local).
7387
7388 2009-08-06  Jim Meyering  <meyering@redhat.com>
7389
7390         selinux-at: new module
7391         Initially written for coreutils, this module will soon be
7392         used by findutils, too.
7393         * MODULES.html.sh [Misc]: Add selinux-at.
7394         * lib/selinux-at.h: New file, from coreutils.
7395         * lib/selinux-at.c: Likewise.
7396         * modules/selinux-at: Likewise.
7397         (License): Change from LGPL to GPL, since it depends
7398         on the GPL'd openat module.
7399
7400         doc: update README
7401         * README: Remove references to cogito.
7402         Remove cvs-repo-updating instructions from 2007.
7403         Don't imply that CVS is better if you have limited disk space.
7404
7405 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7406
7407         update-copyright: support C-style comments
7408         * build-aux/update-copyright: Implement and document.
7409         * tests/test-update-copyright.sh: Test.
7410
7411 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7412
7413         update-copyright: support omitted "(C)"
7414         * build-aux/update-copyright: Implement and document.  Also,
7415         allow variable whitespace before "(C)".
7416         * tests/test-update-copyright.sh: Test.
7417
7418 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7419
7420         update-copyright: don't trip on non-FSF copyright statements
7421         * build-aux/update-copyright: Fix so that the first correctly
7422         formatted FSF copyright statement is recognized no matter what
7423         appears before it.  Update documentation.
7424         * tests/test-update-copyright.sh: Test that.
7425
7426 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7427
7428         update-copyright: clean up code a little
7429         * build-aux/update-copyright: Append "_re" to the name of any
7430         variable holding a regular expression.
7431         Replace "old" and "new" with "stmt" in variable names.
7432         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
7433         handled correctly.
7434         Format code more consistently.
7435
7436 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
7437
7438         update-copyright-tests: improve portability
7439         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
7440         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
7441
7442 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
7443
7444         update-copyright: support @copyright{} and &copy;
7445         * build-aux/update-copyright: Implement and document.
7446         * tests/test-update-copyright.sh: Test.
7447
7448 2009-08-04  Jim Meyering  <meyering@redhat.com>
7449
7450         update-copyright-tests: correctly test EOL=\r\n handling
7451         * tests/test-update-copyright.sh: Put \r at the end of some lines
7452         for the dos-eol tests.  Based on a patch by Joel E. Denny.
7453
7454         maint.mk: make update-copyright exclusion list more configurable
7455         * top/maint.mk (update-copyright): Default to excluding COPYING,
7456         but allow an override, in case someone does want to update that file.
7457
7458         maint.mk: don't update copyright date in COPYING
7459         * top/maint.mk (update-copyright): Exclude COPYING.
7460
7461         maint.mk: add a copyright-updating rule
7462         * top/maint.mk (update-copyright): New rule.
7463         Derived from coreutils/Makefile.am.
7464
7465         update-copyright: rename some variables
7466         * build-aux/update-copyright: Rename a few variables for clarity.
7467         Tweak syntax.  List Joel E. Denny as coauthor.
7468
7469 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
7470
7471         update-copyright: fix bug for 2-digit last year and add tests
7472         * build-aux/update-copyright: Fix bug.
7473         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
7474         specified.
7475         * modules/update-copyright-tests: New
7476         * tests/test-update-copyright.sh: New.
7477
7478 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
7479
7480         update-copyright: handle leading tabs in line prefix
7481         * build-aux/update-copyright: Count leading tabs as 8 spaces
7482         when computing margin.  This helps with the formatting of
7483         ChangeLogs, for example.
7484         Fix documentation a little.
7485
7486 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
7487
7488         update-copyright: support EOL=\r\n
7489         * build-aux/update-copyright: Implement that.
7490
7491 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
7492
7493         update-copyright: automatically format copyright statements
7494         * build-aux/update-copyright: Implement that.
7495         Also, be a little more predictable and safer by always failing
7496         when the full copyright format is not perfectly recognized as an
7497         unbroken whole.  Discussed at
7498         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
7499         Rewrite documentation.
7500
7501 2009-08-03  Bruno Haible  <bruno@clisp.org>
7502
7503         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
7504
7505 2009-08-02  Bruno Haible  <bruno@clisp.org>
7506
7507         Tests for module 'uname'.
7508         * modules/uname-tests: New file.
7509         * tests/test-uname.c: New file.
7510
7511         New module 'uname'.
7512         * lib/uname.c: New file.
7513         * m4/uname.m4: New file.
7514         * modules/uname: New file.
7515         * doc/posix-functions/uname.texi: Mention the new module.
7516
7517 2009-08-02  Bruno Haible  <bruno@clisp.org>
7518
7519         Tests for module 'sys_utsname'.
7520         * modules/sys_utsname-tests: New file.
7521         * tests/test-sys_utsname.c: New file.
7522
7523         New module 'sys_utsname'.
7524         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
7525         * m4/sys_utsname_h.m4: New file.
7526         * modules/sys_utsname: New file.
7527         * doc/posix-headers/sys_utsname.texi: Mention the new module.
7528
7529 2009-08-02  Bruno Haible  <bruno@clisp.org>
7530
7531         Implicitly initialize the sockets library.
7532         * lib/gethostname.c: Include sockets.h.
7533         (rpl_gethostname): Invoke gl_sockets_startup.
7534         * lib/socket.c: Include sockets.h.
7535         (rpl_socket): Invoke gl_sockets_startup.
7536         * modules/gethostname (Depends-on): Add sockets.
7537         * modules/socket (Depends-on): Likewise.
7538         * tests/test-poll.c: Don't include sockets.h.
7539         (main): Don't invoke gl_sockets_startup.
7540         * tests/test-select.c: Don't include sockets.h.
7541         (main): Don't invoke gl_sockets_startup.
7542
7543 2009-08-02  Bruno Haible  <bruno@clisp.org>
7544
7545         Allow multiple calls to gl_sockets_startup.
7546         * lib/sockets.c (initialized_sockets_version): New variable.
7547         (gl_sockets_startup): Do nothing if already called for this or a higher
7548         version.
7549         (gl_sockets_cleanup): Reset initialized_sockets_version.
7550
7551 2009-08-03  Simon Josefsson  <simon@josefsson.org>
7552
7553         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
7554         different project/version.
7555
7556 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
7557             Bruno Haible  <bruno@clisp.org>
7558
7559         Tests for module 'pipe-filter-gi'.
7560         * modules/pipe-filter-gi-tests: New file.
7561         * tests/test-pipe-filter-gi1.sh: New file.
7562         * tests/test-pipe-filter-gi1.c: New file.
7563         * tests/test-pipe-filter-gi2.sh: New file.
7564         * tests/test-pipe-filter-gi2-main.c: New file.
7565         * tests/test-pipe-filter-gi2-child.c: New file.
7566
7567         New module 'pipe-filter-gi'.
7568         * lib/pipe-filter-gi.c: New file.
7569         * modules/pipe-filter-gi: New file.
7570
7571 2009-08-02  Bruno Haible  <bruno@clisp.org>
7572             Paolo Bonzini  <bonzini@gnu.org>
7573
7574         Tests for module 'pipe-filter-ii'.
7575         * modules/pipe-filter-ii-tests: New file.
7576         * tests/test-pipe-filter-ii1.sh: New file.
7577         * tests/test-pipe-filter-ii1.c: New file.
7578         * tests/test-pipe-filter-ii2.sh: New file.
7579         * tests/test-pipe-filter-ii2-main.c: New file.
7580         * tests/test-pipe-filter-ii2-child.c: New file.
7581
7582         New module 'pipe-filter-ii'.
7583         * lib/pipe-filter.h: New file.
7584         * lib/pipe-filter-ii.c: New file.
7585         * lib/pipe-filter-aux.h: New file.
7586         * modules/pipe-filter-ii: New file.
7587
7588 2009-08-02  Simon Josefsson  <simon@josefsson.org>
7589
7590         * lib/gc-libgcrypt.c: Change copyright to FSF.
7591         * lib/gc-gnulib.c: Likewise.
7592
7593 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
7594
7595         * lib/gethostname.c: Include limits.h.
7596
7597 2009-08-02  Simon Josefsson  <simon@josefsson.org>
7598             Bruno Haible  <bruno@clisp.org>
7599
7600         Ensure HOST_NAME_MAX as part of the gethostname module.
7601         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
7602         define also HOST_NAME_MAX.
7603         * tests/test-gethostname.c: Include <limits.h>.
7604         (main): Check also HOST_NAME_MAX.
7605         * doc/posix-headers/limits.texi: Document the mingw problem.
7606
7607 2009-08-02  Bruno Haible  <bruno@clisp.org>
7608
7609         * lib/gethostname.c (gethostname): Fix handling of large len argument.
7610         Add comments.
7611
7612 2009-03-31  Simon Josefsson  <simon@josefsson.org>
7613
7614         * lib/gethostname.c: Add Windows wrapper.
7615         * m4/gethostname.m4: Look for gethostname in -lws2_32.
7616         * modules/gethostname: Depend on sys_socket & errno, for also
7617         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
7618         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
7619
7620 2009-07-31  Jim Meyering  <meyering@redhat.com>
7621
7622         getloadavg: fix symbol name in comment
7623         * lib/getloadavg.c: Correct a typo I introduced when adding
7624         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
7625         Matt Kraai spotted the problem.
7626
7627 2009-07-29  Matt Kraai  <mkraai@beckman.com>
7628
7629         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
7630         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
7631         code also if ! defined N_NAME_POINTER.
7632         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
7633         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
7634         but the n_name member is a 12-byte array.
7635
7636 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
7637
7638         update-copyright: generalize comment handling
7639         * build-aux/update-copyright: Handle copyright statements
7640         within more comment styles.
7641         Document usage.
7642         Report any file with an external copyright holder or parse failure.
7643
7644 2009-07-29  Jim Meyering  <meyering@redhat.com>
7645
7646         mktime: correct setting of REPLACE_MKTIME
7647         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
7648
7649         update-copyright: new module
7650         * modules/update-copyright: New file.
7651         * build-aux/update-copyright: New file.
7652         * MODULES.html.sh (maint+release support): Add update-copyright.
7653
7654 2009-07-27  Bruno Haible  <bruno@clisp.org>
7655
7656         Fix compilation error when <ctime> is used and mktime is replaced.
7657         * lib/time.in.h (mktime): New declaration.
7658         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
7659         REPLACE_MKTIME instead of defining mktime in config.h.
7660         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
7661         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
7662         Reported by Ross McFarland <rwmcfa1@neces.com>.
7663
7664 2009-07-27  Bruno Haible  <bruno@clisp.org>
7665
7666         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
7667         Reported by Matt Kraai <mkraai@beckman.com>.
7668
7669 2009-07-25  Jim Meyering  <meyering@redhat.com>
7670
7671         maint.mk: avoid warnings about missing files
7672         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
7673         diagnostic when .prev-version does not exist.
7674         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
7675         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
7676         nonexistent cfg.mk.
7677         Suggestions from Simon Josefsson.
7678
7679 2009-07-25  Bruno Haible  <bruno@clisp.org>
7680
7681         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
7682         defined as macros. Needed on QNX 6.4.1.
7683         Reported by Matt Kraai <mkraai@beckman.com>.
7684
7685 2009-07-23  Jim Meyering  <meyering@redhat.com>
7686
7687         maint.mk: invoke "make dist" with a working value of XZ_OPT
7688         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
7689
7690 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
7691
7692         Make fseeko.c compile on QNX.
7693         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
7694
7695 2009-07-22  Peter Simons  <simons@cryp.to>
7696
7697         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
7698         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
7699         * lib/md4.h: Likewise.
7700         * lib/md5.h: Likewise.
7701         * lib/sha1.h: Likewise.
7702         * lib/sha256.h: Likewise.
7703         * lib/sha512.h: Likewise.
7704
7705         tests-sha1: don't assign literal string to 'char *' variable
7706         * tests/test-sha1.c (main): Declare locals with "const" to match
7707         attributes of the right hand side.
7708
7709 2009-07-21  Eric Blake  <ebb9@byu.net>
7710
7711         dup2: fix more mingw problems
7712         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
7713         fd to itself.
7714         * doc/posix-functions/dup2.texi (dup2): Document the bug.
7715         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
7716         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
7717         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
7718         care of mingw bugs.
7719
7720 2009-07-21  Jim Meyering  <meyering@redhat.com>
7721
7722         vc-list-files: avoid failure when /bin/sh is dash
7723         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
7724         On some Debian based systems, /bin/sh is a symlink to dash, and running
7725         this command would omit the "/" following each 'tests' prefix:
7726           dash -x build-aux/vc-list-files -C . tests
7727         That is because bash and dash work differently:
7728           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
7729           bash ok
7730           dash odd
7731
7732 2009-07-21  Eric Blake  <ebb9@byu.net>
7733
7734         dup2-tests: test previous patch
7735         * modules/dup2-tests: New file.
7736         * tests/test-dup2.c: Likewise.
7737         * tests/test-open.c (main): Avoid unspecified behavior.
7738         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
7739         test.
7740
7741         dup2: work around mingw and cygwin 1.5 bug
7742         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
7743         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7744         * modules/unistd (Makefile.am): Substitute it.
7745         * lib/unistd.in.h (dup2): Declare the replacement.
7746         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
7747         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
7748         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
7749         * modules/execute (Depends-on): Add dup2.
7750         * modules/fseterr (Depends-on): Likewise.
7751         * modules/pipe (Depends-on): Likewise.
7752         * modules/posix_spawn-internal (Depends-on): Likewise.
7753
7754 2009-07-21  Bruno Haible  <bruno@clisp.org>
7755
7756         * modules/.gitattributes: New file.
7757
7758 2009-07-20  Bruno Haible  <bruno@clisp.org>
7759
7760         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
7761         (main): Use it.
7762
7763 2009-07-20  Eric Blake  <ebb9@byu.net>
7764
7765         test-pipe: make a bit more robust.
7766         * tests/test-pipe.c (myerr): Allow error messages regardless of
7767         what we do to stderr.
7768         (test_pipe): Rearrange to avoid deadlock.
7769         (child_main): Try a larger read, to ensure we avoided deadlock.
7770         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
7771         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
7772         if misused.
7773
7774 2009-07-19  Jim Meyering  <meyering@redhat.com>
7775
7776         fts: avoid false-positive cycle-detection
7777         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
7778         for each new command line argument.
7779
7780 2009-07-19  Bruno Haible  <bruno@clisp.org>
7781
7782         Fix build error on mingw with the modules sys_select and unistd.
7783         * modules/acl-tests (Depends-on): Add close.
7784         * modules/binary-io-tests (Depends-on): Likewise.
7785         * modules/closein-tests (Depends-on): Likewise.
7786         * modules/flock-tests (Depends-on): Likewise.
7787         * modules/fsync-tests (Depends-on): Likewise.
7788         * modules/lseek-tests (Depends-on): Likewise.
7789         * modules/pipe-tests (Depends-on): Likewise.
7790         * modules/posix_spawn-tests (Depends-on): Likewise.
7791         * modules/posix_spawnp-tests (Depends-on): Likewise.
7792         * modules/stat-time-tests (Depends-on): Likewise.
7793         * modules/yesno-tests (Depends-on): Likewise.
7794
7795 2009-07-19  Bruno Haible  <bruno@clisp.org>
7796
7797         Unify conditionals.
7798         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
7799         macros, not at the compiler macros.
7800         * lib/pipe.c: Likewise.
7801         * lib/execute.c: Likewise.
7802         * lib/spawni.c: Likewise.
7803
7804 2009-07-19  Bruno Haible  <bruno@clisp.org>
7805
7806         Fix handling of closed stdin/stdout/stderr on mingw.
7807         * lib/w32spawn.h: Include unistd.h.
7808         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
7809         file descriptor with O_NOINHERIT flag.
7810         (fd_safer_noinherit): New function, based on fd-safer.c.
7811         (dup_safer_noinherit): New function, based on dup-safer.c.
7812         (undup_safer_noinherit): New function.
7813         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
7814         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
7815         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
7816         instead of fd_safer.
7817         * tests/test-pipe.c: Include <windows.h>.
7818         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
7819
7820         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
7821         from main.
7822         (test_pipe): Pass an extra argument for disambiguation.
7823         (main): Invoke parent_main or child_main.
7824
7825         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
7826         consistently.
7827
7828 2009-07-18  Eric Blake  <ebb9@byu.net>
7829
7830         test-pipe: fix mingw build
7831         * tests/test-pipe.c (main): Avoid fcntl on mingw.
7832
7833 2009-07-18  Bruno Haible  <bruno@clisp.org>
7834
7835         * modules/pipe-tests (Makefile.am): Fix typo.
7836
7837 2009-07-18  Eric Blake  <ebb9@byu.net>
7838
7839         error: fix mingw build
7840         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
7841         Reported by Bruno Haible.
7842
7843         error: avoid undefined use of stdout
7844         * lib/error.c (error, error_at_line): Check that fd 1 is open
7845         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
7846         is handling faults and the close_stdout module wants to report the
7847         detection of closed stdout as an error.
7848
7849 2009-07-17  Eric Blake  <ebb9@byu.net>
7850
7851         pipe: be robust in face of closed fds
7852         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
7853         should cause child to misbehave.
7854         * modules/pipe-tests: New module.
7855         * tests/test-pipe.c: New file.
7856         * tests/test-pipe.sh: New file.
7857         Reported by Akim Demaille.
7858
7859 2009-07-14  Bruno Haible  <bruno@clisp.org>
7860
7861         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
7862         Reported by anonymous kc.
7863
7864 2009-07-07  Jim Meyering  <meyering@redhat.com>
7865
7866         maint.mk: don't look for translatable strings in *.m4 or *.mk
7867         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
7868         when searching for translatable strings.
7869
7870 2009-07-05  Jim Meyering  <meyering@redhat.com>
7871
7872         remove superfluous parentheses in STREQ definition
7873         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
7874         * lib/getugroups.c (STREQ): Likewise.
7875         * lib/fnmatch.c (STREQ): Likewise.
7876         Spotted by Bruno Haible.
7877
7878 2009-07-04  Jim Meyering  <meyering@redhat.com>
7879
7880         argv-iter: new module
7881         * MODULES.html.sh: Add argv-iter.
7882         * lib/argv-iter.c, lib/argv-iter.h: New files.
7883         * modules/argv-iter: New file.
7884         * modules/argv-iter-tests: New file.
7885         * tests/test-argv-iter.c: Test it.
7886
7887 2009-07-04  Bruno Haible  <bruno@clisp.org>
7888
7889         Fix assertion.
7890         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
7891         contains more exact copies of a given entry than file2, leave the extra
7892         copies unpaired rather than aborting.
7893         Reported by Eric Blake.
7894
7895 2009-07-02  Bruno Haible  <bruno@clisp.org>
7896
7897         Speedup git-merge-changelog for git cherry-pick.
7898         * lib/git-merge-changelog.c (struct entries_mapping): New type.
7899         (entries_mapping_get): New function, extracted from compute_mapping.
7900         (entries_mapping_reverse_get): New function.
7901         (compute_mapping): Add a 'full' argument. Return the result in a
7902         'struct entries_mapping'.
7903         (main): Update. Access the mappings through entries_mapping_get.
7904         Reported by Eric Blake.
7905
7906 2009-07-02  Bruno Haible  <bruno@clisp.org>
7907
7908         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
7909         best_i.
7910
7911 2009-07-02  Bruno Haible  <bruno@clisp.org>
7912
7913         Speed up approximate search for matching ChangeLog entries.
7914         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
7915         argument. Call fstrcmp_bounded instead of fstrcmp.
7916         (compute_mapping, try_split_merged_entry, main): Update callers.
7917
7918 2009-07-02  Bruno Haible  <bruno@clisp.org>
7919
7920         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
7921
7922 2009-06-30  Bruno Haible  <bruno@clisp.org>
7923
7924         Reduce the number of uc_is_cased calls.
7925         * lib/unicase.h (casing_suffix_context_t): Add
7926         'first_char_except_ignorable' field.
7927         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
7928         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
7929         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
7930         Update initializer.
7931         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
7932         case-ignorable characters.
7933         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
7934         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
7935         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
7936         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
7937         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
7938
7939 2009-06-30  Bruno Haible  <bruno@clisp.org>
7940
7941         Tests for module 'unicase/ignorable'.
7942         * modules/unicase/ignorable-tests: New file.
7943         * tests/unicase/test-ignorable.c: New file, generated by
7944         gen-uni-tables.
7945
7946         Tests for module 'unicase/cased'.
7947         * modules/unicase/cased-tests: New file.
7948         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
7949         * tests/unicase/test-predicate-part1.h: New file, derived from
7950         tests/unictype/test-predicate-part1.h.
7951         * tests/unicase/test-predicate-part2.h: New file, same as
7952         tests/unictype/test-predicate-part2.h.
7953
7954         Fix evaluation of "Before C" condition of FINAL_SIGMA.
7955         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
7956         (output_casing_properties): New function.
7957         (main): Call it.
7958         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
7959         * lib/unicase/cased.c: Include unictype/bitmap.h.
7960         (uc_is_cased): Define through a bitmap lookup.
7961         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
7962         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
7963         (uc_is_case_ignorable): Define through a bitmap lookup.
7964         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
7965         lib/unictype/bitmap.h.
7966         (Depends-on): Add inline. Clean up.
7967         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
7968         lib/unictype/bitmap.h.
7969         (Depends-on): Add inline. Clean up.
7970         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
7971         recognition.
7972         * tests/unicase/test-u16-tolower.c (main): Likewise.
7973         * tests/unicase/test-u32-tolower.c (main): Likewise.
7974
7975 2009-06-30  Bruno Haible  <bruno@clisp.org>
7976
7977         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
7978         * lib/unicase/u16-casemap.c: Likewise.
7979         * lib/unicase/u32-casemap.c: Likewise.
7980
7981 2009-06-29  Bruno Haible  <bruno@clisp.org>
7982
7983         Define u32_casefold as a wrapper around u32_ct_casefold.
7984         * lib/unicase/u32-casefold.c: Update.
7985         * modules/unicase/u32-casefold (Depends-on): Add
7986         unicase/u32-ct-casefold, unicase/empty-prefix-context,
7987         unicase/empty-suffix-context. Clean up.
7988
7989         Define u16_casefold as a wrapper around u16_ct_casefold.
7990         * lib/unicase/u16-casefold.c: Update.
7991         * modules/unicase/u16-casefold (Depends-on): Add
7992         unicase/u16-ct-casefold, unicase/empty-prefix-context,
7993         unicase/empty-suffix-context. Clean up.
7994
7995         Define u8_casefold as a wrapper around u8_ct_casefold.
7996         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
7997         * lib/unicase/u8-casefold.c: Update.
7998         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
7999         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8000
8001         Define u32_totitle as a wrapper around u32_ct_totitle.
8002         * lib/unicase/u32-totitle.c: Update.
8003         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
8004         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8005
8006         Define u16_totitle as a wrapper around u16_ct_totitle.
8007         * lib/unicase/u16-totitle.c: Update.
8008         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
8009         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8010
8011         Define u8_totitle as a wrapper around u8_ct_totitle.
8012         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
8013         functions.
8014         (FUNC): Delegate to U_CT_TOTITLE.
8015         * lib/unicase/u8-totitle.c: Update.
8016         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
8017         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8018
8019         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
8020         invocation.
8021         * modules/unicase/u32-tolower (Depends-on): Add
8022         unicase/empty-prefix-context, unicase/empty-suffix-context.
8023
8024         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
8025         invocation.
8026         * modules/unicase/u16-tolower (Depends-on): Add
8027         unicase/empty-prefix-context, unicase/empty-suffix-context.
8028
8029         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
8030         * modules/unicase/u8-tolower (Depends-on): Add
8031         unicase/empty-prefix-context, unicase/empty-suffix-context.
8032
8033         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
8034         invocation.
8035         * modules/unicase/u32-toupper (Depends-on): Add
8036         unicase/empty-prefix-context, unicase/empty-suffix-context.
8037
8038         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
8039         invocation.
8040         * modules/unicase/u16-toupper (Depends-on): Add
8041         unicase/empty-prefix-context, unicase/empty-suffix-context.
8042
8043         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
8044         * modules/unicase/u8-toupper (Depends-on): Add
8045         unicase/empty-prefix-context, unicase/empty-suffix-context.
8046
8047         New module 'unicase/u32-ct-casefold'.
8048         * lib/unicase/u32-ct-casefold.c: New file.
8049         * modules/unicase/u32-ct-casefold: New file.
8050
8051         New module 'unicase/u16-ct-casefold'.
8052         * lib/unicase/u16-ct-casefold.c: New file.
8053         * modules/unicase/u16-ct-casefold: New file.
8054
8055         New module 'unicase/u8-ct-casefold'.
8056         * lib/unicase/u8-ct-casefold.c: New file.
8057         * lib/unicase/u-ct-casefold.h: New file, derived from
8058         lib/unicase/u-casefold.h.
8059         * modules/unicase/u8-ct-casefold: New file.
8060
8061         New module 'unicase/u32-ct-totitle'.
8062         * lib/unicase/u32-ct-totitle.c: New file.
8063         * modules/unicase/u32-ct-totitle: New file.
8064
8065         New module 'unicase/u16-ct-totitle'.
8066         * lib/unicase/u16-ct-totitle.c: New file.
8067         * modules/unicase/u16-ct-totitle: New file.
8068
8069         New module 'unicase/u8-ct-totitle'.
8070         * lib/unicase/u8-ct-totitle.c: New file.
8071         * lib/unicase/u-ct-totitle.h: New file, derived from
8072         lib/unicase/u-totitle.h.
8073         * modules/unicase/u8-ct-totitle: New file.
8074
8075         New module 'unicase/u32-ct-tolower'.
8076         * lib/unicase/u32-ct-tolower.c: New file.
8077         * modules/unicase/u32-ct-tolower: New file.
8078
8079         New module 'unicase/u16-ct-tolower'.
8080         * lib/unicase/u16-ct-tolower.c: New file.
8081         * modules/unicase/u16-ct-tolower: New file.
8082
8083         New module 'unicase/u8-ct-tolower'.
8084         * lib/unicase/u8-ct-tolower.c: New file.
8085         * modules/unicase/u8-ct-tolower: New file.
8086
8087         New module 'unicase/u32-ct-toupper'.
8088         * lib/unicase/u32-ct-toupper.c: New file.
8089         * modules/unicase/u32-ct-toupper: New file.
8090
8091         New module 'unicase/u16-ct-toupper'.
8092         * lib/unicase/u16-ct-toupper.c: New file.
8093         * modules/unicase/u16-ct-toupper: New file.
8094
8095         New module 'unicase/u8-ct-toupper'.
8096         * lib/unicase/u8-ct-toupper.c: New file.
8097         * modules/unicase/u8-ct-toupper: New file.
8098
8099         Add context arguments to u*_casemap functions.
8100         * lib/unicase/unicasemap.h: Include unicase.h.
8101         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
8102         suffix_context arguments.
8103         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
8104         functions.
8105         (FUNC): Add prefix_context and suffix_context arguments. Use
8106         uc_is_cased and uc_is_case_ignorable.
8107         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
8108         * lib/unicase/u16-casemap.c: Likewise.
8109         * lib/unicase/u32-casemap.c: Likewise.
8110         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
8111         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8112         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
8113         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8114         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
8115         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8116
8117         New module 'unicase/u32-suffix-context'.
8118         * lib/unicase/u32-suffix-context.c: New file.
8119         * modules/unicase/u32-suffix-context: New file.
8120
8121         New module 'unicase/u16-suffix-context'.
8122         * lib/unicase/u16-suffix-context.c: New file.
8123         * modules/unicase/u16-suffix-context: New file.
8124
8125         New module 'unicase/u8-suffix-context'.
8126         * lib/unicase/u8-suffix-context.c: New file.
8127         * lib/unicase/u-suffix-context.h: New file.
8128         * modules/unicase/u8-suffix-context: New file.
8129
8130         New module 'unicase/empty-suffix-context'.
8131         * lib/unicase/empty-suffix-context.c: New file.
8132         * modules/unicase/empty-suffix-context: New file.
8133
8134         New module 'unicase/u32-prefix-context'.
8135         * lib/unicase/u32-prefix-context.c: New file.
8136         * modules/unicase/u32-prefix-context: New file.
8137
8138         New module 'unicase/u16-prefix-context'.
8139         * lib/unicase/u16-prefix-context.c: New file.
8140         * modules/unicase/u16-prefix-context: New file.
8141
8142         New module 'unicase/u8-prefix-context'.
8143         * lib/unicase/u8-prefix-context.c: New file.
8144         * lib/unicase/u-prefix-context.h: New file.
8145         * lib/unicase/context.h: New file.
8146         * modules/unicase/u8-prefix-context: New file.
8147
8148         New module 'unicase/empty-prefix-context'.
8149         * lib/unicase/empty-prefix-context.c: New file.
8150         * modules/unicase/empty-prefix-context: New file.
8151
8152         New module 'unicase/ignorable'.
8153         * lib/unicase/ignorable.c: New file.
8154         * modules/unicase/ignorable: New file.
8155
8156         New module 'unicase/cased'.
8157         * lib/unicase/caseprop.h: New file.
8158         * lib/unicase/cased.c: New file.
8159         * modules/unicase/cased: New file.
8160
8161         New functions for case mapping of substrings.
8162         * lib/unicase.h (casing_prefix_context_t): New type.
8163         (unicase_empty_prefix_context): New variable.
8164         (u8_casing_prefix_context, u16_casing_prefix_context,
8165         u32_casing_prefix_context, u8_casing_prefixes_context,
8166         u16_casing_prefixes_context, u32_casing_prefixes_context): New
8167         declarations.
8168         (casing_suffix_context_t): New type.
8169         (unicase_empty_suffix_context): New variable.
8170         (u8_casing_suffix_context, u16_casing_suffix_context,
8171         u32_casing_suffix_context, u8_casing_suffixes_context,
8172         u16_casing_suffixes_context, u32_casing_suffixes_context,
8173         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
8174         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
8175         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
8176         declarations.
8177
8178 2009-06-28  Jim Meyering  <meyering@redhat.com>
8179
8180         boostrap: indent only with spaces
8181         * build-aux/bootstrap: Indent only with spaces, never TABs.
8182
8183         bootstrap: split long lines
8184         * build-aux/bootstrap: Keep line length < 80.
8185
8186         bootstrap: sync from coreutils
8187         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
8188         just as autoreconf does.  Verify a list of prerequisite
8189         package-name,version-number pairs if defined in bootstrap.conf.
8190         Refer to README-prereq, if prerequisites are not satisfied.
8191
8192 2009-06-27  Eric Blake  <ebb9@byu.net>
8193
8194         tests: add test for bogus NULL definition
8195         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
8196         * tests/test-stdlib.c: Likewise.
8197         * tests/test-string.c: Likewise.
8198         * tests/test-locale.c: Likewise.
8199         * tests/test-unistd.c: Likewise.
8200         * modules/stdio-tests (Depends-on): Add verify.
8201         * modules/stdlib-tests (Depends-on): Likewise.
8202         * modules/string-tests (Depends-on): Likewise.
8203         * modules/locale-tests (Depends-on): Likewise.
8204         * modules/unistd-tests (Depends-on): Likewise.
8205
8206 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
8207
8208         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
8209         self-explaining comment.
8210         * m4/selinux-selinux-h: Update serial.
8211         (gl_LIBSELINUX): New macro, adding a warning for missing development
8212         packages to code extracted from...
8213         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
8214         Add warning for missing development packages here, too.
8215
8216 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
8217
8218         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
8219
8220 2009-06-25  Eric Blake  <ebb9@byu.net>
8221
8222         version-etc: fix regression
8223         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
8224         gcc.
8225         (version_etc): Use it, to catch bugs with trailing NULL.
8226         * lib/version-etc.c (version_etc_arn): Delete unused argument.
8227         (version_etc_va): Fix logic bug.
8228         * modules/version-etc-tests: Add test.
8229         * tests/test-version-etc.c: New file.
8230         * tests/test-version-etc.sh: Likewise.
8231
8232 2009-06-25  Sam Steingold  <sds@gnu.org>
8233
8234         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
8235         mbtowc declaration.
8236
8237 2009-06-25  Eric Blake  <ebb9@byu.net>
8238
8239         fpurge: migrate into <stdio.h>
8240         * lib/fpurge.h: Delete...
8241         * lib/stdio.in.h (fpurge): ...and declare here, instead.
8242         * lib/fpurge.c (fpurge): Change declaring header.
8243         * modules/fpurge (Files): Drop deleted file.
8244         (Depends-on): Add stdio.
8245         (configure.ac): Set witness.
8246         * modules/stdio (Makefile.am): Support fpurge macros.
8247         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8248         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
8249         * lib/fflush.c: Update client.
8250         * tests/test-fpurge.c: Likewise.
8251         * NEWS: Mention the change.
8252
8253 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8254
8255         * lib/argp-version-etc.c (program_authors): Add const
8256         qualifier.
8257         * lib/version-etc.c: Fix typos in the comments.
8258         * modules/argp-version-etc: Depends on version-etc.
8259
8260 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8261
8262         argp-version-etc: new module.
8263
8264         * lib/argp-version-etc.c: New file.
8265         * lib/argp-version-etc.h: New file.
8266         * modules/argp-version-etc: New file.
8267         * modules/argp-version-etc-tests: New file.
8268         * tests/test-argp-version-etc.c: New test.
8269         * tests/test-argp-version-etc-1.sh: New test.
8270
8271 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8272
8273         Provide additional interfaces and documentation for version-etc
8274         module.
8275
8276         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
8277         interfaces.
8278         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
8279         prototypes.
8280
8281 2009-06-24  Bruno Haible  <bruno@clisp.org>
8282
8283         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
8284         HAVE_LIB${NAME} macro.
8285         Reported by Sam Steingold <sds@gnu.org>.
8286
8287 2009-06-23  Simon Josefsson  <simon@josefsson.org>
8288
8289         * modules/hash-tests (test_hash_LDADD): Link to libintl when
8290         needed.
8291
8292 2009-06-21  Bruno Haible  <bruno@clisp.org>
8293
8294         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
8295         work.
8296         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
8297         together with LIB${NAME}, LTLIB${NAME}.
8298         Reported by Sam Steingold <sds@gnu.org>.
8299
8300 2009-06-20  Jim Meyering  <meyering@redhat.com>
8301
8302         tests: make sc_require_test_exit_idiom more generic
8303         * top/maint.mk (Exit_witness_file): New overridable variable.
8304         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
8305         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
8306
8307 2009-06-19  Jim Meyering  <meyering@redhat.com>
8308
8309         hash: reverse order of src/dst parameters in an internal interface
8310         * lib/hash.c (transfer_entries): Reverse order of parameters to
8311         put DST before SRC.  Adjust callers.
8312
8313         tests: test-hash: avoid wholesale duplication
8314         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
8315         Instead, use a loop and add a single conditional.
8316
8317         tests: test-hash: allow seed selection via a command line argument
8318         * tests/test-hash.c (get_seed): New function.
8319         (main): Use it.
8320
8321 2009-06-19  Eric Blake  <ebb9@byu.net>
8322
8323         hash: avoid memory leak on allocation failure
8324         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
8325         failure.  Factor repeated algorithm...
8326         (transfer_entries): ...into new helper routine.
8327         (hash_delete): React to hash_rehash return value.
8328
8329         hash: reduce memory pressure in hash_rehash no-op case
8330         * lib/hash.c (next_prime): Avoid overflow.
8331         (hash_initialize): Factor bucket size computation...
8332         (compute_bucket_size): ...into new helper function.
8333         (hash_rehash): Use new function and open coding to reduce memory
8334         pressure, and avoid a memory leak in USE_OBSTACK code.
8335         Reported by Jim Meyering.
8336
8337 2009-06-18  Eric Blake  <ebb9@byu.net>
8338
8339         hash: make rotation more obvious
8340         * modules/hash (Depends-on): Add bitrotate and stdint.
8341         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
8342         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
8343         (SIZE_MAX): Rely on headers for definition.
8344         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
8345         (raw_hasher): Use rotr_sz.
8346         Suggested by Jim Meyering.
8347
8348         hash: fix memory leak in last patch
8349         * lib/hash.c (hash_rehash): Avoid memory leak.
8350
8351         hash: avoid no-op rehashing
8352         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
8353
8354         hash: provide default callback functions
8355         * lib/hash.c (raw_hasher, raw_comparator): New functions.
8356         (hash_initialize): Use them as defaults.
8357         * tests/test-hash.c (main): Test this.
8358
8359         hash: minor optimization
8360         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
8361         when possible.
8362         (hash_initialize): Document this promise.
8363         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
8364         * tests/test-hash.c (hash_compare_strings): Test this.
8365
8366 2009-06-18  Bruno Haible  <bruno@clisp.org>
8367
8368         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
8369         going to be replaced anyway.
8370
8371 2009-06-18  Bruno Haible  <bruno@clisp.org>
8372
8373         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
8374         in one place.
8375         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
8376         be replaced anyway.
8377
8378 2009-06-18  Eric Blake  <ebb9@byu.net>
8379
8380         hash: check for resize before insertion
8381         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
8382         threshold before insertion, so that a pathological hash_rehash
8383         that fills every bucket can still trigger another rehash.
8384
8385 2009-06-18  Jim Meyering  <meyering@redhat.com>
8386
8387         hash-tests: add a loop around the small tests
8388         * tests/test-hash.c (main): Repeat small tests with selected
8389         small initial table sizes.
8390
8391 2009-06-17  Eric Blake  <ebb9@byu.net>
8392
8393         hash: minor cleanups
8394         * lib/hash.h (hash_entry): Make opaque, by moving...
8395         * lib/hash.c (hash_entry): ...here.
8396         (hash_insert): Clarify restrictions on what can be inserted.
8397         (hash_get_next): Clarify when it is safe to remove an element
8398         during traversal.
8399         (check_tuning): Skip verification when tuning is known safe.
8400         (hash_initialize): Clarify restrictions on tuning.
8401
8402 2009-06-17  Jim Meyering  <jim@meyering.net>
8403         and Eric Blake  <ebb9@byu.net>
8404
8405         hash-tests: new module
8406         * modules/hash-tests: New file.
8407         * tests/test-hash.c: New file.
8408
8409 2009-06-17  Eric Blake  <ebb9@byu.net>
8410
8411         strstr-simple: document new module
8412         * MODULES.html.sh: Document new module.
8413
8414         strstr, strcasestr: replace on platforms with broken memchr
8415         * modules/strstr: Split into...
8416         * modules/strstr-simple: ...new module that does not care about
8417         performance, but does care about glibc bug.
8418         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
8419         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
8420         if platform memchr is broken, per Debian bug 521737.
8421         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
8422         memchr.
8423         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
8424         * doc/posix-functions/strstr.texi (strstr): Document the fix.
8425         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
8426         * modules/mountlist (Depends-on): Add strstr-simple.
8427         * modules/gen-uni-tables (Depends-on): Likewise.
8428         * modules/argz (Depends-on): Add strstr.
8429
8430 2009-06-17  Bruno Haible  <bruno@clisp.org>
8431
8432         * modules/posix_spawn-internal (Depends-on): Add errno.
8433
8434 2009-06-17  Bruno Haible  <bruno@clisp.org>
8435
8436         Define missing ESTALE on Interix 3.5.
8437         * lib/errno.in.h (ESTALE): Assign a value if missing.
8438         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
8439         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
8440         missing.
8441         * doc/posix-headers/errno.texi: Mention the Interix bug.
8442         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
8443
8444 2009-06-15  Eric Blake  <ebb9@byu.net>
8445
8446         memchr, memchr2: add valgrind exception
8447         * lib/memchr.valgrind: New file.
8448         * lib/memchr2.valgrind: New file.
8449         * modules/memchr (Files): Distribute valgrind file.
8450         * modules/memchr2 (Files): Likewise.
8451
8452         docs: memchr is no longer obsolete
8453         * MODULES.html.sh: Move memchr from obsolete to string.h section.
8454         * lib/string.in.h (memchr): Simplify logic.
8455
8456 2009-06-14  Jim Meyering  <meyering@redhat.com>
8457
8458         link-follow: fix the "checking..." message to not mention trailing slash
8459         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
8460         never considered trailing slashes.
8461
8462 2009-06-14  Bruno Haible  <bruno@clisp.org>
8463
8464         * m4/memchr.m4: Mention also the bug on IA-64.
8465         * doc/posix-functions/memchr.texi: Likewise.
8466
8467 2009-06-12  Eric Blake  <ebb9@byu.net>
8468
8469         memchr: detect broken x86_64 and alpha implementations
8470         * modules/memchr-tests (Depends-on): Move mmap detection...
8471         * modules/memchr (Depends-on): ...here.
8472         (configure.ac): Set indicator.
8473         * lib/string.in.h (memchr): Declare replacement.
8474         * modules/string (Makefile.am): Trigger replacement.
8475         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8476         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
8477         bugs.
8478         * doc/posix-functions/memchr.texi (memchr): Document the bug.
8479         * modules/getpagesize (License): Relax license.
8480
8481 2009-06-11  Bruno Haible  <bruno@clisp.org>
8482
8483         * lib/idpriv.h: Add more references.
8484
8485 2009-06-08  Bruno Haible  <bruno@clisp.org>
8486
8487         Tests for module 'idpriv-droptemp'.
8488         * modules/idpriv-droptemp-tests: New file.
8489         * tests/test-idpriv-droptemp.sh: New file.
8490         * tests/test-idpriv-droptemp.su.sh: New file.
8491         * tests/test-idpriv-droptemp.c: New file.
8492
8493         New module 'idpriv-droptemp'.
8494         * lib/idpriv-droptemp.c: New file.
8495         * modules/idpriv-droptemp: New file.
8496
8497 2009-06-08  Bruno Haible  <bruno@clisp.org>
8498
8499         Tests for module 'idpriv-drop'.
8500         * modules/idpriv-drop-tests: New file.
8501         * tests/test-idpriv-drop.sh: New file.
8502         * tests/test-idpriv-drop.su.sh: New file.
8503         * tests/test-idpriv-drop.c: New file.
8504
8505         New module 'idpriv-drop'.
8506         * lib/idpriv.h: New file.
8507         * lib-idpriv-drop.c: New file.
8508         * m4/idpriv.m4: New file.
8509         * modules/idpriv-drop: New file.
8510
8511 2009-06-08  Bruno Haible  <bruno@clisp.org>
8512
8513         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
8514         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8515         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8516         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8517         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8518         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8519         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8520
8521 2009-06-08  Eric Blake  <ebb9@byu.net>
8522
8523         test-strstr: use memory fence, when possible
8524         * tests/test-strstr.c (main): Use memory fence, in order to be
8525         more likely to trigger Debian bug 521737.
8526         * modules/strstr-tests (Files): Pull in additional files.
8527
8528         memchr: no longer obsolete, for wider field testing
8529         * modules/memchr (Status, Notice): Delete, this module is no
8530         longer obsolete.
8531         * modules/vasnprintf (Depends-on): Add memchr.
8532
8533 2009-06-07  Jim Meyering  <meyering@redhat.com>
8534
8535         hash: declare some functions with the warn_unused_result attribute
8536         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
8537
8538 2009-06-07  Bruno Haible  <bruno@clisp.org>
8539
8540         * tests/test-alignof.c: Don't test int64_t if it does not exist.
8541         Reported by Eric Blake.
8542
8543 2009-06-06  Eric Blake  <ebb9@byu.net>
8544
8545         test-alignof: fix typo with long double
8546         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
8547         compiler error.
8548
8549 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
8550
8551         Escape non-texinfo { and }s.
8552         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
8553         markup error.
8554
8555 2009-06-04  Jim Meyering  <meyering@redhat.com>
8556
8557         gitlog-to-changelog: don't infloop on an empty commit log
8558         * build-aux/gitlog-to-changelog: Warn about an empty log message.
8559         Reported by Boris Petersen <transacid@centerim.org>.
8560
8561 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
8562
8563         version-etc: extend for packagers
8564         Add three new configure options, intended for packagers:
8565           --with-packager="packager name"
8566           --with-packager-version="packager-specific version"
8567           --with-packager-bug-reports="packager bug reporting"
8568         An example with coreutils:
8569           $ ./configure \
8570             --with-packager=Gentoo \
8571             --with-packager-bug-report=http://bugs.gentoo.org/ \
8572             --with-packager-version="patchset 1.6"
8573           $ ./src/ls --version | head -n3
8574           ls (GNU coreutils) 7.1-dirty
8575           Packaged by Gentoo (patchset 1.6)
8576           Copyright (C) 2009 Free Software Foundation, Inc.
8577         Note that the bug reporting info via --help doesn't show up because
8578         coreutils uses its own custom emit_bug_reporting_address() implementation
8579         in src/system.h.  If it didn't, it'd look like:
8580           $ ./src/ls --help | tail -n4
8581           Report bugs to <bug-coreutils@gnu.org>.
8582           Report Gentoo bugs to <http://bugs.gentoo.org/>.
8583           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
8584           General help using GNU software: <http://www.gnu.org/gethelp/>.
8585         * lib/version-etc.c: Print new information, if provided.
8586         * m4/version-etc.m4: New file.
8587         * modules/version-etc (Files): Add m4/version-etc.m4.
8588         (configure.ac): Add gl_VERSION_ETC.
8589
8590 2009-05-31  Bruno Haible  <bruno@clisp.org>
8591
8592         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
8593         and 'int64_t'.
8594         * modules/alignof-tests (Dependencies): Add stdint.
8595         Reported by Eric Blake.
8596
8597 2009-05-31  Bruno Haible  <bruno@clisp.org>
8598
8599         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
8600         restriction due to compiler bugs.
8601         Reported by Eric Blake.
8602
8603 2009-05-31  Simon Josefsson  <simon@josefsson.org>
8604             Bruno Haible  <bruno@clisp.org>
8605
8606         Fix test-alignof failure.
8607         * lib/alignof.h (alignof_slot): New macro.
8608         (alignof_type): New macro, with the same semantics as the previous
8609         'alignof'.
8610         (alignof): Alias to alignof_slot.
8611         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
8612         check that the results are usable as constant expressions.
8613
8614 2009-05-31  Bruno Haible  <bruno@clisp.org>
8615
8616         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
8617         * tests/test-memchr.c (main): Check that memchr does not read past the
8618         first occurrence of the byte.
8619         * tests/test-strstr.c (main): Update comment.
8620         Suggested by Eric Blake.
8621
8622 2009-05-30  Bruno Haible  <bruno@clisp.org>
8623
8624         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
8625         detail how to use dumpbin.
8626         Reported by David Byron <dbyron@dbyron.com>.
8627
8628 2009-06-02  Simon Josefsson  <simon@josefsson.org>
8629
8630         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
8631
8632 2009-06-02  Simon Josefsson  <simon@josefsson.org>
8633
8634         * m4/manywarnings.m4: Add GCC 4.4 warnings.
8635
8636 2009-05-28  Bruno Haible  <bruno@clisp.org>
8637
8638         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
8639         build-aux/ files.
8640
8641 2009-05-28  Simon Josefsson  <simon@josefsson.org>
8642
8643         * gnulib-tool (func_import): Transform license on build-aux/ files too.
8644
8645 2009-05-27  Simon Josefsson  <simon@josefsson.org>
8646
8647         * gnulib-tool (sed_transform_main_lib_file)
8648         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
8649         regexps.
8650
8651 2009-05-26  Simon Josefsson  <simon@josefsson.org>
8652
8653         * tests/test-strstr.c: Add another self-test.
8654         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
8655         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
8656
8657 2009-05-23  Bruno Haible  <bruno@clisp.org>
8658
8659         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
8660         change.
8661
8662 2009-05-21  Bruno Haible  <bruno@clisp.org>
8663
8664         Simplify use of mode_t varargs.
8665         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
8666         uses 'mode_t' or 'int'.
8667         * lib/openat.c (openat): Likewise.
8668         * lib/open-safer.c (open_safer): Likewise.
8669         * m4/mode_t.m4: New file.
8670         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
8671         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
8672         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
8673         * modules/open (Files): Add m4/mode_t.m4.
8674         * modules/openat (Files): Likewise.
8675         * modules/fcntl-safer (Files): Likewise.
8676         Suggested by Eric Blake.
8677
8678 2009-05-21  Pádraig Brady  <P@draigbrady.com>
8679
8680         * doc/glibc-functions/fallocate.texi: New file.
8681         * doc/gnulib.texi: Include it.
8682
8683 2009-05-21  Eric Blake  <ebb9@byu.net>
8684             Bruno Haible  <bruno@clisp.org>
8685
8686         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
8687         invocations.
8688         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8689
8690 2009-05-21  Eric Blake  <ebb9@byu.net>
8691             Bruno Haible  <bruno@clisp.org>
8692
8693         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
8694         include_next. Fix of 2008-11-20 commit.
8695         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
8696         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
8697         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
8698         NEXT_MATH_H.
8699         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
8700         instead of NEXT_MATH_H.
8701
8702 2009-05-21  Bruno Haible  <bruno@clisp.org>
8703
8704         Avoid redefinition warnings for SIZE_MAX.
8705         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
8706         Reported by Simon Josefsson.
8707
8708 2009-05-21  Bruno Haible  <bruno@clisp.org>
8709
8710         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
8711         AC_CACHE_VAL.
8712
8713 2009-05-20  Bruno Haible  <bruno@clisp.org>
8714
8715         Make zeroptr.h work on mingw.
8716         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
8717         mprotect.
8718         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
8719         * modules/memchr2-tests (configure.ac): Likewise.
8720         * modules/memcmp-tests (configure.ac): Likewise.
8721         * modules/memmem-tests (configure.ac): Likewise.
8722         * modules/memrchr-tests (configure.ac): Likewise.
8723         Reported by Simon Josefsson.
8724
8725 2009-05-20  Simon Josefsson  <simon@josefsson.org>
8726
8727         * tests/test-glob.c: Include string.h for strcmp prototype.
8728
8729 2009-05-20  Simon Josefsson  <simon@josefsson.org>
8730
8731         * modules/getdelim (Depends-on): Add explicit stdint, although it
8732         was implicitly already pulled in via realloc-posix.
8733         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
8734
8735 2009-05-20  Simon Josefsson  <simon@josefsson.org>
8736
8737         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
8738         G. Christensen" <tgc@jupiterrise.com>.
8739         * m4/sys_socket_h.m4: Check for sa_family_t.
8740         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
8741         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
8742         * tests/test-sys_socket.c: Check that sa_family_t works.
8743
8744 2009-05-18  Eric Blake  <ebb9@byu.net>
8745
8746         maint.mk: allow gnulib_dir in VPATH build
8747         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
8748
8749 2009-05-15  Jim Meyering  <meyering@redhat.com>
8750
8751         maint.mk: Give gnulib_dir a default definition.
8752         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
8753         Thus, most packages no longer need to specify this variable in cfg.mk
8754
8755 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
8756
8757         rename.m4: fix typos that would make non-mingw cross-configure fail
8758         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
8759
8760 2009-05-13  Eric Blake  <ebb9@byu.net>
8761
8762         mmap-anon: avoid out-of-order autoconf expansion
8763         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
8764         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
8765         * modules/memchr-tests (Depends-on): Add extensions.
8766         * modules/memchr2-tests (Depends-on): Add extensions.
8767         * modules/memcmp-tests (Depends-on): Add extensions.
8768         * modules/memmem-tests (Depends-on): Add extensions.
8769         * modules/memrchr-tests (Depends-on): Add extensions.
8770
8771 2009-05-13  Bruno Haible  <bruno@clisp.org>
8772
8773         Make some tests ISO C 99 compliant.
8774         * tests/zerosize-ptr.h: New file.
8775         * tests/test-memchr.c: Include zerosize-ptr.h.
8776         (main): Use a zero-size object pointer instead of NULL.
8777         * tests/test-memchr2.c: Include zerosize-ptr.h.
8778         (main): Use a zero-size object pointer instead of NULL.
8779         * tests/test-memcmp.c: Include zerosize-ptr.h.
8780         (main): Use a zero-size object pointer instead of NULL.
8781         * tests/test-memmem.c: Include zerosize-ptr.h.
8782         (main): Use a zero-size object pointer instead of NULL.
8783         * tests/test-memrchr.c: Include zerosize-ptr.h.
8784         (main): Use a zero-size object pointer instead of NULL.
8785         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
8786         m4/mmap-anon.m4.
8787         (Depends-on): Add getpagesize.
8788         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8789         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
8790         m4/mmap-anon.m4.
8791         (Depends-on): Add getpagesize.
8792         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8793         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
8794         m4/mmap-anon.m4.
8795         (Depends-on): Add getpagesize.
8796         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8797         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
8798         m4/mmap-anon.m4.
8799         (Depends-on): Add getpagesize.
8800         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8801         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
8802         m4/mmap-anon.m4.
8803         (Depends-on): Add getpagesize.
8804         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
8805
8806 2009-05-12  Bruno Haible  <bruno@clisp.org>
8807
8808         Tests for module 'alignof'.
8809         * modules/alignof-tests: New file.
8810         * tests/test-alignof.c: New file.
8811
8812 2009-05-12  Bruno Haible  <bruno@clisp.org>
8813
8814         Fix alignof macro.
8815         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
8816         vendor compilers that are always correct.
8817
8818 2009-05-12  Bruno Haible  <bruno@clisp.org>
8819
8820         Make the MAP_ANONYMOUS detection work on HP-UX 11.
8821         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
8822         not whether its fully works.
8823
8824 2009-05-12  Bruno Haible  <bruno@clisp.org>
8825
8826         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
8827
8828 2009-05-12  Jim Meyering  <meyering@redhat.com>
8829
8830         * top/maint.mk: Adjust backslash alignment.
8831
8832 2009-05-11  Simon Josefsson  <simon@josefsson.org>
8833
8834         * top/maint.mk: Make $(srcdir)/build-aux configurable.
8835
8836 2009-05-11  Eric Blake  <ebb9@byu.net>
8837
8838         argp: avoid undefined behavior
8839         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
8840         macros.
8841
8842 2009-05-08  Simon Josefsson  <simon@josefsson.org>
8843
8844         * tests/test-vc-list-files-git.sh: Do git config of user.email and
8845         user.name to prevent git commit from complaining.
8846
8847 2009-05-10  Bruno Haible  <bruno@clisp.org>
8848
8849         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
8850         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
8851         it rewrites every file name only once.
8852         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
8853
8854 2009-05-08  Bruno Haible  <bruno@clisp.org>
8855
8856         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
8857         instead of 'max'.
8858
8859 2009-05-08  Simon Josefsson  <simon@josefsson.org>
8860
8861         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
8862         sockaddr_storage test.
8863
8864 2009-05-07  Simon Josefsson  <simon@josefsson.org>
8865
8866         * modules/sys_socket (Makefile.am): Substitute
8867         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
8868         * m4/sys_socket_h.m4: Check for sockaddr_storage.
8869         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
8870         * tests/test-sys_socket.c: Check sockaddr_storage.
8871
8872 2009-05-08  Bruno Haible  <bruno@clisp.org>
8873
8874         New module 'alignof'.
8875         * lib/alignof.h: New file.
8876         * modules/alignof: New file.
8877
8878 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8879             Bruno Haible  <bruno@clisp.org>
8880
8881         Fix test-file-has-acl on FreeBSD.
8882         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
8883         mask is implicitly added.
8884         * tests/test-file-has-acl.c: Include <signal.h>.
8885         (main): Terminate the test after 5 seconds.
8886         * modules/acl-tests (configure.ac): Check for alarm function.
8887
8888 2009-05-04  Bruno Haible  <bruno@clisp.org>
8889
8890         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
8891         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
8892         * modules/errno (configure.ac): Drop AC_REQUIRE.
8893         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
8894         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
8895
8896 2009-05-04  Simon Josefsson  <simon@josefsson.org>
8897
8898         * modules/glob-tests: New module.
8899         * tests/test-glob.c: Add.
8900
8901 2009-05-04  Simon Josefsson  <simon@josefsson.org>
8902
8903         * modules/fnmatch-tests: New module.
8904         * tests/test-fnmatch.c: Add.
8905
8906 2009-05-04  Eric Blake  <ebb9@byu.net>
8907
8908         maint: make the new no-submodule-changes rule VPATH-safe
8909         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
8910
8911 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8912             Bruno Haible  <bruno@clisp.org>
8913
8914         acl: Fix infinite loop on FreeBSD.
8915         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
8916         of return value from acl_get_entry.
8917         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
8918         Likewise.
8919
8920 2009-05-03  Bruno Haible  <bruno@clisp.org>
8921
8922         * lib/acl-internal.h (acl_entries): Clarify return value.
8923         * lib/acl_entries.c (acl_entries): Likewise.
8924
8925 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8926
8927         Bug fix in acl module.
8928         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
8929
8930 2009-05-03  Bruno Haible  <bruno@clisp.org>
8931
8932         Create gperf-generated file in the source dir, not in the build dir.
8933         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
8934         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
8935         * modules/unicase/locale-language (unicase/locale-languages.h):
8936         Likewise.
8937         * modules/unicase/special-casing (unicase/special-casing-table.h):
8938         Likewise.
8939         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
8940         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
8941         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
8942         Reported by Ralf Wildenhues.
8943
8944 2009-05-03  Bruno Haible  <bruno@clisp.org>
8945
8946         * modules/fnmatch (Description, configure.ac): Taken from
8947         fnmatch-posix.
8948         * modules/fnmatch-posix: Turn into a symbolic reference to the
8949         'fnmatch' module, and deprecate.
8950         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
8951
8952 2009-05-03  Bruno Haible  <bruno@clisp.org>
8953
8954         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
8955         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
8956         Reported by Ralf Wildenhues.
8957
8958 2009-05-04  Simon Josefsson  <simon@josefsson.org>
8959
8960         * m4/fnmatch.m4: Fix fnmatch re-define.
8961
8962 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8963
8964         priv-set: new module and tests; adapt write-any-file
8965         * lib/priv-set.c: New file.
8966         * lib/priv-set.h: New file.
8967         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
8968         * lib/write-any-file.c: Simplify by using priv-set module.
8969         * m4/priv-set.m4: New file.
8970         * modules/priv-set: New file.
8971         * modules/unlinkdir: Add dependency on priv-set module.
8972         * modules/write-any-file: Likewise.
8973
8974         Tests for module 'priv-set'.
8975         * modules/priv-set-tests: New file.
8976         * tests/test-priv-set.c: New file.
8977
8978 2009-05-03  Jim Meyering  <meyering@redhat.com>
8979             Bruno Haible  <bruno@clisp.org>
8980
8981         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
8982         use the converted UTF-8 variant of the name instead.
8983
8984 2009-05-03  Jim Meyering  <meyering@redhat.com>
8985
8986         tests: tighten some getdate tests
8987         * tests/test-getdate.c (main): Tighten tests: require equality,
8988         not just greater than.  Set TZ envvar to UTC0.
8989
8990 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
8991
8992         getdate: correctly interpret "next monday" when run on a Monday
8993         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
8994         that e.g., "next tues" (when run on a tuesday) results in a date
8995         that is one week in the future, and not today's date.
8996         I.e., add a week when the wday is the same as the current one.
8997         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
8998         and earlier by Martin Bernreuther and Jan Minář.
8999         * tests/test-getdate.c (main): Check that "next DAY" is always in
9000         the future and that "last DAY" is always in the past.
9001
9002 2009-05-02  Jim Meyering  <meyering@redhat.com>
9003
9004         build: ensure that a release build fails when a submodule is unclean
9005         * top/maint.mk (no-submodule-changes): New rule.
9006         (alpha beta major): Depend on it.
9007
9008 2009-05-02  Bruno Haible  <bruno@clisp.org>
9009
9010         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
9011         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
9012         shell variable gl_fnmatch_required to detect which variant is
9013         requested.
9014         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
9015         gl_FUNC_FNMATCH_POSIX.
9016         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
9017         exclude fnmatch-posix.
9018
9019 2009-05-02  Bruno Haible  <bruno@clisp.org>
9020
9021         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
9022         * modules/mbsrtowcs (License): Change to LGPLv2+.
9023         * modules/strnlen1 (License): Likewise.
9024         Reported by Simon Josefsson.
9025
9026 2009-05-02  Bruno Haible  <bruno@clisp.org>
9027
9028         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
9029         "cross".
9030         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
9031         gnulib-tool was called with option --source-base=lib.
9032
9033 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9034
9035         Use automake *-local hooks without commands, for extensibility.
9036         * modules/localcharset (Makefile.am): Rename install-exec-local
9037         rule to install-exec-localcharset, and make it a prerequisite of
9038         install-exec-local.  Likewise, rename the uninstall-local rule to
9039         uninstall-localcharset, and make it a prerequisite of the former.
9040
9041 2009-05-01  Bruno Haible  <bruno@clisp.org>
9042
9043         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
9044         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
9045         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
9046         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
9047         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
9048         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
9049         m4/locale-zh.m4, m4/codeset.m4.
9050
9051         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
9052         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
9053         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
9054         m4/locale-zh.m4.
9055
9056         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
9057         REPLACE_WCRTOMB if mbstate_t must be replaced.
9058         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
9059         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
9060
9061 2009-05-01  Bruno Haible  <bruno@clisp.org>
9062
9063         Avoid compiler warnings when redefining macros defined by <libintl.h>.
9064         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
9065         dngettext, dcngettext, textdomain, bindtextdomain,
9066         bind_textdomain_codeset): Undefine before redefining.
9067
9068 2009-04-30  Bruno Haible  <bruno@clisp.org>
9069
9070         Fix bug introduced on 2009-04-25.
9071         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
9072         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
9073         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
9074         is defined.
9075         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
9076         is defined.
9077         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
9078         is defined.
9079         Reported by Elbert_Pol <elbert.pol@gmail.com>.
9080
9081 2009-04-28  Bruno Haible  <bruno@clisp.org>
9082
9083         Comment tweaks.
9084         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
9085         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
9086         * lib/unicase.h (u*_casexfrm): Likewise.
9087         Reported by Paolo Bonzini.
9088
9089 2009-04-28  Bruno Haible  <bruno@clisp.org>
9090
9091         Fix a compilation error.
9092         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
9093         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
9094         Reported by Jim Meyering.
9095
9096 2009-04-27  Bruno Haible  <bruno@clisp.org>
9097
9098         New module 'libunistring'.
9099         * modules/libunistring: New file.
9100         * m4/libunistring.m4: New file.
9101         * MODULES.html.sh (Unicode string functions): Add it.
9102
9103 2009-04-27  Eric Blake  <ebb9@byu.net>
9104
9105         maint.mk: allow package-specific header to provide <config.h>
9106         * top/maint.mk (sc_require_config_h): New variable.
9107         (sc_require_config_h, sc_require_config_h_first): Use it.
9108
9109 2009-04-27  Simon Josefsson  <simon@josefsson.org>
9110
9111         * top/maint.mk (sc_avoid_if_before_free): Except
9112         useless-if-before-free script.
9113
9114 2009-04-27  Eric Blake  <ebb9@byu.net>
9115
9116         maintainer-makefile: depend on all required helper scripts
9117         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
9118         useless-if-before-free.
9119         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
9120         version, rather than assuming gnulib checkout is available.
9121         Reported by Simen Josefsson.
9122
9123 2009-04-26  Bruno Haible  <bruno@clisp.org>
9124
9125         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
9126         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
9127         "../" or "..".
9128
9129 2009-04-26  Bruno Haible  <bruno@clisp.org>
9130
9131         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
9132         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
9133         AC_LIB_HAVE_LINKFLAGS.
9134
9135 2009-04-26  Bruno Haible  <bruno@clisp.org>
9136
9137         Simplify calling convention of u*_conv_from_encoding.
9138         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
9139         u32_conv_from_encoding): Expect a resultbuf argument and return the
9140         result directly as a pointer.
9141         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
9142         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
9143         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
9144         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
9145         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
9146         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
9147         Update.
9148         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
9149         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
9150         * lib/vasnprintf.c (VASNPRINTF): Update.
9151         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
9152         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
9153         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
9154         * NEWS: Mention the change.
9155
9156 2009-04-26  Bruno Haible  <bruno@clisp.org>
9157
9158         Simplify calling convention of u*_conv_to_encoding.
9159         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
9160         u32_conv_to_encoding): Expect a resultbuf argument and return the
9161         result directly as a pointer.
9162         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
9163         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
9164         freeing scaled_offsets if mem_iconveha failed.
9165         * lib/unicase/u-casexfrm.h (FUNC): Update.
9166         * lib/uninorm/u-normxfrm.h (FUNC): Update.
9167         * lib/vasnprintf.c (VASNPRINTF): Update.
9168         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
9169         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
9170         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
9171         * NEWS: Mention the change.
9172
9173 2009-04-26  Bruno Haible  <bruno@clisp.org>
9174
9175         Avoid test failures on AIX and OSF/1.
9176         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
9177         malloc(0).
9178         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
9179         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
9180         Likewise.
9181         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
9182         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
9183         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
9184         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
9185         * doc/posix-functions/malloc.texi: Document the portability problem
9186         related to malloc(0).
9187
9188 2009-04-26  Bruno Haible  <bruno@clisp.org>
9189
9190         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
9191         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
9192         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
9193
9194 2009-04-25  Bruno Haible  <bruno@clisp.org>
9195
9196         Avoid link error when creating a namespace clean library.
9197         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
9198         as macro with arguments if already defined as an alias.
9199         * lib/signbitf.c (gl_signbitf): Don't undefine.
9200         * lib/signbitd.c (gl_signbitd): Don't undefine.
9201         * lib/signbitl.c (gl_signbitl): Don't undefine.
9202
9203 2009-04-25  Jim Meyering  <meyering@redhat.com>
9204
9205         vc-list-files: fix another quoting bug
9206         * build-aux/vc-list-files: Avoid sed backslash expansion
9207         of pathological directory names.
9208
9209 2009-04-25  Eric Blake  <ebb9@byu.net>
9210
9211         vc-list-files: fix shell quoting error
9212         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
9213         timestamp.
9214
9215 2009-04-25  Jim Meyering  <meyering@redhat.com>
9216
9217         vc-list-files: restore lost functionality with subdir argument
9218         * build-aux/vc-list-files: When given a non-"." sub-directory
9219         argument, substitute the $dir/ prefix back onto each resulting name.
9220         Otherwise, coreutils' root_tests check would fail.
9221
9222 2009-04-24  Eric Blake  <ebb9@byu.net>
9223
9224         vc-list-files: ignore git symlinks
9225         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
9226         than ls-files, to ignore git symlinks.
9227
9228         maint.mk: import improvements from m4
9229         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
9230         (move_if_change): Delete unused macro.
9231         (news-date-check, vc-diff-check): Support VPATH builds.
9232         (announcement): Likewise.  Split --bootstrap-tools list...
9233         (boostrap-tools): ...into separate list, which can be overridden
9234         in cfg.mk.
9235         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
9236         requiring dependency on useless-if-before-free module.
9237         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
9238         Support VPATH builds.
9239
9240 2009-04-24  Jim Meyering  <meyering@redhat.com>
9241
9242         maint.mk: remove coreutils-specific rules and variables
9243         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
9244         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
9245         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
9246
9247         maint.mk: remove obsolete rule
9248         * top/maint.mk (rel-check): Remove rule.
9249         (WGET, WGETFLAGS): Remove now-unused variables.
9250
9251 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9252
9253         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
9254         consistency.
9255
9256         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
9257         '$(PATH_SEPARATOR)' instead of ':'.
9258
9259 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9260
9261         * lib/getopt1.c (main): Use 'const' for static array.
9262
9263 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9264
9265         * top/maint.mk: Sync with coreutils.
9266         * NEWS: Explain incompatibilities.
9267
9268 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9269             Bruno Haible  <bruno@clisp.org>
9270
9271         Fix cross-compilation results.
9272         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
9273         statement, as third argument of AC_TRY_RUN.
9274         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
9275         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
9276         Likewise.
9277         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
9278         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
9279         Likewise.
9280         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
9281         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
9282         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
9283
9284 2009-04-20  Bruno Haible  <bruno@clisp.org>
9285
9286         Avoid test failure on mingw.
9287         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
9288
9289 2009-04-20  Bruno Haible  <bruno@clisp.org>
9290
9291         Avoid compilation error on mingw.
9292         * modules/localename-tests (Depends-on): Add locale.
9293
9294 2009-04-19  Bruno Haible  <bruno@clisp.org>
9295
9296         Support for building a shared library on Windows platforms.
9297         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
9298         (main): Test the presence of UNINORM_NFC here.
9299         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
9300         (main): Test the presence of UNINORM_NFD here.
9301         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
9302         (main): Test the presence of UNINORM_NFKC here.
9303         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
9304         (main): Test the presence of UNINORM_NFKD here.
9305
9306 2009-04-19  Bruno Haible  <bruno@clisp.org>
9307
9308         Avoid a compiler warning.
9309         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
9310         Change type of variable 'sequence'.
9311
9312 2009-04-19  Bruno Haible  <bruno@clisp.org>
9313
9314         * modules/configmake (Makefile.am): When the contents of configmake.h
9315         does not change, arrange to preserve its modification time.
9316
9317 2009-04-17  Simon Josefsson  <simon@josefsson.org>
9318
9319         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
9320         gettext domain.
9321
9322 2009-04-16  Jim Meyering  <meyering@redhat.com>
9323
9324         useless-if-before-free: improve conversion code
9325         * build-aux/useless-if-before-free: Adjust code-in-comment to match
9326         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
9327
9328 2009-04-14  Bruno Haible  <bruno@clisp.org>
9329
9330         * modules/fcntl (Depends-on): Add extensions.
9331         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
9332
9333 2009-04-12  Ben Pfaff  <blp@gnu.org>
9334
9335         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
9336         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
9337
9338 2009-03-20  Ben Pfaff  <blp@gnu.org>
9339
9340         Make rename replace existing destinations on Windows.
9341         * m4/rename.m4: Add test for Mingw.
9342         * lib/rename.c: Add rename replacement that uses MoveFileEx with
9343         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
9344         * doc/posix-functions/rename.texi: Document.
9345
9346 2009-04-10  Bruno Haible  <bruno@clisp.org>
9347
9348         New include file "iconveh.h".
9349         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
9350         * lib/striconveh.h: Include it.
9351         (enum iconv_ilseq_handler): Remove definition.
9352         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
9353         striconveh.h.
9354         * lib/striconveha.c: Include striconveh.h.
9355         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
9356         * modules/striconveh (Files): Add lib/iconveh.h.
9357         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
9358         lib/striconveh.h.
9359
9360 2009-04-10  Bruno Haible  <bruno@clisp.org>
9361
9362         * lib/uniconv.h: Update comment.
9363
9364 2009-04-10  Bruno Haible  <bruno@clisp.org>
9365
9366         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
9367         always.
9368         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
9369         * lib/unistr/u16-mbtouc-aux.c: Likewise.
9370         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
9371         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
9372         "unistring-notinline.h", so that the function gets defined always.
9373         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
9374         * lib/unistr/u8-uctomb.c: Likewise.
9375         * lib/unistr/u16-mbtouc.c: Likewise.
9376         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
9377         * lib/unistr/u16-uctomb.c: Likewise.
9378         * lib/unistr/u32-mbtouc.c: Likewise.
9379         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
9380         * lib/unistr/u32-uctomb.c: Likewise.
9381
9382 2009-04-10  Bruno Haible  <bruno@clisp.org>
9383
9384         Mark 'utime' obsolete.
9385         * modules/utime (Status, Notice): New sections.
9386         Suggested by Jim Meyering.
9387
9388         Fix cross-compile guess for utime test.
9389         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
9390         autoconf.
9391         * doc/posix-functions/utime.texi: Give more precisions.
9392         Reported by Jan <ipif@ymail.com>.
9393
9394 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
9395
9396         filevercmp: correct today's change
9397         * lib/filevercmp.c: Also handle coreutils' test inputs.
9398         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
9399
9400         Fix regression in 'filevercmp' module. Thanks Sven Joachim
9401         for reporting it.
9402         * lib/filevercmp.c: Special handle for "", "." and "..".
9403         * tests/test-filevercmp.c: Enlarge the set suite.
9404
9405 2009-04-07  Jim Meyering  <meyering@redhat.com>
9406
9407         useless-if-before-free: show how to remove braced useless free, too
9408         * build-aux/useless-if-before-free: still only in a comment, though.
9409
9410 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
9411
9412         maint.mk: import changes to syntax-check macros from coreutils
9413         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
9414         Use them in the relevant macros.
9415
9416 2009-04-06  Bruno Haible  <bruno@clisp.org>
9417
9418         Fix unportable use of bit-fields.
9419         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
9420         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
9421         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
9422
9423 2009-04-06  Bruno Haible  <bruno@clisp.org>
9424
9425         Avoid test failures on AIX and OSF/1.
9426         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
9427         that malloc(0) = NULL.
9428         * tests/unicase/test-u8-tolower.c (check): Likewise.
9429         * tests/unicase/test-u8-totitle.c (check): Likewise.
9430         * tests/unicase/test-u8-toupper.c (check): Likewise.
9431         * tests/unicase/test-u16-casefold.c (check): Likewise.
9432         * tests/unicase/test-u16-tolower.c (check): Likewise.
9433         * tests/unicase/test-u16-totitle.c (check): Likewise.
9434         * tests/unicase/test-u16-toupper.c (check): Likewise.
9435         * tests/unicase/test-u32-casefold.c (check): Likewise.
9436         * tests/unicase/test-u32-tolower.c (check): Likewise.
9437         * tests/unicase/test-u32-totitle.c (check): Likewise.
9438         * tests/unicase/test-u32-toupper.c (check): Likewise.
9439         * tests/uninorm/test-u8-nfc.c (check): Likewise.
9440         * tests/uninorm/test-u8-nfd.c (check): Likewise.
9441         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
9442         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
9443         * tests/uninorm/test-u16-nfc.c (check): Likewise.
9444         * tests/uninorm/test-u16-nfd.c (check): Likewise.
9445         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
9446         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
9447         * tests/uninorm/test-u32-nfc.c (check): Likewise.
9448         * tests/uninorm/test-u32-nfd.c (check): Likewise.
9449         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
9450         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
9451
9452 2009-04-05  Bruno Haible  <bruno@clisp.org>
9453
9454         Work around an autoconf limitation.
9455         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
9456         comment line if it would be longer than 3 KB.
9457
9458 2009-04-05  Bruno Haible  <bruno@clisp.org>
9459
9460         Avoid test failure with libiconv-1.13.
9461         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
9462         of the expected test results.
9463
9464 2009-04-05  Bruno Haible  <bruno@clisp.org>
9465
9466         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
9467         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
9468         that it should be installed.
9469
9470 2009-04-05  Bruno Haible  <bruno@clisp.org>
9471
9472         * gnulib-tool: New option --copy-file.
9473         (func_usage): Document it.
9474         (func_dest_tmpfilename): Moved out of func_import.
9475         (func_add_file, func_update_file): New functions, extracted from
9476         func_import.
9477         (func_import): Update.
9478
9479 2009-04-05  Karl Berry  <karl@gnu.org>
9480
9481         * README: prominently mention gnulib-tool.
9482         Rearrange sections so getting the code is near the top.
9483
9484 2009-04-05  Bruno Haible  <bruno@clisp.org>
9485
9486         * lib/unicase.h: Mention u*_cmp2.
9487         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
9488         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
9489         * lib/unicase/ulc-casecmp.c: Likewise.
9490         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
9491         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
9492         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
9493         unistr/u8-cmp.
9494         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
9495         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
9496         unistr/u16-cmp.
9497         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
9498         unistr/u32-cmp.
9499
9500         * lib/uninorm.h: Mention u*_cmp2.
9501         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
9502         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
9503         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
9504         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
9505         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
9506         unistr/u8-cmp.
9507         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
9508         unistr/u16-cmp.
9509         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
9510         unistr/u32-cmp.
9511
9512         New module 'unistr/u32-cmp2'.
9513         * lib/unistr/u32-cmp2.c: New file.
9514         * modules/unistr/u32-cmp2: New file.
9515
9516         New module 'unistr/u16-cmp2'.
9517         * lib/unistr/u16-cmp2.c: New file.
9518         * modules/unistr/u16-cmp2: New file.
9519
9520         New module 'unistr/u8-cmp2'.
9521         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
9522         * lib/unistr/u8-cmp2.c: New file.
9523         * lib/unistr/u-cmp2.h: New file.
9524         * modules/unistr/u8-cmp2: New file.
9525
9526 2009-04-05  Bruno Haible  <bruno@clisp.org>
9527
9528         * lib/unictype.h (uc_property_is_valid): New macro.
9529         * tests/unictype/test-pr_byname.c (main): Use it.
9530
9531         * lib/unistr.h: Doc fixes.
9532         * lib/uniconv.h: Doc fixes.
9533         * lib/unictype.h: Doc fixes.
9534
9535 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
9536
9537         Port coreutils 7.2 to Solaris 8.
9538
9539         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
9540         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
9541         for Solaris 8.  This is a bit of a hack, as it means it's the
9542         caller's responsibility to add -lnsl if needed, but most likely it
9543         won't be needed since only getaddrinfo uses this and getaddrinfo
9544         isn't needed on Solaris 8.
9545
9546         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
9547         problem to Solaris 8 encountered with coreutils 7.2, which
9548         resulted in a message "fnmatch.c:292: warning: passing argument 4
9549         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
9550         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
9551
9552 2009-04-03  Simon Josefsson  <simon@josefsson.org>
9553
9554         * m4/ld-version-script.m4: Add FIXME comment.
9555
9556 2009-04-02  Simon Josefsson  <simon@josefsson.org>
9557
9558         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
9559         SOVERSION variable.
9560
9561 2009-04-02  Bruno Haible  <bruno@clisp.org>
9562
9563         * Makefile (info, html, dvi, pdf): Combine the rules.
9564         Suggested by Jim Meyering.
9565
9566 2009-04-01  Bruno Haible  <bruno@clisp.org>
9567
9568         * Makefile (info, html, dvi, pdf): New targets.
9569         Reported by Reuben Thomas <rrt@sc3d.org>.
9570
9571 2009-04-01  Bruno Haible  <bruno@clisp.org>
9572
9573         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
9574         can be put into PATH.
9575         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
9576
9577 2009-04-01  Bruno Haible  <bruno@clisp.org>
9578
9579         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
9580
9581 2009-04-01  Bruno Haible  <bruno@clisp.org>
9582
9583         Rename module 'visibility'.
9584         * modules/lib-symbol-visibility: Renamed from modules/visibility.
9585         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
9586         * doc/gnulib.texi: Update.
9587         * MODULES.html.sh (Misc): Update.
9588         * NEWS: Mention the change.
9589
9590 2009-04-01  Simon Josefsson  <simon@josefsson.org>
9591
9592         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
9593         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
9594         Eric Blake <ebb9@byu.net> for review.
9595         * MODULES.html.sh: Add lib-msvc-compat.
9596         * doc/gnulib.texi: Link to new section.
9597         * m4/ld-output-def.m4: New file.
9598         * doc/ld-output-def.texi: New file.
9599
9600 2009-04-01  Simon Josefsson  <simon@josefsson.org>
9601
9602         Rename ld-version-script to lib-symbol-versions.  Suggested by
9603         Bruno Haible <bruno@clisp.org>.
9604         * modules/ld-version-script: Renamed to lib-symbol-versions.
9605         * doc/ld-version-script.texi: Fix module name.
9606         * MODULES.html.sh: Add lib-symbol-versions.
9607
9608 2009-03-31  Simon Josefsson  <simon@josefsson.org>
9609
9610         * modules/u64-tests: New file.
9611         * tests/test-u64.c: New file.
9612
9613 2009-03-04  Simon Josefsson  <simon@josefsson.org>
9614
9615         * MODULES.html.sh: Mention u64.
9616         * modules/u64: New module.
9617         * modules/crypto/sha512: Depend on u64 module instead of providing
9618         u64.h.
9619
9620 2009-03-27  Eric Blake  <ebb9@byu.net>
9621
9622         test-strerror: make debugging EAI_SYSTEM easier
9623         * modules/getaddrinfo-tests (Depends-on): Add strerror.
9624         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
9625         failure was EAI_SYSTEM.
9626
9627 2009-03-25  Bruno Haible  <bruno@clisp.org>
9628
9629         Fix a problem with --enable-relocatable on Solaris 7.
9630         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
9631         since 2008-02-24.
9632
9633 2009-03-25  Eric Blake  <ebb9@byu.net>
9634
9635         test-sockets: avoid gcc warning
9636         * tests/test-sockets.c (main): Silence compiler warning.
9637
9638 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9639
9640         New modules nproc, pthread, contributed by Glen Lenker.
9641
9642         * MODULES.html.sh: Add pthread, nproc.
9643         * lib/nproc.c: New file.
9644         * lib/nproc.h: New file.
9645         * lib/pthread.in.h: New file.
9646         * m4/pthread.m4: New file.
9647         * modules/nproc: New file.
9648         * modules/pthread: New file.
9649
9650 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9651
9652         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
9653         New variable.
9654
9655 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
9656
9657         filevercmp: handle simple~ and numbered.~3~ backup suffixes
9658         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
9659         * tests/test-filevercmp.c: Add tests for backup suffixes.
9660
9661 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9662
9663         * modules/stdlib (Depends-on): Add stdint, needed when defining
9664         struct random_data on, for example, HP-UX 10.20.  Reported by
9665         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9666
9667 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9668
9669         * lib/readline.c (readline): Call fflush on stdout after printing
9670         prompt.
9671
9672 2009-03-20  Bruno Haible  <bruno@clisp.org>
9673
9674         Remove dependency from 'close' module to -lws2_32 on native Windows.
9675         * lib/close-hook.h: New file.
9676         * lib/close-hook.c: New file.
9677         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
9678         w32sock.h.
9679         (_gl_close_fd_maybe_socket): Remove function.
9680         (rpl_close): Invoke execute_all_close_hooks instead of
9681         _gl_close_fd_maybe_socket.
9682         * lib/sockets.c: Include close-hook.h, w32sock.h.
9683         (close_fd_maybe_socket): New function, essentially from lib/close.c.
9684         (close_sockets_hook): New variable.
9685         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
9686         (gl_sockets_cleanup): Unregister it.
9687         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
9688         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
9689         * modules/close-hook: New file.
9690         * modules/close (Files): Remove lib/w32sock.h.
9691         (Depends-on): Add close-hook.
9692         (Link): Remove section.
9693         * modules/sockets (Files): Add lib/w32sock.h.
9694         (Depends-on): Add close-hook.
9695         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
9696         invocation.
9697         * NEWS: Mention that LIB_CLOSE is gone.
9698
9699 2009-03-23  Eric Blake  <ebb9@byu.net>
9700
9701         signal-tests: test previous patch
9702         * tests/test-signal.c: New file.
9703         * modules/signal-tests: Likewise.
9704
9705         signal.h: always support 'volatile sig_atomic_t'
9706         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
9707         (gl_SIGNAL_H_DEFAULTS): Add a default.
9708         * modules/signal (Makefile.am): Substitute if needed.
9709         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
9710         users can blindly add volatile.
9711         * doc/posix-headers/signal.texi (signal.h): Document it.
9712         Reported by Matthew Woehlke.
9713
9714 2009-03-23  Jim Meyering  <meyering@redhat.com>
9715
9716         pathmax: PATH_MAX: use pathconf only when available
9717         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
9718         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
9719         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
9720         This avoids a link failure in a PSP cross-compilation environment
9721         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
9722
9723         * lib/vasnprintf.c (divide): Fix typo in comment.
9724
9725 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9726
9727         * gnulib-tool (func_filter_filelist): Fix comment.
9728
9729 2009-03-20  Bruno Haible  <bruno@clisp.org>
9730
9731         Make sockets.h self-contained.
9732         * lib/sockets.c: Include sockets.h first.
9733         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
9734
9735 2009-03-19  Eric Blake  <ebb9@byu.net>
9736
9737         doc: mention more functions added in cygwin 1.7.0
9738         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
9739         addition.
9740         * doc/posix-functions/log2f.texi: Likewise.
9741
9742 2009-03-19  Jim Meyering  <meyering@redhat.com>
9743
9744         fsusage: avoid syntax error due to statement-before-declaration
9745         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
9746         after all declarations.  Reported by Matthew Woehlke in
9747         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
9748
9749 2009-03-18  Eric Blake  <ebb9@byu.net>
9750
9751         build-aux/compile: sync from automake
9752         * build-aux/compile: New file, from automake.
9753         * config/srclist.txt: Mention build-aux/compile.
9754
9755 2009-03-17  Bruno Haible  <bruno@clisp.org>
9756
9757         * lib/git-merge-changelog.c: Fix typo in comment.
9758         Reported by Reuben Thomas <rrt@sc3d.org>.
9759
9760 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
9761
9762         * m4/regex.m4: update and improve help for
9763         --without-included-regex.
9764
9765 2009-03-17  Simon Josefsson  <simon@josefsson.org>
9766
9767         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
9768         failure on missing include files.
9769
9770 2009-03-17  Eric Blake  <ebb9@byu.net>
9771
9772         doc: mention more functions added in cygwin 1.7.0
9773         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
9774         addition.
9775         * doc/posix-functions/fwscanf.texi: Likewise.
9776         * doc/posix-functions/swprintf.texi: Likewise.
9777         * doc/posix-functions/swscanf.texi: Likewise.
9778         * doc/posix-functions/vfwprintf.texi: Likewise.
9779         * doc/posix-functions/vfwscanf.texi: Likewise.
9780         * doc/posix-functions/vswprintf.texi: Likewise.
9781         * doc/posix-functions/vswscanf.texi: Likewise.
9782         * doc/posix-functions/vwprintf.texi: Likewise.
9783         * doc/posix-functions/vwscanf.texi: Likewise.
9784         * doc/posix-functions/wcscasecmp.texi: Likewise.
9785         * doc/posix-functions/wcsdup.texi: Likewise.
9786         * doc/posix-functions/wcsftime.texi: Likewise.
9787         * doc/posix-functions/wcsncasecmp.texi: Likewise.
9788         * doc/posix-functions/wprintf.texi: Likewise.
9789         * doc/posix-functions/wscanf.texi: Likewise.
9790         * doc/glibc-functions/gethostbyname2.texi: Likewise.
9791
9792 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9793
9794         maint.mk: really add $(AM_MAKEFLAGS)
9795         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
9796         was inadvertently omitted in the last commit.
9797         Spotted by Bruno Haible.
9798
9799         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
9800         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
9801         $(AM_MAKEFLAGS)' rather than plain `make'.
9802
9803         gnulib-tool: execute $MAKE not make
9804         * gnulib-tool: Default $MAKE to 'make'.
9805         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
9806         than make.  Initialize $MAKE in the do-autobuild script.
9807
9808         gnulib-tool: use $MAKE not make in generated files
9809         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
9810         make, in generated files.  Initialize $MAKE in the do-autobuild
9811         script.
9812
9813         * top/GNUmakefile (_have-git-version-gen): Fix typo.
9814
9815         GNUmakefile: disable parallelism only for multiple, recursive targets
9816         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
9817         additions in the Makefile.
9818         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
9819         by Automake.
9820         (.NOTPARALLEL): Only disable parallel builds if multiple targets
9821         are listed on the command line and at least one of them is
9822         listed in $(ALL_RECURSIVE_TARGETS).
9823
9824 2009-03-14  Bruno Haible  <bruno@clisp.org>
9825
9826         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
9827         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
9828         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
9829         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
9830         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
9831         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
9832         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
9833         unistr/u8-uctomb.
9834         * modules/unistr/u8-strchr (Depends-on): Likewise.
9835         * modules/unistr/u8-strrchr (Depends-on): Likewise.
9836         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
9837         unistr/u16-uctomb.
9838         * modules/unistr/u16-strchr (Depends-on): Likewise.
9839         * modules/unistr/u16-strrchr (Depends-on): Likewise.
9840
9841 2009-03-12  Bruno Haible  <bruno@clisp.org>
9842
9843         Work around select() bug on Interix 3.5.
9844         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
9845         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
9846         * m4/select.m4: New file.
9847         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
9848         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
9849         * modules/select (Files): Add m4/select.m4.
9850         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
9851         * modules/nanosleep (Depends-on): Add select.
9852         * modules/poll (Depends-on): Likewise.
9853         * doc/posix-functions/select.texi: Mention the Interix bug.
9854         Reported by Markus Duft <mduft@gentoo.org>.
9855
9856         * lib/select.c: Renamed from lib/winsock-select.c.
9857         * modules/select (Files): Add lib/select.c, remove
9858         lib/winsock-select.c.
9859         (configure.ac): Update.
9860
9861 2009-03-12  Jim Meyering  <meyering@redhat.com>
9862
9863         avoid gcc warnings about unused macro definitions
9864         * lib/readtokens.c (STREQ): Remove unused definition.
9865         * lib/xmalloc.c (SIZE_MAX): Likewise.
9866         * lib/openat-die.c (N_): Likewise.
9867         * lib/mountlist.c (SIZE_MAX): Remove definition.
9868         Instead, include <stdint.h>.
9869         * lib/readutmp.c: Likewise.
9870         * modules/readutmp (Depends-on): Add stdint.
9871         * modules/mountlist (Depends-on): Add stdint.
9872         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
9873
9874 2009-03-10  Bruno Haible  <bruno@clisp.org>
9875
9876         Tests for module 'mbmemcasecoll'.
9877         * modules/mbmemcasecoll-tests: New file.
9878         * tests/test-mbmemcasecoll1.sh: New file.
9879         * tests/test-mbmemcasecoll2.sh: New file.
9880         * tests/test-mbmemcasecoll3.sh: New file.
9881         * tests/test-mbmemcasecoll.c: New file.
9882
9883         New module 'mbmemcasecoll'.
9884         * lib/mbmemcasecoll.h: New file.
9885         * lib/mbmemcasecoll.c: New file.
9886         * modules/mbmemcasecoll: New file.
9887
9888         * tests/test-mbmemcasecmp.h: New file, extracted from
9889         tests/test-mbmemcasecmp.c.
9890         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
9891         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
9892         (main): Update.
9893         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
9894
9895 2009-03-09  Bruno Haible  <bruno@clisp.org>
9896
9897         Tests for module 'mbmemcasecmp'.
9898         * modules/mbmemcasecmp-tests: New file.
9899         * tests/test-mbmemcasecmp1.sh: New file.
9900         * tests/test-mbmemcasecmp2.sh: New file.
9901         * tests/test-mbmemcasecmp3.sh: New file.
9902         * tests/test-mbmemcasecmp.c: New file.
9903
9904         New module 'mbmemcasecmp'.
9905         * lib/mbmemcasecmp.h: New file.
9906         * lib/mbmemcasecmp.c: New file.
9907         * modules/mbmemcasecmp: New file.
9908
9909 2009-03-09  Bruno Haible  <bruno@clisp.org>
9910
9911         Tests for module 'unicase/ulc-casecoll'.
9912         * modules/unicase/ulc-casecoll-tests: New file.
9913         * tests/unicase/test-ulc-casecoll1.sh: New file.
9914         * tests/unicase/test-ulc-casecoll2.sh: New file.
9915         * tests/unicase/test-ulc-casecoll.c: New file.
9916
9917         New module 'unicase/ulc-casecoll'.
9918         * lib/unicase.h (ulc_casecoll): New declaration.
9919         * lib/unicase/ulc-casecoll.c: New file.
9920         * modules/unicase/ulc-casecoll: New file.
9921
9922         New module 'unicase/ulc-casexfrm'.
9923         * lib/unicase.h (ulc_casexfrm): New declaration.
9924         * lib/unicase/ulc-casexfrm.c: New file.
9925         * modules/unicase/ulc-casexfrm: New file.
9926
9927 2009-03-09  Bruno Haible  <bruno@clisp.org>
9928
9929         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
9930         invocations.
9931
9932         * m4/mbscasecmp.m4: Remove file.
9933         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
9934         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
9935
9936         * m4/mbscasestr.m4: Remove file.
9937         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
9938         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
9939
9940         * m4/mbschr.m4: Remove file.
9941         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
9942         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
9943
9944         * m4/mbscspn.m4: Remove file.
9945         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
9946         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
9947
9948         * m4/mbslen.m4: Remove file.
9949         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
9950         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
9951
9952         * m4/mbsncasecmp.m4: Remove file.
9953         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
9954         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
9955
9956         * m4/mbsnlen.m4: Remove file.
9957         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
9958         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
9959
9960         * m4/mbspbrk.m4: Remove file.
9961         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
9962         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
9963
9964         * m4/mbspcasecmp.m4: Remove file.
9965         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
9966         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
9967
9968         * m4/mbsrchr.m4: Remove file.
9969         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
9970         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
9971
9972         * m4/mbssep.m4: Remove file.
9973         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
9974         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
9975
9976         * m4/mbsspn.m4: Remove file.
9977         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
9978         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
9979
9980         * m4/mbsstr.m4: Remove file.
9981         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
9982         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
9983
9984         * m4/mbstok_r.m4: Remove file.
9985         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
9986         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
9987
9988         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
9989
9990         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
9991         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
9992
9993         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
9994
9995 2009-03-08  Bruno Haible  <bruno@clisp.org>
9996
9997         Tests for module 'unicase/ulc-casecmp'.
9998         * modules/unicase/ulc-casecmp-tests: New file.
9999         * tests/unicase/test-ulc-casecmp1.sh: New file.
10000         * tests/unicase/test-ulc-casecmp2.sh: New file.
10001         * tests/unicase/test-ulc-casecmp.c: New file.
10002
10003         New module 'unicase/ulc-casecmp'.
10004         * lib/unicase.h (ulc_casecmp): New declaration.
10005         * lib/unicase/ulc-casecmp.c: New file.
10006         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
10007         'const SRC_UNIT *'.
10008         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
10009         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
10010         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
10011         * modules/unicase/ulc-casecmp: New file.
10012
10013         Tests for module 'unicase/u32-is-cased'.
10014         * modules/unicase/u32-is-cased-tests: New file.
10015         * tests/unicase/test-u32-is-cased.c: New file.
10016
10017         Tests for module 'unicase/u16-is-cased'.
10018         * modules/unicase/u16-is-cased-tests: New file.
10019         * tests/unicase/test-u16-is-cased.c: New file.
10020
10021         Tests for module 'unicase/u8-is-cased'.
10022         * modules/unicase/u8-is-cased-tests: New file.
10023         * tests/unicase/test-u8-is-cased.c: New file.
10024         * tests/unicase/test-is-cased.h: New file.
10025
10026         New module 'unicase/u32-is-cased'.
10027         * lib/unicase/u32-is-cased.c: New file.
10028         * modules/unicase/u32-is-cased: New file.
10029
10030         New module 'unicase/u16-is-cased'.
10031         * lib/unicase/u16-is-cased.c: New file.
10032         * modules/unicase/u16-is-cased: New file.
10033
10034         New module 'unicase/u8-is-cased'.
10035         * lib/unicase/u8-is-cased.c: New file.
10036         * lib/unicase/u-is-cased.h: New file.
10037         * modules/unicase/u8-is-cased: New file.
10038
10039         Tests for module 'unicase/u32-is-casefolded'.
10040         * modules/unicase/u32-is-casefolded-tests: New file.
10041         * tests/unicase/test-u32-is-casefolded.c: New file.
10042
10043         Tests for module 'unicase/u16-is-casefolded'.
10044         * modules/unicase/u16-is-casefolded-tests: New file.
10045         * tests/unicase/test-u16-is-casefolded.c: New file.
10046
10047         Tests for module 'unicase/u8-is-casefolded'.
10048         * modules/unicase/u8-is-casefolded-tests: New file.
10049         * tests/unicase/test-u8-is-casefolded.c: New file.
10050         * tests/unicase/test-is-casefolded.h: New file.
10051
10052         New module 'unicase/u32-is-casefolded'.
10053         * lib/unicase/u32-is-casefolded.c: New file.
10054         * modules/unicase/u32-is-casefolded: New file.
10055
10056         New module 'unicase/u16-is-casefolded'.
10057         * lib/unicase/u16-is-casefolded.c: New file.
10058         * modules/unicase/u16-is-casefolded: New file.
10059
10060         New module 'unicase/u8-is-casefolded'.
10061         * lib/unicase/u8-is-casefolded.c: New file.
10062         * modules/unicase/u8-is-casefolded: New file.
10063
10064         Tests for module 'unicase/u32-is-titlecase'.
10065         * modules/unicase/u32-is-titlecase-tests: New file.
10066         * tests/unicase/test-u32-is-titlecase.c: New file.
10067
10068         Tests for module 'unicase/u16-is-titlecase'.
10069         * modules/unicase/u16-is-titlecase-tests: New file.
10070         * tests/unicase/test-u16-is-titlecase.c: New file.
10071
10072         Tests for module 'unicase/u8-is-titlecase'.
10073         * modules/unicase/u8-is-titlecase-tests: New file.
10074         * tests/unicase/test-u8-is-titlecase.c: New file.
10075         * tests/unicase/test-is-titlecase.h: New file.
10076
10077         New module 'unicase/u32-is-titlecase'.
10078         * lib/unicase/u32-is-titlecase.c: New file.
10079         * modules/unicase/u32-is-titlecase: New file.
10080
10081         New module 'unicase/u16-is-titlecase'.
10082         * lib/unicase/u16-is-titlecase.c: New file.
10083         * modules/unicase/u16-is-titlecase: New file.
10084
10085         New module 'unicase/u8-is-titlecase'.
10086         * lib/unicase/u8-is-titlecase.c: New file.
10087         * modules/unicase/u8-is-titlecase: New file.
10088
10089         Tests for module 'unicase/u32-is-lowercase'.
10090         * modules/unicase/u32-is-lowercase-tests: New file.
10091         * tests/unicase/test-u32-is-lowercase.c: New file.
10092
10093         Tests for module 'unicase/u16-is-lowercase'.
10094         * modules/unicase/u16-is-lowercase-tests: New file.
10095         * tests/unicase/test-u16-is-lowercase.c: New file.
10096
10097         Tests for module 'unicase/u8-is-lowercase'.
10098         * modules/unicase/u8-is-lowercase-tests: New file.
10099         * tests/unicase/test-u8-is-lowercase.c: New file.
10100         * tests/unicase/test-is-lowercase.h: New file.
10101
10102         New module 'unicase/u32-is-lowercase'.
10103         * lib/unicase/u32-is-lowercase.c: New file.
10104         * modules/unicase/u32-is-lowercase: New file.
10105
10106         New module 'unicase/u16-is-lowercase'.
10107         * lib/unicase/u16-is-lowercase.c: New file.
10108         * modules/unicase/u16-is-lowercase: New file.
10109
10110         New module 'unicase/u8-is-lowercase'.
10111         * lib/unicase/u8-is-lowercase.c: New file.
10112         * modules/unicase/u8-is-lowercase: New file.
10113
10114         Tests for module 'unicase/u32-is-uppercase'.
10115         * modules/unicase/u32-is-uppercase-tests: New file.
10116         * tests/unicase/test-u32-is-uppercase.c: New file.
10117
10118         Tests for module 'unicase/u16-is-uppercase'.
10119         * modules/unicase/u16-is-uppercase-tests: New file.
10120         * tests/unicase/test-u16-is-uppercase.c: New file.
10121
10122         Tests for module 'unicase/u8-is-uppercase'.
10123         * modules/unicase/u8-is-uppercase-tests: New file.
10124         * tests/unicase/test-u8-is-uppercase.c: New file.
10125         * tests/unicase/test-is-uppercase.h: New file.
10126
10127         New module 'unicase/u32-is-uppercase'.
10128         * lib/unicase/u32-is-uppercase.c: New file.
10129         * modules/unicase/u32-is-uppercase: New file.
10130
10131         New module 'unicase/u16-is-uppercase'.
10132         * lib/unicase/u16-is-uppercase.c: New file.
10133         * modules/unicase/u16-is-uppercase: New file.
10134
10135         New module 'unicase/u8-is-uppercase'.
10136         * lib/unicase/u8-is-uppercase.c: New file.
10137         * modules/unicase/u8-is-uppercase: New file.
10138
10139         New module 'unicase/u32-is-invariant'.
10140         * lib/unicase/u32-is-invariant.c: New file.
10141         * modules/unicase/u32-is-invariant: New file.
10142
10143         New module 'unicase/u16-is-invariant'.
10144         * lib/unicase/u16-is-invariant.c: New file.
10145         * modules/unicase/u16-is-invariant: New file.
10146
10147         New module 'unicase/u8-is-invariant'.
10148         * lib/unicase/u8-is-invariant.c: New file.
10149         * lib/unicase/invariant.h: New file.
10150         * lib/unicase/u-is-invariant.h: New file.
10151         * modules/unicase/u8-is-invariant: New file.
10152
10153         Tests for module 'unicase/u32-casecoll'.
10154         * modules/unicase/u32-casecoll-tests: New file.
10155         * tests/unicase/test-u32-casecoll.c: New file.
10156
10157         Tests for module 'unicase/u16-casecoll'.
10158         * modules/unicase/u16-casecoll-tests: New file.
10159         * tests/unicase/test-u16-casecoll.c: New file.
10160
10161         Tests for module 'unicase/u8-casecoll'.
10162         * modules/unicase/u8-casecoll-tests: New file.
10163         * tests/unicase/test-u8-casecoll.c: New file.
10164
10165         New module 'unicase/u32-casecoll'.
10166         * lib/unicase/u32-casecoll.c: New file.
10167         * modules/unicase/u32-casecoll: New file.
10168
10169         New module 'unicase/u16-casecoll'.
10170         * lib/unicase/u16-casecoll.c: New file.
10171         * modules/unicase/u16-casecoll: New file.
10172
10173         New module 'unicase/u8-casecoll'.
10174         * lib/unicase/u8-casecoll.c: New file.
10175         * lib/unicase/u-casecoll.h: New file.
10176         * modules/unicase/u8-casecoll: New file.
10177
10178         New module 'unicase/u32-casexfrm'.
10179         * lib/unicase/u32-casexfrm.c: New file.
10180         * modules/unicase/u32-casexfrm: New file.
10181
10182         New module 'unicase/u16-casexfrm'.
10183         * lib/unicase/u16-casexfrm.c: New file.
10184         * modules/unicase/u16-casexfrm: New file.
10185
10186         New module 'unicase/u8-casexfrm'.
10187         * lib/unicase/u8-casexfrm.c: New file.
10188         * lib/unicase/u-casexfrm.h: New file.
10189         * modules/unicase/u8-casexfrm: New file.
10190
10191         Tests for module 'unicase/u32-casecmp'.
10192         * modules/unicase/u32-casecmp-tests: New file.
10193         * tests/unicase/test-u32-casecmp.c: New file.
10194
10195         Tests for module 'unicase/u16-casecmp'.
10196         * modules/unicase/u16-casecmp-tests: New file.
10197         * tests/unicase/test-u16-casecmp.c: New file.
10198
10199         Tests for module 'unicase/u8-casecmp'.
10200         * modules/unicase/u8-casecmp-tests: New file.
10201         * tests/unicase/test-u8-casecmp.c: New file.
10202         * tests/unicase/test-casecmp.h: New file.
10203
10204         New module 'unicase/u32-casecmp'.
10205         * lib/unicase/u32-casecmp.c: New file.
10206         * modules/unicase/u32-casecmp: New file.
10207
10208         New module 'unicase/u16-casecmp'.
10209         * lib/unicase/u16-casecmp.c: New file.
10210         * modules/unicase/u16-casecmp: New file.
10211
10212         New module 'unicase/u8-casecmp'.
10213         * lib/unicase/u8-casecmp.c: New file.
10214         * lib/unicase/u-casecmp.h: New file.
10215         * modules/unicase/u8-casecmp: New file.
10216
10217         Tests for module 'unicase/u32-casefold'.
10218         * modules/unicase/u32-casefold-tests: New file.
10219         * tests/unicase/test-u32-casefold.c: New file.
10220
10221         Tests for module 'unicase/u16-casefold'.
10222         * modules/unicase/u16-casefold-tests: New file.
10223         * tests/unicase/test-u16-casefold.c: New file.
10224
10225         Tests for module 'unicase/u8-casefold'.
10226         * modules/unicase/u8-casefold-tests: New file.
10227         * tests/unicase/test-u8-casefold.c: New file.
10228
10229         New module 'unicase/u32-casefold'.
10230         * lib/unicase/u32-casefold.c: New file.
10231         * modules/unicase/u32-casefold: New file.
10232
10233         New module 'unicase/u16-casefold'.
10234         * lib/unicase/u16-casefold.c: New file.
10235         * modules/unicase/u16-casefold: New file.
10236
10237         New module 'unicase/u8-casefold'.
10238         * lib/unicase/u8-casefold.c: New file.
10239         * lib/unicase/u-casefold.h: New file.
10240         * modules/unicase/u8-casefold: New file.
10241
10242         New module 'unicase/tocasefold'.
10243         * lib/unicase/casefold.h: New file.
10244         * lib/unicase/tocasefold.c: New file.
10245         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
10246         * modules/unicase/tocasefold: New file.
10247
10248         Tests for module 'unicase/u32-totitle'.
10249         * modules/unicase/u32-totitle-tests: New file.
10250         * tests/unicase/test-u32-totitle.c: New file.
10251
10252         Tests for module 'unicase/u16-totitle'.
10253         * modules/unicase/u16-totitle-tests: New file.
10254         * tests/unicase/test-u16-totitle.c: New file.
10255
10256         Tests for module 'unicase/u8-totitle'.
10257         * modules/unicase/u8-totitle-tests: New file.
10258         * tests/unicase/test-u8-totitle.c: New file.
10259
10260         New module 'unicase/u32-totitle'.
10261         * lib/unicase/u32-totitle.c: New file.
10262         * modules/unicase/u32-totitle: New file.
10263
10264         New module 'unicase/u16-totitle'.
10265         * lib/unicase/u16-totitle.c: New file.
10266         * modules/unicase/u16-totitle: New file.
10267
10268         New module 'unicase/u8-totitle'.
10269         * lib/unicase/u8-totitle.c: New file.
10270         * lib/unicase/u-totitle.h: New file.
10271         * modules/unicase/u8-totitle: New file.
10272
10273         Tests for module 'unicase/u32-tolower'.
10274         * modules/unicase/u32-tolower-tests: New file.
10275         * tests/unicase/test-u32-tolower.c: New file.
10276
10277         Tests for module 'unicase/u16-tolower'.
10278         * modules/unicase/u16-tolower-tests: New file.
10279         * tests/unicase/test-u16-tolower.c: New file.
10280
10281         Tests for module 'unicase/u8-tolower'.
10282         * modules/unicase/u8-tolower-tests: New file.
10283         * tests/unicase/test-u8-tolower.c: New file.
10284
10285         New module 'unicase/u32-tolower'.
10286         * lib/unicase/u32-tolower.c: New file.
10287         * modules/unicase/u32-tolower: New file.
10288
10289         New module 'unicase/u16-tolower'.
10290         * lib/unicase/u16-tolower.c: New file.
10291         * modules/unicase/u16-tolower: New file.
10292
10293         New module 'unicase/u8-tolower'.
10294         * lib/unicase/u8-tolower.c: New file.
10295         * modules/unicase/u8-tolower: New file.
10296
10297         Tests for module 'unicase/u32-toupper'.
10298         * modules/unicase/u32-toupper-tests: New file.
10299         * tests/unicase/test-u32-toupper.c: New file.
10300
10301         Tests for module 'unicase/u16-toupper'.
10302         * modules/unicase/u16-toupper-tests: New file.
10303         * tests/unicase/test-u16-toupper.c: New file.
10304
10305         Tests for module 'unicase/u8-toupper'.
10306         * modules/unicase/u8-toupper-tests: New file.
10307         * tests/unicase/test-u8-toupper.c: New file.
10308
10309         New module 'unicase/u32-toupper'.
10310         * lib/unicase/u32-toupper.c: New file.
10311         * modules/unicase/u32-toupper: New file.
10312
10313         New module 'unicase/u16-toupper'.
10314         * lib/unicase/u16-toupper.c: New file.
10315         * modules/unicase/u16-toupper: New file.
10316
10317         New module 'unicase/u8-toupper'.
10318         * lib/unicase/u8-toupper.c: New file.
10319         * modules/unicase/u8-toupper: New file.
10320
10321         New module 'unicase/u32-casemap'.
10322         * lib/unicase/u32-casemap.c: New file.
10323         * modules/unicase/u32-casemap: New file.
10324
10325         New module 'unicase/u16-casemap'.
10326         * lib/unicase/u16-casemap.c: New file.
10327         * modules/unicase/u16-casemap: New file.
10328
10329         New module 'unicase/u8-casemap'.
10330         * lib/unicase/unicasemap.h: New file.
10331         * lib/unicase/u8-casemap.c: New file.
10332         * lib/unicase/u-casemap.h: New file.
10333         * modules/unicase/u8-casemap: New file.
10334
10335         New module 'unicase/special-casing'.
10336         * lib/unicase/special-casing.h: New file.
10337         * lib/unicase/special-casing.c: New file.
10338         * lib/unicase/special-casing-table.gperf: New file, generated by
10339         gen-uni-tables.c.
10340         * modules/unicase/special-casing: New file.
10341
10342         Tests for module 'unicase/locale-language'.
10343         * modules/unicase/locale-language-tests: New file.
10344         * tests/unicase/test-locale-language.sh: New file.
10345         * tests/unicase/test-locale-language.c: New file.
10346
10347         New module 'unicase/locale-language'.
10348         * lib/unicase/locale-language.c: New file.
10349         * lib/unicase/locale-languages.gperf: New file.
10350         * modules/unicase/locale-language: New file.
10351
10352         Generate more tables for case conversion and case folding.
10353         * lib/gen-uni-tables.c (SCC_*): New enum items.
10354         (struct special_casing_rule): New type.
10355         (casing_rules, num_casing_rules, allocated_casing_rules): New
10356         variables.
10357         (add_casing_rule, fill_casing_rules): New functions.
10358         (struct casefold_rule): New type.
10359         (casefolding_rules, num_casefolding_rules,
10360         allocated_casefolding_rules): New variables.
10361         (fill_casefolding_rules): New function.
10362         (unicode_casefold): New variable.
10363         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
10364         sort_casing_rules, output_casing_rules): New functions.
10365         (main): Accept to more arguments: SpecialCasing.txt and
10366         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
10367         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
10368         Output mapping for casefolding.
10369
10370         * lib/unicase.h: Include stdbool.h, uninorm.h.
10371         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
10372         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
10373         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
10374         arguments.
10375         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
10376         resultp arguments.
10377         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
10378         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
10379         resultp arguments.
10380         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
10381         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
10382         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
10383         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
10384         declarations.
10385         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
10386
10387 2009-03-08  Bruno Haible  <bruno@clisp.org>
10388
10389         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
10390         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
10391         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
10392         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
10393
10394 2009-03-07  Bruno Haible  <bruno@clisp.org>
10395
10396         Adjust u*_normcmp, u*_normcoll API.
10397         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
10398         u16_normcoll, u32_normcoll): Change failure conventions.
10399         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
10400         errno and return -1.
10401         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
10402
10403 2009-03-07  Bruno Haible  <bruno@clisp.org>
10404
10405         Tests for module 'uninorm/u32-normcoll'.
10406         * modules/uninorm/u32-normcoll-tests: New file.
10407         * tests/uninorm/test-u32-normcoll.c: New file.
10408
10409         Tests for module 'uninorm/u16-normcoll'.
10410         * modules/uninorm/u16-normcoll-tests: New file.
10411         * tests/uninorm/test-u16-normcoll.c: New file.
10412
10413         Tests for module 'uninorm/u8-normcoll'.
10414         * modules/uninorm/u8-normcoll-tests: New file.
10415         * tests/uninorm/test-u8-normcoll.c: New file.
10416
10417 2009-03-07  Bruno Haible  <bruno@clisp.org>
10418
10419         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
10420         tests/uninorm/test-u32-normcmp.c.
10421         * tests/uninorm/test-u32-normcmp.c: Include it.
10422         (test_nonascii): New function, extracted from main. Add some more
10423         tests.
10424         (main): Invoke test_ascii and test_nonascii.
10425         * modules/uninorm/u32-normcmp-tests (Files): Add
10426         tests/uninorm/test-u32-normcmp.h.
10427         (Depends-on): Remove uninorm/u32-normcmp.
10428
10429         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
10430         tests/uninorm/test-u16-normcmp.c.
10431         * tests/uninorm/test-u16-normcmp.c: Include it.
10432         (test_nonascii): New function, extracted from main. Add some more
10433         tests.
10434         (main): Invoke test_ascii and test_nonascii.
10435         * modules/uninorm/u16-normcmp-tests (Files): Add
10436         tests/uninorm/test-u16-normcmp.h.
10437         (Depends-on): Remove uninorm/u16-normcmp.
10438
10439         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
10440         tests/uninorm/test-u8-normcmp.c.
10441         * tests/uninorm/test-u8-normcmp.c: Include it.
10442         (test_nonascii): New function, extracted from main. Add some more
10443         tests.
10444         (main): Invoke test_ascii and test_nonascii.
10445         * modules/uninorm/u8-normcmp-tests (Files): Add
10446         tests/uninorm/test-u8-normcmp.h.
10447         (Depends-on): Remove uninorm/u8-normcmp.
10448
10449 2009-03-07  Bruno Haible  <bruno@clisp.org>
10450
10451         New module 'uninorm/u32-normcoll'.
10452         * lib/uninorm/u32-normcoll.c: New file.
10453         * modules/uninorm/u32-normcoll: New file.
10454
10455         New module 'uninorm/u16-normcoll'.
10456         * lib/uninorm/u16-normcoll.c: New file.
10457         * modules/uninorm/u16-normcoll: New file.
10458
10459         New module 'uninorm/u8-normcoll'.
10460         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
10461         declarations.
10462         * lib/uninorm/u8-normcoll.c: New file.
10463         * lib/uninorm/u-normcoll.h: New file.
10464         * modules/uninorm/u8-normcoll: New file.
10465
10466         New module 'uninorm/u32-normxfrm'.
10467         * lib/uninorm/u32-normxfrm.c: New file.
10468         * modules/uninorm/u32-normxfrm: New file.
10469
10470         New module 'uninorm/u16-normxfrm'.
10471         * lib/uninorm/u16-normxfrm.c: New file.
10472         * modules/uninorm/u16-normxfrm: New file.
10473
10474         New module 'uninorm/u8-normxfrm'.
10475         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
10476         declarations.
10477         * lib/uninorm/u8-normxfrm.c: New file.
10478         * lib/uninorm/u-normxfrm.h: New file.
10479         * modules/uninorm/u8-normxfrm: New file.
10480
10481 2009-03-07  Bruno Haible  <bruno@clisp.org>
10482
10483         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
10484         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
10485         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
10486
10487 2009-03-07  Bruno Haible  <bruno@clisp.org>
10488
10489         New module 'memxfrm'.
10490         * lib/memxfrm.h: New file.
10491         * lib/memxfrm.c: New file.
10492         * modules/memxfrm: New file.
10493
10494 2009-03-07  Bruno Haible  <bruno@clisp.org>
10495
10496         New module 'memcmp2'.
10497         * lib/memcmp2.h: New file.
10498         * lib/memcmp2.c: New file.
10499         * modules/memcmp2: New file.
10500
10501 2009-03-07  Bruno Haible  <bruno@clisp.org>
10502
10503         Tests for module 'uninorm/decomposing-form'.
10504         * modules/uninorm/decomposing-form-tests: New file.
10505         * tests/uninorm/test-decomposing-form.c: New file.
10506
10507         New module 'uninorm/decomposing-form'.
10508         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
10509         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
10510         Add 'decomposing_variant' field.
10511         * lib/uninorm/decomposing-form.c: New file.
10512         * lib/uninorm/nfc.c (uninorm_nfc): Update.
10513         * lib/uninorm/nfd.c (uninorm_nfd): Update.
10514         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
10515         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
10516         * modules/uninorm/decomposing-form: New file.
10517         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
10518         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
10519
10520 2009-03-07  Bruno Haible  <bruno@clisp.org>
10521
10522         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
10523         strings.
10524
10525 2009-03-06  Bruno Haible  <bruno@clisp.org>
10526
10527         Tests for module 'uninorm/u32-normcmp'.
10528         * tests/uninorm/test-u32-normcmp.c: New file.
10529         * modules/uninorm/u32-normcmp-tests: New file.
10530
10531         Tests for module 'uninorm/u16-normcmp'.
10532         * tests/uninorm/test-u16-normcmp.c: New file.
10533         * modules/uninorm/u16-normcmp-tests: New file.
10534
10535         Tests for module 'uninorm/u8-normcmp'.
10536         * tests/uninorm/test-u8-normcmp.c: New file.
10537         * modules/uninorm/u8-normcmp-tests: New file.
10538
10539         New module 'uninorm/u32-normcmp'.
10540         * lib/uninorm/u32-normcmp.c: New file.
10541         * modules/uninorm/u32-normcmp: New file.
10542
10543         New module 'uninorm/u16-normcmp'.
10544         * lib/uninorm/u16-normcmp.c: New file.
10545         * modules/uninorm/u16-normcmp: New file.
10546
10547         New module 'uninorm/u8-normcmp'.
10548         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
10549         declarations.
10550         * lib/uninorm/u8-normcmp.c: New file.
10551         * lib/uninorm/u-normcmp.h: New file.
10552         * modules/uninorm/u8-normcmp: New file.
10553
10554 2009-03-06  Bruno Haible  <bruno@clisp.org>
10555
10556         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
10557         Reported by Eric Blake.
10558
10559 2009-03-06  Eric Blake  <ebb9@byu.net>
10560             Bruno Haible  <bruno@clisp.org>
10561
10562         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
10563         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
10564         condition.
10565         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
10566         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
10567         condition.
10568         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
10569
10570 2009-03-06  Eric Blake  <ebb9@byu.net>
10571
10572         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
10573         to avoid compiler warnings.
10574         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
10575
10576 2009-03-05  Bruno Haible  <bruno@clisp.org>
10577
10578         * tests/test-ftell.c (main): Disable test beyond end of file on
10579         FreeMiNT.
10580         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
10581
10582 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
10583
10584         * lib/filevercmp.c: Move hidden files up in ordering.
10585         * tests/test-filevercmp.c: Add tests for hidden files.
10586
10587 2009-03-04  Bruno Haible  <bruno@clisp.org>
10588
10589         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
10590         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
10591         AM_CFLAGS.
10592         Reported by Simon Josefsson.
10593
10594 2009-03-03  Bruno Haible  <bruno@clisp.org>
10595
10596         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
10597         Reported by Simon Josefsson.
10598
10599         * doc/ld-version-script.texi: Update node reference.
10600
10601 2009-03-03  Bruno Haible  <bruno@clisp.org>
10602
10603         * modules/visibility (License): Change to 'unlimited'.
10604         Suggested by Simon Josefsson.
10605
10606 2009-03-03  Jim Meyering  <meyering@redhat.com>
10607
10608         unlinkdir: cannot_unlink_dir may modify process state
10609         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
10610         it's neither thread-safe nor appropriate for use in a library.
10611
10612 2009-03-03  Eric Blake  <ebb9@byu.net>
10613
10614         test-closein: silence test under Darwin
10615         * tests/test-closein.sh: Ignore stderr from cat, since we don't
10616         care if it dies from EPIPE or EBADF.
10617
10618 2009-03-03  Bruno Haible  <bruno@clisp.org>
10619
10620         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
10621         earlier.
10622         * doc/visibility.texi: Fix @node and @section.
10623
10624 2009-03-03  Simon Josefsson  <simon@josefsson.org>
10625
10626         * doc/gnulib.texi: Link to sections for ld version script and
10627         visibility.
10628         * doc/visibility.texi: Add @node and @section.
10629         * modules/ld-version-script: New module.
10630         * m4/ld-version-script.m4: New file.
10631         * doc/ld-version-script.texi: New file.
10632
10633 2009-03-02  David Lutterkort  <lutter@redhat.com>
10634
10635         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
10636         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10637
10638 2009-03-02  Bruno Haible  <bruno@clisp.org>
10639
10640         * doc/visibility.texi: Mention libtool's -export-symbols option.
10641
10642 2009-03-02  Jim Meyering  <meyering@redhat.com>
10643
10644         announce-gen: new option: --no-print-checksums
10645         * build-aux/announce-gen (usage): Describe it.
10646         (print_checksums): Print a newline here, not in the [*] footnote.
10647         (main): Honor it.
10648
10649 2009-03-01  Bruno Haible  <bruno@clisp.org>
10650
10651         Use socklen_t in the native Windows replacements prototypes.
10652         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
10653         instead of 'int'.
10654         * lib/getsockopt.c (rpl_getsockopt): Likewise.
10655         * lib/setsockopt.c (rpl_setsockopt): Likewise.
10656         * modules/getsockopt (Depends-on): Add socklen.
10657         * modules/setsockopt (Depends-on): Add socklen.
10658
10659 2009-03-01  Bruno Haible  <bruno@clisp.org>
10660
10661         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
10662         least 4.2.
10663
10664 2009-03-01  Eric Blake  <ebb9@byu.net>
10665             Bruno Haible  <bruno@clisp.org>
10666
10667         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
10668         error messages.
10669         * lib/wait-process.c (wait_subprocess): Omit error message about
10670         deadly signal sent to the child of termsigp != NULL.
10671
10672 2009-03-01  Eric Blake  <ebb9@byu.net>
10673
10674         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
10675
10676 2009-03-01  Bruno Haible  <bruno@clisp.org>
10677
10678         Avoid a gcc warning.
10679         * tests/test-sched.c (b): Make global.
10680         Reported by Eric Blake.
10681
10682 2009-01-19  Martin Lambers  <marlam@marlam.de>
10683
10684         Provide POSIX semantics for socket timeout options on W32.
10685         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
10686         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
10687         * modules/setsockopt: Depend on sys_time module for struct timeval.
10688         * modules/getsockopt: Depend on sys_time module for struct timeval.
10689
10690 2009-03-01  Simon Josefsson  <simon@josefsson.org>
10691
10692         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
10693         __USE_GNU, for consistency with netdb.in.h.
10694         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10695
10696 2009-03-01  Bruno Haible  <bruno@clisp.org>
10697
10698         More support for FreeMiNT.
10699         * lib/fseeko.c (rpl_fseeko): Complete last commit.
10700         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10701
10702 2009-03-01  Bruno Haible  <bruno@clisp.org>
10703
10704         More support for FreeMiNT.
10705         * lib/fpurge.c (fpurge): Correct last commit.
10706         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10707
10708 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10709
10710         Fix unportable awk script in vc-list-files.
10711         * build-aux/vc-list-files: In the replacement awk script, use
10712         substr with a second argument of 1, not zero.
10713         Report by Simon Josefsson.
10714
10715 2009-02-28  Bruno Haible  <bruno@clisp.org>
10716
10717         More support for FreeMiNT.
10718         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
10719         to FreeMiNT today.
10720         * lib/fwriting.c (fwriting): Likewise.
10721         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
10722
10723 2009-02-28  Bruno Haible  <bruno@clisp.org>
10724
10725         * tests/test-freadseek.c (main): Disable test beyond end of file on
10726         FreeMiNT.
10727         * tests/test-ftello.c (main): Likewise.
10728         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
10729
10730 2009-02-28  Bruno Haible  <bruno@clisp.org>
10731
10732         Add tentative support for FreeMiNT.
10733         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
10734         * lib/fpurge.c (fpurge): Likewise.
10735         * lib/freadable.c (freadable): Likewise.
10736         * lib/freading.c (freading): Likewise.
10737         * lib/freadptr.c (freadptr): Likewise.
10738         * lib/freadseek.c (freadptrinc): Likewise.
10739         * lib/fseeko.c (rpl_fseeko): Likewise.
10740         * lib/fseterr.c (fseterr): Likewise.
10741         * lib/fwritable.c (fwritable): Likewise.
10742         * lib/fwriting.c (fwriting): Likewise.
10743         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
10744         Hourihane.
10745         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10746
10747 2009-02-28  Bruno Haible  <bruno@clisp.org>
10748
10749         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
10750         SIGCHLD.
10751         Reported by Jim Meyering.
10752
10753 2009-02-28  Bruno Haible  <bruno@clisp.org>
10754
10755         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
10756         Mention the results of these tests on various platforms.
10757         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
10758         order.
10759         * doc/posix-functions/printf.texi: Likewise.
10760         * doc/posix-functions/snprintf.texi: Likewise.
10761         * doc/posix-functions/sprintf.texi: Likewise.
10762         * doc/posix-functions/vfprintf.texi: Likewise.
10763         * doc/posix-functions/vprintf.texi: Likewise.
10764         * doc/posix-functions/vsnprintf.texi: Likewise.
10765         * doc/posix-functions/vsprintf.texi: Likewise.
10766         * doc/glibc-functions/obstack_printf.texi: Likewise.
10767         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
10768
10769 2009-02-28  Bruno Haible  <bruno@clisp.org>
10770
10771         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
10772         Reported by Loïc Minier <lool@dooz.org>.
10773
10774 2009-02-27  Bruno Haible  <bruno@clisp.org>
10775
10776         * gnulib-tool (func_import): Make the sed expression used to create the
10777         sed script for updating the .gitignore file POSIX compliant.
10778         Reported by Eric Blake.
10779
10780 2009-02-27  Bruno Haible  <bruno@clisp.org>
10781
10782         * gnulib-tool (sed): Don't alias as "sed --posix".
10783         Reported by Eric Blake.
10784
10785 2009-02-27  Bruno Haible  <bruno@clisp.org>
10786
10787         Avoid test link errors.
10788         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
10789         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
10790         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
10791         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
10792         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10793
10794 2009-02-27  Bruno Haible  <bruno@clisp.org>
10795
10796         Avoid spurious "(cached)" in configure output.
10797         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
10798         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
10799         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
10800         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
10801         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
10802         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
10803         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
10804         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
10805         Reported by Eric Blake.
10806
10807 2009-02-27  Eric Blake  <ebb9@byu.net>
10808
10809         printf: fix regression in previous patch
10810         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
10811
10812 2009-02-27  Bruno Haible  <bruno@clisp.org>
10813
10814         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
10815         value.
10816         * lib/stdint.in.h: Likewise.
10817         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
10818
10819 2009-02-27  Eric Blake  <ebb9@byu.net>
10820
10821         doc: mention more functions added in cygwin 1.7.0
10822         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
10823         addition.
10824         * doc/posix-functions/open_wmemstream.texi: Likewise.
10825         * doc/posix-functions/wcsnlen.texi: Likewise.
10826         * doc/posix-functions/wcsnrtombs.texi: Likewise.
10827         * doc/posix-functions/wcstod.texi: Likewise.
10828         * doc/posix-functions/wcstof.texi: Likewise.
10829         * doc/posix-functions/wcstoimax.texi: Likewise.
10830         * doc/posix-functions/wcstok.texi: Likewise.
10831         * doc/posix-functions/wcstoumax.texi: Likewise.
10832
10833         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
10834         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
10835         * doc/posix-functions/fprintf.texi: Update.
10836         * doc/posix-functions/printf.texi: Update.
10837         * doc/posix-functions/snprintf.texi: Update.
10838         * doc/posix-functions/sprintf.texi: Update.
10839         * doc/posix-functions/vfprintf.texi: Update.
10840         * doc/posix-functions/vprintf.texi: Update.
10841         * doc/posix-functions/vsnprintf.texi: Update.
10842         * doc/posix-functions/vsprintf.texi: Update.
10843         * doc/glibc-functions/obstack_printf.texi: Update.
10844         * doc/glibc-functions/obstack_vprintf.texi: Update.
10845
10846 2009-02-26  Eric Blake  <ebb9@byu.net>
10847
10848         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
10849         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
10850         compilation bug by using runtime conversion.
10851         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
10852         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
10853         * modules/ceill-tests (Files): Use nan.h.
10854         * modules/floorl-tests (Files): Likewise.
10855         * modules/frexpl-tests (Files): Likewise.
10856         * modules/isnanl-tests (Files): Likewise.
10857         * modules/ldexpl-tests (Files): Likewise.
10858         * modules/roundl-tests (Files): Likewise.
10859         * modules/truncl-tests (Files): Likewise.
10860         * tests/test-ceill.c (main): Use a working NaN.
10861         * tests/test-floorl.c (main): Likewise.
10862         * tests/test-frexpl.c (main): Likewise.
10863         * tests/test-isnan.c (test_long_double): Likewise.
10864         * tests/test-isnanl.h (main): Likewise.
10865         * tests/test-ldexpl.h (main): Likewise.
10866         * tests/test-roundl.h (main): Likewise.
10867         * tests/test-truncl.h (main): Likewise.
10868         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
10869
10870 2009-02-26  Eric Blake  <ebb9@byu.net>
10871             Bruno Haible  <bruno@clisp.org>
10872
10873         Work around a *printf bug with %ls on Solaris.
10874         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
10875         precision is specified, sprintf stops converting the wide string
10876         argument when the number of bytes that have been produced by this
10877         conversion equals or exceeds the precision.
10878         * doc/posix-functions/fprintf.texi: Update.
10879         * doc/posix-functions/printf.texi: Update.
10880         * doc/posix-functions/snprintf.texi: Update.
10881         * doc/posix-functions/sprintf.texi: Update.
10882         * doc/posix-functions/vfprintf.texi: Update.
10883         * doc/posix-functions/vprintf.texi: Update.
10884         * doc/posix-functions/vsnprintf.texi: Update.
10885         * doc/posix-functions/vsprintf.texi: Update.
10886         * doc/glibc-functions/obstack_printf.texi: Update.
10887         * doc/glibc-functions/obstack_vprintf.texi: Update.
10888
10889 2009-02-26  Eric Blake  <ebb9@byu.net>
10890
10891         stdlib: favor compiler check of random.h
10892         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
10893         to avoid an ObjC random.h installed by Swarm.
10894
10895 2009-02-26  Bruno Haible  <bruno@clisp.org>
10896
10897         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
10898         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
10899         Reported by Gary V. Vaughan <gary@gnu.org>.
10900
10901 2009-02-26  Bruno Haible  <bruno@clisp.org>
10902
10903         Fix *printf behaviour regarding the %ls directive.
10904         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
10905         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
10906         NEED_PRINTF_DIRECTIVE_LS.
10907         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
10908         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10909         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10910         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
10911         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
10912         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
10913         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
10914         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10915         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10916         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10917         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10918         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
10919         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10920         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10921         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10922         * doc/posix-functions/fprintf.texi: Update.
10923         * doc/posix-functions/printf.texi: Update.
10924         * doc/posix-functions/snprintf.texi: Update.
10925         * doc/posix-functions/sprintf.texi: Update.
10926         * doc/posix-functions/vfprintf.texi: Update.
10927         * doc/posix-functions/vprintf.texi: Update.
10928         * doc/posix-functions/vsnprintf.texi: Update.
10929         * doc/posix-functions/vsprintf.texi: Update.
10930         * doc/glibc-functions/obstack_printf.texi: Update.
10931         * doc/glibc-functions/obstack_vprintf.texi: Update.
10932         Reported by Eric Blake.
10933
10934 2009-02-25  Bruno Haible  <bruno@clisp.org>
10935
10936         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
10937         with known value.
10938         Reported by Gary V. Vaughan <gary@gnu.org>.
10939
10940 2009-02-25  Bruno Haible  <bruno@clisp.org>
10941
10942         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
10943         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
10944         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
10945         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
10946         Reported by Gary V. Vaughan <gary@gnu.org>.
10947
10948 2009-02-25  Bruno Haible  <bruno@clisp.org>
10949
10950         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
10951         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
10952         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
10953         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
10954         Reported by Gary V. Vaughan <gary@gnu.org>.
10955
10956 2009-02-25  Eric Blake  <ebb9@byu.net>
10957
10958         tests: skip fseek/ftell tests if ungetc is broken
10959         * m4/ungetc.m4: New file.
10960         * modules/fseek-tests: Split test, so ungetc dependency is
10961         separate from rest of test.
10962         * modules/fseeko-tests: Likewise.
10963         * modules/ftell-tests: Likewise.
10964         * modules/ftello-tests: Likewise.
10965         * tests/test-fseek.c (main): Isolate ungetc dependency.
10966         * tests/test-fseeko.c (main): Likewise.
10967         * tests/test-ftell.c (main): Likewise.
10968         * tests/test-ftello.c (main): Likewise.
10969         * tests/test-fseek2.sh: New file.
10970         * tests/test-fseeko2.sh: Likewise.
10971         * tests/test-ftell2.sh: Likewise.
10972         * tests/test-ftello2.sh: Likewise.
10973
10974 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
10975
10976         test-getaddrinfo: fix usage of skip return code 77
10977         * tests/test-gettaddrinfo.c: Return skip code 77 only
10978         for first occurance of skip (4x77 is not 77)
10979
10980 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
10981
10982         strtod: avoid C99 decl-after-statement
10983         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
10984
10985 2009-02-24  Eric Blake  <ebb9@byu.net>
10986
10987         strtod: detect HP-UX 11.31 bug
10988         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
10989         Reported by Gary V. Vaughan.
10990
10991 2009-02-23  Bruno Haible  <bruno@clisp.org>
10992
10993         Fix invalid read past end of memory block.
10994         * lib/vasnprintf.c (DCHAR_SET): Define.
10995         (local_wcslen): Define only when needed.
10996         (local_strnlen, local_wcsnlen): New functions.
10997         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
10998         directives that involve a conversion ourselves.
10999         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
11000         wcsnlen, mbrtowc, wcrtomb.
11001         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
11002         * tests/test-vasprintf-posix.c (test_function): Likewise.
11003         * tests/test-snprintf-posix.h (test_function): Likewise.
11004         * tests/test-sprintf-posix.h (test_function): Likewise.
11005         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11006
11007 2009-02-22  Bruno Haible  <bruno@clisp.org>
11008
11009         Implement new clarified decomposition of Hangul syllables.
11010         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
11011         of type LTV, return only a pairwise decomposition.
11012         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
11013         Likewise.
11014         * tests/uninorm/test-decomposition.c (main): Updated expected result.
11015         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
11016         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
11017
11018 2009-02-22  Bruno Haible  <bruno@clisp.org>
11019
11020         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
11021         zero-length results and shrink excess allocated memory.
11022         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
11023         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
11024         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
11025         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
11026         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
11027         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
11028         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
11029         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
11030         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
11031         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
11032         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
11033         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
11034
11035 2009-02-21  Bruno Haible  <bruno@clisp.org>
11036
11037         * doc/gnulib.texi: Include safe-alloc.texi earlier.
11038         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
11039         spaces after a period. Put a space between a macro name and its
11040         argument list. Trivial rewordings.
11041         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
11042         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
11043         (main): Return 0 explicitly.
11044
11045 2009-02-21  Bruno Haible  <bruno@clisp.org>
11046
11047         Tests for module 'uninorm/filter'.
11048         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
11049         * modules/uninorm/filter-tests: New file.
11050
11051         New module 'uninorm/filter'.
11052         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
11053         uninorm_filter_flush, uninorm_filter_free): New declarations.
11054         * lib/uninorm/uninorm-filter.c: New file.
11055         * modules/uninorm/filter: New file.
11056
11057 2009-02-21  Bruno Haible  <bruno@clisp.org>
11058
11059         Tests for module 'uninorm/nfkc'.
11060         * tests/uninorm/test-nfkc.c: New file.
11061         * tests/uninorm/test-u8-nfkc.c: New file.
11062         * tests/uninorm/test-u16-nfkc.c: New file.
11063         * tests/uninorm/test-u32-nfkc.c: New file.
11064         * tests/uninorm/test-u32-nfkc-big.sh: New file.
11065         * tests/uninorm/test-u32-nfkc-big.c: New file.
11066         * modules/uninorm/nfkc-tests: New file.
11067
11068         New module 'uninorm/nfkc'.
11069         * lib/uninorm/nfkc.c: New file.
11070         * modules/uninorm/nfkc: New file.
11071
11072         Tests for module 'uninorm/nfkd'.
11073         * tests/uninorm/test-nfkd.c: New file.
11074         * tests/uninorm/test-u8-nfkd.c: New file.
11075         * tests/uninorm/test-u16-nfkd.c: New file.
11076         * tests/uninorm/test-u32-nfkd.c: New file.
11077         * tests/uninorm/test-u32-nfkd-big.sh: New file.
11078         * tests/uninorm/test-u32-nfkd-big.c: New file.
11079         * modules/uninorm/nfkd-tests: New file.
11080
11081         New module 'uninorm/nfkd'.
11082         * lib/uninorm/nfkd.c: New file.
11083         * modules/uninorm/nfkd: New file.
11084
11085         Tests for module 'uninorm/nfc'.
11086         * tests/uninorm/test-nfc.c: New file.
11087         * tests/uninorm/test-u8-nfc.c: New file.
11088         * tests/uninorm/test-u16-nfc.c: New file.
11089         * tests/uninorm/test-u32-nfc.c: New file.
11090         * tests/uninorm/test-u32-nfc-big.sh: New file.
11091         * tests/uninorm/test-u32-nfc-big.c: New file.
11092         * modules/uninorm/nfc-tests: New file.
11093
11094         New module 'uninorm/nfc'.
11095         * lib/uninorm/nfc.c: New file.
11096         * modules/uninorm/nfc: New file.
11097
11098         Tests for module 'uninorm/nfd'.
11099         * tests/uninorm/test-nfd.c: New file.
11100         * tests/uninorm/test-u8-nfd.c: New file.
11101         * tests/uninorm/test-u16-nfd.c: New file.
11102         * tests/uninorm/test-u32-nfd.c: New file.
11103         * tests/uninorm/test-u32-nfd-big.sh: New file.
11104         * tests/uninorm/test-u32-nfd-big.c: New file.
11105         * tests/uninorm/test-u32-normalize-big.h: New file.
11106         * tests/uninorm/test-u32-normalize-big.c: New file.
11107         * tests/uninorm/NormalizationTest.txt: New file, created from
11108         Unicode 5.1.0 NormalizationTest.txt.
11109         * modules/uninorm/nfd-tests: New file.
11110
11111         New module 'uninorm/nfd'.
11112         * lib/uninorm/nfd.c: New file.
11113         * modules/uninorm/nfd: New file.
11114
11115         New module 'uninorm/u32-normalize'.
11116         * lib/uninorm/u32-normalize.c: New file.
11117         * modules/uninorm/u32-normalize: New file.
11118
11119         New module 'uninorm/u16-normalize'.
11120         * lib/uninorm/u16-normalize.c: New file.
11121         * modules/uninorm/u16-normalize: New file.
11122
11123         New module 'uninorm/u8-normalize'.
11124         * lib/uninorm/u8-normalize.c: New file.
11125         * lib/uninorm/normalize-internal.h: New file.
11126         * lib/uninorm/u-normalize-internal.h: New file.
11127         * modules/uninorm/u8-normalize: New file.
11128
11129         New module 'uninorm/decompose-internal'.
11130         * lib/uninorm/decompose-internal.c: New file.
11131         * modules/uninorm/decompose-internal: New file.
11132
11133         Tests for module 'uninorm/composition'.
11134         * tests/uninorm/test-composition.c: New file.
11135         * modules/uninorm/composition-tests: New file.
11136
11137         New module 'uninorm/composition'.
11138         * lib/uninorm/composition.c: New file.
11139         * lib/uninorm/composition-table.gperf: New file, generated by
11140         gen-uni-tables.
11141         * modules/uninorm/composition: New file.
11142
11143         Tests for module 'uninorm/compat-decomposition'.
11144         * tests/uninorm/test-compat-decomposition.c: New file.
11145         * modules/uninorm/compat-decomposition-tests: New file.
11146
11147         New module 'uninorm/compat-decomposition'.
11148         * lib/uninorm/decompose-internal.h: New file.
11149         * lib/uninorm/compat-decomposition.c: New file.
11150         * modules/uninorm/compat-decomposition: New file.
11151
11152         Tests for module 'uninorm/canonical-decomposition'.
11153         * tests/uninorm/test-canonical-decomposition.c: New file.
11154         * modules/uninorm/canonical-decomposition-tests: New file.
11155
11156         New module 'uninorm/canonical-decomposition'.
11157         * lib/uninorm/canonical-decomposition.c: New file.
11158         * modules/uninorm/canonical-decomposition: New file.
11159
11160         Tests for module 'uninorm/decomposition'.
11161         * tests/uninorm/test-decomposition.c: New file.
11162         * modules/uninorm/decomposition-tests: New file.
11163
11164         New module 'uninorm/decomposition'.
11165         * lib/uninorm/decomposition.c: New file.
11166         * modules/uninorm/decomposition: New file.
11167
11168         New module 'uninorm/decomposition-table'.
11169         * lib/uninorm/decomposition-table.h: New file.
11170         * lib/uninorm/decomposition-table.c: New file.
11171         * lib/uninorm/decomposition-table1.h: New file, generated by
11172         gen-uni-tables.
11173         * lib/uninorm/decomposition-table2.h: New file, generated by
11174         gen-uni-tables.
11175         * modules/uninorm/decomposition-table: New file.
11176
11177         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
11178         (UC_DECOMP_*): New enumeration items.
11179         (get_decomposition): New function.
11180         (struct decomp_table): New type.
11181         (output_decomposition, output_decomposition_tables): New functions.
11182         (unicode_composition_exclusions): New variable.
11183         (fill_composition_exclusions, debug_output_composition_tables): New
11184         functions.
11185         (main): Accept one more argument. Invoke fill_composition_exclusions.
11186         Output decomposition and composition tables.
11187
11188         New module 'uninorm/base'.
11189         * lib/uninorm.h: New file.
11190         * lib/unictype.h: Update comment.
11191         * modules/uninorm/base: New file.
11192
11193 2009-02-21  David Lutterkort  <lutter@redhat.com>
11194
11195         Tests for module 'safe-alloc'.
11196         * tests/test-safe-alloc.c: New file.
11197         * modules/safe-alloc-tests: New file.
11198
11199         New module 'safe-alloc'.
11200         * lib/safe-alloc.h: New file.
11201         * lib/safe-alloc.c: New file.
11202         * m4/safe-alloc.m4: New file.
11203         * modules/safe-alloc: New file.
11204         * doc/safe-alloc.texi: New file.
11205         * doc/gnulib.texi: Include it.
11206         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
11207         safe-alloc.
11208
11209 2009-02-18  Bruno Haible  <bruno@clisp.org>
11210
11211         Fix link error on non-glibc systems.
11212         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
11213         variable.
11214         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11215
11216 2009-02-18  Jim Meyering  <meyering@redhat.com>
11217
11218         fts: avoid used-uninitialized error due to recent change
11219         * lib/fts.c (fts_read): Guard uses of the new member,
11220         parent->fts_n_dirs_remaining, since it's not relevant for
11221         the parent of a directory specified on the command-line.
11222
11223 2009-02-17  James Youngman  <jay@gnu.org>
11224             Bruno Haible  <bruno@clisp.org>
11225
11226         * m4/include_next.m4: Reformulate comment.
11227
11228 2009-02-16  Jim Meyering  <meyering@redhat.com>
11229
11230         fts: add #if guards so that the fts_lgpl module still builds
11231         * lib/fts.c: Guard just-added hash-table-using parts with
11232         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
11233         Reported by Simon Josefsson.
11234
11235 2009-02-15  Bruno Haible  <bruno@clisp.org>
11236
11237         * modules/array-mergesort-tests: New file.
11238         * tests/test-array-mergesort.c: New file.
11239
11240         New module 'array-mergesort'.
11241         * modules/array-mergesort: New file.
11242         * lib/array-mergesort.h: New file.
11243
11244 2009-02-15  Bruno Haible  <bruno@clisp.org>
11245
11246         Fix 2009-02-07 commit.
11247         * lib/gen-uni-tables.c (output_predicate, output_category,
11248         output_combclass, output_bidi_category, output_decimal_digit,
11249         output_digit, output_numeric, output_mirror, output_scripts,
11250         output_ident_category, output_simple_mapping): Fix format directives.
11251         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
11252
11253 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
11254
11255         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
11256         fixes are available from IBM.
11257
11258 2009-02-13  Jim Meyering  <meyering@redhat.com>
11259
11260         fts: arrange not to stat non-directories in more cases
11261         This makes GNU find (when it doesn't need to stat each file)
11262         *much* more efficient at traversing reiserfs file systems.
11263         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
11264         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
11265         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
11266         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
11267         (leaf_optimization_applies): New function.
11268         (LCO_hash, LCO_compare): New helper functions.
11269         (link_count_optimize_ok): New function.
11270         (fts_stat): Initialize new member (if dir).
11271         (fts_read): Decrement parent's fts_n_dirs_remaining count if
11272         we've just stat'ed a directory.  Skip the stat call when possible.
11273         ---
11274         Note this AFS-related exchange:
11275         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
11276         and note find's pioctl call in find/fstype.c.
11277         But that is necessary only if you want to enable the
11278         optimization for AFS, and for now, I don't.
11279
11280         fts: move a function definition "up" (no semantic change)
11281         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
11282         "up" to precede upcoming use of a related function.
11283
11284 2009-02-11  Jim Meyering  <meyering@redhat.com>
11285
11286         fts: correct internal computation of nlinks (optimization-related)
11287         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
11288         whether the current entry is a directory, so don't test it.
11289
11290 2009-02-10  Bruno Haible  <bruno@clisp.org>
11291
11292         Tests for module 'uniwbrk/ulc-wordbreaks'.
11293         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
11294         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
11295         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
11296
11297         Tests for module 'uniwbrk/u32-wordbreaks'.
11298         * modules/uniwbrk/u32-wordbreaks-tests: New file.
11299         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
11300
11301         Tests for module 'uniwbrk/u16-wordbreaks'.
11302         * modules/uniwbrk/u16-wordbreaks-tests: New file.
11303         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
11304
11305         Tests for module 'uniwbrk/u8-wordbreaks'.
11306         * modules/uniwbrk/u8-wordbreaks-tests: New file.
11307         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
11308
11309 2009-02-10  Bruno Haible  <bruno@clisp.org>
11310
11311         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
11312         property.
11313         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
11314         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
11315         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
11316
11317 2009-02-10  Simon Josefsson  <simon@josefsson.org>
11318
11319         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
11320         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
11321
11322 2009-02-10  Bruno Haible  <bruno@clisp.org>
11323
11324         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
11325         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
11326         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
11327         * lib/unilbrk/u8-possible-linebreaks.c: Update.
11328         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
11329         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
11330
11331 2009-02-09  Simon Josefsson  <simon@josefsson.org>
11332
11333         * lib/sockets.h (gl_fd_to_handle): New function.
11334
11335         * tests/test-sockets.c: Call gl_fd_to_handle.
11336
11337 2009-02-09  Bruno Haible  <bruno@clisp.org>
11338
11339         * doc/havelib.texi: Document the conventions on bi-arch systems.
11340
11341 2009-02-08  Bruno Haible  <bruno@clisp.org>
11342
11343         Document the AC_LIB_LINKFLAGS macro.
11344         * doc/havelib.texi: New file, mostly written on 2005-05-24.
11345         * doc/gnulib.texi: Include it.
11346
11347 2009-02-08  Bruno Haible  <bruno@clisp.org>
11348
11349         Fix wrong order of sections, compared to TOC.
11350         * doc/gnulib.texi: Include relocatable-maint.texi after the
11351         "Regular expressions" node, not before.
11352
11353 2009-02-08  Bruno Haible  <bruno@clisp.org>
11354
11355         Tests for module 'unicase/totitle'.
11356         * modules/unicase/totitle-tests: New file.
11357
11358         Tests for module 'unicase/tolower'.
11359         * modules/unicase/tolower-tests: New file.
11360
11361         Tests for module 'unicase/toupper'.
11362         * modules/unicase/toupper-tests: New file.
11363         * tests/unicase/test-mapping-part1.h: New file.
11364         * tests/unicase/test-mapping-part2.h: New file.
11365
11366         New module 'unicase/totitle'.
11367         * modules/unicase/totitle: New file.
11368         * lib/unicase/totitle.c: New file.
11369
11370         New module 'unicase/tolower'.
11371         * modules/unicase/tolower: New file.
11372         * lib/unicase/tolower.c: New file.
11373
11374         New module 'unicase/toupper'.
11375         * modules/unicase/toupper: New file.
11376         * lib/unicase/toupper.c: New file.
11377         * lib/unicase/simple-mapping.h: New file.
11378
11379         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
11380         (mapping_table): New structure.
11381         (output_simple_mapping): New function.
11382         (main): Invoke output_simple_mapping_test and output_simple_mapping.
11383         * modules/gen-uni-tables (Description): Update.
11384         * lib/unicase/toupper.h: New file, automatically generated by
11385         gen-uni-tables.
11386         * lib/unicase/tolower.h: New file, automatically generated by
11387         gen-uni-tables.
11388         * lib/unicase/totitle.h: New file, automatically generated by
11389         gen-uni-tables.
11390         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
11391         gen-uni-tables.
11392         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
11393         gen-uni-tables.
11394         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
11395         gen-uni-tables.
11396
11397         New module 'unicase/base'.
11398         * modules/unicase/base: New file.
11399         * lib/unicase.h: New file.
11400
11401 2009-02-08  Bruno Haible  <bruno@clisp.org>
11402
11403         New module 'uniwbrk/ulc-wordbreaks'.
11404         * modules/uniwbrk/ulc-wordbreaks: New file.
11405         * lib/uniwbrk/ulc-wordbreaks.c: New file.
11406
11407         New module 'uniwbrk/u32-wordbreaks'.
11408         * modules/uniwbrk/u32-wordbreaks: New file.
11409         * lib/uniwbrk/u32-wordbreaks.c: New file.
11410
11411         New module 'uniwbrk/u16-wordbreaks'.
11412         * modules/uniwbrk/u16-wordbreaks: New file.
11413         * lib/uniwbrk/u16-wordbreaks.c: New file.
11414
11415         New module 'uniwbrk/u8-wordbreaks'.
11416         * modules/uniwbrk/u8-wordbreaks: New file.
11417         * lib/uniwbrk/u8-wordbreaks.c: New file.
11418         * lib/uniwbrk/u-wordbreaks.h: New file.
11419
11420         New module 'uniwbrk/table'.
11421         * modules/uniwbrk/table: New file.
11422         * lib/uniwbrk/wbrktable.h: New file.
11423         * lib/uniwbrk/wbrktable.c: New file.
11424
11425         New module 'uniwbrk/wordbreak-property'.
11426         * modules/uniwbrk/wordbreak-property: New file.
11427         * lib/uniwbrk/wordbreak-property.c: New file.
11428
11429         * lib/gen-uni-tables.c (WBP_*): New enum items.
11430         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
11431         (unicode_org_wbp): New variable.
11432         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
11433         New functions.
11434         (wbp_table): New structure.
11435         (output_wbp, output_wbrk_tables): New functions.
11436         (main): Accept additional argument. Invoke fill_org_wbp,
11437         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
11438         output_wbrk_tables.
11439         * modules/gen-uni-tables (Description): Update.
11440         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
11441         gen-uni-tables.
11442
11443         New module 'uniwbrk/base'.
11444         * modules/uniwbrk/base: New file.
11445         * lib/uniwbrk.h: New file.
11446
11447 2009-02-08  Bruno Haible  <bruno@clisp.org>
11448
11449         Update to Unicode 5.1.0.
11450         * lib/gen-uni-tables.c (is_property_alphabetic): Include
11451         U+2185..U+2188.
11452         (is_property_default_ignorable_code_point): Don't include characters
11453         of category Cc or Cs and not-a-characters.
11454         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
11455         U+0D79, U+109E, U+109F, U+A60C.
11456         * lib/unictype/bidi_of.h: Regenerated.
11457         * lib/unictype/blocks.h: Regenerated.
11458         * lib/unictype/categ_C.h: Regenerated.
11459         * lib/unictype/categ_Cf.h: Regenerated.
11460         * lib/unictype/categ_Cn.h: Regenerated.
11461         * lib/unictype/categ_L.h: Regenerated.
11462         * lib/unictype/categ_Ll.h: Regenerated.
11463         * lib/unictype/categ_Lm.h: Regenerated.
11464         * lib/unictype/categ_Lo.h: Regenerated.
11465         * lib/unictype/categ_Lu.h: Regenerated.
11466         * lib/unictype/categ_M.h: Regenerated.
11467         * lib/unictype/categ_Mc.h: Regenerated.
11468         * lib/unictype/categ_Me.h: Regenerated.
11469         * lib/unictype/categ_Mn.h: Regenerated.
11470         * lib/unictype/categ_N.h: Regenerated.
11471         * lib/unictype/categ_Nd.h: Regenerated.
11472         * lib/unictype/categ_Nl.h: Regenerated.
11473         * lib/unictype/categ_No.h: Regenerated.
11474         * lib/unictype/categ_P.h: Regenerated.
11475         * lib/unictype/categ_Pd.h: Regenerated.
11476         * lib/unictype/categ_Pe.h: Regenerated.
11477         * lib/unictype/categ_Pf.h: Regenerated.
11478         * lib/unictype/categ_Pi.h: Regenerated.
11479         * lib/unictype/categ_Po.h: Regenerated.
11480         * lib/unictype/categ_Ps.h: Regenerated.
11481         * lib/unictype/categ_S.h: Regenerated.
11482         * lib/unictype/categ_Sk.h: Regenerated.
11483         * lib/unictype/categ_Sm.h: Regenerated.
11484         * lib/unictype/categ_So.h: Regenerated.
11485         * lib/unictype/categ_of.h: Regenerated.
11486         * lib/unictype/combining.h: Regenerated.
11487         * lib/unictype/ctype_alnum.h: Regenerated.
11488         * lib/unictype/ctype_alpha.h: Regenerated.
11489         * lib/unictype/ctype_graph.h: Regenerated.
11490         * lib/unictype/ctype_lower.h: Regenerated.
11491         * lib/unictype/ctype_print.h: Regenerated.
11492         * lib/unictype/ctype_punct.h: Regenerated.
11493         * lib/unictype/ctype_upper.h: Regenerated.
11494         * lib/unictype/decdigit.h: Regenerated.
11495         * lib/unictype/digit.h: Regenerated.
11496         * lib/unictype/mirror.h: Regenerated.
11497         * lib/unictype/numeric.h: Regenerated.
11498         * lib/unictype/pr_alphabetic.h: Regenerated.
11499         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
11500         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
11501         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
11502         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
11503         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
11504         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
11505         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
11506         * lib/unictype/pr_combining.h: Regenerated.
11507         * lib/unictype/pr_dash.h: Regenerated.
11508         * lib/unictype/pr_decimal_digit.h: Regenerated.
11509         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
11510         * lib/unictype/pr_deprecated.h: Regenerated.
11511         * lib/unictype/pr_diacritic.h: Regenerated.
11512         * lib/unictype/pr_extender.h: Regenerated.
11513         * lib/unictype/pr_format_control.h: Regenerated.
11514         * lib/unictype/pr_grapheme_base.h: Regenerated.
11515         * lib/unictype/pr_grapheme_extend.h: Regenerated.
11516         * lib/unictype/pr_grapheme_link.h: Regenerated.
11517         * lib/unictype/pr_id_continue.h: Regenerated.
11518         * lib/unictype/pr_id_start.h: Regenerated.
11519         * lib/unictype/pr_ideographic.h: Regenerated.
11520         * lib/unictype/pr_ignorable_control.h: Regenerated.
11521         * lib/unictype/pr_lowercase.h: Regenerated.
11522         * lib/unictype/pr_math.h: Regenerated.
11523         * lib/unictype/pr_numeric.h: Regenerated.
11524         * lib/unictype/pr_other_alphabetic.h: Regenerated.
11525         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
11526         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
11527         * lib/unictype/pr_other_id_continue.h: Regenerated.
11528         * lib/unictype/pr_other_lowercase.h: Regenerated.
11529         * lib/unictype/pr_other_math.h: Regenerated.
11530         * lib/unictype/pr_punctuation.h: Regenerated.
11531         * lib/unictype/pr_sentence_terminal.h: Regenerated.
11532         * lib/unictype/pr_soft_dotted.h: Regenerated.
11533         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
11534         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
11535         * lib/unictype/pr_unified_ideograph.h: Regenerated.
11536         * lib/unictype/pr_uppercase.h: Regenerated.
11537         * lib/unictype/pr_xid_continue.h: Regenerated.
11538         * lib/unictype/pr_xid_start.h: Regenerated.
11539         * lib/unictype/pr_zero_width.h: Regenerated.
11540         * lib/unictype/scripts.h: Regenerated.
11541         * lib/unictype/scripts_byname.gperf: Regenerated.
11542         * lib/unictype/sy_java_ident.h: Regenerated.
11543         * lib/unilbrk/lbrkprop1.h: Regenerated.
11544         * lib/unilbrk/lbrkprop2.h: Regenerated.
11545         * tests/unictype/test-categ_C.c: Regenerated.
11546         * tests/unictype/test-categ_Cf.c: Regenerated.
11547         * tests/unictype/test-categ_Cn.c: Regenerated.
11548         * tests/unictype/test-categ_L.c: Regenerated.
11549         * tests/unictype/test-categ_Ll.c: Regenerated.
11550         * tests/unictype/test-categ_Lm.c: Regenerated.
11551         * tests/unictype/test-categ_Lo.c: Regenerated.
11552         * tests/unictype/test-categ_Lu.c: Regenerated.
11553         * tests/unictype/test-categ_M.c: Regenerated.
11554         * tests/unictype/test-categ_Mc.c: Regenerated.
11555         * tests/unictype/test-categ_Me.c: Regenerated.
11556         * tests/unictype/test-categ_Mn.c: Regenerated.
11557         * tests/unictype/test-categ_N.c: Regenerated.
11558         * tests/unictype/test-categ_Nd.c: Regenerated.
11559         * tests/unictype/test-categ_Nl.c: Regenerated.
11560         * tests/unictype/test-categ_No.c: Regenerated.
11561         * tests/unictype/test-categ_P.c: Regenerated.
11562         * tests/unictype/test-categ_Pd.c: Regenerated.
11563         * tests/unictype/test-categ_Pe.c: Regenerated.
11564         * tests/unictype/test-categ_Pf.c: Regenerated.
11565         * tests/unictype/test-categ_Pi.c: Regenerated.
11566         * tests/unictype/test-categ_Po.c: Regenerated.
11567         * tests/unictype/test-categ_Ps.c: Regenerated.
11568         * tests/unictype/test-categ_S.c: Regenerated.
11569         * tests/unictype/test-categ_Sk.c: Regenerated.
11570         * tests/unictype/test-categ_Sm.c: Regenerated.
11571         * tests/unictype/test-categ_So.c: Regenerated.
11572         * tests/unictype/test-ctype_alnum.c: Regenerated.
11573         * tests/unictype/test-ctype_alpha.c: Regenerated.
11574         * tests/unictype/test-ctype_graph.c: Regenerated.
11575         * tests/unictype/test-ctype_lower.c: Regenerated.
11576         * tests/unictype/test-ctype_print.c: Regenerated.
11577         * tests/unictype/test-ctype_punct.c: Regenerated.
11578         * tests/unictype/test-ctype_upper.c: Regenerated.
11579         * tests/unictype/test-decdigit.h: Regenerated.
11580         * tests/unictype/test-digit.h: Regenerated.
11581         * tests/unictype/test-numeric.h: Regenerated.
11582         * tests/unictype/test-pr_alphabetic.c: Regenerated.
11583         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
11584         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
11585         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
11586         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
11587         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
11588         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
11589         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
11590         * tests/unictype/test-pr_combining.c: Regenerated.
11591         * tests/unictype/test-pr_dash.c: Regenerated.
11592         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
11593         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
11594         * tests/unictype/test-pr_deprecated.c: Regenerated.
11595         * tests/unictype/test-pr_diacritic.c: Regenerated.
11596         * tests/unictype/test-pr_extender.c: Regenerated.
11597         * tests/unictype/test-pr_format_control.c: Regenerated.
11598         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
11599         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
11600         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
11601         * tests/unictype/test-pr_id_continue.c: Regenerated.
11602         * tests/unictype/test-pr_id_start.c: Regenerated.
11603         * tests/unictype/test-pr_ideographic.c: Regenerated.
11604         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
11605         * tests/unictype/test-pr_lowercase.c: Regenerated.
11606         * tests/unictype/test-pr_math.c: Regenerated.
11607         * tests/unictype/test-pr_numeric.c: Regenerated.
11608         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
11609         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
11610         Regenerated.
11611         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
11612         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
11613         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
11614         * tests/unictype/test-pr_other_math.c: Regenerated.
11615         * tests/unictype/test-pr_punctuation.c: Regenerated.
11616         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
11617         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
11618         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
11619         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
11620         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
11621         * tests/unictype/test-pr_uppercase.c: Regenerated.
11622         * tests/unictype/test-pr_xid_continue.c: Regenerated.
11623         * tests/unictype/test-pr_xid_start.c: Regenerated.
11624         * tests/unictype/test-pr_zero_width.c: Regenerated.
11625
11626         Update to Unicode 5.1.0.
11627         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
11628         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
11629         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
11630         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
11631         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
11632         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
11633         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
11634         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
11635         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
11636         (nonspacing_table_ind): Update.
11637         * tests/uniwidth/test-uc_width2.sh: Update expected result.
11638
11639         Update to Unicode 5.1.0.
11640         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
11641         code transform.
11642         * lib/uniname/uniname.c (unicode_character_name,
11643         unicode_name_character): Add the range 0x1Fxxx to the code transform.
11644         * lib/uniname/uninames.h: Regenerated.
11645         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
11646
11647 2009-02-07  Bruno Haible  <bruno@clisp.org>
11648
11649         Merge gen-ctype and gen-lbrk into a single program.
11650         * lib/gen-uni-tables.c: New file, incorporating
11651         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
11652         Add directory prefixes to the names of the generated files.
11653         * lib/unictype/gen-ctype.c: Remove file.
11654         * lib/unilbrk/gen-lbrk.c: Remove file.
11655         * modules/gen-uni-tables: New file.
11656         * modules/unictype/gen-ctype: Remove file.
11657         * modules/unilbrk/gen-lbrk: Remove file.
11658
11659 2009-02-07  Bruno Haible  <bruno@clisp.org>
11660
11661         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
11662
11663         New module 'unistr/u32-strcoll'.
11664         * modules/unistr/u32-strcoll: New file.
11665         * lib/unistr/u32-strcoll.c: New file.
11666
11667         New module 'unistr/u16-strcoll'.
11668         * modules/unistr/u16-strcoll: New file.
11669         * lib/unistr/u16-strcoll.c: New file.
11670
11671         New module 'unistr/u8-strcoll'.
11672         * modules/unistr/u8-strcoll: New file.
11673         * lib/unistr/u8-strcoll.c: New file.
11674         * lib/unistr/u-strcoll.h: New file.
11675
11676 2009-02-07  Bruno Haible  <bruno@clisp.org>
11677
11678         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
11679         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
11680         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
11681         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
11682         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
11683         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
11684
11685 2009-02-07  Bruno Haible  <bruno@clisp.org>
11686
11687         Make 64-bit clean.
11688         * lib/unictype/gen-ctype.c (output_predicate, output_category,
11689         output_combclass, output_bidi_category, output_decimal_digit,
11690         output_digit, output_numeric, output_mirror, output_scripts,
11691         output_ident_category): Use proper width specifier in format strings.
11692
11693 2009-02-07  Bruno Haible  <bruno@clisp.org>
11694
11695         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
11696         failure behaviour.
11697
11698 2009-02-07  Jim Meyering  <meyering@redhat.com>
11699
11700         regex: avoid compilation failure with upcoming gcc-4.4
11701         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
11702         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
11703         "... error: integer overflow in preprocessor expression".
11704
11705 2009-02-05  Ben Pfaff  <blp@gnu.org>
11706
11707         Fix link errors on Windows when close module is used.
11708         * modules/close: Add $(LIB_CLOSE) to Link section.
11709         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
11710         $(LIB_CLOSE) on Windows.
11711
11712 2009-02-05  Jim Meyering  <meyering@redhat.com>
11713
11714         still avoid unused-parameter warnings, but do it cleanly
11715         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
11716         (get_fs_usage): Cast to void instead.
11717         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
11718         (dev_from_mount_options, read_file_system_list): Cast to void.
11719         Prompted by Bruno Haible.
11720
11721 2009-02-04  Jim Meyering  <meyering@redhat.com>
11722
11723         fsusage.c: correct copyright year
11724         * lib/fsusage.c: Reflect year in which the change is pushed into
11725
11726         avoid misc. warnings
11727         * lib/fsusage.c (UNUSED_PARAM): Define.
11728         (get_fs_usage): Mark parameter "disk" as unused.
11729         * lib/getugroups.c (getgrent): Use "void" in prototype.
11730         * lib/mountlist.c: Mark unused parameters.
11731         (read_file_system_list): Declare a local with "const".
11732         * lib/nanosleep.c (getnow): Declare static.
11733         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
11734
11735         dirfd: set errno upon failure
11736         * lib/dirfd.c: Include <errno.h>.
11737         Set errno to ENOTSUP when returning -1.
11738         * modules/dirfd (Depends-on): Add errno.
11739         Suggested by John Kodis <kodis@comcast.net>.
11740
11741 2009-02-01  Bruno Haible  <bruno@clisp.org>
11742
11743         Don't assume sizeof (long) >= sizeof (void *).
11744         * lib/memcmp.c: Include stdint.h.
11745         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
11746         srcp2 to 'const byte *'.
11747         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
11748         types to uintptr_t.
11749         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
11750         * modules/memcmp (Depends-on): Add stdint.
11751         Reported by Ozkan Sezer <sezeroz@gmail.com>.
11752
11753 2009-01-30  Eric Blake  <ebb9@byu.net>
11754
11755         fix more require-before-expand issues
11756         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
11757         expand, AC_PROG_AWK.
11758         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
11759
11760 2009-01-28  Eric Blake  <ebb9@byu.net>
11761
11762         version-etc: use consistent URL formatting
11763         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
11764         Improve formatting.  Use fputs for string without %.
11765
11766 2009-01-28  Jim Meyering  <meyering@redhat.com>
11767
11768         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
11769         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
11770         "underquoted definition of NAME" from autoconf-2.59.
11771
11772 2009-01-28  Bruno Haible  <bruno@clisp.org>
11773
11774         * doc/gnulib.texi: Add "Obsolete modules" to index.
11775
11776 2009-01-28  Jim Meyering  <meyering@redhat.com>
11777
11778         useless-if-before-free: recognize more variants
11779         * build-aux/useless-if-before-free: Also recognize e.g.,
11780         if (NULL != p) free (p);
11781
11782 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
11783
11784         test-getaddrinfo: skip (don't fail) this test when there's no network
11785         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
11786         on the presumption that it means you lack network access.
11787
11788 2009-01-26  Jim Meyering  <meyering@redhat.com>
11789
11790         fflush: avoid warnings on modern systems
11791         * lib/fflush.c (rpl_fflush): Move declarations of locals,
11792         pos and result, into scopes where they're used.
11793
11794 2009-01-26  Eric Blake  <ebb9@byu.net>
11795
11796         Silence warning reintroduced by recent extensions patch.
11797         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
11798         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
11799         autoconf.
11800
11801         Backport improved autoconf semantics of AC_DEFUN_ONCE.
11802         * m4/00gnulib.m4: New file.
11803         * gnulib-tool (func_get_filelist): Always use it.
11804         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
11805         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
11806
11807 2009-01-25  Bruno Haible  <bruno@clisp.org>
11808
11809         Make test-quotearg work on MacOS X and AIX.
11810         * tests/test-quotearg.sh: New file.
11811         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
11812         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
11813         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
11814         include <libintl.h>.
11815         (fake_locale): Remove variable.
11816         (gettext, dgettext, dcgettext): Remove functions.
11817         (main): Instead of setting a fake locale, set a real locale. Call
11818         textdomain and bindtextdomain.
11819         * modules/quotearg-tests (Files): Add the new files.
11820         (Depends-on): Add gettext, setenv, unsetenv.
11821         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
11822         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
11823         Augment TESTS_ENVIRONMENT.
11824
11825 2009-01-25  Bruno Haible  <bruno@clisp.org>
11826
11827         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
11828         fr_FR.ISO8859-1 locale on MacOS X.
11829         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
11830         ja_JP.eucJP locale on MacOS X.
11831         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
11832         zh_CN.GB18030 locale on MacOS X.
11833
11834 2009-01-25  Bruno Haible  <bruno@clisp.org>
11835
11836         Avoid link errors on MacOS X 10.3.
11837         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
11838         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
11839
11840 2009-01-25  Bruno Haible  <bruno@clisp.org>
11841
11842         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
11843         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
11844         * modules/pipe (Files): Remove m4/posix_spawn.m4.
11845         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
11846         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
11847         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
11848         posix_spawnattr_init, posix_spawnattr_setsigmask,
11849         posix_spawnattr_setflags, posix_spawnattr_destroy.
11850
11851         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
11852         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
11853         * modules/execute (Files): Remove m4/posix_spawn.m4.
11854         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
11855         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
11856         posix_spawnattr_init, posix_spawnattr_setsigmask,
11857         posix_spawnattr_setflags, posix_spawnattr_destroy.
11858
11859 2009-01-25  Bruno Haible  <bruno@clisp.org>
11860
11861         * lib/glthread/threadlib.c: Include <stdlib.h>.
11862
11863 2009-01-25  Bruno Haible  <bruno@clisp.org>
11864
11865         * lib/glthread/threadlib.c (dummy): New declaration.
11866
11867 2009-01-25  Bruno Haible  <bruno@clisp.org>
11868
11869         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
11870         multibyte characters also for the GB18030 encoding. Don't crash when
11871         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
11872
11873 2009-01-25  Bruno Haible  <bruno@clisp.org>
11874
11875         Avoid redefining 'struct random_data' on OSF/1 5.1.
11876         * lib/stdlib.in.h: Include <random.h> if it exists.
11877         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
11878         HAVE_RANDOM_H. Include <random.h> when testing whether
11879         'struct random_data' exists.
11880         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
11881
11882 2009-01-25  Bruno Haible  <bruno@clisp.org>
11883
11884         Don't install charset.alias on MacOS X >= 10.3.
11885         * lib/localcharset.c (DARWIN7): New macro.
11886         (get_charset_aliases): Hardcode the result for Darwin7.
11887         * modules/localcharset (install-exec-local): Don't install
11888         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
11889
11890 2009-01-25  Bruno Haible  <bruno@clisp.org>
11891
11892         Don't install charset.alias on mingw and Cygwin.
11893         * modules/localcharset (install-exec-local): Don't install
11894         charset.alias on mingw and Cygwin, if the file does not yet exist.
11895         The result for these platforms is hardcoded in localcharset.c.
11896
11897 2009-01-25  Bruno Haible  <bruno@clisp.org>
11898
11899         Make it possible again to use AC_GNU_SOURCE together with gnulib.
11900         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
11901         before requiring AC_USE_SYSTEM_EXTENSIONS.
11902
11903 2009-01-25  Jim Meyering  <meyering@redhat.com>
11904
11905         c-strtod: avoid warnings
11906         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
11907         "assignment discards qualifiers from pointer target type" warnings.
11908
11909 2009-01-24  Bruno Haible  <bruno@clisp.org>
11910
11911         Add support for non-UTF-8 locales on MacOS X.
11912         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
11913         canonical encodings. For Darwin 7 and newer, don't map traditional
11914         encodings to UTF-8.
11915         Reported by Vincent Lefevre <vincent@vinc17.org>
11916         at <http://savannah.gnu.org/bugs/?25235>.
11917
11918 2009-01-24  Bruno Haible  <bruno@clisp.org>
11919
11920         * doc/gnulib.texi (Obsolete modules): New section.
11921         Reported by Mike Frysinger <vapier@gentoo.org>.
11922
11923 2009-01-24  Bruno Haible  <bruno@clisp.org>
11924
11925         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
11926         (%.dvi): New rule.
11927
11928 2009-01-24  Bruno Haible  <bruno@clisp.org>
11929
11930         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
11931         Reported by Eric Blake.
11932
11933 2009-01-24  Bruno Haible  <bruno@clisp.org>
11934
11935         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
11936         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
11937         Reported by Gary V. Vaughan <gary@gnu.org>.
11938
11939 2009-01-24  Bruno Haible  <bruno@clisp.org>
11940
11941         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
11942
11943 2009-01-23  Bruno Haible  <bruno@clisp.org>
11944
11945         Make c-strtod, c-strtold usable in libraries.
11946         * lib/c-strtod.c: Include string.h instead of xalloc.h.
11947         (C_STRTOD): Call strdup instead of xstrdup.
11948         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
11949         * modules/c-strtold (Depends-on): Likewise.
11950         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
11951         * NEWS: Mention the change.
11952         Reported by Michael Gold <mgold@ncf.ca>.
11953
11954 2009-01-23  Jim Meyering  <meyering@redhat.com>
11955
11956         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
11957         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
11958         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
11959
11960 2009-01-23  Simon Josefsson  <simon@josefsson.org>
11961
11962         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
11963         GNU CoreUtils.
11964         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
11965         * modules/version-etc (Description): Update.
11966
11967 2009-01-22  Bruno Haible  <bruno@clisp.org>
11968
11969         Cache the C locale object.
11970         * lib/c-strtod.c (c_locale_cache): New variable.
11971         (c_locale): New function.
11972         (C_STRTOD): Use it, and don't call freelocale.
11973         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
11974         Suggested by Paolo Bonzini.
11975
11976 2009-01-21  Bruno Haible  <bruno@clisp.org>
11977
11978         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
11979         conditions other than overflow.
11980
11981 2009-01-21  Bruno Haible  <bruno@clisp.org>
11982
11983         * lib/c-strtod.c: Include errno.h.
11984         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
11985         value from STRTOD_L and STRTOD.
11986
11987 2009-01-21  Bruno Haible  <bruno@clisp.org>
11988         and Jim Meyering  <meyering@redhat.com>
11989
11990         nanosleep: skip configure test (fail it) for apple universal builds
11991         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
11992         universal builds, assume that nanosleep does not work.
11993         * modules/nanosleep (Depends-on): Add multiarch.
11994
11995         mktime: skip configure test (fail it) for apple universal builds
11996         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
11997         universal builds, assume that mktime does not work.
11998         * modules/mktime (Depends-on): Add multiarch.
11999
12000 2009-01-21  Eric Blake  <ebb9@byu.net>
12001
12002         multiarch: avoid expand-before-require warning
12003         * modules/multiarch (configure.ac): Require, rather than expand,
12004         gl_MULTIARCH.
12005         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
12006         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
12007         enforce that all clients require it.  Partial reversion of
12008         2008-12-29 patch.
12009
12010         error: avoid expand-before-require warning
12011         * modules/errno (configure.ac): Require, rather than expand,
12012         gl_HEADER_ERRNO_H.
12013         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
12014         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
12015         enforce that all clients require it.
12016
12017         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
12018         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
12019         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
12020         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
12021
12022 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
12023
12024         Revert:
12025         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
12026
12027         regex: do not depend on obsolete modules.
12028         * modules/regex: Remove memcmp and memmove.
12029
12030 2009-01-20  Bruno Haible  <bruno@clisp.org>
12031
12032         Make the 'link' module link on Windows NT 4.
12033         * lib/link.c (_WIN32_WINNT): Don't define.
12034         (CreateHardLinkFuncType): New type.
12035         (CreateHardLinkFunc, initialized): New variables.
12036         (initialize): New function.
12037         (link): Invoke CreateHardLink indirectly through the function pointer.
12038
12039 2009-01-20  Bruno Haible  <bruno@clisp.org>
12040
12041         Fix compilation failure on mingw.
12042         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
12043
12044 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
12045
12046         * doc/c-strtod.texi: Mention a couple of restrictions.
12047
12048 2009-01-20  Jim Meyering  <meyering@redhat.com>
12049
12050         gettimeofday: move more declarations out of functions
12051         * lib/gettimeofday.c: Move extern declarations of tzset and
12052         gmtime out of containing functions.  Prompted by Bruno Haible.
12053
12054 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
12055
12056         regex: do not depend on obsolete modules.
12057         * modules/regex: Remove memcmp and memmove.
12058
12059 2009-01-19  Bruno Haible  <bruno@clisp.org>
12060
12061         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
12062         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
12063         gl_BIGENDIAN, not AC_C_BIGENDIAN.
12064         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
12065         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
12066
12067 2009-01-19  Bruno Haible  <bruno@clisp.org>
12068
12069         * tests/test-link.c: Include <errno.h>.
12070         (main): Exit with code 77 when a hard link cannot be created due to
12071         the file system.
12072         * tests/test-link.sh: Skip test when a hard link cannot be created due
12073         to the file system.
12074         Suggested by Eric Blake.
12075
12076 2009-01-19  Martin Lambers  <marlam@marlam.de>
12077
12078         * modules/link-tests: New file.
12079         * tests/test-link.sh: New file.
12080         * tests/test-link.c: New file.
12081
12082 2009-01-19  Eric Blake  <ebb9@byu.net>
12083
12084         doc: mention another function added in cygwin 1.7.0
12085         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
12086         Another new function in cygwin 1.7.
12087
12088 2009-01-19  Bruno Haible  <bruno@clisp.org>
12089
12090         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
12091         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
12092         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
12093         gl_BIGENDIAN, not AC_C_BIGENDIAN.
12094         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
12095         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
12096         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
12097         * m4/md4.m4 (gl_MD4): Likewise.
12098         * m4/md5.m4 (gl_MD5): Likewise.
12099         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
12100         * m4/sha1.m4 (gl_SHA1): Likewise.
12101         * m4/sha256.m4 (gl_SHA256): Likewise.
12102         * m4/sha512.m4 (gl_SHA512): Likewise.
12103
12104 2009-01-19  Bruno Haible  <bruno@clisp.org>
12105
12106         * modules/uniname/uniname-tests (Depends-on): Add progname.
12107         * tests/uniname/test-uninames.c: Include progname.h.
12108         (main): Call set_program_name.
12109
12110         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
12111         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
12112         (main): Call set_program_name.
12113
12114         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
12115         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
12116         (main): Call set_program_name.
12117
12118         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
12119         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
12120         (main): Call set_program_name.
12121
12122         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
12123         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
12124         (main): Call set_program_name.
12125
12126         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
12127         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
12128         (main): Call set_program_name.
12129
12130         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
12131         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
12132         (main): Call set_program_name.
12133
12134         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
12135         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
12136         (main): Call set_program_name.
12137
12138         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
12139         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
12140         (main): Call set_program_name.
12141
12142 2009-01-19  Eric Blake  <ebb9@byu.net>
12143
12144         test-unistd: test previous patch
12145         * tests/test-unistd.c: Test *_FILENO macros.
12146
12147         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
12148         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12149         Guarantee a definition.
12150         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
12151         * modules/unistd-safer (Depends-on): Add dependency on unistd.
12152         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
12153         * lib/dup-safer.c (STDERR_FILENO): Likewise.
12154         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12155         Likewise.
12156         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
12157         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
12158         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12159         Likewise.
12160         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
12161         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
12162         (STDERR_FILENO): Likewise.
12163         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
12164         (STDERR_FILENO): Likewise.
12165         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
12166         (STDERR_FILENO): Likewise.
12167         Reported by Elbert Pol.
12168
12169 2009-01-19  Eric Blake  <ebb9@byu.net>
12170
12171         doc: mention more functions added in cygwin 1.7.0
12172         * doc/posix-functions/abort.texi (abort): Update wording related
12173         to cygwin.
12174         * doc/posix-functions/daylight.texi (daylight): Likewise.
12175         * doc/posix-functions/optarg.texi (optarg): Likewise.
12176         * doc/posix-functions/optarg.texi (opterr): Likewise.
12177         * doc/posix-functions/optarg.texi (optind): Likewise.
12178         * doc/posix-functions/optarg.texi (optopt): Likewise.
12179         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
12180         worked in 1.5.x, and was withdrawn in 1.7.
12181         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
12182         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
12183         cygwin versions.
12184         * doc/posix-functions/perror.texi (perror): Likewise.
12185         * doc/posix-functions/printf.texi (printf): Likewise.
12186         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
12187         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
12188         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
12189         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
12190         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
12191         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
12192         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
12193         Likewise.
12194         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
12195         Likewise.
12196         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
12197         this function.
12198         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
12199         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
12200         Likewise.
12201         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
12202         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
12203         * doc/posix-functions/confstr.texi (confstr): Likewise.
12204         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
12205         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
12206         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
12207         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
12208         * doc/posix-functions/fputws.texi (fputws): Likewise.
12209         * doc/posix-functions/fwide.texi (fwide): Likewise.
12210         * doc/posix-functions/getwc.texi (getwc): Likewise.
12211         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
12212         * doc/posix-functions/putwc.texi (putwc): Likewise.
12213         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
12214         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
12215         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
12216         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
12217         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
12218         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
12219         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
12220         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
12221         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
12222         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
12223         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
12224
12225 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
12226
12227         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
12228         * lib/ioctl.c: Include <sys/ioctl.h>.
12229
12230 2009-01-19  Simon Josefsson  <simon@josefsson.org>
12231
12232         * modules/getdate-tests (Depends-on): Add progname.
12233         * tests/test-getdate.c: Use progname module, to avoid link errors
12234         on non-glibc systems.
12235
12236 2009-01-18  Simon Josefsson  <simon@josefsson.org>
12237
12238         * modules/filenamecat-tests (Depends-on): Add progname.
12239         * modules/fstrcmp-tests (Depends-on): Likewise.
12240
12241         * tests/test-filenamecat.c: Use progname module, to avoid link
12242         errors on non-glibc systems.
12243         * tests/test-fstrcmp.c: Likewise.
12244
12245 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
12246
12247         gettimeofday: avoid warning: nested extern declaration of 'localtime'
12248         * lib/gettimeofday.c: Move extern declaration out of function.
12249
12250 2009-01-18  Bruno Haible  <bruno@clisp.org>
12251
12252         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
12253         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
12254         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
12255
12256 2009-01-18  Bruno Haible  <bruno@clisp.org>
12257
12258         * lib/strftime.c (MEMPCPY): Remove unused macro.
12259         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
12260
12261 2009-01-18  Martin Lambers  <marlam@marlam.de>
12262
12263         New module 'link'.
12264         * lib/unistd.in.h (link): New declaration.
12265         * lib/link.c: New file.
12266         * m4/link.m4: New file.
12267         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
12268         HAVE_LINK.
12269         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
12270         * modules/link: New file.
12271         * doc/posix-functions/link.texi: Mention the new module.
12272
12273 2009-01-18  Bruno Haible  <bruno@clisp.org>
12274
12275         * tests/test-avltree_list.c (main): Call set_program_name.
12276         * tests/test-avltree_oset.c (main): Likewise.
12277         * tests/test-obstack-printf.c: Include progname.h.
12278         (main): Call set_program_name.
12279         * tests/test-quotearg.c: Include progname.h.
12280         (main): Call set_program_name.
12281         * tests/test-xmemdup0.c: Include progname.h.
12282         (main): Call set_program_name.
12283
12284 2009-01-18  Bruno Haible  <bruno@clisp.org>
12285
12286         New module 'alphasort'.
12287         * lib/dirent.in.h (alphasort): New declaration.
12288         * lib/alphasort.c: New file, from glibc with modifications.
12289         * m4/alphasort.m4: New file.
12290         * modules/alphasort: New file.
12291         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
12292         HAVE_ALPHASORT.
12293         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
12294         HAVE_ALPHASORT.
12295         * doc/posix-functions/alphasort.texi: Mention the new module and the
12296         portability problems.
12297
12298 2009-01-18  Bruno Haible  <bruno@clisp.org>
12299
12300         New module 'scandir'.
12301         * lib/dirent.in.h (scandir): New declaration.
12302         * lib/scandir.c: New file, from glibc with modifications.
12303         * m4/scandir.m4: New file.
12304         * modules/scandir: New file.
12305         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
12306         HAVE_SCANDIR.
12307         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
12308         HAVE_SCANDIR.
12309         * doc/posix-functions/scandir.texi: Mention the new module and the
12310         portability problems.
12311
12312 2009-01-17  Bruno Haible  <bruno@clisp.org>
12313
12314         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
12315         Update documentation.
12316         (func_remove_suffix): Escape all dots in the suffix. Update
12317         documentation.
12318         (func_filter_filelist): Update documentation.
12319         Reported by Ralf Wildenhues.
12320
12321 2009-01-17  Bruno Haible  <bruno@clisp.org>
12322
12323         * modules/dprintf-posix-tests: New file.
12324         * tests/test-dprintf-posix.sh: New file.
12325         * tests/test-dprintf-posix.c: New file.
12326
12327         New modules 'dprintf', 'dprintf-posix'.
12328         * lib/stdio.in.h (dprintf): New declaration.
12329         * lib/dprintf.c: New file.
12330         * m4/dprintf.m4: New file.
12331         * m4/dprintf-posix.m4: New file.
12332         * modules/dprintf: New file.
12333         * modules/dprintf-posix: New file.
12334         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
12335         HAVE_DPRINTF, REPLACE_DPRINTF.
12336         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
12337         HAVE_DPRINTF, REPLACE_DPRINTF.
12338         * doc/posix-functions/dprintf.texi: Mention the new modules.
12339
12340 2009-01-17  Bruno Haible  <bruno@clisp.org>
12341
12342         * modules/vdprintf-posix-tests: New file.
12343         * tests/test-vdprintf-posix.sh: New file.
12344         * tests/test-vdprintf-posix.c: New file.
12345
12346         New modules 'vdprintf', 'vdprintf-posix'.
12347         * lib/stdio.in.h (vdprintf): New declaration.
12348         * lib/vdprintf.c: New file.
12349         * m4/vdprintf.m4: New file.
12350         * m4/vdprintf-posix.m4: New file.
12351         * modules/vdprintf: New file.
12352         * modules/vdprintf-posix: New file.
12353         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
12354         HAVE_VDPRINTF, REPLACE_VDPRINTF.
12355         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
12356         HAVE_VDPRINTF, REPLACE_VDPRINTF.
12357         * doc/posix-functions/vdprintf.texi: Mention the new modules.
12358
12359 2009-01-17  Bruno Haible  <bruno@clisp.org>
12360
12361         Fix replacement of fopen on mingw.
12362         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
12363         mingw.
12364
12365 2009-01-17  Bruno Haible  <bruno@clisp.org>
12366
12367         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
12368         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
12369
12370 2009-01-17  Bruno Haible  <bruno@clisp.org>
12371
12372         Avoid test-fflush2.sh failure on mingw.
12373         * tests/test-fflush2.c: Include binary-io.h.
12374         (main): Put standard input into binary mode.
12375         * modules/fflush-tests (Depends-on): Add binary-io.
12376
12377 2009-01-17  Bruno Haible  <bruno@clisp.org>
12378
12379         * lib/wchar.in.h: In another particular situation, include only the
12380         system's <wchar.h> file.
12381         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
12382         Reported by Albert Chin-A-Young <china@thewrittenword.com>
12383         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
12384
12385 2009-01-17  Bruno Haible  <bruno@clisp.org>
12386
12387         Support for stripping executables in --enable-relocatable.
12388         * build-aux/install-reloc: Expect one more argument, or an environment
12389         variable RELOC_STRIP_PROG. If set, strip the destination program and
12390         its wrapper.
12391         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
12392         RELOC_STRIP_PROG.
12393         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
12394         to set RELOCATABLE_STRIP.
12395         * NEWS: Mention the new Makefile requirement.
12396
12397 2009-01-17  Bruno Haible  <bruno@clisp.org>
12398
12399         * build-aux/install-reloc: Remove debugging information left over by
12400         C compiler on MacOS X.
12401
12402 2009-01-17  Bruno Haible  <bruno@clisp.org>
12403
12404         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
12405         * lib/progreloc.c (find_executable): Fix type of pointer passed to
12406         _NSGetExecutablePath.
12407
12408 2009-01-16  Jim Meyering  <meyering@redhat.com>
12409
12410         strerror: avoid warnings about discarding "const"
12411         * lib/strerror.c (rpl_strerror): Instead of returning a const
12412         string from each and every "case", use a variable, and add a single
12413         cast after the switch.
12414
12415 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
12416
12417         * lib/arpa_inet.in.h: Add extern "C" block for C++.
12418
12419 2009-01-16  Bruno Haible  <bruno@clisp.org>
12420
12421         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
12422         array initializer syntax that also works in C++ mode.
12423         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12424
12425 2009-01-16  Jim Meyering  <meyering@redhat.com>
12426
12427         poll: suppress a warning
12428         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
12429         to ignore "...unsigned expression < 0 is always false" warnings.
12430
12431 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
12432
12433         poll: remove declarations of unused variables
12434         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
12435         sockbuf and optlen.
12436
12437 2009-01-15  Bruno Haible  <bruno@clisp.org>
12438
12439         Make fflush-after-ungetc POSIX compliant on BSD systems.
12440         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
12441         (clear_ungetc_buffer): Implement also for other systems.
12442         (rpl_fflush): On glibc systems, invoke
12443         clear_ungetc_buffer_preserving_position. Otherwise, invoke
12444         clear_ungetc_buffer after fetching the stream's position, not before.
12445
12446 2009-01-15  Bruno Haible  <bruno@clisp.org>
12447
12448         Make fflush-after-ungetc POSIX compliant on glibc systems.
12449         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
12450         after ungetc.
12451         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
12452         (rpl_fflush): On glibc systems, simply call the system's fflush
12453         function after clearing the ungetc buffer.
12454         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
12455         Instead, lseek only to the end of file, then use the system's fseeko
12456         for the rest. On glibc systems, reset the EOF indicator bit.
12457
12458 2009-01-15  Jim Meyering  <meyering@redhat.com>
12459
12460         openmp.m4: revert quote-adding change, for portability to older autoconf
12461         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
12462         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
12463         Simon Josefsson noticed the problem when using autoconf-2.61.
12464
12465 2009-01-15  Bruno Haible  <bruno@clisp.org>
12466
12467         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
12468         * tests/test-fflush2.c (ASSERT): Always fail.
12469         (main): Add two tests for fflush() after ungetc(), taking into account
12470         the Austin Group's clarification.
12471         Suggested by Eric Blake.
12472
12473 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
12474
12475         mktime.m4: remove K&R-style function prototypes
12476         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
12477         for the Sun C++ compiler.
12478
12479 2009-01-14  Bruno Haible  <bruno@clisp.org>
12480
12481         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
12482         while including <wchar.h>.
12483         * lib/wchar.in.h: In two particular situations on HP-UX, include only
12484         the system's <wchar.h> file.
12485         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12486
12487 2009-01-14  Bruno Haible  <bruno@clisp.org>
12488
12489         * m4/csharp.m4: Don't mention gettext on the serial number line.
12490         * m4/csharpexec.m4: Likewise.
12491         * m4/eaccess.m4: Likewise.
12492         * m4/javaexec.m4: Likewise.
12493         * m4/sig_atomic_t.m4: Likewise.
12494         * m4/tmpdir.m4: Likewise.
12495         * m4/intldir.m4: Bump gettext version.
12496         * m4/lib-ld.m4: Likewise.
12497
12498 2009-01-14  Bruno Haible  <bruno@clisp.org>
12499
12500         * lib/progname.c (set_program_name): Add more comments.
12501         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
12502
12503 2009-01-14  Simon Josefsson  <simon@josefsson.org>
12504
12505         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
12506         were sys/stat.h does not define it.
12507
12508 2009-01-14  Jim Meyering  <meyering@redhat.com>
12509
12510         many *.m4 files: improve m4 quoting
12511         99% of this change was performed by running the following commands:
12512         git ls-files | grep '\.m4$' | xargs perl -pi \
12513           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
12514           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
12515           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
12516           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
12517         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
12518         The remainder were to add Copyright dates, increment serial numbers,
12519         undo some changes in comments, exclude m4/intl.m4, and add quotes
12520         around the "1" in ",1" where the unusual spacing prohibited the
12521         above regexps from doing the job.  For more details, see
12522         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
12523         * m4/acl.m4: Modified.
12524         * m4/afs.m4: Likewise.
12525         * m4/alloca.m4: Likewise.
12526         * m4/argp.m4: Likewise.
12527         * m4/argz.m4: Likewise.
12528         * m4/atexit.m4: Likewise.
12529         * m4/bison-i18n.m4: Likewise.
12530         * m4/bison.m4: Likewise.
12531         * m4/byteswap.m4: Likewise.
12532         * m4/c-stack.m4: Likewise.
12533         * m4/c-strtod.m4: Likewise.
12534         * m4/calloc.m4: Likewise.
12535         * m4/canonicalize-lgpl.m4: Likewise.
12536         * m4/chown.m4: Likewise.
12537         * m4/clock_time.m4: Likewise.
12538         * m4/codeset.m4: Likewise.
12539         * m4/copy-file.m4: Likewise.
12540         * m4/csharp.m4: Likewise.
12541         * m4/csharpcomp.m4: Likewise.
12542         * m4/csharpexec.m4: Likewise.
12543         * m4/d-ino.m4: Likewise.
12544         * m4/d-type.m4: Likewise.
12545         * m4/dirfd.m4: Likewise.
12546         * m4/double-slash-root.m4: Likewise.
12547         * m4/eaccess.m4: Likewise.
12548         * m4/eealloc.m4: Likewise.
12549         * m4/environ.m4: Likewise.
12550         * m4/errno_h.m4: Likewise.
12551         * m4/euidaccess.m4: Likewise.
12552         * m4/execute.m4: Likewise.
12553         * m4/fatal-signal.m4: Likewise.
12554         * m4/fchdir.m4: Likewise.
12555         * m4/fcntl_h.m4: Likewise.
12556         * m4/fileblocks.m4: Likewise.
12557         * m4/filenamecat.m4: Likewise.
12558         * m4/findprog.m4: Likewise.
12559         * m4/flexmember.m4: Likewise.
12560         * m4/fnmatch.m4: Likewise.
12561         * m4/fopen.m4: Likewise.
12562         * m4/fpending.m4: Likewise.
12563         * m4/fprintf-posix.m4: Likewise.
12564         * m4/free.m4: Likewise.
12565         * m4/frexp.m4: Likewise.
12566         * m4/frexpl.m4: Likewise.
12567         * m4/fsusage.m4: Likewise.
12568         * m4/ftruncate.m4: Likewise.
12569         * m4/gc-camellia.m4: Likewise.
12570         * m4/gc-random.m4: Likewise.
12571         * m4/gc.m4: Likewise.
12572         * m4/getaddrinfo.m4: Likewise.
12573         * m4/getcwd-abort-bug.m4: Likewise.
12574         * m4/getcwd-path-max.m4: Likewise.
12575         * m4/getdate.m4: Likewise.
12576         * m4/getdomainname.m4: Likewise.
12577         * m4/getgroups.m4: Likewise.
12578         * m4/gethostname.m4: Likewise.
12579         * m4/gethrxtime.m4: Likewise.
12580         * m4/getline.m4: Likewise.
12581         * m4/getloadavg.m4: Likewise.
12582         * m4/getndelim2.m4: Likewise.
12583         * m4/getpass.m4: Likewise.
12584         * m4/gettext.m4: Likewise.
12585         * m4/gettime.m4: Likewise.
12586         * m4/gettimeofday.m4: Likewise.
12587         * m4/gnulib-common.m4: Likewise.
12588         * m4/group-member.m4: Likewise.
12589         * m4/host-os.m4: Likewise.
12590         * m4/iconv.m4: Likewise.
12591         * m4/iconv_open.m4: Likewise.
12592         * m4/inet_ntop.m4: Likewise.
12593         * m4/inet_pton.m4: Likewise.
12594         * m4/inline.m4: Likewise.
12595         * m4/intldir.m4: Likewise.
12596         * m4/intlmacosx.m4: Likewise.
12597         * m4/intmax.m4: Likewise.
12598         * m4/intmax_t.m4: Likewise.
12599         * m4/inttypes.m4: Likewise.
12600         * m4/inttypes_h.m4: Likewise.
12601         * m4/inttypes-pri.m4: Likewise.
12602         * m4/isapipe.m4: Likewise.
12603         * m4/isnand.m4: Likewise.
12604         * m4/isnanf.m4: Likewise.
12605         * m4/isnanl.m4: Likewise.
12606         * m4/javacomp.m4: Likewise.
12607         * m4/javaexec.m4: Likewise.
12608         * m4/jm-winsz1.m4: Likewise.
12609         * m4/jm-winsz2.m4: Likewise.
12610         * m4/lchown.m4: Likewise.
12611         * m4/lcmessage.m4: Likewise.
12612         * m4/ldexpl.m4: Likewise.
12613         * m4/lib-ld.m4: Likewise.
12614         * m4/lib-link.m4: Likewise.
12615         * m4/libsigsegv.m4: Likewise.
12616         * m4/link-follow.m4: Likewise.
12617         * m4/localcharset.m4: Likewise.
12618         * m4/locale-fr.m4: Likewise.
12619         * m4/locale-ja.m4: Likewise.
12620         * m4/locale-tr.m4: Likewise.
12621         * m4/locale-zh.m4: Likewise.
12622         * m4/lock.m4: Likewise.
12623         * m4/longlong.m4: Likewise.
12624         * m4/ls-mntd-fs.m4: Likewise.
12625         * m4/lstat.m4: Likewise.
12626         * m4/malloc.m4: Likewise.
12627         * m4/mathl.m4: Likewise.
12628         * m4/mbrtowc.m4: Likewise.
12629         * m4/mbstate_t.m4: Likewise.
12630         * m4/mbswidth.m4: Likewise.
12631         * m4/memchr.m4: Likewise.
12632         * m4/memcmp.m4: Likewise.
12633         * m4/memcpy.m4: Likewise.
12634         * m4/memmem.m4: Likewise.
12635         * m4/memmove.m4: Likewise.
12636         * m4/mempcpy.m4: Likewise.
12637         * m4/memrchr.m4: Likewise.
12638         * m4/memset.m4: Likewise.
12639         * m4/minmax.m4: Likewise.
12640         * m4/mkdir-slash.m4: Likewise.
12641         * m4/mkdtemp.m4: Likewise.
12642         * m4/mktime.m4: Likewise.
12643         * m4/mmap-anon.m4: Likewise.
12644         * m4/mountlist.m4: Likewise.
12645         * m4/nanosleep.m4: Likewise.
12646         * m4/nls.m4: Likewise.
12647         * m4/nocrash.m4: Likewise.
12648         * m4/open.m4: Likewise.
12649         * m4/openat.m4: Likewise.
12650         * m4/openmp.m4: Likewise.
12651         * m4/pathmax.m4: Likewise.
12652         * m4/perl.m4: Likewise.
12653         * m4/physmem.m4: Likewise.
12654         * m4/pipe.m4: Likewise.
12655         * m4/po.m4: Likewise.
12656         * m4/poll.m4: Likewise.
12657         * m4/posixtm.m4: Likewise.
12658         * m4/posixver.m4: Likewise.
12659         * m4/printf-frexp.m4: Likewise.
12660         * m4/printf-frexpl.m4: Likewise.
12661         * m4/printf-posix.m4: Likewise.
12662         * m4/printf-posix-rpl.m4: Likewise.
12663         * m4/printf.m4: Likewise.
12664         * m4/progtest.m4: Likewise.
12665         * m4/putenv.m4: Likewise.
12666         * m4/readline.m4: Likewise.
12667         * m4/readlink.m4: Likewise.
12668         * m4/readutmp.m4: Likewise.
12669         * m4/realloc.m4: Likewise.
12670         * m4/regex.m4: Likewise.
12671         * m4/relocatable.m4: Likewise.
12672         * m4/relocatable-lib.m4: Likewise.
12673         * m4/rename-dest-slash.m4: Likewise.
12674         * m4/rename.m4: Likewise.
12675         * m4/rmdir-errno.m4: Likewise.
12676         * m4/rmdir.m4: Likewise.
12677         * m4/roundf.m4: Likewise.
12678         * m4/roundl.m4: Likewise.
12679         * m4/rpmatch.m4: Likewise.
12680         * m4/save-cwd.m4: Likewise.
12681         * m4/selinux-selinux-h.m4: Likewise.
12682         * m4/setenv.m4: Likewise.
12683         * m4/settime.m4: Likewise.
12684         * m4/sig2str.m4: Likewise.
12685         * m4/sig_atomic_t.m4: Likewise.
12686         * m4/signalblocking.m4: Likewise.
12687         * m4/signbit.m4: Likewise.
12688         * m4/sigpipe.m4: Likewise.
12689         * m4/sockets.m4: Likewise.
12690         * m4/sockpfaf.m4: Likewise.
12691         * m4/st_dm_mode.m4: Likewise.
12692         * m4/stat-time.m4: Likewise.
12693         * m4/stdbool.m4: Likewise.
12694         * m4/stdint.m4: Likewise.
12695         * m4/stdint_h.m4: Likewise.
12696         * m4/stpcpy.m4: Likewise.
12697         * m4/stpncpy.m4: Likewise.
12698         * m4/strcase.m4: Likewise.
12699         * m4/strchrnul.m4: Likewise.
12700         * m4/strcspn.m4: Likewise.
12701         * m4/strdup.m4: Likewise.
12702         * m4/strftime.m4: Likewise.
12703         * m4/strndup.m4: Likewise.
12704         * m4/strnlen.m4: Likewise.
12705         * m4/strpbrk.m4: Likewise.
12706         * m4/strptime.m4: Likewise.
12707         * m4/strsep.m4: Likewise.
12708         * m4/strtod.m4: Likewise.
12709         * m4/strtoimax.m4: Likewise.
12710         * m4/strtok_r.m4: Likewise.
12711         * m4/strtol.m4: Likewise.
12712         * m4/strtoll.m4: Likewise.
12713         * m4/strtoul.m4: Likewise.
12714         * m4/strtoull.m4: Likewise.
12715         * m4/strtoumax.m4: Likewise.
12716         * m4/strverscmp.m4: Likewise.
12717         * m4/threadlib.m4: Likewise.
12718         * m4/timegm.m4: Likewise.
12719         * m4/tm_gmtoff.m4: Likewise.
12720         * m4/tmpdir.m4: Likewise.
12721         * m4/tmpfile.m4: Likewise.
12722         * m4/tzset.m4: Likewise.
12723         * m4/uintmax_t.m4: Likewise.
12724         * m4/unlinkdir.m4: Likewise.
12725         * m4/unlocked-io.m4: Likewise.
12726         * m4/uptime.m4: Likewise.
12727         * m4/userspec.m4: Likewise.
12728         * m4/utimbuf.m4: Likewise.
12729         * m4/utime.m4: Likewise.
12730         * m4/utimes-null.m4: Likewise.
12731         * m4/utimes.m4: Likewise.
12732         * m4/vararrays.m4: Likewise.
12733         * m4/vasnprintf.m4: Likewise.
12734         * m4/vfprintf-posix.m4: Likewise.
12735         * m4/vprintf-posix.m4: Likewise.
12736         * m4/wait-process.m4: Likewise.
12737         * m4/wchar_t.m4: Likewise.
12738         * m4/wint_t.m4: Likewise.
12739         * m4/write-any-file.m4: Likewise.
12740         * m4/yield.m4: Likewise.
12741
12742 2009-01-13  Bruno Haible  <bruno@clisp.org>
12743
12744         Avoid test-copy-file.sh failures when ACL support insufficient.
12745         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
12746         TESTS_ENVIRONMENT.
12747         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
12748         Reported by Jim Meyering.
12749
12750 2009-01-13  Bruno Haible  <bruno@clisp.org>
12751
12752         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
12753         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
12754         * modules/unistdio/u8-printf-parse (Files): Likewise.
12755         * modules/unistdio/u32-printf-parse (Files): Likewise.
12756         * modules/unistdio/ulc-printf-parse (Files): Likewise.
12757
12758 2009-01-13  Simon Josefsson  <simon@josefsson.org>
12759
12760         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
12761         and m4/inttypes_h.m4 too.
12762
12763 2009-01-12  Eric Blake  <ebb9@byu.net>
12764
12765         tests: IRIX 6.2 cc can't compile -0.0 into .data
12766         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
12767         rather than at compile-time.
12768         * tests/test-floorl.c (minus_zero): Likewise.
12769         * tests/test-frexpl.c (minus_zero): Likewise.
12770         * tests/test-isnan.c (minus_zerol): Likewise.
12771         * tests/test-isnanl.h (minus_zero): Likewise.
12772         * tests/test-ldexpl.c (minus_zero): Likewise.
12773         * tests/test-roundl.c (minus_zero): Likewise.
12774         * tests/test-signbit.c (minus_zerol): Likewise.
12775         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
12776         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
12777         * tests/test-truncl.c (minus_zero): Likewise.
12778         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
12779         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
12780         Reported by Tom G. Christensen and Nelson H. F. Beebe.
12781
12782 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
12783
12784         regex: fix glibc bug 9697
12785         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
12786         handling.
12787
12788 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
12789
12790         regex: fix glibc bug 697
12791         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
12792         being NULL also if there are no backreferences.
12793
12794 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
12795
12796         regex: merge glibc changes
12797         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
12798         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
12799         re_string_skip_chars, re_string_reconstruct): Likewise.
12800         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
12801
12802 2009-01-07  Jim Meyering  <meyering@redhat.com>
12803
12804         poll: filter through cppi
12805         * lib/poll.c: Indent cpp directives to reflect nesting.
12806
12807 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
12808
12809         poll: don't return uninitialized
12810         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
12811
12812 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
12813
12814         avoid compile failure on AIX 6.1
12815         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
12816         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
12817
12818 2009-01-04  Jim Meyering  <meyering@redhat.com>
12819
12820         remove duplicate inclusion of <stdio.h>
12821         * tests/test-fprintf-posix.c: Likewise.
12822         * tests/test-printf-posix.c: Likewise.
12823         * tests/test-snprintf-posix.c: Likewise.
12824         * tests/test-sprintf-posix.c: Likewise.
12825         * tests/test-vasprintf-posix.c: Likewise.
12826         * tests/test-vfprintf-posix.c: Likewise.
12827         * tests/test-vprintf-posix.c: Likewise.
12828         * tests/test-vsnprintf-posix.c: Likewise.
12829         * tests/test-vsprintf-posix.c: Likewise.
12830
12831 2009-01-03  Jim Meyering  <meyering@redhat.com>
12832
12833         gnulib-tool: fix sed-based filtering
12834         * gnulib-tool (func_filter_filelist): Remove extra backslash
12835         in sed_fff_filter definition.
12836
12837 2009-01-02  Jim Meyering  <meyering@redhat.com>
12838
12839         strftime: avoid compilation failure on Solaris 2.6
12840         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
12841         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
12842         Don't #define mbrlen or mbsinit, since now they're guaranteed to
12843         be available.  Reported by Tom G. Christensen.  Details in
12844         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
12845
12846 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12847             Bruno Haible  <bruno@clisp.org>
12848
12849         Speed up gnulib-tool by doing more string processing through shell
12850         built-ins.
12851         * gnulib-tool (fast_func_append): New variable.
12852         (func_remove_prefix, func_remove_suffix): New functions.
12853         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
12854         (func_filter_filelist): New function.
12855         (func_get_dependencies): Use func_remove_suffix instead of sed.
12856         (func_get_automake_snippet): Use func_filter_filelist instead of a
12857         subshell and sed invocation.
12858
12859 2009-01-01  Bruno Haible  <bruno@clisp.org>
12860
12861         Fix a security bug.
12862         * gnulib-tool (func_import, import, update): Don't allow the characters
12863         '"', '$', '`', '\' in macro arguments that become part of commands that
12864         are evaluated.
12865
12866 2009-01-01  Bruno Haible  <bruno@clisp.org>
12867
12868         * gnulib-tool (func_reset_sigpipe): Add more comments.
12869
12870 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12871
12872         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
12873         func_emit_tests_Makefile_am, func_import): Abort loops early if we
12874         already know the answer.
12875
12876 2009-01-01  Jim Meyering  <meyering@redhat.com>
12877
12878         * lib/version-etc.c (version_etc_va): Update copyright year.
12879
12880 2008-12-30  Bruno Haible  <bruno@clisp.org>
12881
12882         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
12883         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
12884         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
12885
12886 2008-12-29  Eric Blake  <ebb9@byu.net>
12887
12888         multiarch: avoid autoconf AC_REQUIRE bug
12889         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
12890         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
12891         2.63 and older.
12892         Reported by Bruno Haible, and analyzed in
12893         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
12894
12895 2008-12-29  Bruno Haible  <bruno@clisp.org>
12896
12897         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
12898         files in subdirectories correctly.
12899         Reported by Ralf Wildenhues.
12900
12901 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12902
12903         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
12904         rather than 'join FILE -', for Solaris join.
12905
12906 2008-12-29  Bruno Haible  <bruno@clisp.org>
12907
12908         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
12909         quoting.
12910         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
12911         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
12912         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
12913         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
12914         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
12915         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
12916         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
12917         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
12918         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12919         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
12920         * m4/nls.m4 (AM_NLS): Likewise.
12921         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
12922         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
12923         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
12924         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
12925         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
12926         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
12927         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
12928         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
12929         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
12930         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
12931         * m4/xsize.m4 (gl_XSIZE): Likewise.
12932         Suggested by Jim Meyering.
12933
12934 2008-11-17  Bruce Korb  <bkorb@gnu.org>
12935
12936         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
12937         * lib/parse-duration.c: use a switch instead of cascading if's.
12938
12939 2008-12-29  Eric Blake  <ebb9@byu.net>
12940
12941         wchar.h: supply WEOF on Irix 5.3
12942         * lib/wchar.in.h (wint_t): Also supply WEOF.
12943         * lib/wctype.in.h (wint_t): Likewise.
12944         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
12945         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
12946         Reported by Tom G. Christensen.
12947
12948 2008-12-26  Bruno Haible  <bruno@clisp.org>
12949
12950         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
12951         i486, i586, i686.
12952
12953 2008-12-26  Bruno Haible  <bruno@clisp.org>
12954
12955         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
12956
12957 2008-12-26  Bruno Haible  <bruno@clisp.org>
12958
12959         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
12960         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
12961         not __STDC_CONSTANT_MACROS.
12962         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
12963
12964 2008-12-25  Bruno Haible  <bruno@clisp.org>
12965
12966         Add support for universal builds to vasnprintf.
12967         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
12968         universal builds, guess no.
12969         * modules/vasnprintf-posix (Depends-on): Add multiarch.
12970         * modules/vasprintf-posix (Depends-on): Likewise.
12971         * modules/fprintf-posix (Depends-on): Likewise.
12972         * modules/vfprintf-posix (Depends-on): Likewise.
12973         * modules/snprintf-posix (Depends-on): Likewise.
12974         * modules/vsnprintf-posix (Depends-on): Likewise.
12975         * modules/sprintf-posix (Depends-on): Likewise.
12976         * modules/vsprintf-posix (Depends-on): Likewise.
12977         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12978         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12979         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12980         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12981         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12982         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12983         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12984
12985         Add support for universal builds to <inttypes.h>.
12986         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
12987         _SCNu64_PREFIX): In Apple
12988         universal builds, define directly, using _LP64.
12989         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
12990         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
12991         * modules/inttypes (Depends-on): Add multiarch.
12992         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
12993
12994         Add support for universal builds to <stdint.h>.
12995         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
12996         universal builds, define directly, using _LP64.
12997         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
12998         Apple universal builds, don't test for the size and suffix of ptrdiff_t
12999         and size_t.
13000         * modules/stdint (Depends-on): Add multiarch.
13001         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
13002
13003         New module 'multiarch'.
13004         * modules/multiarch: New file.
13005         * m4/multiarch.m4: New file.
13006
13007 2008-12-25  Bruno Haible  <bruno@clisp.org>
13008
13009         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
13010
13011 2008-12-25  Bruno Haible  <bruno@clisp.org>
13012
13013         * modules/btowc (License): Relicense under LGPLv2+.
13014         * modules/mbsinit (License): Likewise.
13015         * modules/mbrtowc (License): Likewise.
13016         * modules/wcrtomb (License): Likewise.
13017         * modules/streq (License): Likewise.
13018         Reported by David Lutterkort <lutter@redhat.com>.
13019
13020 2008-12-23  Bruno Haible  <bruno@clisp.org>
13021
13022         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
13023
13024 2008-12-23  Bruno Haible  <bruno@clisp.org>
13025
13026         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
13027         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
13028         GETADDRINFO_LIB, not in LIBS.
13029         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
13030         * modules/canon-host (Link): Likewise.
13031         * NEWS: Mention the change.
13032         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
13033         GETADDRINFO_LIB.
13034
13035 2008-12-22  Bruno Haible  <bruno@clisp.org>
13036
13037         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
13038         * doc/posix-functions/iswalpha_l.texi: Likewise.
13039         * doc/posix-functions/iswblank_l.texi: Likewise.
13040         * doc/posix-functions/iswcntrl_l.texi: Likewise.
13041         * doc/posix-functions/iswctype_l.texi: Likewise.
13042         * doc/posix-functions/iswdigit_l.texi: Likewise.
13043         * doc/posix-functions/iswgraph_l.texi: Likewise.
13044         * doc/posix-functions/iswlower_l.texi: Likewise.
13045         * doc/posix-functions/iswprint_l.texi: Likewise.
13046         * doc/posix-functions/iswpunct_l.texi: Likewise.
13047         * doc/posix-functions/iswspace_l.texi: Likewise.
13048         * doc/posix-functions/iswupper_l.texi: Likewise.
13049         * doc/posix-functions/iswxdigit_l.texi: Likewise.
13050         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
13051         * doc/posix-functions/open_wmemstream.texi: Likewise.
13052         * doc/posix-functions/swscanf.texi: Likewise.
13053         * doc/posix-functions/towctrans_l.texi: Likewise.
13054         * doc/posix-functions/towlower.texi: Likewise.
13055         * doc/posix-functions/towlower_l.texi: Likewise.
13056         * doc/posix-functions/towupper.texi: Likewise.
13057         * doc/posix-functions/towupper_l.texi: Likewise.
13058         * doc/posix-functions/vfwprintf.texi: Likewise.
13059         * doc/posix-functions/vfwscanf.texi: Likewise.
13060         * doc/posix-functions/vswscanf.texi: Likewise.
13061         * doc/posix-functions/vwprintf.texi: Likewise.
13062         * doc/posix-functions/vwscanf.texi: Likewise.
13063         * doc/posix-functions/wcpcpy.texi: Likewise.
13064         * doc/posix-functions/wcpncpy.texi: Likewise.
13065         * doc/posix-functions/wcscasecmp.texi: Likewise.
13066         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
13067         * doc/posix-functions/wcscoll_l.texi: Likewise.
13068         * doc/posix-functions/wcsdup.texi: Likewise.
13069         * doc/posix-functions/wcsncasecmp.texi: Likewise.
13070         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
13071         * doc/posix-functions/wcsnlen.texi: Likewise.
13072         * doc/posix-functions/wcsnrtombs.texi: Likewise.
13073         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
13074         * doc/posix-functions/wctrans_l.texi: Likewise.
13075         * doc/posix-functions/wctype_l.texi: Likewise.
13076         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
13077         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
13078         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
13079         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
13080         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
13081         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
13082         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
13083         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
13084         * doc/glibc-functions/wcschrnul.texi: Likewise.
13085         * doc/glibc-functions/wcsftime_l.texi: Likewise.
13086         * doc/glibc-functions/wcstod_l.texi: Likewise.
13087         * doc/glibc-functions/wcstof_l.texi: Likewise.
13088         * doc/glibc-functions/wcstol_l.texi: Likewise.
13089         * doc/glibc-functions/wcstold_l.texi: Likewise.
13090         * doc/glibc-functions/wcstoll_l.texi: Likewise.
13091         * doc/glibc-functions/wcstoq.texi: Likewise.
13092         * doc/glibc-functions/wcstoul_l.texi: Likewise.
13093         * doc/glibc-functions/wcstoull_l.texi: Likewise.
13094         * doc/glibc-functions/wcstouq.texi: Likewise.
13095         * doc/glibc-functions/wmempcpy.texi: Likewise.
13096
13097 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
13098             Eric Blake  <ebb9@byu.net>
13099             Paolo Bonzini  <bonzini@gnu.org>
13100             Bruno Haible  <bruno@clisp.org>
13101
13102         Make c-stack work on Haiku.
13103         * lib/c-stack.c (SA_ONSTACK): Define fallback.
13104         (c_stack_action): Use SA_ONSTACK flag.
13105
13106 2008-12-22  Bruno Haible  <bruno@clisp.org>
13107
13108         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
13109
13110 2008-12-22  Bruno Haible  <bruno@clisp.org>
13111
13112         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
13113         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
13114         being overridden.
13115         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
13116         New macros.
13117         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
13118         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
13119         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
13120         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
13121
13122 2008-12-22  Bruno Haible  <bruno@clisp.org>
13123
13124         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
13125         from test code.
13126
13127 2008-12-22  Eric Blake  <ebb9@byu.net>
13128
13129         Avoid gcc warnings on cygwin.
13130         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
13131         Avoid unused variable.
13132         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
13133         Likewise.
13134
13135 2008-12-22  Bruno Haible  <bruno@clisp.org>
13136
13137         Remove HAVE_MBRTOWC conditionals.
13138         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
13139         (mbscasecmp): Assume mbrtowc function.
13140         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
13141         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
13142         * lib/mbschr.c: Include mbuiter.h unconditionally.
13143         (mbschr): Assume mbrtowc function.
13144         * lib/mbscspn.c: Include mbuiter.h unconditionally.
13145         (mbscspn): Assume mbrtowc function.
13146         * lib/mbslen.c: Include mbuiter.h unconditionally.
13147         (mbslen): Assume mbrtowc function.
13148         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
13149         (mbsncasecmp): Assume mbrtowc function.
13150         * lib/mbsnlen.c: Include mbiter.h unconditionally.
13151         (mbsnlen): Assume mbrtowc function.
13152         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
13153         (mbspbrk): Assume mbrtowc function.
13154         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
13155         (mbspcasecmp): Assume mbrtowc function.
13156         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
13157         (mbsrchr): Assume mbrtowc function.
13158         * lib/mbssep.c: Include mbuiter.h unconditionally.
13159         (mbssep): Assume mbrtowc function.
13160         * lib/mbsspn.c: Include mbuiter.h unconditionally.
13161         (mbsspn): Assume mbrtowc function.
13162         * lib/mbsstr.c: Include mbuiter.h unconditionally.
13163         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
13164         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
13165         (mbstok_r): Assume mbrtowc function.
13166         * lib/propername.c: Include mbuiter.h unconditionally.
13167         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
13168         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
13169         (trim2): Assume mbrtowc function.
13170         * lib/mbswidth.c (mbsinit): Remove fallback definition.
13171         (mbsnwidth): Assume mbrtowc function.
13172         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
13173         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
13174         fallback definitions.
13175         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
13176
13177 2008-12-22  Bruno Haible  <bruno@clisp.org>
13178
13179         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
13180
13181 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
13182
13183         * modules/regex: Request emulations for the mb*/wc* functions we need.
13184         * m4/regex.m4: Don't look for those functions here.
13185         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
13186
13187 2008-12-22  Bruno Haible  <bruno@clisp.org>
13188
13189         * modules/fnmatch (Depends-on): Remove duplicated dependency.
13190
13191 2008-12-21  Bruno Haible  <bruno@clisp.org>
13192
13193         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
13194         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
13195         (Include): Remove conditionalization.
13196         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
13197         (Include): Remove conditionalization.
13198         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
13199         (Include): Remove conditionalization.
13200         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
13201         * m4/mbfile.m4 (gl_MBFILE): Likewise.
13202         * NEWS: Mention the change.
13203         Reported by Alan Hourihane <alanh@fairlite.co.uk>
13204         via Sergey Poznyakoff <gray@gnu.org.ua>.
13205
13206 2008-12-21  Bruno Haible  <bruno@clisp.org>
13207
13208         * MODULES.html.sh (Extended multibyte and wide character utilities
13209         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
13210         wcrtomb, wcsrtombs.
13211         (Support for systems lacking POSIX:2008): Add accept, bind, close,
13212         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
13213         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
13214         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
13215
13216 2008-12-21  Bruno Haible  <bruno@clisp.org>
13217
13218         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
13219
13220 2008-12-21  Bruno Haible  <bruno@clisp.org>
13221
13222         * modules/wcsnrtombs-tests: New file.
13223         * tests/test-wcsnrtombs1.sh: New file.
13224         * tests/test-wcsnrtombs2.sh: New file.
13225         * tests/test-wcsnrtombs3.sh: New file.
13226         * tests/test-wcsnrtombs4.sh: New file.
13227         * tests/test-wcsnrtombs.c: New file.
13228
13229         New module 'wcsnrtombs'.
13230         * lib/wchar.in.h (wcsnrtombs): New declaration.
13231         * lib/wcsnrtombs.c: New file.
13232         * lib/wcsrtombs-state.c: New file.
13233         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
13234         (internal_state): Remove variable.
13235         * m4/wcsnrtombs.m4: New file.
13236         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
13237         compilation units.
13238         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
13239         HAVE_WCSNRTOMBS.
13240         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
13241         HAVE_WCSNRTOMBS.
13242         * modules/wcsnrtombs: New file.
13243         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
13244         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
13245
13246 2008-12-21  Bruno Haible  <bruno@clisp.org>
13247
13248         * modules/wcsrtombs-tests: New file.
13249         * tests/test-wcsrtombs1.sh: New file.
13250         * tests/test-wcsrtombs2.sh: New file.
13251         * tests/test-wcsrtombs3.sh: New file.
13252         * tests/test-wcsrtombs4.sh: New file.
13253         * tests/test-wcsrtombs.c: New file.
13254
13255         New module 'wcsrtombs'.
13256         * lib/wchar.in.h (wcsrtombs): New declaration.
13257         * lib/wcsrtombs.c: New file.
13258         * m4/wcsrtombs.m4: New file.
13259         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
13260         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
13261         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
13262         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
13263         * modules/wcsrtombs: New file.
13264         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
13265         bugs.
13266
13267 2008-12-21  Bruno Haible  <bruno@clisp.org>
13268
13269         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
13270         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
13271         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
13272         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
13273         if not correct.
13274         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
13275         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
13276         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
13277         m4/locale-zh.m4, m4/codeset.m4.
13278         * doc/posix-functions/wcrtomb.texi: Document the bug.
13279
13280 2008-12-21  Bruno Haible  <bruno@clisp.org>
13281
13282         Work around a btowc() bug on IRIX 6.5.
13283         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
13284         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
13285         REPLACE_WTOBC if not.
13286         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
13287         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
13288         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
13289
13290 2008-12-21  Bruno Haible  <bruno@clisp.org>
13291
13292         * modules/wcrtomb-tests: New file.
13293         * tests/test-wcrtomb.sh: New file.
13294         * tests/test-wcrtomb.c: New file.
13295
13296         New module 'wcrtomb'.
13297         * lib/wchar.in.h (wcrtomb): New declaration.
13298         * lib/wcrtomb.c: New file.
13299         * m4/wcrtomb.m4: New file.
13300         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
13301         HAVE_WCRTOMB.
13302         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
13303         HAVE_WCRTOMB.
13304         * modules/wcrtomb: New file.
13305         * doc/posix-functions/wcrtomb.texi: Mention the new module.
13306
13307 2008-12-21  Bruno Haible  <bruno@clisp.org>
13308
13309         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
13310         * modules/mbsrtowcs (Files): Likewise.
13311         * modules/wctob (Files): Likewise.
13312         * modules/c-strcase-tests (Files): Likewise.
13313         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
13314         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
13315         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
13316         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
13317         * modules/vasnprintf-posix-tests (Files): Likewise.
13318
13319 2008-12-21  William Pursell  <bill.pursell@gmail.com>
13320
13321         gitlog-to-changelog: pass all command-line arguments to git-log
13322         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
13323         it is sometimes convenient to filter the commits in various ways.
13324         gitlog-to-changelog only allows --since to specify a start date,
13325         but git-log itself supports many other filtering mechanisms.
13326         At the moment, I want to filter by branch name.  Rather than
13327         adding a --branch option to gitlog-to-changelog, it seems more
13328         flexible to simply pass all options directly to git-log and let
13329         git do the work.  Notice that this effectively makes --since a
13330         redundant option for gitlog-to-changelog, but removing it would
13331         require current usage to change since calls would then require
13332         an additional '--'.
13333
13334 2008-12-21  Bruno Haible  <bruno@clisp.org>
13335
13336         * modules/mbsnrtowcs-tests: New file.
13337         * tests/test-mbsnrtowcs1.sh: New file.
13338         * tests/test-mbsnrtowcs2.sh: New file.
13339         * tests/test-mbsnrtowcs3.sh: New file.
13340         * tests/test-mbsnrtowcs4.sh: New file.
13341         * tests/test-mbsnrtowcs.c: New file.
13342
13343         New module 'mbsnrtowcs'.
13344         * lib/wchar.in.h (mbsnrtowcs): New declaration.
13345         * lib/mbsnrtowcs.c: New file.
13346         * lib/mbsrtowcs-state.c: New file.
13347         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
13348         (internal_state): Remove variable.
13349         * m4/mbsnrtowcs.m4: New file.
13350         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
13351         compilation units.
13352         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
13353         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
13354         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
13355         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
13356         * modules/mbsnrtowcs: New file.
13357         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
13358         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
13359         portability problem.
13360
13361 2008-12-21  Bruno Haible  <bruno@clisp.org>
13362
13363         Work around mbsrtowcs bug.
13364         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
13365         (gl_FUNC_MBSRTOWCS): Invoke it.
13366         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
13367         m4/locale-zh.m4.
13368         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
13369
13370 2008-12-21  Bruno Haible  <bruno@clisp.org>
13371
13372         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
13373
13374 2008-12-21  Bruno Haible  <bruno@clisp.org>
13375
13376         Update doc for AIX.
13377         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
13378         16-bit wchar_t type.
13379         * doc/posix-functions/btowc.texi: Likewise.
13380         * doc/posix-functions/fgetwc.texi: Likewise.
13381         * doc/posix-functions/fgetws.texi: Likewise.
13382         * doc/posix-functions/fputwc.texi: Likewise.
13383         * doc/posix-functions/fputws.texi: Likewise.
13384         * doc/posix-functions/fwide.texi: Likewise.
13385         * doc/posix-functions/fwprintf.texi: Likewise.
13386         * doc/posix-functions/fwscanf.texi: Likewise.
13387         * doc/posix-functions/getwchar.texi: Likewise.
13388         * doc/posix-functions/getwc.texi: Likewise.
13389         * doc/posix-functions/iswalnum.texi: Likewise.
13390         * doc/posix-functions/iswalpha.texi: Likewise.
13391         * doc/posix-functions/iswblank.texi: Likewise.
13392         * doc/posix-functions/iswcntrl.texi: Likewise.
13393         * doc/posix-functions/iswctype.texi: Likewise.
13394         * doc/posix-functions/iswdigit.texi: Likewise.
13395         * doc/posix-functions/iswgraph.texi: Likewise.
13396         * doc/posix-functions/iswlower.texi: Likewise.
13397         * doc/posix-functions/iswprint.texi: Likewise.
13398         * doc/posix-functions/iswpunct.texi: Likewise.
13399         * doc/posix-functions/iswspace.texi: Likewise.
13400         * doc/posix-functions/iswupper.texi: Likewise.
13401         * doc/posix-functions/iswxdigit.texi: Likewise.
13402         * doc/posix-functions/mbrtowc.texi: Likewise.
13403         * doc/posix-functions/mbsrtowcs.texi: Likewise.
13404         * doc/posix-functions/mbstowcs.texi: Likewise.
13405         * doc/posix-functions/mbtowc.texi: Likewise.
13406         * doc/posix-functions/putwchar.texi: Likewise.
13407         * doc/posix-functions/putwc.texi: Likewise.
13408         * doc/posix-functions/swprintf.texi: Likewise.
13409         * doc/posix-functions/tolower.texi: Likewise.
13410         * doc/posix-functions/toupper.texi: Likewise.
13411         * doc/posix-functions/towctrans.texi: Likewise.
13412         * doc/posix-functions/ungetwc.texi: Likewise.
13413         * doc/posix-functions/vswprintf.texi: Likewise.
13414         * doc/posix-functions/wcrtomb.texi: Likewise.
13415         * doc/posix-functions/wcscat.texi: Likewise.
13416         * doc/posix-functions/wcschr.texi: Likewise.
13417         * doc/posix-functions/wcscmp.texi: Likewise.
13418         * doc/posix-functions/wcscoll.texi: Likewise.
13419         * doc/posix-functions/wcscpy.texi: Likewise.
13420         * doc/posix-functions/wcscspn.texi: Likewise.
13421         * doc/posix-functions/wcsftime.texi: Likewise.
13422         * doc/posix-functions/wcslen.texi: Likewise.
13423         * doc/posix-functions/wcsncat.texi: Likewise.
13424         * doc/posix-functions/wcsncmp.texi: Likewise.
13425         * doc/posix-functions/wcsncpy.texi: Likewise.
13426         * doc/posix-functions/wcspbrk.texi: Likewise.
13427         * doc/posix-functions/wcsrchr.texi: Likewise.
13428         * doc/posix-functions/wcsrtombs.texi: Likewise.
13429         * doc/posix-functions/wcsspn.texi: Likewise.
13430         * doc/posix-functions/wcsstr.texi: Likewise.
13431         * doc/posix-functions/wcstod.texi: Likewise.
13432         * doc/posix-functions/wcstof.texi: Likewise.
13433         * doc/posix-functions/wcstoimax.texi: Likewise.
13434         * doc/posix-functions/wcstok.texi: Likewise.
13435         * doc/posix-functions/wcstold.texi: Likewise.
13436         * doc/posix-functions/wcstoll.texi: Likewise.
13437         * doc/posix-functions/wcstol.texi: Likewise.
13438         * doc/posix-functions/wcstombs.texi: Likewise.
13439         * doc/posix-functions/wcstoull.texi: Likewise.
13440         * doc/posix-functions/wcstoul.texi: Likewise.
13441         * doc/posix-functions/wcstoumax.texi: Likewise.
13442         * doc/posix-functions/wcswidth.texi: Likewise.
13443         * doc/posix-functions/wcsxfrm.texi: Likewise.
13444         * doc/posix-functions/wctob.texi: Likewise.
13445         * doc/posix-functions/wctomb.texi: Likewise.
13446         * doc/posix-functions/wctrans.texi: Likewise.
13447         * doc/posix-functions/wctype.texi: Likewise.
13448         * doc/posix-functions/wcwidth.texi: Likewise.
13449         * doc/posix-functions/wmemchr.texi: Likewise.
13450         * doc/posix-functions/wmemcmp.texi: Likewise.
13451         * doc/posix-functions/wmemcpy.texi: Likewise.
13452         * doc/posix-functions/wmemmove.texi: Likewise.
13453         * doc/posix-functions/wmemset.texi: Likewise.
13454         * doc/posix-functions/wprintf.texi: Likewise.
13455         * doc/posix-functions/wscanf.texi: Likewise.
13456
13457 2008-12-21  Bruno Haible  <bruno@clisp.org>
13458
13459         Update doc for HP-UX 11.11.
13460         * doc/posix-functions/btowc.texi: Clarify that the function is missing
13461         in HP-UX version 11.00, not in all versions of HP-UX 11.
13462         * doc/posix-functions/fwide.texi: Likewise.
13463         * doc/posix-functions/fwprintf.texi: Likewise.
13464         * doc/posix-functions/fwscanf.texi: Likewise.
13465         * doc/posix-functions/inet_ntop.texi: Likewise.
13466         * doc/posix-functions/inet_pton.texi: Likewise.
13467         * doc/posix-functions/mbrlen.texi: Likewise.
13468         * doc/posix-functions/mbrtowc.texi: Likewise.
13469         * doc/posix-functions/mbsinit.texi: Likewise.
13470         * doc/posix-functions/mbsrtowcs.texi: Likewise.
13471         * doc/posix-functions/swprintf.texi: Likewise.
13472         * doc/posix-functions/swscanf.texi: Likewise.
13473         * doc/posix-functions/towctrans.texi: Likewise.
13474         * doc/posix-functions/vfwprintf.texi: Likewise.
13475         * doc/posix-functions/vswprintf.texi: Likewise.
13476         * doc/posix-functions/vwprintf.texi: Likewise.
13477         * doc/posix-functions/wcrtomb.texi: Likewise.
13478         * doc/posix-functions/wcsrtombs.texi: Likewise.
13479         * doc/posix-functions/wcsstr.texi: Likewise.
13480         * doc/posix-functions/wctob.texi: Likewise.
13481         * doc/posix-functions/wctrans.texi: Likewise.
13482         * doc/posix-functions/wmemchr.texi: Likewise.
13483         * doc/posix-functions/wmemcmp.texi: Likewise.
13484         * doc/posix-functions/wmemcpy.texi: Likewise.
13485         * doc/posix-functions/wmemmove.texi: Likewise.
13486         * doc/posix-functions/wmemset.texi: Likewise.
13487         * doc/posix-functions/wprintf.texi: Likewise.
13488         * doc/posix-functions/wscanf.texi: Likewise.
13489
13490 2008-12-21  Bruno Haible  <bruno@clisp.org>
13491
13492         Work around a portability problem.
13493         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
13494         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
13495
13496 2008-12-20  Bruno Haible  <bruno@clisp.org>
13497
13498         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
13499         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
13500         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
13501         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
13502         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
13503
13504         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
13505         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
13506         set.
13507         (GNULIB_defined_mbstate_t): New macro.
13508         (mbsinit): Redefine if REPLACE_MBSINIT is set.
13509         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
13510         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
13511         reuses the system's mbrtowc function but works around the bugs.
13512         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
13513         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
13514         macros.
13515         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
13516         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
13517         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
13518         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
13519         REPLACE_MBSINIT if mbsinit needs to be overridden.
13520         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
13521         REPLACE_MBSINIT, REPLACE_MBRTOWC.
13522         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
13523         REPLACE_MBSINIT, REPLACE_MBRTOWC.
13524         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
13525         m4/locale-zh.m4.
13526         (Depends): Add mbsinit.
13527         * modules/mbsinit (Depends): Add mbrtowc.
13528         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
13529
13530 2008-12-20  Bruno Haible  <bruno@clisp.org>
13531
13532         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
13533         so that there are no conversion errors on AIX.
13534         * tests/test-mbsrtowcs.c (main): LIkewise.
13535
13536 2008-12-20  Bruno Haible  <bruno@clisp.org>
13537
13538         Work around wctob bug on Solaris <= 9.
13539         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
13540         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
13541         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
13542         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
13543         * modules/wctob (Files): Add m4/locale-fr.m4.
13544         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
13545
13546 2008-12-20  Bruno Haible  <bruno@clisp.org>
13547
13548         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
13549         /dev/null.
13550         * tests/test-select-in.sh: Likewise.
13551         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13552
13553 2008-12-20  Bruno Haible  <bruno@clisp.org>
13554
13555         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
13556         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
13557         Cygwin 1.5.x.
13558
13559 2008-12-20  Bruno Haible  <bruno@clisp.org>
13560
13561         Ensure mbstate_t is defined on HP-UX 11.11.
13562         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
13563         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
13564         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
13565         AC_USE_SYSTEM_EXTENSIONS.
13566         * modules/fnmatch (Depends-on): Add extensions.
13567         * modules/mbrlen (Depends-on): Likewise.
13568         * modules/mbrtowc (Depends-on): Likewise.
13569         * modules/mbsinit (Depends-on): Likewise.
13570         * modules/mbsrtowcs (Depends-on): Likewise.
13571         * modules/mbswidth (Depends-on): Likewise.
13572         * modules/quotearg (Depends-on): Likewise.
13573         * modules/strftime (Depends-on): Likewise.
13574
13575 2008-12-20  Bruno Haible  <bruno@clisp.org>
13576
13577         Ensure wctob is declared on IRIX 6.5.
13578         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
13579         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
13580         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
13581         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
13582         of HAVE_WCTOB.
13583         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
13584         HAVE_WCTOB.
13585         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
13586
13587 2008-12-19  Bruno Haible  <bruno@clisp.org>
13588
13589         * modules/mbsrtowcs-tests: New file.
13590         * tests/test-mbsrtowcs1.sh: New file.
13591         * tests/test-mbsrtowcs2.sh: New file.
13592         * tests/test-mbsrtowcs3.sh: New file.
13593         * tests/test-mbsrtowcs4.sh: New file.
13594         * tests/test-mbsrtowcs.c: New file.
13595
13596         New module 'mbsrtowcs'.
13597         * lib/wchar.in.h (mbsrtowcs): New declaration.
13598         * lib/mbsrtowcs.c: New file.
13599         * m4/mbsrtowcs.m4: New file.
13600         * modules/mbsrtowcs: New file.
13601         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
13602         HAVE_MBSRTOWCS.
13603         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
13604         HAVE_MBSRTOWCS.
13605         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
13606
13607 2008-12-19  Bruno Haible  <bruno@clisp.org>
13608
13609         New module 'mbrlen'.
13610         * lib/wchar.in.h (mbrlen): New declaration.
13611         * lib/mbrlen.c: New file.
13612         * m4/mbrlen.m4: New file.
13613         * modules/mbrlen: New file.
13614         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
13615         HAVE_MBRLEN.
13616         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
13617         HAVE_MBRLEN.
13618         * doc/posix-functions/mbrlen.texi: Document the new module.
13619
13620 2008-12-19  Bruno Haible  <bruno@clisp.org>
13621
13622         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
13623         * modules/mbrtowc (Depends-on): Add verify.
13624         Suggested by Paul Eggert.
13625
13626 2008-12-18  Bruno Haible  <bruno@clisp.org>
13627
13628         * modules/mbsinit-tests: New file.
13629         * tests/test-mbsinit.sh: New file.
13630         * tests/test-mbsinit.c: New file.
13631
13632 2008-12-18  Bruno Haible  <bruno@clisp.org>
13633
13634         * modules/mbrtowc-tests: New file.
13635         * tests/test-mbrtowc1.sh: New file.
13636         * tests/test-mbrtowc2.sh: New file.
13637         * tests/test-mbrtowc3.sh: New file.
13638         * tests/test-mbrtowc4.sh: New file.
13639         * tests/test-mbrtowc.c: New file.
13640
13641         New module 'mbrtowc'.
13642         * lib/wchar.in.h (mbstate_t): Override when the system does not have
13643         mbsinit and mbrtowc.
13644         (mbrtowc): New declaration.
13645         * lib/mbrtowc.c: New file.
13646         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
13647         * modules/mbrtowc: New file.
13648         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
13649         HAVE_MBRTOWC.
13650         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
13651         HAVE_MBRTOWC.
13652         * doc/posix-functions/mbrtowc.texi: Document the new module.
13653
13654 2008-12-18  Bruno Haible  <bruno@clisp.org>
13655
13656         New module 'wctob'.
13657         * lib/wchar.in.h (wctob): New declaration.
13658         * lib/wctob.c: New file.
13659         * m4/wctob.m4: New file.
13660         * modules/wctob: New file.
13661         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
13662         HAVE_WCTOB.
13663         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
13664         * doc/posix-functions/wctob.texi: Document the new module.
13665
13666 2008-12-18  Bruno Haible  <bruno@clisp.org>
13667
13668         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
13669         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
13670
13671 2008-12-18  Simon Josefsson  <simon@josefsson.org>
13672
13673         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
13674         G. Christensen" <tgc@jupiterrise.com>.
13675
13676         * lib/flock.c: Need to include errno.h.  Reported by "Tom
13677         G. Christensen" <tgc@jupiterrise.com>.
13678
13679         * lib/flock.c: Need to include string.h.  Reported by "Tom
13680         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
13681         <ebb9@byu.net>.
13682
13683 2008-12-18  Bruno Haible  <bruno@clisp.org>
13684
13685         * m4/locale-ja.m4: New file, from GNU gettext.
13686
13687 2008-12-17  Bruno Haible  <bruno@clisp.org>
13688
13689         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
13690         Suggested by Eric Blake.
13691
13692 2008-12-17  Bruno Haible  <bruno@clisp.org>
13693
13694         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
13695
13696 2008-12-17  Bruno Haible  <bruno@clisp.org>
13697
13698         * lib/mbsinit.c: Include verify.h. Verify an assumption.
13699         * modules/mbsinit (Depends-on): Add verify.
13700         Suggested by Paul Eggert.
13701
13702 2008-12-17  Bruno Haible  <bruno@clisp.org>
13703
13704         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
13705         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
13706         gl_FUNC_MBRTOWC.
13707         * m4/mbiter.m4 (gl_MBITER): LIkewise.
13708         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
13709         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
13710         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
13711         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
13712         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
13713         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
13714         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
13715         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
13716         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
13717         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
13718         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
13719         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
13720         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
13721         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
13722         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13723         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
13724         * modules/trim (configure.ac): Likewise.
13725
13726 2008-12-17  Bruno Haible  <bruno@clisp.org>
13727
13728         * modules/btowc-tests: New file.
13729         * tests/test-btowc1.sh: New file.
13730         * tests/test-btowc2.sh: New file.
13731         * tests/test-btowc.c: New file.
13732
13733         New module 'btowc'.
13734         * lib/wchar.in.h (btowc): New declaration.
13735         * lib/btowc.c: New file.
13736         * m4/btowc.m4: New file.
13737         * modules/btowc: New file.
13738         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
13739         HAVE_BTOWC.
13740         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
13741         * doc/posix-functions/btowc.texi: Document the new module.
13742
13743 2008-12-17  Bruno Haible  <bruno@clisp.org>
13744
13745         New module 'mbsinit'.
13746         * lib/wchar.in.h (mbsinit): New declaration.
13747         * lib/mbsinit.c: New file.
13748         * m4/mbsinit.m4: New file.
13749         * modules/mbsinit: New file.
13750         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
13751         HAVE_MBSINIT.
13752         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
13753         HAVE_MBSINIT.
13754         * doc/posix-functions/mbsinit.texi: Document the new module.
13755
13756 2008-12-16  Bruno Haible  <bruno@clisp.org>
13757
13758         * lib/unistd.in.h: Add comment.
13759         * tests/test-environ.c: Don't include <stdlib.h>.
13760
13761 2008-12-16  Bruno Haible  <bruno@clisp.org>
13762
13763         * lib/parse-duration.h (parse_duration): Document return value
13764         convention.
13765         * lib/parse-duration.c: Include specification header first. Add
13766         comments.
13767         (_): Remove macro.
13768         (parse_year_month_day, parse_hour_minute_second): Move side effects
13769         outside of strchr call.
13770         (parse_non_iso8601): Move side effects outside of isspace call.
13771         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
13772         call.
13773
13774 2008-12-16  Bruno Haible  <bruno@clisp.org>
13775
13776         * tests/test-parse-duration.sh: Produce no output when the test
13777         succeeds.
13778
13779 2008-12-16  Bruno Haible  <bruno@clisp.org>
13780
13781         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
13782         expressions.
13783
13784 2008-12-15  Bruno Haible  <bruno@clisp.org>
13785
13786         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
13787         * doc/glibc-functions/flistxattr.texi: Likewise.
13788         * doc/glibc-functions/fopencookie.texi: Likewise.
13789         * doc/glibc-functions/fremovexattr.texi: Likewise.
13790         * doc/glibc-functions/fsetxattr.texi: Likewise.
13791         * doc/glibc-functions/getxattr.texi: Likewise.
13792         * doc/glibc-functions/lgetxattr.texi: Likewise.
13793         * doc/glibc-functions/listxattr.texi: Likewise.
13794         * doc/glibc-functions/llistxattr.texi: Likewise.
13795         * doc/glibc-functions/lremovexattr.texi: Likewise.
13796         * doc/glibc-functions/lsetxattr.texi: Likewise.
13797         * doc/glibc-functions/removexattr.texi: Likewise.
13798         * doc/glibc-functions/setxattr.texi: Likewise.
13799         * doc/posix-functions/open_memstream.texi: Likewise.
13800
13801 2008-12-15  Eric Blake  <ebb9@byu.net>
13802
13803         Update doc for cygwin 1.7.
13804         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
13805         functions.
13806         * doc/posix-functions/fchmodat.texi: Likewise.
13807         * doc/posix-functions/fchownat.texi: Likewise.
13808         * doc/posix-functions/fdopendir.texi: Likewise.
13809         * doc/posix-functions/fmemopen.texi: Likewise.
13810         * doc/posix-functions/freeaddrinfo.texi: Likewise.
13811         * doc/posix-functions/fstatat.texi: Likewise.
13812         * doc/posix-functions/futimens.texi: Likewise.
13813         * doc/posix-functions/gai_strerror.texi: Likewise.
13814         * doc/posix-functions/getaddrinfo.texi: Likewise.
13815         * doc/posix-functions/getnameinfo.texi: Likewise.
13816         * doc/posix-functions/if_freenameindex.texi: Likewise.
13817         * doc/posix-functions/if_indextoname.texi: Likewise.
13818         * doc/posix-functions/if_nameindex.texi: Likewise.
13819         * doc/posix-functions/if_nametoindex.texi: Likewise.
13820         * doc/posix-functions/insque.texi: Likewise.
13821         * doc/posix-functions/linkat.texi: Likewise.
13822         * doc/posix-functions/llrint.texi: Likewise.
13823         * doc/posix-functions/llrintf.texi: Likewise.
13824         * doc/posix-functions/llrintl.texi: Likewise.
13825         * doc/posix-functions/lockf.texi: Likewise.
13826         * doc/posix-functions/lrintl.texi: Likewise.
13827         * doc/posix-functions/mkdirat.texi: Likewise.
13828         * doc/posix-functions/mkfifoat.texi: Likewise.
13829         * doc/posix-functions/mknodat.texi: Likewise.
13830         * doc/posix-functions/mq_close.texi: Likewise.
13831         * doc/posix-functions/mq_getattr.texi: Likewise.
13832         * doc/posix-functions/mq_notify.texi: Likewise.
13833         * doc/posix-functions/mq_open.texi: Likewise.
13834         * doc/posix-functions/mq_receive.texi: Likewise.
13835         * doc/posix-functions/mq_send.texi: Likewise.
13836         * doc/posix-functions/mq_setattr.texi: Likewise.
13837         * doc/posix-functions/mq_timedreceive.texi: Likewise.
13838         * doc/posix-functions/mq_timedsend.texi: Likewise.
13839         * doc/posix-functions/mq_unlink.texi: Likewise.
13840         * doc/posix-functions/open_memstream.texi: Likewise.
13841         * doc/posix-functions/openat.texi: Likewise.
13842         * doc/posix-functions/posix_fadvise.texi: Likewise.
13843         * doc/posix-functions/posix_fallocate.texi: Likewise.
13844         * doc/posix-functions/posix_madvise.texi: Likewise.
13845         * doc/posix-functions/posix_memalign.texi: Likewise.
13846         * doc/posix-functions/posix_openpt.texi: Likewise.
13847         * doc/posix-functions/readlinkat.texi: Likewise.
13848         * doc/posix-functions/remque.texi: Likewise.
13849         * doc/posix-functions/renameat.texi: Likewise.
13850         * doc/posix-functions/rintl.texi: Likewise.
13851         * doc/posix-functions/sem_unlink.texi: Likewise.
13852         * doc/posix-functions/shm_open.texi: Likewise.
13853         * doc/posix-functions/shm_unlink.texi: Likewise.
13854         * doc/posix-functions/signgam.texi: Likewise.
13855         * doc/posix-functions/sigset.texi: Likewise.
13856         * doc/posix-functions/stpcpy.texi: Likewise.
13857         * doc/posix-functions/stpncpy.texi: Likewise.
13858         * doc/posix-functions/strerror.texi: Likewise.
13859         * doc/posix-functions/strtod.texi: Likewise.
13860         * doc/posix-functions/symlinkat.texi: Likewise.
13861         * doc/posix-functions/unlinkat.texi: Likewise.
13862         * doc/posix-functions/utimensat.texi: Likewise.
13863         * doc/glibc-functions/bindresvport.texi: Likewise.
13864         * doc/glibc-functions/dn_expand.texi: Likewise.
13865         * doc/glibc-functions/exp10.texi: Likewise.
13866         * doc/glibc-functions/exp10f.texi: Likewise.
13867         * doc/glibc-functions/fgetxattr.texi: Likewise.
13868         * doc/glibc-functions/flistxattr.texi: Likewise.
13869         * doc/glibc-functions/fopencookie.texi: Likewise.
13870         * doc/glibc-functions/freeifaddrs.texi: Likewise.
13871         * doc/glibc-functions/fremovexattr.texi: Likewise.
13872         * doc/glibc-functions/fsetxattr.texi: Likewise.
13873         * doc/glibc-functions/getifaddrs.texi: Likewise.
13874         * doc/glibc-functions/getxattr.texi: Likewise.
13875         * doc/glibc-functions/lgetxattr.texi: Likewise.
13876         * doc/glibc-functions/listxattr.texi: Likewise.
13877         * doc/glibc-functions/llistxattr.texi: Likewise.
13878         * doc/glibc-functions/lremovexattr.texi: Likewise.
13879         * doc/glibc-functions/lsetxattr.texi: Likewise.
13880         * doc/glibc-functions/pow10.texi: Likewise.
13881         * doc/glibc-functions/pow10f.texi: Likewise.
13882         * doc/glibc-functions/rcmd_af.texi: Likewise.
13883         * doc/glibc-functions/removexattr.texi: Likewise.
13884         * doc/glibc-functions/res_init.texi: Likewise.
13885         * doc/glibc-functions/res_mkquery.texi: Likewise.
13886         * doc/glibc-functions/res_query.texi: Likewise.
13887         * doc/glibc-functions/res_querydomain.texi: Likewise.
13888         * doc/glibc-functions/res_send.texi: Likewise.
13889         * doc/glibc-functions/rresvport_af.texi: Likewise.
13890         * doc/glibc-functions/setxattr.texi: Likewise.
13891         * doc/glibc-functions/strcasestr.texi: Likewise.
13892
13893 2008-12-15  Bruno Haible  <bruno@clisp.org>
13894
13895         Fix compilation error on OSF/1 4.0.
13896         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
13897         <sys/time.h>, simply delegate to the system header.
13898         Reported by Daniel Richard G. <oss@teragram.com>.
13899
13900 2008-12-15  Bruno Haible  <bruno@clisp.org>
13901
13902         * doc/posix-functions/openat.texi: Mention the 'openat' module.
13903         * doc/posix-functions/fchmodat.texi: Likewise.
13904         * doc/posix-functions/fchownat.texi: Likewise.
13905         * doc/posix-functions/fdopendir.texi: Likewise.
13906         * doc/posix-functions/fstatat.texi: Likewise.
13907         * doc/posix-functions/mkdirat.texi: Likewise.
13908         * doc/posix-functions/unlinkat.texi: Likewise.
13909
13910 2008-12-14  Bruno Haible  <bruno@clisp.org>
13911
13912         Update doc for POSIX:2008.
13913         * doc/posix-functions/faccessat.texi: New file.
13914         * doc/posix-functions/fchmodat.texi: New file.
13915         * doc/posix-functions/fchownat.texi: New file.
13916         * doc/posix-functions/fdopendir.texi: New file.
13917         * doc/posix-functions/fstatat.texi: New file.
13918         * doc/posix-functions/futimens.texi: New file.
13919         * doc/posix-functions/linkat.texi: New file.
13920         * doc/posix-functions/mkdirat.texi: New file.
13921         * doc/posix-functions/mkfifoat.texi: New file.
13922         * doc/posix-functions/mknodat.texi: New file.
13923         * doc/posix-functions/open_wmemstream.texi: New file.
13924         * doc/posix-functions/openat.texi: New file.
13925         * doc/posix-functions/psiginfo.texi: New file.
13926         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
13927         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
13928         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
13929         * doc/posix-functions/readlinkat.texi: New file.
13930         * doc/posix-functions/renameat.texi: New file.
13931         * doc/posix-functions/strerror_l.texi: New file.
13932         * doc/posix-functions/symlinkat.texi: New file.
13933         * doc/posix-functions/unlinkat.texi: New file.
13934         * doc/posix-functions/utimensat.texi: New file.
13935         * doc/gnulib.texi (Function Substitutes): Add these subsections.
13936
13937 2008-12-14  Bruno Haible  <bruno@clisp.org>
13938
13939         Update doc for POSIX:2008.
13940         * doc/posix-functions/alphasort.texi: Renamed from
13941         doc/glibc-functions/alphasort.texi.
13942         * doc/posix-functions/dirfd.texi: Renamed from
13943         doc/glibc-functions/dirfd.texi.
13944         * doc/posix-functions/dprintf.texi: Renamed from
13945         doc/glibc-functions/dprintf.texi.
13946         * doc/posix-functions/duplocale.texi: Renamed from
13947         doc/glibc-functions/duplocale.texi.
13948         * doc/posix-functions/fexecve.texi: Renamed from
13949         doc/glibc-functions/fexecve.texi.
13950         * doc/posix-functions/fmemopen.texi: Renamed from
13951         doc/glibc-functions/fmemopen.texi.
13952         * doc/posix-functions/freelocale.texi: Renamed from
13953         doc/glibc-functions/freelocale.texi.
13954         * doc/posix-functions/getdate_err.texi: Renamed from
13955         doc/glibc-functions/getdate_err.texi.
13956         * doc/posix-functions/isalnum_l.texi: Renamed from
13957         doc/glibc-functions/isalnum_l.texi.
13958         * doc/posix-functions/isalpha_l.texi: Renamed from
13959         doc/glibc-functions/isalpha_l.texi.
13960         * doc/posix-functions/isblank_l.texi: Renamed from
13961         doc/glibc-functions/isblank_l.texi.
13962         * doc/posix-functions/iscntrl_l.texi: Renamed from
13963         doc/glibc-functions/iscntrl_l.texi.
13964         * doc/posix-functions/isdigit_l.texi: Renamed from
13965         doc/glibc-functions/isdigit_l.texi.
13966         * doc/posix-functions/isgraph_l.texi: Renamed from
13967         doc/glibc-functions/isgraph_l.texi.
13968         * doc/posix-functions/islower_l.texi: Renamed from
13969         doc/glibc-functions/islower_l.texi.
13970         * doc/posix-functions/isprint_l.texi: Renamed from
13971         doc/glibc-functions/isprint_l.texi.
13972         * doc/posix-functions/ispunct_l.texi: Renamed from
13973         doc/glibc-functions/ispunct_l.texi.
13974         * doc/posix-functions/isspace_l.texi: Renamed from
13975         doc/glibc-functions/isspace_l.texi.
13976         * doc/posix-functions/isupper_l.texi: Renamed from
13977         doc/glibc-functions/isupper_l.texi.
13978         * doc/posix-functions/iswalnum_l.texi: Renamed from
13979         doc/glibc-functions/iswalnum_l.texi.
13980         * doc/posix-functions/iswalpha_l.texi: Renamed from
13981         doc/glibc-functions/iswalpha_l.texi.
13982         * doc/posix-functions/iswblank_l.texi: Renamed from
13983         doc/glibc-functions/iswblank_l.texi.
13984         * doc/posix-functions/iswcntrl_l.texi: Renamed from
13985         doc/glibc-functions/iswcntrl_l.texi.
13986         * doc/posix-functions/iswctype_l.texi: Renamed from
13987         doc/glibc-functions/iswctype_l.texi.
13988         * doc/posix-functions/iswdigit_l.texi: Renamed from
13989         doc/glibc-functions/iswdigit_l.texi.
13990         * doc/posix-functions/iswgraph_l.texi: Renamed from
13991         doc/glibc-functions/iswgraph_l.texi.
13992         * doc/posix-functions/iswlower_l.texi: Renamed from
13993         doc/glibc-functions/iswlower_l.texi.
13994         * doc/posix-functions/iswprint_l.texi: Renamed from
13995         doc/glibc-functions/iswprint_l.texi.
13996         * doc/posix-functions/iswpunct_l.texi: Renamed from
13997         doc/glibc-functions/iswpunct_l.texi.
13998         * doc/posix-functions/iswspace_l.texi: Renamed from
13999         doc/glibc-functions/iswspace_l.texi.
14000         * doc/posix-functions/iswupper_l.texi: Renamed from
14001         doc/glibc-functions/iswupper_l.texi.
14002         * doc/posix-functions/iswxdigit_l.texi: Renamed from
14003         doc/glibc-functions/iswxdigit_l.texi.
14004         * doc/posix-functions/isxdigit_l.texi: Renamed from
14005         doc/glibc-functions/isxdigit_l.texi.
14006         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
14007         doc/glibc-functions/mbsnrtowcs.texi.
14008         * doc/posix-functions/mkdtemp.texi: Renamed from
14009         doc/glibc-functions/mkdtemp.texi.
14010         * doc/posix-functions/newlocale.texi: Renamed from
14011         doc/glibc-functions/newlocale.texi.
14012         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
14013         doc/glibc-functions/nl_langinfo_l.texi.
14014         * doc/posix-functions/open_memstream.texi: Renamed from
14015         doc/glibc-functions/open_memstream.texi.
14016         * doc/posix-functions/opterr.texi: Renamed from
14017         doc/glibc-functions/opterr.texi.
14018         * doc/posix-functions/optind.texi: Renamed from
14019         doc/glibc-functions/optind.texi.
14020         * doc/posix-functions/optopt.texi: Renamed from
14021         doc/glibc-functions/optopt.texi.
14022         * doc/posix-functions/psignal.texi: Renamed from
14023         doc/glibc-functions/psignal.texi.
14024         * doc/posix-functions/scandir.texi: Renamed from
14025         doc/glibc-functions/scandir.texi.
14026         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
14027         doc/glibc-functions/sched_get_priority_min.texi.
14028         * doc/posix-functions/signgam.texi: Renamed from
14029         doc/glibc-functions/signgam.texi.
14030         * doc/posix-functions/stpcpy.texi: Renamed from
14031         doc/glibc-functions/stpcpy.texi.
14032         * doc/posix-functions/stpncpy.texi: Renamed from
14033         doc/glibc-functions/stpncpy.texi.
14034         * doc/posix-functions/strcasecmp_l.texi: Renamed from
14035         doc/glibc-functions/strcasecmp_l.texi.
14036         * doc/posix-functions/strcoll_l.texi: Renamed from
14037         doc/glibc-functions/strcoll_l.texi.
14038         * doc/posix-functions/strfmon_l.texi: Renamed from
14039         doc/glibc-functions/strfmon_l.texi.
14040         * doc/posix-functions/strftime_l.texi: Renamed from
14041         doc/glibc-functions/strftime_l.texi.
14042         * doc/posix-functions/strncasecmp_l.texi: Renamed from
14043         doc/glibc-functions/strncasecmp_l.texi.
14044         * doc/posix-functions/strndup.texi: Renamed from
14045         doc/glibc-functions/strndup.texi.
14046         * doc/posix-functions/strnlen.texi: Renamed from
14047         doc/glibc-functions/strnlen.texi.
14048         * doc/posix-functions/strsignal.texi: Renamed from
14049         doc/glibc-functions/strsignal.texi.
14050         * doc/posix-functions/strxfrm_l.texi: Renamed from
14051         doc/glibc-functions/strxfrm_l.texi.
14052         * doc/posix-functions/timer_gettime.texi: Renamed from
14053         doc/glibc-functions/timer_gettime.texi.
14054         * doc/posix-functions/tolower_l.texi: Renamed from
14055         doc/glibc-functions/tolower_l.texi.
14056         * doc/posix-functions/toupper_l.texi: Renamed from
14057         doc/glibc-functions/toupper_l.texi.
14058         * doc/posix-functions/towctrans_l.texi: Renamed from
14059         doc/glibc-functions/towctrans_l.texi.
14060         * doc/posix-functions/towlower_l.texi: Renamed from
14061         doc/glibc-functions/towlower_l.texi.
14062         * doc/posix-functions/towupper_l.texi: Renamed from
14063         doc/glibc-functions/towupper_l.texi.
14064         * doc/posix-functions/uselocale.texi: Renamed from
14065         doc/glibc-functions/uselocale.texi.
14066         * doc/posix-functions/vdprintf.texi: Renamed from
14067         doc/glibc-functions/vdprintf.texi.
14068         * doc/posix-functions/wcpcpy.texi:
14069         Renamed from doc/glibc-functions/wcpcpy.texi.
14070         * doc/posix-functions/wcpncpy.texi: Renamed from
14071         doc/glibc-functions/wcpncpy.texi.
14072         * doc/posix-functions/wcscasecmp.texi: Renamed from
14073         doc/glibc-functions/wcscasecmp.texi.
14074         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
14075         doc/glibc-functions/wcscasecmp_l.texi.
14076         * doc/posix-functions/wcscoll_l.texi: Renamed from
14077         doc/glibc-functions/wcscoll_l.texi.
14078         * doc/posix-functions/wcsdup.texi: Renamed from
14079         doc/glibc-functions/wcsdup.texi.
14080         * doc/posix-functions/wcsncasecmp.texi: Renamed from
14081         doc/glibc-functions/wcsncasecmp.texi.
14082         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
14083         doc/glibc-functions/wcsncasecmp_l.texi.
14084         * doc/posix-functions/wcsnlen.texi: Renamed from
14085         doc/glibc-functions/wcsnlen.texi.
14086         * doc/posix-functions/wcsnrtombs.texi: Renamed from
14087         doc/glibc-functions/wcsnrtombs.texi.
14088         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
14089         doc/glibc-functions/wcsxfrm_l.texi.
14090         * doc/posix-functions/wctrans_l.texi: Renamed from
14091         doc/glibc-functions/wctrans_l.texi.
14092         * doc/posix-functions/wctype_l.texi: Renamed from
14093         doc/glibc-functions/wctype_l.texi.
14094         * doc/gnulib.texi (Function Substitutes): Add these subsections.
14095         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
14096         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
14097         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
14098         these subsections.
14099         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
14100         Remove sections.
14101
14102 2008-12-14  Bruno Haible  <bruno@clisp.org>
14103
14104         Update doc for POSIX:2008.
14105         * doc/posix-functions/*.texi: Update URL of POSIX specification.
14106
14107 2008-12-14  Bruno Haible  <bruno@clisp.org>
14108
14109         Update doc for POSIX:2008.
14110         * doc/pastposix-functions/bcmp.texi: Renamed from
14111         doc/posix-functions/bcmp.texi.
14112         * doc/pastposix-functions/bcopy.texi: Renamed from
14113         doc/posix-functions/bcopy.texi.
14114         * doc/pastposix-functions/bsd_signal.texi: Renamed from
14115         doc/posix-functions/bsd_signal.texi.
14116         * doc/pastposix-functions/bzero.texi: Renamed from
14117         doc/posix-functions/bzero.texi.
14118         * doc/pastposix-functions/ecvt.texi: Renamed from
14119         doc/posix-functions/ecvt.texi.
14120         * doc/pastposix-functions/fcvt.texi: Renamed from
14121         doc/posix-functions/fcvt.texi.
14122         * doc/pastposix-functions/ftime.texi: Renamed from
14123         doc/posix-functions/ftime.texi.
14124         * doc/pastposix-functions/gcvt.texi: Renamed from
14125         doc/posix-functions/gcvt.texi.
14126         * doc/pastposix-functions/getcontext.texi: Renamed from
14127         doc/posix-functions/getcontext.texi.
14128         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
14129         doc/posix-functions/gethostbyaddr.texi.
14130         * doc/pastposix-functions/gethostbyname.texi: Renamed from
14131         doc/posix-functions/gethostbyname.texi.
14132         * doc/pastposix-functions/getwd.texi: Renamed from
14133         doc/posix-functions/getwd.texi.
14134         * doc/pastposix-functions/h_errno.texi: Renamed from
14135         doc/posix-functions/h_errno.texi.
14136         * doc/pastposix-functions/index.texi: Renamed from
14137         doc/posix-functions/index.texi.
14138         * doc/pastposix-functions/makecontext.texi: Renamed from
14139         doc/posix-functions/makecontext.texi.
14140         * doc/pastposix-functions/mktemp.texi: Renamed from
14141         doc/posix-functions/mktemp.texi.
14142         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
14143         doc/posix-functions/pthread_attr_getstackaddr.texi.
14144         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
14145         doc/posix-functions/pthread_attr_setstackaddr.texi.
14146         * doc/pastposix-functions/rindex.texi: Renamed from
14147         doc/posix-functions/rindex.texi.
14148         * doc/pastposix-functions/scalb.texi: Renamed from
14149         doc/posix-functions/scalb.texi.
14150         * doc/pastposix-functions/setcontext.texi: Renamed from
14151         doc/posix-functions/setcontext.texi.
14152         * doc/pastposix-functions/swapcontext.texi: Renamed from
14153         doc/posix-functions/swapcontext.texi.
14154         * doc/pastposix-functions/ualarm.texi: Renamed from
14155         doc/posix-functions/ualarm.texi.
14156         * doc/pastposix-functions/usleep.texi: Renamed from
14157         doc/posix-functions/usleep.texi.
14158         * doc/pastposix-functions/vfork.texi: Renamed from
14159         doc/posix-functions/vfork.texi.
14160         * doc/pastposix-functions/wcswcs.texi: Renamed from
14161         doc/posix-functions/wcswcs.texi.
14162         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
14163         (Function Substitutes): Update.
14164
14165 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14166
14167         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
14168         m4/strerror.m4.
14169
14170 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14171             Bruno Haible  <bruno@clisp.org>
14172
14173         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
14174
14175 2008-12-13  Bruno Haible  <bruno@clisp.org>
14176
14177         * modules/strtoull (Depends-on): Remove unistd.
14178
14179 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14180
14181         * modules/strtoull (Depends-on): Add stdlib.
14182
14183 2008-12-11  Simon Josefsson  <simon@josefsson.org>
14184
14185         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
14186
14187 2008-12-10  Jim Meyering  <meyering@redhat.com>
14188
14189         gl_ASSERT: don't say assertions are disabled when they're not
14190         * m4/assert.m4 (gl_ASSERT): Do not make configure report
14191         "checking whether to enable assertions... no", when they are in
14192         fact enabled.  This is solely a bug in the output of configure.
14193         In spite of saying "no", NDEBUG was not defined in that case.
14194         Also, as noted by Eric Blake, leave assertions enabled upon
14195         --enable-assert=INVALID.
14196
14197 2008-12-10  Bruno Haible  <bruno@clisp.org>
14198
14199         Change MODULES.html to refer to POSIX:2008 where possible.
14200         * MODULES.html.sh (POSIX2008_URL): New variable.
14201         (posix_headers): Remove sys/timeb, ucontext.
14202         (posix2001_headers): New variable.
14203         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
14204         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
14205         index, makecontext, mktemp, pthread_attr_getstackaddr,
14206         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
14207         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
14208         (posix2001_functions): New variable.
14209         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
14210         otherwise.
14211
14212 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14213
14214         add missing include to parse-duration.c
14215         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
14216         * modules/parse-duration (Depends-on): Add xalloc.
14217
14218         fix sed script reading maint.mk
14219         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
14220         (syntax-check-rules): Use it.
14221
14222 2008-12-09  Bruno Haible  <bruno@clisp.org>
14223
14224         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
14225         MacOS X 10.4/PowerPC.
14226         Reported by Simon Josefsson.
14227
14228 2008-12-08  Jim Meyering  <meyering@redhat.com>
14229
14230         work around mingw's lack of some S_IF definitions
14231         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
14232         Reported by Simon Josefsson.
14233
14234 2008-12-08  Bruno Haible  <bruno@clisp.org>
14235
14236         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
14237         applied to variables. Needed on MacOS X 10.4/PowerPC.
14238         Reported by Simon Josefsson.
14239
14240 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
14241         and Eric Blake  <ebb9@byu.net>
14242
14243         assert: honor --enable-assert
14244         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
14245         order to honor --enable-assert, rather than treating it as a
14246         synonym for --disable-assert.
14247
14248 2008-12-08  Jim Meyering  <meyering@redhat.com>
14249
14250         * lib/posixtm.c: Remove now-useless declaration of mktime.
14251
14252         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
14253
14254 2008-12-07  Bruno Haible  <bruno@clisp.org>
14255
14256         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
14257         test_once): Mark functions as static.
14258         * tests/test-tls.c (test_tls): Likewise.
14259
14260 2008-12-07  Bruno Haible  <bruno@clisp.org>
14261
14262         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
14263         iconv_register_autodetect.
14264
14265 2008-12-07  Jim Meyering  <meyering@redhat.com>
14266
14267         posixtm.c: avoid a warning
14268         * lib/posixtm.c (posixtime): Don't initialize tm0.
14269         It's no longer needed to placate gcc4's -Wuninitialized,
14270         and the attempt to placate would elicit a new warning.
14271
14272         unicodeio.c: mark unused parameters
14273         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
14274         (fallback_failure_callback): Likewise.
14275
14276 2008-12-07  Bruno Haible  <bruno@clisp.org>
14277
14278         * gnulib-tool (func_create_testdir): When building the tests
14279         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
14280         Reported by Simon Josefsson.
14281
14282 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14283
14284         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
14285
14286 2008-12-06  Bruno Haible  <bruno@clisp.org>
14287
14288         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
14289         Suggested by Eric Blake.
14290
14291 2008-12-06  Bruno Haible  <bruno@clisp.org>
14292
14293         Fix a c-stack test failure on MacOS X.
14294         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
14295         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
14296         handler for SIGBUS as well.
14297         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
14298         install a signal handler for SIGBUS as well.
14299         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
14300
14301 2008-12-06  Bruno Haible  <bruno@clisp.org>
14302
14303         Advocacy documentation.
14304         * doc/gnulib-intro.texi (Benefits): New section.
14305         * doc/gnulib.texi: Update.
14306
14307 2008-12-06  Bruno Haible  <bruno@clisp.org>
14308
14309         Document the 'manywarnings' module.
14310         * doc/manywarnings.texi: New file.
14311         * doc/gnulib.texi: Include it.
14312
14313 2008-12-05  Eric Blake  <ebb9@byu.net>
14314
14315         tests: silence some gcc warnings
14316         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
14317         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
14318         type mismatches.
14319
14320 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14321             Bruno Haible  <bruno@clisp.org>
14322
14323         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
14324
14325 2008-11-29  Jim Meyering  <meyering@redhat.com>
14326
14327         unicodeio.c: mark unused parameters
14328         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
14329         (fallback_failure_callback): Likewise.
14330
14331         fts: fix a thinko
14332         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
14333         (set_stat_type): Return S_IF*-valued "type" directly.
14334         Prompted by James Youngman's spotting a related bug.
14335         Confirmed by further testing through find.
14336
14337         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
14338         * lib/fts.c (D_TYPE): Define.
14339         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
14340         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
14341         (s_ifmt_shift_bits): New function.
14342         (set_stat_type): New function.
14343         (fts_build): When not calling fts_stat, call set_stat_type
14344         to propagate dirent.d_type info to fts_read caller.
14345         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
14346         fts_statp->st_mode type information may be valid.
14347
14348 2008-11-28  Simon Josefsson  <simon@josefsson.org>
14349
14350         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
14351         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
14352         <sds@gnu.org>.
14353
14354 2008-11-20  Bruno Haible  <bruno@clisp.org>
14355
14356         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
14357         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
14358         INCLUDE_NEXT.
14359         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
14360         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
14361         * modules/math (Makefile.am): Substitute
14362         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
14363         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14364
14365 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
14366             Bruno Haible  <bruno@clisp.org>
14367
14368         * lib/stdint.in.h: Define all type macros so that their expansion is
14369         a single typedef'ed token. Fixes a compilation failure in Boost which
14370         does "using ::int8_t;".
14371
14372 2008-11-18  Simon Josefsson  <simon@josefsson.org>
14373
14374         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
14375         gl_MANYWARN_ALL_GCC.
14376         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
14377         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
14378         * modules/manywarnings: New file.
14379         * MODULES.html.sh: Mention manywarnings module.
14380
14381 2008-11-18  Bruno Haible  <bruno@clisp.org>
14382
14383         * doc/gnulib-tool.texi (Unit tests): New section.
14384
14385 2008-11-18  Simon Josefsson  <simon@josefsson.org>
14386
14387         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
14388         paths like 'lib/po/foo.po'.
14389
14390 2008-11-17  Simon Josefsson  <simon@josefsson.org>
14391
14392         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
14393         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
14394
14395 2008-11-17  Simon Josefsson  <simon@josefsson.org>
14396
14397         * m4/warnings.m4: Use CPPFLAGS to really check whether the
14398         parameter works.
14399
14400 2008-11-17  Simon Josefsson  <simon@josefsson.org>
14401
14402         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
14403
14404 2008-11-17  Bruce Korb  <bkorb@gnu.org>
14405
14406         * modules/parse-duration-tests: New file.
14407         * tests/test-parse-duration.sh: New file.
14408         * tests/test-parse-duration.c: New file.
14409
14410         New module 'parse-duration'.
14411         * lib/parse-duration.h: New file.
14412         * lib/parse-duration.c: New file.
14413         * modules/parse-duration: New file.
14414
14415 2008-11-17  Bruno Haible  <bruno@clisp.org>
14416
14417         * tests/test-select-out.sh: Comment out the first pipe test.
14418         Reported by Simon Josefsson.
14419
14420 2008-11-17  Bruno Haible  <bruno@clisp.org>
14421
14422         * modules/getaddrinfo (Depends-on): Add servent, hostent.
14423         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
14424         gl_HOSTENT.
14425
14426 2008-11-17  Bruno Haible  <bruno@clisp.org>
14427
14428         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
14429         -lnetwork and -lnet. Needed for Haiku and BeOS.
14430
14431 2008-11-16  Bruno Haible  <bruno@clisp.org>
14432
14433         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
14434
14435 2008-11-16  Bruno Haible  <bruno@clisp.org>
14436
14437         Avoid test failure on Haiku.
14438         * tests/test-fsync.c: Include <errno.h>.
14439         (main): Don't require that fsync (0) fails.
14440
14441 2008-11-15  Bruno Haible  <bruno@clisp.org>
14442
14443         New module 'hostent'.
14444         * modules/hostent: New file.
14445         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
14446
14447 2008-11-15  Bruno Haible  <bruno@clisp.org>
14448
14449         New module 'servent'.
14450         * modules/servent: New file.
14451         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
14452
14453 2008-11-15  Bruno Haible  <bruno@clisp.org>
14454
14455         Avoid generating same test program with two different rules.
14456         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
14457         test-frexp to test-frexp-nolibm.
14458         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
14459         test-frexpl to test-frexpl-nolibm.
14460
14461 2008-11-15  Bruno Haible  <bruno@clisp.org>
14462
14463         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
14464         $(FREXPL_LIBM).
14465
14466 2008-11-15  Bruno Haible  <bruno@clisp.org>
14467
14468         * lib/netdb.in.h: Activate the definitions also when the system's
14469         <netdb.h> has 'struct addrinfo'.
14470         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
14471         EAI_OVERFLOW or AI_NUMERICSERV.
14472         * doc/posix-headers/netdb.texi: Document the problem.
14473
14474 2008-11-15  Bruno Haible  <bruno@clisp.org>
14475
14476         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
14477
14478         Make the 'sched' module work on platforms where <sched.h> exists but
14479         is incomplete (such as Haiku).
14480         * lib/sched.in.h; Include the system's <sched.h> if it exists.
14481         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
14482         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
14483         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
14484         HAVE_STRUCT_SCHED_PARAM.
14485         * modules/sched (Depends-on): Add include_next.
14486         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
14487         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
14488         * doc/posix-headers/sched.texi: Document the issue.
14489
14490 2008-11-13  Jim Meyering  <meyering@redhat.com>
14491
14492         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
14493         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
14494         test would fail due to the difference in the Report bugs to ...
14495         line.  The expected address is empty, "<>", while the actual
14496         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
14497
14498 2008-11-12  Bruno Haible  <bruno@clisp.org>
14499
14500         lstat: don't compile lstat.c on systems lacking lstat
14501         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
14502         which don't have lstat; this is handled by lib/sys_stat.in.h already.
14503         Reported by Daniel P. Berrange via Jim Meyering.
14504
14505 2008-11-12  Jim Meyering  <meyering@redhat.com>
14506
14507         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
14508
14509 2008-11-12  Simon Josefsson  <simon@josefsson.org>
14510
14511         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
14512         instead.
14513
14514 2008-11-12  Bruno Haible  <bruno@clisp.org>
14515
14516         * lib/unicodeio.c: Include unistr.h.
14517         (utf8_wctomb): Remove function.
14518         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
14519
14520 2008-11-12  Simon Josefsson  <simon@josefsson.org>
14521
14522         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
14523         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
14524         <bruno@clisp.org>.
14525         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
14526
14527 2008-11-12  Simon Josefsson  <simon@josefsson.org>
14528
14529         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
14530         * doc/gnulib.texi: Add section for warnings.
14531
14532 2008-11-11  Bruno Haible  <bruno@clisp.org>
14533
14534         * lib/sockets.h: Add a comment.
14535
14536 2008-11-11  Karl Berry  <karl@gnu.org>
14537
14538         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
14539
14540 2008-11-11  Eric Blake  <ebb9@byu.net>
14541
14542         fdl.texi: avoid git symlinks
14543         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
14544
14545 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14546
14547         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
14548
14549 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14550
14551         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
14552         (gl_WARN_ADD): Substitute $2 if literal.
14553
14554 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14555
14556         * m4/warning.m4: Remove.
14557
14558 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
14559
14560         * m4/warnings.m4: Almost complete rewrite. :-)
14561
14562 2008-11-10  Simon Josefsson  <simon@josefsson.org>
14563
14564         * modules/warnings: New module.
14565         * m4/warnings.m4: New file.
14566         * MODULES.html.sh: Mention warnings module.
14567         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
14568         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14569
14570 2008-11-10  Eric Blake  <ebb9@byu.net>
14571
14572         fdl.texi: make a symlink to the latest version
14573         * doc/standards.texi: Revert today's earlier change.
14574         * doc/fdl-1.2.texi: Rename from old fdl.texi...
14575         * doc/fdl.texi: ...and replace this with a symlink to the newer
14576         fdl-1.3.texi.
14577
14578 2008-11-10  Bruno Haible  <bruno@clisp.org>
14579
14580         * tests/test-select-fd.c (main): Accept the result file name as fourth
14581         argument.
14582         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
14583         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
14584
14585 2008-11-10  Bruno Haible  <bruno@clisp.org>
14586
14587         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
14588         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
14589         as autoconf-substituted macros.
14590         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
14591         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
14592         gl_NETDB_H_DEFAULTS. Set these variables.
14593         * modules/netdb (Makefile.am): Substitute these variables.
14594
14595 2008-11-10  Eric Blake  <ebb9@byu.net>
14596
14597         standards.texi: include correct file for FDL 1.3
14598         * doc/standards.texi (GNU Free Documentation License): Change
14599         include file to pull in FDL 1.3, not 1.2.
14600
14601         fdl.texi: revert accidental change to license
14602         * doc/fdl.texi: This is FDL 1.2, not 1.3.
14603
14604 2008-11-10  Bruno Haible  <bruno@clisp.org>
14605
14606         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
14607         cross-compiling guesses also when the native compile gives no result.
14608
14609 2008-11-10  Bruno Haible  <bruno@clisp.org>
14610
14611         * lib/spawni.c (__spawni): Force variable into the stack.
14612
14613 2008-11-10  Bruno Haible  <bruno@clisp.org>
14614
14615         Add support for Haiku.
14616         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
14617         glibc and BeOS, but also on Haiku.
14618         * lib/fpurge.c (fpurge): Likewise.
14619         * lib/freadable.c (freadable): Likewise.
14620         * lib/freadahead.c (freadahead): Likewise.
14621         * lib/freading.c (freading): Likewise.
14622         * lib/freadptr.c (freadptr): Likewise.
14623         * lib/freadseek.c (freadptrinc): Likewise.
14624         * lib/fseeko.c (rpl_fseeko): Likewise.
14625         * lib/fseterr.c (fseterr): Likewise.
14626         * lib/fwritable.c (fwritable): Likewise.
14627         * lib/fwriting.c (fwriting): Likewise.
14628         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
14629
14630 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
14631
14632         * lib/config.charset: Treat Haiku like BeOS.
14633
14634 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
14635
14636         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
14637         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
14638
14639 2008-11-08  Bruno Haible  <bruno@clisp.org>
14640
14641         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
14642         AC_CACHE_CHECK.
14643
14644 2008-11-08  Bruno Haible  <bruno@clisp.org>
14645
14646         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
14647
14648 2008-11-08  Bruno Haible  <bruno@clisp.org>
14649
14650         * tests/test-select-fd.c: New file.
14651         * tests/test-select-in.sh: New file.
14652         * tests/test-select-out.sh: New file.
14653         * tests/test-select-stdin.c: New file.
14654         * modules/select-tests (Files): Add the new files.
14655         (Depends-on): Add gettimeofday.
14656         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
14657         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
14658         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
14659
14660 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
14661             Bruno Haible  <bruno@clisp.org>
14662
14663         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
14664
14665 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
14666
14667         * build-aux/pmccabe2html: Added support for C++ source files.
14668
14669 2008-11-05  Ben Pfaff  <blp@gnu.org>
14670
14671         Fix lib/close.c build on Windows.
14672         * modules/close (Files): Add lib/w32sock.h.
14673
14674 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
14675
14676         Accept Bison's NEWS format.
14677         * build-aux/announce-gen (print_news_deltas): Tweak
14678         $re_prefix.
14679
14680 2008-11-04  Bruno Haible  <bruno@clisp.org>
14681
14682         * modules/random_r (Maintainer): Add glibc.
14683
14684 2008-11-04  Simon Josefsson  <simon@josefsson.org>
14685
14686         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
14687         by karl@freefriends.org (Karl Berry).
14688         * doc/alloca.texi: Likewise.
14689         * doc/c-ctype.texi: Likewise.
14690         * doc/c-strcase.texi: Likewise.
14691         * doc/c-strcaseeq.texi: Likewise.
14692         * doc/c-strcasestr.texi: Likewise.
14693         * doc/c-strstr.texi: Likewise.
14694         * doc/c-strtod.texi: Likewise.
14695         * doc/c-strtold.texi: Likewise.
14696         * doc/ctime.texi: Likewise.
14697         * doc/error.texi: Likewise.
14698         * doc/fdl.texi: Likewise.
14699         * doc/gcd.texi: Likewise.
14700         * doc/getdate.texi: Likewise.
14701         * doc/gnulib-intro.texi: Likewise.
14702         * doc/gnulib-tool.texi: Likewise.
14703         * doc/gnulib.texi: Likewise.
14704         * doc/inet_ntoa.texi: Likewise.
14705         * doc/maintain.texi: Likewise.
14706         * doc/make-stds.texi: Likewise.
14707         * doc/quote.texi: Likewise.
14708         * doc/regexprops-generic.texi: Likewise.
14709         * doc/standards.texi: Likewise.
14710         * doc/verify.texi: Likewise.
14711         * doc/visibility.texi: Likewise.
14712         * doc/gnulib.texi (GNU Free Documentation License): Include
14713         fdl-1.3.texi instead of fdl.texi.
14714
14715 2008-11-04  Simon Josefsson  <simon@josefsson.org>
14716
14717         * doc/fdl-1.3.texi: New file, from
14718         <http://www.gnu.org/licenses/fdl-1.3.texi>.
14719         * modules/fdl-1.3: Add.
14720         * MODULES.html.sh: Add fdl-1.3.
14721
14722 2008-11-03  Bruno Haible  <bruno@clisp.org>
14723
14724         Make determination of absolute name of header file work with AIX xlc.
14725         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
14726         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
14727         preprocessing.
14728         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14729         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14730
14731 2008-11-03  Simon Josefsson  <simon@josefsson.org>
14732
14733         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
14734         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
14735         <ludo@gnu.org>.
14736
14737 2008-11-02  Bruno Haible  <bruno@clisp.org>
14738
14739         Mark 'strpbrk' obsolete.
14740         * modules/strpbrk (Status, Notice): New sections.
14741         * modules/strtok_r (Depends-on): Add strpbrk.
14742
14743 2008-11-02  Bruno Haible  <bruno@clisp.org>
14744
14745         Mark 'strdup' obsolete.
14746         * modules/strdup (Status, Notice): New sections.
14747         * modules/findprog (Depends-on): Add strdup.
14748         * modules/getaddrinfo (Depends-on): Likewise.
14749         * modules/localename (Depends-on): Likewise.
14750         * modules/relocatable-lib (Depends-on): Likewise.
14751         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
14752         * modules/relocatable-prog (Depends-on): Likewise.
14753         * modules/trim (Depends-on): Likewise.
14754         * modules/unictype/gen-ctype (Depends-on): Likewise.
14755         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
14756
14757 2008-11-02  Bruno Haible  <bruno@clisp.org>
14758
14759         Mark 'strcspn' obsolete.
14760         * modules/strcspn (Status, Notice): New sections.
14761
14762 2008-11-02  Bruno Haible  <bruno@clisp.org>
14763
14764         Mark 'rmdir' obsolete.
14765         * modules/rmdir (Status, Notice): New sections.
14766         * modules/clean-temp (Depends-on): Add rmdir.
14767         * modules/openat (Depends-on): Likewise.
14768
14769 2008-11-02  Bruno Haible  <bruno@clisp.org>
14770
14771         Mark 'raise' obsolete.
14772         * modules/raise (Status, Notice): New sections.
14773         (Include): Specify <signal.h>.
14774         * modules/stdio (Depends-on): Add raise.
14775         * modules/write (Depends-on): Likewise.
14776
14777 2008-11-02  Bruno Haible  <bruno@clisp.org>
14778
14779         Mark 'memset' obsolete.
14780         * modules/memset (Status, Notice): New sections.
14781
14782 2008-11-02  Bruno Haible  <bruno@clisp.org>
14783
14784         Mark 'memmove' obsolete.
14785         * modules/memmove (Status, Notice): New sections.
14786         * modules/argp (Depends-on): Add memmove.
14787         * modules/argz (Depends-on): Likewise.
14788         * modules/canonicalize (Depends-on): Likewise.
14789         * modules/canonicalize-lgpl (Depends-on): Likewise.
14790         * modules/fts (Depends-on): Likewise.
14791         * modules/getcwd (Depends-on): Likewise.
14792         * modules/human (Depends-on): Likewise.
14793         * modules/regex (Depends-on): Likewise.
14794         * modules/striconveh (Depends-on): Likewise.
14795         * modules/trim (Depends-on): Likewise.
14796         * modules/unistr/u8-move (Depends-on): Likewise.
14797         * modules/unistr/u16-move (Depends-on): Likewise.
14798         * modules/unistr/u32-move (Depends-on): Likewise.
14799
14800 2008-11-02  Bruno Haible  <bruno@clisp.org>
14801
14802         Mark 'memcpy' obsolete.
14803         * modules/memcpy (Status, Notice): New sections.
14804
14805 2008-11-02  Bruno Haible  <bruno@clisp.org>
14806
14807         Mark 'memcmp' obsolete.
14808         * modules/memcmp (Status, Notice): New sections.
14809         * modules/argmatch (Depends-on): Add memchr.
14810         * modules/backupfile (Depends-on): Likewise.
14811         * modules/c-strcasestr (Depends-on): Likewise.
14812         * modules/crypto/des (Depends-on): Likewise.
14813         * modules/csharpcomp (Depends-on): Likewise.
14814         * modules/fnmatch (Depends-on): Likewise.
14815         * modules/git-merge-changelog (Depends-on): Likewise.
14816         * modules/isnand (Depends-on): Likewise.
14817         * modules/isnand-nolibm (Depends-on): Likewise.
14818         * modules/isnanf (Depends-on): Likewise.
14819         * modules/isnanf-nolibm (Depends-on): Likewise.
14820         * modules/isnanl (Depends-on): Likewise.
14821         * modules/isnanl-nolibm (Depends-on): Likewise.
14822         * modules/mbchar (Depends-on): Likewise.
14823         * modules/memcoll (Depends-on): Likewise.
14824         * modules/quotearg (Depends-on): Likewise.
14825         * modules/regex (Depends-on): Likewise.
14826         * modules/relocatable-prog (Depends-on): Likewise.
14827         * modules/same (Depends-on): Likewise.
14828         * modules/signbit (Depends-on): Likewise.
14829         * modules/strcasestr-simple (Depends-on): Likewise.
14830         * modules/unictype/gen-ctype (Depends-on): Likewise.
14831         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
14832         * modules/uniname/uniname (Depends-on): Likewise.
14833         * modules/unistr/u8-cmp (Depends-on): Likewise.
14834
14835 2008-11-02  Bruno Haible  <bruno@clisp.org>
14836
14837         Mark 'memchr' obsolete.
14838         * modules/memchr (Status, Notice): New sections.
14839         * modules/argp (Depends-on): Add memchr.
14840         * modules/base64 (Depends-on): Likewise.
14841         * modules/c-strcasestr (Depends-on): Likewise.
14842         * modules/chdir-long (Depends-on): Likewise.
14843         * modules/fnmatch (Depends-on): Likewise.
14844         * modules/getsubopt (Depends-on): Likewise.
14845         * modules/git-merge-changelog (Depends-on): Likewise.
14846         * modules/glob (Depends-on): Likewise.
14847         * modules/strcasestr-simple (Depends-on): Likewise.
14848         * modules/strnlen (Depends-on): Likewise.
14849
14850 2008-11-02  Bruno Haible  <bruno@clisp.org>
14851
14852         Mark 'atexit' obsolete.
14853         * modules/atexit (Status, Notice): New sections.
14854         * modules/chdir-long (Depends-on): Add atexit.
14855         * modules/wait-process (Depends-on): Likewise.
14856
14857 2008-11-02  Bruno Haible  <bruno@clisp.org>
14858
14859         * gnulib-tool: New option --with-obsolete.
14860         (func_usage): Document it.
14861         (func_modules_transitive_closure): Drop obsolete dependencies if
14862         incobsolete is not true.
14863         (func_import): Read and save the incobsolete variable to the cache.
14864
14865 2008-11-02  Bruno Haible  <bruno@clisp.org>
14866
14867         * modules/TEMPLATE-EXTENDED: New field 'Status'.
14868         * gnulib-tool: New option --extract-status.
14869         (func_usage): Document it.
14870         (sed_extract_prog): Recognize it.
14871         (func_get_status): New function.
14872
14873 2008-10-30  Simon Josefsson  <simon@josefsson.org>
14874
14875         * modules/sockets (License): Change from LGPL to LGPLv2+.
14876
14877 2008-10-28  Simon Josefsson  <simon@josefsson.org>
14878
14879         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
14880
14881 2008-10-28  Simon Josefsson  <simon@josefsson.org>
14882
14883         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14884         Mention times and sys_times.
14885         * modules/sys_times, modules/sys_times-tests: New modules.
14886         * modules/times, modules/times-tests: Likewise
14887         * m4/sys_times_h.m4: New file.
14888         * lib/sys_times.in.h: Likewise
14889         * lib/times.c: Likewise.
14890         * tests/test-sys_times.c: Likewise.
14891         * tests/test-times.c: Likewise.
14892         * doc/posix-headers/sys_times.texi: Update.
14893         * doc/posix-functions/times.texi: Update.
14894
14895 2008-10-28  Jim Meyering  <meyering@redhat.com>
14896
14897         * modules/tempname (Depends-on): Add lstat.
14898
14899         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
14900
14901 2008-10-28  Simon Josefsson  <simon@josefsson.org>
14902
14903         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
14904         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
14905         using idiom used elsewhere in gnulib.
14906
14907 2008-10-27  Jim Meyering  <meyering@redhat.com>
14908
14909         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
14910
14911 2008-10-27  Simon Josefsson  <simon@josefsson.org>
14912
14913         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
14914         TESTS_ENVIRONMENT, for shell scripts that needs to call built
14915         programs.
14916         * tests/test-argp-2.sh: Use $EXEEXT when needed.
14917
14918 2008-10-27  Simon Josefsson  <simon@josefsson.org>
14919
14920         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
14921
14922 2008-10-27  Bruno Haible  <bruno@clisp.org>
14923
14924         * tests/test-lstat.c: Include <stdio.h>.
14925
14926 2008-10-27  Simon Josefsson  <simon@josefsson.org>
14927
14928         * modules/lstat-tests: New module.
14929         * tests/test-lstat.c: New file.
14930
14931 2008-10-26  Jim Meyering  <meyering@redhat.com>
14932
14933         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
14934
14935 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14936             Bruno Haible  <bruno@clisp.org>
14937
14938         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
14939         * modules/configmake (Include): Add a note that the include must come
14940         after all system headers.
14941         * lib/javaversion.c: Include configmake.h after all other includes.
14942
14943 2008-10-26  Bruno Haible  <bruno@clisp.org>
14944
14945         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
14946         HAVE_STRUCT_RANDOM_DATA to 1.
14947         (gl_STDLIB_H): Simplify.
14948
14949 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14950
14951         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
14952         substitute HAVE_STRUCT_RANDOM_DATA.
14953         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
14954         random_data.
14955         * modules/stdlib (Makefile.am): Substitute
14956         HAVE_STRUCT_RANDOM_DATA.
14957
14958 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14959
14960         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
14961         * doc/gnulib-intro.texi (Copyright): Likewise.
14962
14963 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14964
14965         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
14966         findings.
14967
14968 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
14969             Bruno Haible  <bruno@clisp.org>
14970
14971         * lib/unistd.in.h: Include <winsock2.h>.
14972         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
14973         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
14974         Provide dummy declarations.
14975         (gethostname): Override.
14976         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
14977         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
14978         gl_PREREQ_SYS_H_WINSOCK2.
14979         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
14980         * doc/posix-functions/gethostname.texi: More details.
14981
14982 2008-10-25  Bruno Haible  <bruno@clisp.org>
14983
14984         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
14985         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
14986         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
14987
14988         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
14989         here ...
14990         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
14991         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
14992         gl_UNISTD_H_DEFAULTS.
14993
14994 2008-10-25  Eric Blake  <ebb9@byu.net>
14995
14996         signbit: avoid spurious compiler failure
14997         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
14998         declarations inside function.
14999
15000 2008-10-24  Simon Josefsson  <simon@josefsson.org>
15001             Bruno Haible  <bruno@clisp.org>
15002
15003         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
15004         * modules/random_r (Depends-on): Add stdint.
15005
15006 2008-10-24  Bruno Haible  <bruno@clisp.org>
15007
15008         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
15009         Eggert.
15010         * modules/strerror (License): Likewise.
15011
15012 2008-10-24  Jim Meyering  <meyering@redhat.com>
15013
15014         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
15015         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
15016
15017 2008-10-24  Eric Blake  <ebb9@byu.net>
15018
15019         getgroups: fix compilation when getgroups is available
15020         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
15021         but with <config.h> override of getgroups disabled.
15022
15023 2008-10-24  Simon Josefsson  <simon@josefsson.org>
15024
15025         * doc/gnulib.texi (Header files): Add note about C++ problems.
15026         Explained by Bruno Haible <bruno@clisp.org>.
15027
15028 2008-10-23  Bruno Haible  <bruno@clisp.org>
15029
15030         Define a dummy SA_NODEFER macro on Interix.
15031         * lib/signal.in.h (SA_NODEFER): Define fallback.
15032         Reported by Aleksey Cheusov <cheusov@tut.by> via
15033         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
15034
15035 2008-10-23  Bruno Haible  <bruno@clisp.org>
15036
15037         * modules/freadahead (License): Change to LGPLv2+.
15038         Suggested by Simon Josefsson.
15039
15040 2008-10-23  Jim Meyering  <meyering@redhat.com>
15041
15042         random_r: new module
15043         * modules/random_r: New file.
15044         * m4/random_r.m4: New file.
15045         * lib/random_r.c: New file, from glibc.
15046         * modules/random_r-tests: New file.
15047         * tests/test-random_r.c: New file.
15048         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
15049          Declare.
15050         (RAND_MAX): Define.
15051         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
15052         * modules/stdlib: Substitute them, too.
15053         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
15054         * doc/glibc-functions/initstate_r.texi: Mention the new module.
15055         * doc/glibc-functions/random_r.texi: Likewise.
15056         * doc/glibc-functions/setstate_r.texi: Likewise.
15057         * doc/glibc-functions/srandom_r.texi: Likewise.
15058         * config/srclist.txt: Mention it.
15059
15060 2008-10-23  David Lutterkort  <lutter@redhat.com>
15061
15062         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
15063         link requirement
15064
15065 2008-10-23  Jim Meyering  <meyering@redhat.com>
15066
15067         selinux-h: mark parameters of stub functions as intentionally unused
15068         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
15069         * lib/se-context.in.h: Likewise.
15070
15071 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15072
15073         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
15074
15075 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15076
15077         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
15078
15079 2008-10-22  Eric Blake  <ebb9@byu.net>
15080
15081         glthread/thread: avoid compiler warning
15082         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
15083         Add unreachable abort to silence compiler.
15084
15085 2008-10-22  Eric Blake  <ebb9@byu.net>
15086
15087         netdb: also supply struct addrinfo for cygwin 1.5.x
15088         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
15089         older cygwin.
15090         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
15091         cygwin.
15092         * doc/posix-headers/netdb.texi (netdb.h): Document this.
15093
15094 2008-10-22  Bruno Haible  <bruno@clisp.org>
15095
15096         * users.txt: Update entry about pspp.
15097
15098 2008-10-21  Bruno Haible  <bruno@clisp.org>
15099
15100         Simplification.
15101         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
15102         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
15103
15104         Simplification.
15105         * lib/ioctl.c (ioctl): Don't undefine.
15106         * lib/socket.c (socket): Don't undefine.
15107
15108         Remove unused module indicator macros.
15109         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
15110         GNULIB_$1 as a C macro.
15111
15112         * doc/posix-functions/close.texi: Undo last change.
15113         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
15114         Windows platforms.
15115
15116 2008-10-21  Bruno Haible  <bruno@clisp.org>
15117
15118         Add gethostname() declaration to <unistd.h>.
15119         * lib/unistd.in.h (gethostname): New declaration.
15120         * lib/gethostname.c: Include <unistd.h>.
15121         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
15122         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
15123         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
15124         and HAVE_GETHOSTNAME.
15125         * modules/gethostname (Depends-on): Add unistd.
15126         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15127         (Include): Specify <unistd.h>.
15128         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
15129         HAVE_GETHOSTNAME.
15130         * tests/test-gethostname.c: Include <unistd.h> first.
15131
15132 2008-10-21  Bruno Haible  <bruno@clisp.org>
15133
15134         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
15135         * modules/select-tests (Depends-on): Likewise.
15136         Reported by Simon Josefsson.
15137
15138 2008-10-21  Simon Josefsson  <simon@josefsson.org>
15139
15140         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
15141         * lib/accept.c: New file, based on winsock.c.
15142         * lib/bind.c: New file, based on winsock.c.
15143         * lib/connect.c: New file, based on winsock.c.
15144         * lib/getpeername.c: New file, based on winsock.c.
15145         * lib/getsockname.c: New file, based on winsock.c.
15146         * lib/getsockopt.c: New file, based on winsock.c.
15147         * lib/ioctl.c: New file, based on winsock.c.
15148         * lib/listen.c: New file, based on winsock.c.
15149         * lib/recv.c: New file, based on winsock.c.
15150         * lib/recvfrom.c: New file, based on winsock.c.
15151         * lib/send.c: New file, based on winsock.c.
15152         * lib/sendto.c: New file, based on winsock.c.
15153         * lib/setsockopt.c: New file, based on winsock.c.
15154         * lib/shutdown.c: New file, based on winsock.c.
15155         * lib/socket.c: New file, based on winsock.c.
15156         * lib/w32sock.h: New file, based on winsock.c.
15157         * lib/winsock.c: Remove file.
15158         * modules/accept: Likewise.
15159         * modules/bind: Likewise.
15160         * modules/connect: Likewise.
15161         * modules/getpeername: Likewise.
15162         * modules/getsockname: Likewise.
15163         * modules/getsockopt: Likewise.
15164         * modules/ioctl: Likewise.
15165         * modules/listen: Likewise.
15166         * modules/recv: Likewise.
15167         * modules/recvfrom: Likewise.
15168         * modules/send: Likewise.
15169         * modules/sendto: Likewise.
15170         * modules/setsockopt: Likewise.
15171         * modules/shutdown: Likewise.
15172         * modules/socket: Use socket.c instead of winsock.c.
15173         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
15174         * doc/posix-functions/accept.texi: Doc fix.
15175         * doc/posix-functions/bind.texi: Doc fix.
15176         * doc/posix-functions/close.texi: Doc fix.
15177         * doc/posix-functions/connect.texi: Doc fix.
15178         * doc/posix-functions/getpeername.texi: Doc fix.
15179         * doc/posix-functions/getsockname.texi: Doc fix.
15180         * doc/posix-functions/getsockopt.texi: Doc fix.
15181         * doc/posix-functions/ioctl.texi: Doc fix.
15182         * doc/posix-functions/listen.texi: Doc fix.
15183         * doc/posix-functions/recv.texi: Doc fix.
15184         * doc/posix-functions/recvfrom.texi: Doc fix.
15185         * doc/posix-functions/send.texi: Doc fix.
15186         * doc/posix-functions/sendto.texi: Doc fix.
15187         * doc/posix-functions/setsockopt.texi: Doc fix.
15188         * doc/posix-functions/shutdown.texi: Doc fix.
15189         * doc/posix-functions/socket.texi: Doc fix.
15190
15191 2008-10-20  Bruno Haible  <bruno@clisp.org>
15192
15193         Take into account the role of SIGABRT_COMPAT on Windows 2008.
15194         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
15195         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
15196         as an alias for SIGABRT.
15197         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
15198         (sigaction): Map it to SIGABRT.
15199         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
15200
15201 2008-10-20  Bruno Haible  <bruno@clisp.org>
15202
15203         * lib/fts.c: Don't include lstat.h.
15204         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
15205
15206         Move the lstat() declaration to <sys/stat.h>.
15207         * lib/lstat.h: Remove file.
15208         * lib/sys_stat.in.h: Add special invocation convention.
15209         (lstat): New declaration.
15210         * lib/lstat.c (orig_lstat): New function.
15211         (rpl_lstat): Use orig_lstat instead of lstat.
15212         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
15213         AC_C_INLINE. Set REPLACE_LSTAT.
15214         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
15215         and REPLACE_LSTAT.
15216         * modules/lstat (Files): Remove lib/lstat.h.
15217         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
15218         (Include): Specify <sys/stat.h> instead of lstat.h.
15219         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
15220         REPLACE_LSTAT.
15221         * NEWS: Mention the change.
15222
15223 2008-10-20  Bruno Haible  <bruno@clisp.org>
15224
15225         * modules/posix_spawn-tests: New file.
15226         * tests/test-posix_spawn3.c: New file.
15227
15228 2008-10-20  Bruno Haible  <bruno@clisp.org>
15229
15230         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
15231         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
15232         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
15233         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
15234         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
15235
15236 2008-10-20  Bruno Haible  <bruno@clisp.org>
15237
15238         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
15239         of posix_spawn on AIX 5.3.
15240
15241 2008-10-20  Bruno Haible  <bruno@clisp.org>
15242
15243         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
15244
15245 2008-10-20  Bruno Haible  <bruno@clisp.org>
15246
15247         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
15248         of AC_LANG_PROGRAM.
15249
15250 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15251
15252         * lib/netdb.in.h: Don't define GNU specific constants until they
15253         are supported or needed.  Reported by Bruno Haible
15254         <bruno@clisp.org>.
15255
15256 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15257
15258         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
15259
15260 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15261
15262         * lib/getaddrinfo.h: Remove file.
15263         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
15264         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
15265         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
15266         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
15267         * modules/netdb: Substitute GNULIB_GETADDRINFO.
15268         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
15269         * tests/test-getaddrinfo.c: Likewise.
15270         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
15271         * NEWS: Mention change.
15272
15273 2008-10-19  Bruno Haible  <bruno@clisp.org>
15274
15275         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
15276
15277 2008-10-19  Bruno Haible  <bruno@clisp.org>
15278
15279         * lib/wait-process.c: Include simply <sys/wait.h>.
15280         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
15281         WIFSTOPPED): Remove fallback definitions.
15282         * modules/wait-process (Depends-on): Add sys_wait.
15283
15284         New module 'sys_wait'.
15285         * modules/sys_wait: New file.
15286         * lib/sys_wait.in.h: New file, partially copied from
15287         lib/wait-process.c.
15288         * m4/sys_wait_h.m4: New file.
15289         * doc/posix-headers/sys_wait.texi: Mention the new module.
15290
15291 2008-10-19  Bruno Haible  <bruno@clisp.org>
15292
15293         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
15294
15295 2008-10-19  Bruno Haible  <bruno@clisp.org>
15296
15297         Assume that waitpid() fills an 'int' status, not a 'union wait'.
15298         * lib/wait-process.c (WAIT_T): Remove type.
15299         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
15300         (wait_subprocess): Update.
15301
15302 2008-10-19  Bruno Haible  <bruno@clisp.org>
15303
15304         New module 'atoll'.
15305         * modules/atoll: New file.
15306         * lib/stdlib.in.h (atoll): New declaration.
15307         * lib/atoll.c: New file, from glibc with modifications.
15308         * m4/atoll.m4: New file.
15309         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
15310         HAVE_ATOLL.
15311         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
15312         * doc/posix-functions/atoll.texi: Mention the new module.
15313
15314 2008-10-19  Bruno Haible  <bruno@clisp.org>
15315
15316         Add strtoull() declaration to <stdlib.h>.
15317         * lib/stdlib.in.h (strtoull): New declaration.
15318         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
15319         Set HAVE_STRTOULL.
15320         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
15321         HAVE_STRTOULL.
15322         * modules/strtoull (Depends-on): Add stdlib.
15323         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15324         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
15325         HAVE_STRTOULL.
15326
15327 2008-10-19  Bruno Haible  <bruno@clisp.org>
15328
15329         Add strtoll() declaration to <stdlib.h>.
15330         * lib/stdlib.in.h (strtoll): New declaration.
15331         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
15332         Set HAVE_STRTOLL.
15333         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
15334         HAVE_STRTOLL.
15335         * modules/strtoll (Depends-on): Add stdlib.
15336         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15337         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
15338
15339 2008-10-19  Bruno Haible  <bruno@clisp.org>
15340
15341         * modules/bcopy (Depends-on): Add strings.
15342         (Include): Specify <strings.h>.
15343
15344 2008-10-19  Bruno Haible  <bruno@clisp.org>
15345
15346         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
15347
15348 2008-10-19  Bruno Haible  <bruno@clisp.org>
15349
15350         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
15351         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
15352         mingw.
15353
15354 2008-10-19  Bruno Haible  <bruno@clisp.org>
15355
15356         * lib/atanl.c: Don't include isnanl.h.
15357         * lib/cosl.c: Likewise.
15358         * lib/ldexpl.c: Likewise.
15359         * lib/logl.c: Likewise.
15360         * lib/sinl.c: Likewise.
15361         * lib/sqrtl.c: Likewise.
15362         * lib/tanl.c: Likewise.
15363
15364         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
15365         * lib/isnanf.h: Remove file.
15366         * lib/isnand.h: Remove file.
15367         * lib/isnanl.h: Remove file.
15368         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
15369         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
15370         macros.
15371         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
15372         HAVE_ISNANF, don't define it as a C macro.
15373         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
15374         HAVE_ISNAND, don't define it as a C macro.
15375         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
15376         HAVE_ISNANL, don't define it as a C macro.
15377         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
15378         HAVE_ISNAN[FDL].
15379         * modules/isnanf (Files): Remove lib/isnanf.h.
15380         (Depends-on): Add math.
15381         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
15382         (Include): Specify <math.h> instead of isnanf.h.
15383         * modules/isnand (Files): Remove lib/isnand.h.
15384         (Depends-on): Add math.
15385         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
15386         (Include): Specify <math.h> instead of isnand.h.
15387         * modules/isnanl (Files): Remove lib/isnanl.h.
15388         (Depends-on): Add math.
15389         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
15390         (Include): Specify <math.h> instead of isnanl.h.
15391         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
15392         HAVE_ISNAN[FDL].
15393         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
15394         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
15395         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
15396         * NEWS: Mention the change.
15397
15398 2008-10-18  Bruno Haible  <bruno@clisp.org>
15399
15400         Add getusershell(), setusershell(), endusershell() declarations to
15401         <unistd.h>.
15402         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
15403         declarations.
15404         * lib/getusershell.c: Include unistd.h.
15405         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
15406         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
15407         HAVE_GETUSERSHELL.
15408         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
15409         and HAVE_GETUSERSHELL.
15410         * modules/getusershell (Depends-on): Add unistd, extensions.
15411         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15412         (Include): Specify <unistd.h>.
15413         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
15414         HAVE_GETUSERSHELL.
15415
15416 2008-10-18  Bruno Haible  <bruno@clisp.org>
15417
15418         Add a getloadavg() declaration to <stdlib.h>.
15419         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
15420         getloadavg declaration.
15421         (getloadavg): New declaration.
15422         * lib/getloadavg.c: Include <stdlib.h> first.
15423         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
15424         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
15425         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
15426         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
15427         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
15428         * modules/getloadavg (Depends-on): Add stdlib, extensions.
15429         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15430         (Include): Specify <stdlib.h>.
15431         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
15432         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
15433
15434 2008-10-18  Bruno Haible  <bruno@clisp.org>
15435
15436         * lib/dirchownmod.c: Don't include lchmod.h.
15437
15438         Move the lchmod() declaration to <sys/stat.h>.
15439         * lib/lchmod.h: Remove file.
15440         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
15441         (lchmod): New declaration, moved here from lib/lchown.h.
15442         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
15443         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
15444         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
15445         and HAVE_LCHMOD.
15446         * modules/lchmod (Files): Remove lib/lchmod.h.
15447         (Depends-on): Add sys_stat, extensions.
15448         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
15449         (Include): Specify <sys/stat.h> instead of lchmod.h.
15450         * modules/sys_stat (Depends-on): Add link-warning.
15451         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
15452         definition of GL_LINK_WARNING.
15453         * NEWS: Mention the change.
15454
15455 2008-10-18  Bruno Haible  <bruno@clisp.org>
15456
15457         * lib/fchdir.c: Don't include dirfd.h.
15458         * lib/fts.c: Likewise.
15459         * lib/getcwd.c: Likewise.
15460         * lib/glob.c: Likewise.
15461
15462         Move the dirfd() declaration to <dirent.h>.
15463         * lib/dirfd.h: Remove file.
15464         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
15465         (dirfd): New declaration.
15466         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
15467         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
15468         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
15469         HAVE_DECL_DIRFD.
15470         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
15471         HAVE_DECL_DIRFD.
15472         * modules/dirfd (Files): Remove lib/dirfd.h.
15473         (Depends-on): Add dirent, extensions.
15474         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
15475         (Include): Specify <dirent.h> instead of dirfd.h.
15476         * modules/dirent (Depends-on): Add link-warning.
15477         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
15478         definition of GL_LINK_WARNING.
15479         * NEWS: Mention the change.
15480
15481 2008-10-18  Bruno Haible  <bruno@clisp.org>
15482
15483         Move the euidaccess() declaration to <unistd.h>.
15484         * lib/euidaccess.h: Remove file.
15485         * lib/unistd.in.h (euidaccess): New declaration.
15486         * lib/euidaccess.c: Don't include euidaccess.h.
15487         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
15488         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
15489         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
15490         and HAVE_EUIDACCESS.
15491         * modules/euidaccess (Files): Remove lib/euidaccess.h.
15492         (Depends-on): Add unistd.
15493         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15494         (Include): Specify <unistd.h> instead of euidaccess.h.
15495         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
15496         HAVE_EUIDACCESS.
15497         * NEWS: Mention the change.
15498
15499 2008-10-18  Bruno Haible  <bruno@clisp.org>
15500
15501         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
15502
15503         Move the getdomainname() declaration to <unistd.h>.
15504         * lib/getdomainname.h: Remove file.
15505         * lib/unistd.in.h (getdomainname): New declaration.
15506         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
15507         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
15508         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
15509         HAVE_GETDOMAINNAME.
15510         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15511         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
15512         * modules/getdomainname (Files): Remove lib/getdomainname.h.
15513         (Depends-on): Add unistd, extensions.
15514         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15515         (Includes): Specify <unistd.h> instead of getdomainname.h.
15516         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
15517         HAVE_GETDOMAINNAME.
15518         * NEWS: Mention the change.
15519
15520 2008-10-18  Bruno Haible  <bruno@clisp.org>
15521
15522         * modules/dirent: New file.
15523         * m4/dirent_h.m4: New file.
15524         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
15525         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
15526         * modules/fchdir (Files): Remove lib/dirent.in.h.
15527         (Depends-on): Add dirent.
15528         (Makefile.am): Move rules to modules/dirent.
15529         * doc/posix-headers/dirent.texi: Mention the new module.
15530
15531 2008-10-18  Bruno Haible  <bruno@clisp.org>
15532
15533         Avoid -Wunused-parameter warnings in public gnulib header files.
15534         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
15535         macro.
15536         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
15537
15538 2008-10-18  Bruno Haible  <bruno@clisp.org>
15539
15540         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
15541         * doc/glibc-functions/error.texi: Mention the module 'error'.
15542         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
15543         * doc/glibc-functions/getdomainname.texi: Mention the module
15544         'getdomainname'.
15545         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
15546         * doc/glibc-functions/getpagesize.texi: Mention the module
15547         'getpagesize'.
15548         * doc/glibc-functions/getusershell.texi: Mention the module
15549         'getusershell'.
15550         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
15551         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
15552         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
15553         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
15554         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
15555         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
15556         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
15557         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
15558         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
15559         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
15560         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
15561         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
15562         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
15563         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
15564
15565 2008-10-17  Bruno Haible  <bruno@clisp.org>
15566
15567         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
15568         HP-UX and IRIX, use -0.0L.
15569         * tests/test-ceill.c (minus_zero): Likewise.
15570         * tests/test-floorl.c (minus_zero): Likewise.
15571         * tests/test-frexpl.c (minus_zero): Likewise.
15572         * tests/test-isnan.c (minus_zerol): Likewise.
15573         * tests/test-isnanl.h (minus_zero): Likewise.
15574         * tests/test-ldexpl.c (minus_zero): Likewise.
15575         * tests/test-roundl.c (minus_zero): Likewise.
15576         * tests/test-signbit.c (minus_zerol): Likewise.
15577         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
15578         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
15579         * tests/test-truncl.c (minus_zero): Likewise.
15580         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
15581         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
15582         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
15583         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
15584
15585 2008-10-17  Bruno Haible  <bruno@clisp.org>
15586
15587         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
15588         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
15589         that it gets activated only for gcc >= 3.0.
15590         * lib/dirent.in.h: Likewise.
15591         * lib/errno.in.h: Likewise.
15592         * lib/fcntl.in.h: Likewise.
15593         * lib/float.in.h: Likewise.
15594         * lib/iconv.in.h: Likewise.
15595         * lib/inttypes.in.h: Likewise.
15596         * lib/locale.in.h: Likewise.
15597         * lib/math.in.h: Likewise.
15598         * lib/netdb.in.h: Likewise.
15599         * lib/netinet_in.in.h: Likewise.
15600         * lib/search.in.h: Likewise.
15601         * lib/signal.in.h: Likewise.
15602         * lib/spawn.in.h: Likewise.
15603         * lib/stdarg.in.h: Likewise.
15604         * lib/stdint.in.h: Likewise.
15605         * lib/stdio.in.h: Likewise.
15606         * lib/stdlib.in.h: Likewise.
15607         * lib/string.in.h: Likewise.
15608         * lib/strings.in.h: Likewise.
15609         * lib/sys_file.in.h: Likewise.
15610         * lib/sys_ioctl.in.h: Likewise.
15611         * lib/sys_select.in.h: Likewise.
15612         * lib/sys_socket.in.h: Likewise.
15613         * lib/sys_stat.in.h: Likewise.
15614         * lib/sys_time.in.h: Likewise.
15615         * lib/sysexits.in.h: Likewise.
15616         * lib/time.in.h: Likewise.
15617         * lib/unistd.in.h: Likewise.
15618         * lib/wchar.in.h: Likewise.
15619         * lib/wctype.in.h: Likewise.
15620         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15621
15622 2008-10-17  Jim Meyering  <meyering@redhat.com>
15623
15624         ignore-value: don't depend on inline module
15625         * modules/ignore-value (Depends-on): Remove 'inline'.
15626         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
15627         Suggestion from Bruno Haible.
15628
15629 2008-10-17  Bruno Haible  <bruno@clisp.org>
15630
15631         New implementation of condition variables for Win32.
15632         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
15633         (gl_linked_waitqueue_t): New type.
15634         (gl_cond_t): Use it.
15635         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
15636         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
15637         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
15638         (glthread_cond_init_func, glthread_cond_wait_func,
15639         glthread_cond_timedwait_func, glthread_cond_signal_func,
15640         glthread_cond_broadcast_func, glthread_cond_destroy_func):
15641         Reimplemented on the basis of gl_linked_waitqueue_t.
15642         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
15643         gl_waitqueue_t.
15644         (gl_rwlock_t): Update.
15645         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
15646
15647 2008-10-17  Simon Josefsson  <simon@josefsson.org>
15648
15649         * modules/recvfrom (Depends-on): Add dependency on getpeername.
15650         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15651
15652 2008-10-17  Jim Meyering  <meyering@redhat.com>
15653
15654         ignore-value: new module
15655         * modules/ignore-value: New file.
15656         * lib/ignore-value.h: New file.
15657         * MODULES.html.sh (Compiler warning management): New section,
15658         just for this module.  More to come.
15659
15660 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15661
15662         open-safer.c: avoid 'signed and unsigned in conditional...' warning
15663         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
15664         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
15665
15666 2008-10-16  Jim Meyering  <meyering@redhat.com>
15667
15668         openat-die.c: avoid 'no previous prototype' warning
15669         * lib/openat-die.c: Include "openat.h".
15670         Reported by Reuben Thomas <rrt@sc3d.org>.
15671
15672 2008-10-16  Simon Josefsson  <simon@josefsson.org>
15673
15674         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
15675         * lib/netdb.in.h: Fix typo.
15676         Reported by Bruno Haible  <bruno@clisp.org>
15677
15678         * lib/netdb.in.h: Include sys/socket.h for platforms without
15679         netdb.h, to get structures like hostent on MinGW.
15680         * modules/netdb (Depends-on): Add sys_socket.
15681
15682 2008-10-15  Simon Josefsson  <simon@josefsson.org>
15683
15684         * modules/netdb, modules/netdb-tests: New file.
15685         * m4/netdb_h.m4: New file.
15686         * lib/netdb.in.h: Add, currently just an empty file pending
15687         definitions.
15688         * tests/test-netdb.c: New file.
15689         * doc/posix-headers/netdb.texi: Mention that we replace it if
15690         needed.
15691         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15692         netdb.
15693
15694 2008-10-15  Simon Josefsson  <simon@josefsson.org>
15695
15696         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
15697         with code.
15698
15699 2008-10-13  Bruno Haible  <bruno@clisp.org>
15700
15701         * lib/glthread/cond.c (glthread_cond_wait_func,
15702         glthread_cond_timedwait_func): Add a comment.
15703
15704 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15705
15706         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
15707         * tests/test-select.c: Likewise,
15708
15709 2008-10-13  Bruno Haible  <bruno@clisp.org>
15710
15711         * lib/glthread/cond.c (glthread_cond_wait_func,
15712         glthread_cond_timedwait_func): Fix variable name.
15713         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15714
15715 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
15716
15717         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
15718         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
15719         struct sockaddr.sa_len.
15720         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
15721
15722 2008-10-13  Simon Josefsson  <simon@josefsson.org>
15723
15724         * build-aux/pmccabe2html: Add css and css_url parameters.
15725
15726 2008-10-12  Bruno Haible  <bruno@clisp.org>
15727
15728         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
15729         calling aclx_get.
15730         Reported by Rainer Tammer <tammer@tammer.net>.
15731
15732 2008-10-12  Bruno Haible  <bruno@clisp.org>
15733
15734         Use msvcrt aware primitives for creation/termination of Win32 threads.
15735         * lib/glthread/thread.c: Include <process.h>.
15736         (glthread_create_func): Use _beginthreadex instead of CreateThread.
15737         (wrapper_func): Update signature.
15738         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
15739
15740 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15741             Bruno Haible  <bruno@clisp.org>
15742
15743         Provide a Win32 implementation of the 'cond' module.
15744         * lib/glthread/cond.h [USE_WIN32]: New implementation.
15745         * lib/glthread/cond.c (glthread_cond_init_func,
15746         glthread_cond_wait_func, glthread_cond_timedwait_func,
15747         glthread_cond_signal_func, glthread_cond_broadcast_func,
15748         glthread_cond_destroy_func) [USE_WIN32]: New functions.
15749         * modules/cond (Dependencies): Add gettimeofday.
15750
15751 2008-10-11  Bruno Haible  <bruno@clisp.org>
15752
15753         Make sleep work on older versions of mingw.
15754         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
15755         only whether it exists.
15756         * doc/posix-functions/sleep.texi: Mention the problem with older
15757         versions of mingw.
15758
15759 2008-10-11  Bruno Haible  <bruno@clisp.org>
15760
15761         New module 'shutdown'.
15762         * modules/shutdown: New file.
15763         * lib/sys_socket.in.h (shutdown): New declaration.
15764         * lib/winsock.c (shutdown): New function.
15765         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
15766         GNULIB_SHUTDOWN.
15767         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
15768         * doc/posix-functions/shutdown.texi: Document the new module.
15769
15770 2008-10-11  Jim Meyering  <meyering@redhat.com>
15771
15772         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
15773
15774 2008-10-11  Bruno Haible  <bruno@clisp.org>
15775
15776         New module 'fclose'.
15777         * modules/fclose: New file.
15778         * lib/stdio.in.h (fclose): New declaration.
15779         * lib/fclose.c: New file.
15780         * m4/fclose.m4: New file.
15781         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
15782         REPLACE_FCLOSE.
15783         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
15784         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
15785         REPLACE_FCLOSE.
15786         * modules/close (Depends-on): fclose.
15787         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
15788
15789 2008-10-11  Bruno Haible  <bruno@clisp.org>
15790
15791         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
15792         set errno and don't call _close.
15793
15794 2008-10-10  Bruno Haible  <bruno@clisp.org>
15795
15796         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
15797         ACL, not afterwards. Fixes test failure on Cygwin.
15798
15799 2008-10-09  Ben Pfaff  <blp@gnu.org>
15800
15801         * build-aux/announce-gen: Fix gnulib version related part of usage
15802         message.  Die with a useful error message if no tarballs are
15803         found.
15804
15805 2008-10-10  Jim Meyering  <meyering@redhat.com>
15806
15807         bootstrap: use git's --depth=N option only if it's supported
15808         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
15809         recognize the --depth option.  Reported by Pádraig Brady.
15810
15811 2008-10-09  Bruno Haible  <bruno@clisp.org>
15812
15813         New module 'ioctl'.
15814         * modules/ioctl: New file.
15815         * lib/sys_socket.in.h (ioctl): Remove declaration.
15816         * lib/winsock.c: Include <sys/ioctl.h>.
15817         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
15818         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
15819         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
15820         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
15821         * doc/posix-functions/ioctl.texi: Mention the new module.
15822
15823 2008-10-09  Bruno Haible  <bruno@clisp.org>
15824
15825         New module 'sys_ioctl'.
15826         * lib/sys_ioctl.in.h: New file.
15827         * m4/sys_ioctl_h.m4: New file.
15828         * modules/sys_ioctl: New file.
15829         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
15830
15831 2008-10-09  Bruno Haible  <bruno@clisp.org>
15832
15833         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
15834         * lib/winsock.c: Include <stdarg.h>.
15835         (rpl_ioctl): Change to second argument 'int' and then varargs.
15836
15837 2008-10-09  Bruno Haible  <bruno@clisp.org>
15838
15839         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
15840         when the sys_socket module is present and the system has <winsock2.h>.
15841
15842 2008-10-09  Bruno Haible  <bruno@clisp.org>
15843
15844         * doc/posix-functions/close.texi: Mention module 'close' instead of
15845         module 'sys_socket'.
15846
15847 2008-10-09  Bruno Haible  <bruno@clisp.org>
15848
15849         * doc/glibc-headers/sys_ioctl.texi: New file.
15850         * doc/gnulib.texi: Include it.
15851
15852 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15853             Bruno Haible  <bruno@clisp.org>
15854
15855         Combine the two replacements of 'close'.
15856         * lib/sys_socket.in.h (close): Define to a reminder to include
15857         <unistd.h>.
15858         (_gl_close_fd_maybe_socket): New declaration.
15859         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
15860         * lib/winsock.c (close): Remove undefinition.
15861         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
15862         needed for the gnulib module 'close'.
15863         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
15864         define to an error symbol or to a warning, if suitable.
15865         * lib/close.c: Include <sys/socket.h>.
15866         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
15867         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
15868         UNISTD_H_HAVE_WINSOCK2_H.
15869         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
15870         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15871         UNISTD_H_HAVE_WINSOCK2_H.
15872         * modules/sys_socket (Files): Add m4/unistd_h.m4.
15873         (configure.ac): Set a module indicator.
15874         (Makefile.am): Substitute GNULIB_CLOSE.
15875         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
15876         * modules/poll-tests (Depends-on): Add close.
15877         * modules/select-tests (Depends-on): Likewise.
15878
15879 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15880             Bruno Haible  <bruno@clisp.org>
15881
15882         New module 'close'.
15883         * modules/close: New file.
15884         * lib/unistd.in.h (close): Move declaration out of the
15885         FCHDIR_REPLACEMENT scope.
15886         (_gl_unregister_fd): New declaration.
15887         * lib/close.c: New file.
15888         * lib/fchdir.c (rpl_close): Remove function.
15889         * m4/close.m4: New file.
15890         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
15891         close.
15892         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
15893         REPLACE_CLOSE.
15894         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
15895         REPLACE_CLOSE.
15896         * modules/fchdir (Depends-on): Add close.
15897
15898 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15899             Bruno Haible  <bruno@clisp.org>
15900
15901         * lib/fcntl.in.h (open): Simplify conditionals.
15902         (_gl_register_fd): New declaration.
15903         * lib/fchdir.c (rpl_open): Remove function.
15904         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
15905         also.
15906         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
15907         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
15908         open.
15909
15910 2008-10-09  Jim Meyering  <meyering@redhat.com>
15911
15912         GNUmakefile: use the more name-space-friendly "_version"
15913         * top/GNUmakefile (_dummy): Update.
15914         (_version): Rename from "version".
15915
15916 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15917             Bruno Haible  <bruno@clisp.org>
15918
15919         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
15920         rpl_close.
15921         (_gl_register_fd): New function, extracted from rpl_open.
15922         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
15923         (rpl_open, rpl_opendir): Use _gl_register_fd.
15924
15925 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
15926
15927         Fix organization of 'open' replacement.
15928         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
15929         (gl_FUNC_OPEN): Use it.
15930         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
15931
15932 2008-10-08  Bruno Haible  <bruno@clisp.org>
15933
15934         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
15935
15936 2008-10-08  Simon Josefsson  <simon@josefsson.org>
15937
15938         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
15939         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
15940         listen).
15941
15942 2008-10-08  Eric Blake  <ebb9@byu.net>
15943
15944         GNUmakefile: add 'make version' target
15945         * top/GNUmakefile (_curr-ver): Split version update rules...
15946         (version): ...into a target.
15947
15948 2008-10-07  Bruno Haible  <bruno@clisp.org>
15949
15950         Use a more portable replacement expression for -0.0L.
15951         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
15952         instead of -0.0L. Fix m4 quotation.
15953
15954         * tests/test-signbit.c: Include <float.h>.
15955         (minus_zero): New variable.
15956         (test_signbitl): Use minus_zero instead of -zero.
15957         * modules/signbit-tests (Depends-on): Add float.
15958
15959         * tests/test-ceill.c: Include <float.h>.
15960         (zero): Remove variable.
15961         (minus_zero): New variable.
15962         (main): Use minus_zero instead of -zero.
15963         * modules/ceill-tests (Depends-on): Add float.
15964
15965         * tests/test-floorl.c: Include <float.h>.
15966         (zero): Remove variable.
15967         (minus_zero): New variable.
15968         (main): Use minus_zero instead of -zero.
15969         * modules/floorl-tests (Depends-on): Add float.
15970
15971         * tests/test-roundl.c: Include <float.h>.
15972         (zero): Remove variable.
15973         (minus_zero): New variable.
15974         (main): Use minus_zero instead of -zero.
15975         * modules/roundl-tests (Depends-on): Add float.
15976
15977         * tests/test-truncl.c: Include <float.h>.
15978         (zero): Remove variable.
15979         (minus_zero): New variable.
15980         (main): Use minus_zero instead of -zero.
15981         * modules/truncl-tests (Depends-on): Add float.
15982
15983         * tests/test-frexpl.c (zero): Remove variable.
15984         (minus_zero): New variable.
15985         (main): Use minus_zero instead of -zero.
15986         * modules/frexpl-tests (Depends-on): Add float.
15987
15988         * tests/test-isnan.c (zerol): Remove variable.
15989         (minus_zerol): New variable.
15990         (test_long_double): Use minus_zerol instead of -zerol.
15991         * modules/isnan-tests (Depends-on): Add float.
15992
15993         * tests/test-isnanl.h (zero): Remove variable.
15994         (minus_zero): New variable.
15995         (main): Use minus_zero instead of -zero.
15996         * modules/isnanl-nolibm-tests (Depends-on): Add float.
15997         * modules/isnanl-tests (Depends-on): Add float.
15998
15999         * tests/test-ldexpl.c (zero): Remove variable.
16000         (minus_zero): New variable.
16001         (main): Use minus_zero instead of -zero.
16002         * modules/ldexpl-tests (Depends-on): Add float.
16003
16004         * tests/test-snprintf-posix.h (zerol): Remove variable.
16005         (minus_zerol): New variable.
16006         (test_function): Use minus_zerol instead of -zerol.
16007         * modules/snprintf-posix-tests (Depends-on): Add float.
16008         * modules/vsnprintf-posix-tests (Depends-on): Add float.
16009
16010         * tests/test-sprintf-posix.h (zerol): Remove variable.
16011         (minus_zerol): New variable.
16012         (test_function): Use minus_zerol instead of -zerol.
16013         * modules/sprintf-posix-tests (Depends-on): Add float.
16014         * modules/vsprintf-posix-tests (Depends-on): Add float.
16015
16016         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
16017         (minus_zerol): New variable.
16018         (test_function): Use minus_zerol instead of -zerol.
16019         * modules/vasnprintf-posix-tests (Depends-on): Add float.
16020
16021         * tests/test-vasprintf-posix.c (zerol): Remove variable.
16022         (minus_zerol): New variable.
16023         (test_function): Use minus_zerol instead of -zerol.
16024         * modules/vasprintf-posix-tests (Depends-on): Add float.
16025
16026 2008-10-07  Simon Josefsson  <simon@josefsson.org>
16027
16028         * MODULES.html.sh (Support for building documentation): Mention
16029         pmccabe2html.  Sort entries.
16030
16031         Add pmccabe2html module, from gnupdf.
16032         * build-aux/pmccabe.css: New file.
16033         * build-aux/pmccabe2html: New file.
16034         * m4/pmccabe2html.m4: New file.
16035         * modules/pmccabe2html: New file.
16036
16037 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
16038
16039         flock: new module
16040         * MODULES.html.sh: Add to list of modules.
16041         * lib/flock.c: flock implementation for Windows and Unix systems
16042         which have fcntl.
16043         * doc/glibc-functions/flock.texi: Update documentation.
16044         * lib/sys_file.in.h: <sys/file.h> header file.
16045         * m4/flock.m4: M4 macros.
16046         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
16047         * modules/flock: flock module.
16048         * modules/flock-tests: flock tests module.
16049         * modules/sys_file: sys/file.h module.
16050         * tests/test-flock.c: test suite for flock.
16051
16052 2008-10-06  Jim Meyering  <meyering@redhat.com>
16053
16054         bootstrap: check for LT_INIT more portably still ;-)
16055         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
16056         Spotted by Bruno Haible.
16057
16058 2008-10-06  Eric Blake  <ebb9@byu.net>
16059
16060         test-signbit: avoid tripping Irix cc bug on -0.0L
16061         * tests/test-signbit.c (minus_zerol): Delete, and replace with
16062         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
16063         entire testsuite consistent and avoids an Irix 6.2 bug.
16064
16065 2008-10-05  Bruno Haible  <bruno@clisp.org>
16066             Jim Meyering  <jim@meyering.net>
16067
16068         Add an option for ignoring EPIPE during close_stdout.
16069         * lib/closeout.h: Include <stdbool.h>.
16070         (close_stdout_set_ignore_EPIPE): New declaration.
16071         * lib/closeout.c: Include <stdbool.h>.
16072         (ignore_EPIPE): New variable.
16073         (close_stdout_set_ignore_EPIPE): New function.
16074         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
16075         * lib/close-stream.c (close_stream): Mention the possible EPIPE
16076         failure.
16077         * modules/closeout (Depends-on): Add stdbool.
16078
16079 2008-10-05  Bruno Haible  <bruno@clisp.org>
16080
16081         * modules/accept: New file.
16082         * modules/bind: New file.
16083         * modules/connect: New file.
16084         * modules/getpeername: New file.
16085         * modules/getsockname: New file.
16086         * modules/getsockopt: New file.
16087         * modules/listen: New file.
16088         * modules/recv: New file.
16089         * modules/recvfrom: New file.
16090         * modules/send: New file.
16091         * modules/sendto: New file.
16092         * modules/setsockopt: New file.
16093         * modules/socket: New file.
16094         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
16095         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
16096         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
16097         the particular module is requested. Add a link warning when the
16098         particular module is not requested.
16099         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
16100         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
16101         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
16102         the particular module is requested.
16103         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
16104         gl_SYS_SOCKET_H_DEFAULTS): New macros.
16105         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
16106         * modules/sys_socket (Depends-on): Add link-warning.
16107         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
16108         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
16109         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
16110         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
16111         GL_LINK_WARNING.
16112         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
16113         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
16114         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
16115         * doc/posix-functions/getpeername.texi: Mention the new module
16116         'getpeername'.
16117         * doc/posix-functions/getsockname.texi: Mention the new module
16118         'getsockname'.
16119         * doc/posix-functions/getsockopt.texi: Mention the new module
16120         'getsockopt'.
16121         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
16122         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
16123         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
16124         * doc/posix-functions/send.texi: Mention the new module 'send'.
16125         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
16126         * doc/posix-functions/setsockopt.texi: Mention the new module
16127         'setsockopt'.
16128         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
16129         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
16130         listen, connect, accept.
16131         * modules/select-tests (Depends-on): Likewise.
16132
16133 2008-10-05  Bruno Haible  <bruno@clisp.org>
16134
16135         * lib/winsock.c (strerror): Remove unused #undef.
16136         (rpl_close): Remove unused local variable.
16137
16138         * modules/sys_socket (Depends-on); Add errno.
16139
16140 2008-10-05  Bruno Haible  <bruno@clisp.org>
16141
16142         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
16143         (select): Add a link warning when the 'select' module is not used.
16144         * modules/sys_select (Depends-on): Add link-warning.
16145         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
16146         Suggested by Paolo Bonzini.
16147
16148 2008-10-05  Jim Meyering  <meyering@redhat.com>
16149
16150         bootstrap: check for LT_INIT more portably
16151         * build-aux/bootstrap: Avoid using grep -E, since it's not
16152         portable enough.  Suggestion from Bruno Haible.
16153
16154 2008-10-05  Bruno Haible  <bruno@clisp.org>
16155
16156         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
16157         as being fixed by gnulib.
16158
16159 2008-10-05  Bruno Haible  <bruno@clisp.org>
16160
16161         * modules/select-tests: New file, mostly copied from
16162         modules/sys_select-tests.
16163         * tests/test-select.c: New file, mostly copied from
16164         tests/test-sys_select.c.
16165         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
16166         * modules/sys_select-tests (Depends-on): Remove all dependencies.
16167         (Makefile.am): Remove test_sys_select_LDADD.
16168
16169         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
16170         to an undefined symbol, for an error message.
16171         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
16172         (gl_SYS_SELECT_H_DEFAULTS): New macro.
16173         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
16174         winsock-select.c here.
16175         * modules/sys_select (Files): Remove lib/winsock-select.c.
16176         (Depends-on): Remove alloca.
16177         (Makefile.am): Substitute GNULIB_SELECT.
16178         * modules/select: New file.
16179         * doc/posix-functions/select.texi: Update.
16180
16181 2008-10-05  Bruno Haible  <bruno@clisp.org>
16182
16183         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
16184         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
16185         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
16186         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
16187         getdtablesize.
16188         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
16189         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
16190
16191 2008-10-05  Bruno Haible  <bruno@clisp.org>
16192
16193         * modules/getdtablesize-tests: New file.
16194         * tests/test-getdtablesize.c: New file.
16195
16196         New module 'getdtablesize'.
16197         * lib/unistd.in.h (getdtablesize): New declaration.
16198         * lib/getdtablesize.c: New file.
16199         * m4/getdtablesize.m4: New file.
16200         * modules/getdtablesize: New file.
16201         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16202         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
16203         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
16204         HAVE_GETDTABLESIZE.
16205         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
16206
16207 2008-10-05  Bruno Haible  <bruno@clisp.org>
16208
16209         * modules/sched (Makefile.am): Fix typo.
16210         Reported by Simon Josefsson.
16211
16212 2008-10-05  Jim Meyering  <meyering@redhat.com>
16213
16214         bootstrap: check for LT_INIT, too
16215         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
16216         are deprecated.  Suggestion from Ralf Wildenhues.
16217
16218 2008-10-05  Bruno Haible  <bruno@clisp.org>
16219
16220         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
16221         overriding them by ours.
16222         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
16223
16224 2008-10-05  Jim Meyering  <meyering@redhat.com>
16225
16226         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
16227         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
16228         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
16229
16230 2008-10-04  Bruno Haible  <bruno@clisp.org>
16231
16232         * modules/dup2 (License): Change to LGPLv2+.
16233         * modules/sleep (License): Likewise.
16234         * modules/perror (License): Likewise.
16235         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
16236         Blake.
16237         * modules/signal (License): Likewise.
16238         * modules/sigprocmask (License): Likewise.
16239         * modules/raise (License): Change to LGPLv2+, with approval by Jim
16240         Meyering.
16241
16242 2008-10-04  Bruno Haible  <bruno@clisp.org>
16243
16244         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
16245         Reported by Rainer Tammer <tammer@tammer.net>.
16246
16247 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
16248             Bruno Haible  <bruno@clisp.org>
16249
16250         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
16251         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
16252         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
16253
16254 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
16255
16256         filevercmp: new module
16257         * lib/filevercmp.h: New function filevercmp comparing version strings.
16258         * lib/filevercmp.c: Implementation of filevercmp function.
16259         * modules/filevercmp: Module metadata.
16260         * tests/test-filevercmp.c: Unit test for new module.
16261         * modules/filevercmp-tests: Unit test metadata.
16262         * MODULES.html.sh: Add filevercmp module.
16263
16264 2008-10-03  Bruno Haible  <bruno@clisp.org>
16265
16266         * lib/c-ctype.h: Add comment.
16267         Reported by Jim Meyering.
16268
16269 2008-10-02  Bruno Haible  <bruno@clisp.org>
16270
16271         * modules/posix_spawn-internal (Depends-on): Add 'open'.
16272
16273 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16274
16275         * build-aux/bootstrap: Allow renaming bootstrap, and change the
16276         name of bootstrap.conf accordingly.
16277
16278 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16279
16280         * build-aux/bootstrap: Install git-merge-changelog configuration
16281         items into .gitconfig if needed.
16282
16283 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16284
16285         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
16286         git repository, and initialize/update it accordingly.
16287
16288 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
16289
16290         * modules/fsync-tests: New file.
16291         * tests/test-fsync.c: New file.
16292
16293         New module 'fsync'.
16294         * lib/fsync.c: New file.
16295         * m4/fsync.m4: New file.
16296         * modules/fsync: New file.
16297         * lib/unistd.in.h (fsync): New declaration.
16298         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
16299         GNULIB_FSYNC and HAVE_FSYNC.
16300         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
16301         * MODULES.html.sh (posix_functions): Add fsync.
16302         * doc/posix-functions/fsync.texi: Mention the new module.
16303
16304 2008-10-02  Jim Meyering  <meyering@redhat.com>
16305
16306         fts.c: sync with similar code from coreutils' remove.c
16307         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
16308         Guard also with "#if defined __linux__", since for now at least,
16309         this code is Linux-kernel-specific.
16310
16311 2008-10-02  Jim Meyering  <meyering@redhat.com>
16312
16313         fts: bug fixes
16314         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
16315         Include <sys/vfs.h>, not <sys/statfs.h>.
16316
16317         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
16318         Include <sys/vfs.h>, not <sys/statfs.h>.
16319
16320 2008-10-01  Bruno Haible  <bruno@clisp.org>
16321
16322         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
16323         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
16324         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
16325         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
16326         * doc/posix-functions/posix_spawnp.texi: Likewise.
16327         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
16328         whether posix_spawn actually works.
16329         * m4/pipe.m4 (gl_PIPE): Likewise.
16330         * modules/execute (Files): Add m4/posix_spawn.m4.
16331         * modules/pipe (Files): Add m4/posix_spawn.m4.
16332         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
16333
16334 2008-10-01  Jim Meyering  <meyering@redhat.com>
16335
16336         remove trailing spaces
16337         * NEWS: Likewise.
16338         * lib/poll.c (poll): Likewise.
16339         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
16340         * lib/winsock.c (rpl_close): Likewise.
16341         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
16342         * modules/yield: Likewise.
16343         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
16344         * tests/test-sys_select.c (connect_to_socket): Likewise.
16345
16346         fts.c: adjust a new interface to be more generally useful
16347         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
16348         (fts_build): Adjust caller.
16349
16350 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16351
16352         * modules/cond-tests: New file.
16353         * tests/test-cond.c: New file.
16354
16355 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16356             Bruno Haible  <bruno@clisp.org>
16357
16358         * modules/cond (Dependencies): Add errno, time.
16359         * lib/glthread/cond.h: Include <time.h>.
16360         (gl_cond_define, gl_cond_define_initialized): Use the same definition
16361         across platforms.
16362
16363 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16364             Bruno Haible  <bruno@clisp.org>
16365
16366         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
16367
16368 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16369             Bruno Haible  <bruno@clisp.org>
16370
16371         * modules/tls-tests (Depends-on): Add thread, yield.
16372         (configure.ac): Remove all checks.
16373         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
16374         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
16375         gl_thread_self): Remove definitions. Include glthread/thread.h and
16376         glthread/yield.h instead.
16377         (test_tls): Pass an additional NULL argument to gl_thread_join.
16378
16379 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16380             Bruno Haible  <bruno@clisp.org>
16381
16382         * modules/lock-tests (Depends-on): Add thread, yield.
16383         (configure.ac): Remove all checks.
16384         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
16385         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
16386         gl_thread_self): Remove definitions. Include glthread/thread.h and
16387         glthread/yield.h instead.
16388         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
16389         additional NULL argument to gl_thread_join.
16390
16391 2008-09-30  Bruno Haible  <bruno@clisp.org>
16392
16393         Fix the Win32 implementation of the 'thread' module.
16394         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
16395         pointer type.
16396         (gl_thread_self): Invoke gl_thread_self_func.
16397         (gl_thread_self_func): New declaration.
16398         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
16399         (do_init_self_key, init_self_key): New functions.
16400         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
16401         Remove some fields.
16402         (running_threads, running_lock): Remove variables.
16403         (get_current_thread_handle): New function.
16404         (gl_thread_self_func, wrapper_func, glthread_create_func,
16405         glthread_join_func, gl_thread_exit_func): Largely rewritten and
16406         simplified.
16407
16408 2008-09-30  Bruno Haible  <bruno@clisp.org>
16409
16410         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
16411         files.
16412
16413 2008-09-30  Jim Meyering  <meyering@redhat.com>
16414
16415         fts.m4: correct the test for statfs.f_type
16416         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
16417         when checking for statfs.f_type.
16418
16419 2008-09-15  Simon Josefsson  <simon@josefsson.org>
16420
16421         tests: avoid some compiler warnings
16422         * tests/test-memchr.c (main): Pass NULL indirectly.
16423         * tests/test-getdate.c (main): Remove unused variable 'ret'.
16424
16425 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
16426
16427         getdate.y: disallow countable dayshifts like "4 yesterday ago"
16428         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
16429         exactly specified dayshifts.
16430         (dayshift): New rule.
16431         (rel): Add dayshift.
16432         (relative_time_table) [tomorrow, yesterday, today, now]:
16433         Use tDAY_SHIFT in place of tDAY_UNIT.
16434         * tests/test-getdate.c: Add tests for now-disallowed countable
16435         dayshifts, e.g., "4 yesterday ago".
16436
16437 2008-09-29  Bruno Haible  <bruno@clisp.org>
16438
16439         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
16440         * tests/test-posix_spawn1.in.sh: Renamed from
16441         tests/test-posix_spawn.in.sh.
16442         * tests/test-posix_spawn2.c: New file.
16443         * tests/test-posix_spawn2.in.sh: New file.
16444         * modules/posix_spawnp-tests (Files): Update.
16445         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
16446
16447 2008-09-29  Bruno Haible  <bruno@clisp.org>
16448
16449         Propagate effects of putenv/setenv/unsetenv to child processes.
16450         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
16451         * lib/pipe.c (create_pipe): Likewise.
16452
16453 2008-09-29  Bruno Haible  <bruno@clisp.org>
16454
16455         Enable use of shell scripts as executables in mingw.
16456         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
16457         run the program as a shell script.
16458         * lib/pipe.c (create_pipe): Likewise.
16459         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
16460         resulting array.
16461
16462 2008-09-29  Eric Blake  <ebb9@byu.net>
16463
16464         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
16465
16466 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
16467
16468         * doc/posix-functions/accept.texi: Update mingw problems.
16469         * doc/posix-functions/bind.texi: Update mingw problems.
16470         * doc/posix-functions/close.texi: Update mingw problems.
16471         * doc/posix-functions/connect.texi: Update mingw problems.
16472         * doc/posix-functions/getpeername.texi: Update mingw problems.
16473         * doc/posix-functions/getsockname.texi: Update mingw problems.
16474         * doc/posix-functions/getsockopt.texi: Update mingw problems.
16475         * doc/posix-functions/ioctl.texi: Update mingw problems.
16476         * doc/posix-functions/listen.texi: Update mingw problems.
16477         * doc/posix-functions/recv.texi: Update mingw problems.
16478         * doc/posix-functions/recvfrom.texi: Update mingw problems.
16479         * doc/posix-functions/select.texi: Update mingw problems.
16480         * doc/posix-functions/send.texi: Update mingw problems.
16481         * doc/posix-functions/sendto.texi: Update mingw problems.
16482         * doc/posix-functions/setsockopt.texi: Update mingw problems.
16483         * doc/posix-functions/socket.texi: Update mingw problems.
16484
16485 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
16486             Bruno Haible  <bruno@clisp.org>
16487
16488         * lib/sys_select.in.h: Include sys/time.h.
16489         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
16490         * modules/sys_select: Depend on sys_time.
16491         * tests/test-sys_select.c: Test that sys/select.h defines struct
16492         timeval fully.
16493
16494 2008-09-29  Bruno Haible  <bruno@clisp.org>
16495
16496         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
16497         * lib/sys_select.in.h: Likewise.
16498
16499 2008-09-29  Bruno Haible  <bruno@clisp.org>
16500
16501         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
16502
16503 2008-09-29  Bruno Haible  <bruno@clisp.org>
16504
16505         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
16506         Set LIBSOCKET instead of augmenting LIBS.
16507         * modules/sockets (Link): New section.
16508         * modules/sockets-tests (test_sockets_LDADD): New variable.
16509         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
16510         * modules/poll-tests (test_poll_LDADD): New variable.
16511         * NEWS: Document the change.
16512
16513 2008-09-29  Bruno Haible  <bruno@clisp.org>
16514
16515         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
16516         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
16517         ARPA_INET_H directly.
16518         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
16519
16520 2008-09-28  Bruno Haible  <bruno@clisp.org>
16521
16522         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
16523         from gl_HEADER_SYS_SOCKET.
16524         (gl_HEADER_SYS_SOCKET): Invoke it.
16525         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
16526
16527 2008-09-28  Bruno Haible  <bruno@clisp.org>
16528
16529         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
16530         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
16531         Needed on OSF/1 4.0.
16532
16533 2008-09-28  Bruno Haible  <bruno@clisp.org>
16534
16535         Override open more carefully.
16536         * lib/open.c (orig_open): New function.
16537         (rpl_open): Use orig_open instead of open.
16538         * lib/fcntl.in.h: Add special invocation convention.
16539         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
16540         (gl_FUNC_OPEN): Invoke it.
16541
16542         Override freopen more carefully.
16543         * lib/freopen.c (orig_freopen): New function.
16544         (rpl_freopen): Use orig_freopen instead of freopen.
16545         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
16546         (gl_FUNC_FREOPEN): Invoke it.
16547
16548         Override fopen more carefully.
16549         * lib/fopen.c (orig_fopen): New function.
16550         (rpl_fopen): Use orig_fopen instead of fopen.
16551         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
16552         (gl_FUNC_FOPEN): Invoke it.
16553         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
16554
16555 2008-09-28  Bruno Haible  <bruno@clisp.org>
16556
16557         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
16558         SIGPIPE.
16559
16560 2008-09-28  Bruno Haible  <bruno@clisp.org>
16561
16562         * tests/test-sigaction.c (handler, main): Disable the check whether
16563         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
16564         glibc systems with LinuxThreads.
16565
16566 2008-09-28  Bruno Haible  <bruno@clisp.org>
16567
16568         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
16569
16570         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
16571         with AIX xlc.
16572         * lib/fcntl.in.h (open): Likewise.
16573         Reported by Rainer Tammer <tammer@tammer.net>.
16574
16575 2008-09-28  Bruno Haible  <bruno@clisp.org>
16576
16577         * modules/posix_spawnp-tests: New file.
16578         * tests/test-posix_spawn.c: New file.
16579         * tests/test-posix_spawn.in.sh: New file.
16580
16581         New module 'posix_spawnp'.
16582         * modules/posix_spawnp: New file.
16583         * lib/spawnp.c: New file, from GNU libc with modifications.
16584         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
16585
16586         New module 'posix_spawn'.
16587         * modules/posix_spawn: New file.
16588         * lib/spawn.c: New file, from GNU libc with modifications.
16589         * doc/posix-functions/posix_spawn.texi: Mention the new module.
16590
16591         New module 'posix_spawnattr_destroy'.
16592         * modules/posix_spawnattr_destroy: New file.
16593         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
16594         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
16595         module.
16596
16597         New module 'posix_spawnattr_setsigmask'.
16598         * modules/posix_spawnattr_setsigmask: New file.
16599         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
16600         modifications.
16601         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
16602         new module.
16603
16604         New module 'posix_spawnattr_getsigmask'.
16605         * modules/posix_spawnattr_getsigmask: New file.
16606         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
16607         modifications.
16608         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
16609         new module.
16610
16611         New module 'posix_spawnattr_setsigdefault'.
16612         * modules/posix_spawnattr_setsigdefault: New file.
16613         * lib/spawnattr_setdefault.c: New file, from GNU libc with
16614         modifications.
16615         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
16616         new module.
16617
16618         New module 'posix_spawnattr_getsigdefault'.
16619         * modules/posix_spawnattr_getsigdefault: New file.
16620         * lib/spawnattr_getdefault.c: New file, from GNU libc with
16621         modifications.
16622         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
16623         new module.
16624
16625         New module 'posix_spawnattr_setschedpolicy'.
16626         * modules/posix_spawnattr_setschedpolicy: New file.
16627         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
16628         modifications.
16629         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
16630         new module.
16631
16632         New module 'posix_spawnattr_getschedpolicy'.
16633         * modules/posix_spawnattr_getschedpolicy: New file.
16634         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
16635         modifications.
16636         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
16637         new module.
16638
16639         New module 'posix_spawnattr_setschedparam'.
16640         * modules/posix_spawnattr_setschedparam: New file.
16641         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
16642         modifications.
16643         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
16644         new module.
16645
16646         New module 'posix_spawnattr_getschedparam'.
16647         * modules/posix_spawnattr_getschedparam: New file.
16648         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
16649         modifications.
16650         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
16651         new module.
16652
16653         New module 'posix_spawnattr_setpgroup'.
16654         * modules/posix_spawnattr_setpgroup: New file.
16655         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
16656         modifications.
16657         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
16658         module.
16659
16660         New module 'posix_spawnattr_getpgroup'.
16661         * modules/posix_spawnattr_getpgroup: New file.
16662         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
16663         modifications.
16664         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
16665         module.
16666
16667         New module 'posix_spawnattr_setflags'.
16668         * modules/posix_spawnattr_setflags: New file.
16669         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
16670         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
16671         module.
16672
16673         New module 'posix_spawnattr_getflags'.
16674         * modules/posix_spawnattr_getflags: New file.
16675         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
16676         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
16677         module.
16678
16679         New module 'posix_spawnattr_init'.
16680         * modules/posix_spawnattr_init: New file.
16681         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
16682         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
16683         module.
16684
16685         New module 'posix_spawn_file_actions_destroy'.
16686         * modules/posix_spawn_file_actions_destroy: New file.
16687         * lib/spawn_faction_destroy.c: New file, from GNU libc with
16688         modifications.
16689         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
16690         the new module.
16691
16692         New module 'posix_spawn_file_actions_addopen'.
16693         * modules/posix_spawn_file_actions_addopen: New file.
16694         * lib/spawn_faction_addopen.c: New file, from GNU libc with
16695         modifications.
16696         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
16697         the new module.
16698
16699         New module 'posix_spawn_file_actions_adddup2'.
16700         * modules/posix_spawn_file_actions_adddup2: New file.
16701         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
16702         modifications.
16703         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
16704         the new module.
16705
16706         New module 'posix_spawn_file_actions_addclose'.
16707         * modules/posix_spawn_file_actions_addclose: New file.
16708         * lib/spawn_faction_addclose.c: New file, from GNU libc with
16709         modifications.
16710         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
16711         the new module.
16712
16713         New module 'posix_spawn_file_actions_init'.
16714         * modules/posix_spawn_file_actions_init: New file.
16715         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
16716         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
16717         new module.
16718
16719         New module 'posix_spawn-internal'.
16720         * modules/posix_spawn-internal: New file.
16721         * lib/spawn_int.h: New file, from GNU libc with modifications.
16722         * lib/spawni.c: New file, from GNU libc with modifications.
16723         * m4/posix_spawn.m4: New file.
16724
16725         New module 'spawn'.
16726         * modules/spawn: New file.
16727         * lib/spawn.in.h: New file, from GNU libc with modifications.
16728         * m4/spawn_h.m4: New file.
16729         * doc/posix-headers/spawn.texi: Mention the new module.
16730
16731 2008-09-28  Bruno Haible  <bruno@clisp.org>
16732
16733         * modules/sched-tests: New file.
16734         * tests/test-sched.c: New file.
16735
16736         New module 'sched'.
16737         * modules/sched: New file.
16738         * lib/sched.in.h: New file.
16739         * m4/sched_h.m4: New file.
16740         * doc/posix-headers/sched.texi: Mention the new module.
16741
16742 2008-09-27  Eric Blake  <ebb9@byu.net>
16743
16744         Fix previous patch, and tweak references to $0.
16745         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
16746         (func_version, func_gnulib_dir): Don't call this program
16747         gnulib-tool.
16748         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
16749         with using $0 in function.
16750         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
16751         (func_fatal_error): Reuse the name the user invoked us with.
16752
16753 2008-09-27  Bruno Haible  <bruno@clisp.org>
16754
16755         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
16756         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
16757         (gl_ICONV_H): Not here.
16758         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
16759         instead of assigning ICONV_H directly.
16760
16761         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
16762         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
16763         WCHAR_H directly.
16764
16765 2008-09-27  Bruno Haible  <bruno@clisp.org>
16766
16767         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
16768         * modules/arpa_inet (Depends-on): Add link-warning.
16769         (Makefile.am): Insert the definition of GL_LINK-WARNING.
16770         * modules/unistd (Makefile.am): Likewise.
16771
16772 2008-09-26  Bruno Haible  <bruno@clisp.org>
16773
16774         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
16775         variables.
16776         (func_version): Essentially copied from gnulib-tool.
16777         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
16778         func_readlink): Copied from gnulib-tool.
16779
16780 2008-09-26  Bruno Haible  <bruno@clisp.org>
16781
16782         * gnulib-tool (func_version): Change directory to $gnulib_dir before
16783         invoking git-version-gen.
16784
16785 2008-09-26  Bruno Haible  <bruno@clisp.org>
16786
16787         * posix-modules: Update to directory names changed on 2008-01-19.
16788         Remove commas in output before splitting into words. No more need to
16789         avoid 'ftruncate' since 2007-02-19.
16790
16791 2008-09-26  Bruno Haible  <bruno@clisp.org>
16792
16793         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
16794
16795 2008-09-26  Bruno Haible  <bruno@clisp.org>
16796
16797         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
16798         * modules/fwriteerror (Depends-on): Add errno.
16799
16800 2008-09-26  Bruno Haible  <bruno@clisp.org>
16801
16802         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
16803         * tests/test-vc-list-files-cvs.sh: Likewise.
16804
16805 2008-09-26  Bruno Haible  <bruno@clisp.org>
16806
16807         * doc/posix-headers/sys_resource.texi: Reorder items.
16808
16809 2008-09-26  Jim Meyering  <meyering@redhat.com>
16810
16811         fts: tweak inode comparison function
16812         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
16813         inode numbers, as documented.
16814
16815         fts: sort dirent entries on inode number before traversing
16816         This avoids a quadratic, seek-related performance penalty when
16817         operating on a directory containing many entries (measurable at 10k;
16818         3.5 hours at 2 million entries with a cold cache) on certain types
16819         of file systems, including ext3 and ext4, but not tmpfs.
16820         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
16821         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
16822         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
16823         (fs_handles_readdir_ordered_dirents_efficiently): New function.
16824         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
16825         (fts_build): Set the stat.st_ino member from D_INO.
16826         If it is likely to be useful, sort dirent entries on inode number.
16827
16828         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
16829         and the struct statfs.f_type member.
16830         * modules/fts (Depends-on): Add d-ino.
16831
16832 2008-09-26  Bruno Haible  <bruno@clisp.org>
16833
16834         * modules/sigpipe-die (Depends-on): Add sigpipe.
16835
16836         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
16837         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
16838         and GNULIB_STDIO_H_SIGPIPE are set.
16839         * lib/stdio-write.c: New file.
16840         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
16841         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
16842         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
16843         REPLACE_STDIO_WRITE_FUNCS.
16844         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
16845         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
16846         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
16847         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
16848         * modules/stdio (Files): Add lib/stdio-write.c.
16849         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
16850         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
16851         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
16852         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
16853         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
16854         REPLACE_FPRINTF_POSIX.
16855         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
16856         REPLACE_PRINTF_POSIX.
16857         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
16858         REPLACE_VFPRINTF_POSIX.
16859         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
16860         REPLACE_VPRINTF_POSIX.
16861         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
16862         SIGPIPE issue.
16863         * doc/posix-functions/fputc.texi: Likewise.
16864         * doc/posix-functions/fputs.texi: Likewise.
16865         * doc/posix-functions/fwrite.texi: Likewise.
16866         * doc/posix-functions/printf.texi: Likewise.
16867         * doc/posix-functions/putc.texi: Likewise.
16868         * doc/posix-functions/putchar.texi: Likewise.
16869         * doc/posix-functions/puts.texi: Likewise.
16870         * doc/posix-functions/vfprintf.texi: Likewise.
16871         * doc/posix-functions/vprintf.texi: Likewise.
16872
16873         * modules/safe-write (Depends-on): Add write.
16874
16875         * modules/sigpipe-tests: New file.
16876         * tests/test-sigpipe.c: New file.
16877         * tests/test-sigpipe.sh: New file.
16878
16879         * modules/write: New file.
16880         * lib/unistd.in.h: Include <sys/types.h>.
16881         (write): New declaration.
16882         * lib/write.c: New file.
16883         * m4/write.m4: New file.
16884         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16885         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
16886         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
16887         GNULIB_WRITE, REPLACE_WRITE.
16888         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
16889         and the SIGPIPE issue.
16890
16891         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
16892         (raise): New declaration.
16893         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
16894         (ext_signal): New function.
16895         (rpl_raise): New function.
16896         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
16897         GNULIB_SIGNAL_H_SIGPIPE.
16898         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
16899         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
16900
16901         * modules/sigpipe: New file.
16902         * m4/sigpipe.m4: New file.
16903
16904 2008-09-25  Derek Price  <derek@ximbiot.com>
16905             Bruno Haible  <bruno@clisp.org>
16906
16907         * gnulib-tool (func_import): Report all license incompatibilities, not
16908         just the first one.
16909
16910 2008-09-25  Bruno Haible  <bruno@clisp.org>
16911
16912         * gnulib-tool (func_import): When computing the edits, consider not
16913         only the Makefile.ams that exist but also those that will be generated.
16914
16915 2008-09-25  Simon Josefsson  <simon@josefsson.org>
16916
16917         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
16918         fixes gnulib-tool --test warning about duplicate dependency.
16919
16920 2008-09-25  Bruno Haible  <bruno@clisp.org>
16921
16922         * gnulib-tool: Don't ask the user to perform edits in the generated
16923         Makefile.ams.
16924         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
16925         apply to the Makefile.am being generated.
16926         (func_emit_tests_Makefile_am): Execute edits that apply to the
16927         Makefile.am being generated.
16928         (func_import): Setup list of Makefile.am edits before emitting the
16929         Makefile.ams, not at the end.
16930         (func_create_testdir): Update.
16931         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16932
16933 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16934
16935         * gnulib-tool (func_import): Store the --tests-base option in the
16936         comment in gnulib-cache.m4.
16937
16938 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
16939
16940         * NEWS: Document increased portability that sys_select now provides.
16941
16942         * lib/sys_select.in.h: Install select wrapper.
16943         * lib/sys_socket.in.h: Use more descriptive name when there is no
16944         select wrapper.
16945         * lib/winsock-select.c: New.
16946         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
16947         Require gl_HEADER_SYS_SOCKET.
16948         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
16949         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
16950         * tests/test-sys_select.c: Add functional tests.
16951
16952 2008-09-24  Eric Blake  <ebb9@byu.net>
16953
16954         open, fopen: close fd leak in last patch
16955         * lib/open.c (rpl_open): Close fd before returning error.
16956         * lib/fopen.c (rpl_fopen): Close fd before returning error.
16957         * doc/posix-functions/open.texi (open): Document that Irix also
16958         has the bug.
16959         * doc/posix-functions/fopen.texi (fopen): Likewise.
16960         Reported by Paolo Bonzini.
16961
16962 2008-09-24  Bruno Haible  <bruno@clisp.org>
16963
16964         Ensure that a filename ending in a slash cannot be used to access a
16965         non-directory.
16966         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
16967         to check whether it's really a directory.
16968         * lib/fopen.c: Include fcntl.h, unistd.h.
16969         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
16970         and fdopen().
16971         * modules/fopen (Depends-on): Add unistd.
16972         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
16973         * tests/test-fopen.c (main): Likewise.
16974         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
16975         * doc/posix-functions/fopen.texi: Likewise.
16976         Reported by Eric Blake.
16977
16978 2008-09-23  Eric Blake  <ebb9@byu.net>
16979
16980         c-stack: avoid compiler optimizations when provoking overflow
16981         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
16982         recursion harder to optimize, to ensure a stack overflow occurs.
16983         * tests/test-c-stack.c (recurse): Likewise.
16984         Borrowed from libsigsegv.
16985
16986         c-stack: work around Irix sigaltstack bug
16987         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
16988         whether sigaltstack uses wrong end of stack_t (copied in part from
16989         libsigsegv).
16990         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
16991         Irix bug, without requiring an over-allocation.
16992         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
16993         bug.
16994
16995         fopen: document mingw bug on directories
16996         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
16997         not allowing a stream visiting a directory, even though reading
16998         from such a stream is not portable.
16999
17000 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17001
17002         * lib/poll.c: Rewrite.
17003         * modules/poll: Depend on alloca.
17004
17005 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17006
17007         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
17008         instead define prototypes for a full set of wrappers.  Ensure
17009         that Cygwin does not use the compatibility code, which is only
17010         for MinGW.
17011         * lib/winsock.c: New.
17012         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
17013         * modules/sys_socket: Add lib/winsock.c.
17014
17015         * modules/poll-tests: Add errno and perror.
17016         * tests/test-poll.c: Use ioctl, not ioctlsocket.
17017
17018 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17019
17020         * tests/test-poll.c: Downgrade minimum needed Winsock version.
17021
17022 2008-09-23  Bruno Haible  <bruno@clisp.org>
17023
17024         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
17025         * doc/glibc-functions/*: Likewise.
17026
17027 2008-09-23  Simon Josefsson  <simon@josefsson.org>
17028
17029         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
17030         success.
17031
17032 2008-09-22  Eric Blake  <ebb9@byu.net>
17033             Bruno Haible  <bruno@clisp.org>
17034
17035         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
17036         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
17037         supply %A but mishandle pseudo-NaN.
17038         Reported by Simon Josefsson.
17039
17040 2008-09-21  Bruno Haible  <bruno@clisp.org>
17041
17042         * tests/test-lock.c (main): Tweak skip message.
17043         * tests/test-tls.c (main): Likewise.
17044
17045 2008-09-21  Bruno Haible  <bruno@clisp.org>
17046
17047         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
17048         whether 'struct sigaction' has sa_sigaction here...
17049         (gl_PREREQ_SIG_HANDLER_H): ... not here.
17050         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
17051
17052 2008-09-21  Bruno Haible  <bruno@clisp.org>
17053
17054         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
17055         section.
17056         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
17057         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
17058         the new section.
17059         (Support for obsolete systems lacking POSIX:2001): New section.
17060         (String handling <string.h>): Move strdup to the new section.
17061         Suggested by Simon Josefsson and Paolo Bonzini.
17062
17063 2008-09-21  Bruno Haible  <bruno@clisp.org>
17064
17065         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
17066         exponents in %e and %g results on 'long double'. Needed for mingw's
17067         improved *printf functions.
17068         * tests/test-vasprintf-posix.c (test_function): Likewise.
17069         * tests/test-snprintf-posix.h (test_function): Likewise.
17070         * tests/test-sprintf-posix.h (test_function): Likewise.
17071         Reported by Eric Blake.
17072
17073 2008-09-21  Bruno Haible  <bruno@clisp.org>
17074
17075         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
17076         * tests/test-sprintf-posix.h (test_function): Likewise.
17077
17078 2008-09-21  Bruno Haible  <bruno@clisp.org>
17079
17080         * modules/getpass (Depends-on): Add strdup-posix.
17081
17082         New module 'strdup-posix'.
17083         * modules/strdup-posix: New file.
17084         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
17085         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
17086         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17087         REPLACE_STRDUP.
17088         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
17089         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
17090         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17091         strdup-posix.
17092
17093         * modules/strdup (Depends-on): Remove malloc-posix.
17094
17095 2008-09-20  Bruno Haible  <bruno@clisp.org>
17096
17097         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
17098         Wildenhues.
17099
17100 2008-09-20  Bruno Haible  <bruno@clisp.org>
17101
17102         Ensure that wint_t gets defined on IRIX 5.3.
17103         * lib/wchar.in.h (wint_t): Define if not defined by the system.
17104         * lib/wctype.in.h (wint_t): Likewise.
17105         (__wctype_wint_t): Remove type.
17106         (isw*): Use wint_t instead of __wctype_wint_t.
17107         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
17108         * modules/wchar (Files): Add m4/wint_t.m4.
17109         (Makefile.am): Substitute HAVE_WINT_T.
17110         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
17111         * tests/test-wctype.c: Check that wint_t is defined.
17112         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
17113         * doc/posix-headers/wctype.texi: Likewise.
17114         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17115
17116 2008-09-18  Bruno Haible  <bruno@clisp.org>
17117
17118         * gnulib-tool (func_exit): Update comment.
17119
17120 2008-09-18  Simon Josefsson  <simon@josefsson.org>
17121
17122         * modules/getaddrinfo (Depends-on): Remove strdup, this module
17123         assumes strdup exists and does not depend on strdup to return
17124         ENOMEM on out of memory conditions.
17125
17126 2008-09-18  Bruno Haible  <bruno@clisp.org>
17127
17128         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
17129         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
17130         digits for the exponent.
17131
17132 2008-09-18  Jim Meyering  <meyering@redhat.com>
17133             Bruno Haible  <bruno@clisp.org>
17134
17135         * lib/vasnprintf.c (decimal_point_char): Define also if
17136         NEED_PRINTF_INFINITE_LONG_DOUBLE.
17137
17138 2008-09-16  Bruno Haible  <bruno@clisp.org>
17139         and Eric Blake  <ebb9@byu.net>
17140
17141         vasnprintf: support Irix 5.3
17142         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
17143         that mishandle long double infinity.
17144         Reported by Tom G. Christensen.
17145
17146 2008-09-16  Bruno Haible  <bruno@clisp.org>
17147
17148         * doc/glibc-functions/scandir.texi: Mention the function is missing on
17149         Solaris 9.
17150         * doc/glibc-functions/alphasort.texi: Likewise.
17151         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
17152
17153 2008-09-16  Jim Meyering  <meyering@redhat.com>
17154
17155         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
17156         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
17157         a umask modification leak out of a subshell.  Otherwise, the
17158         opensolaris /bin/sh would be accepted and thus cause unwarranted
17159         failures in the coreutils test suite.
17160
17161 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
17162
17163         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
17164         to succeed.
17165
17166 2008-09-16  Jim Meyering  <meyering@redhat.com>
17167
17168         avoid spurious test failure when library is built without ACL support
17169         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
17170         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
17171         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
17172         * tests/test-copy-acl.sh: Likewise.
17173
17174 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17175
17176         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
17177         based on character occurrence counts.
17178
17179 2008-09-15  Eric Blake  <ebb9@byu.net>
17180
17181         tests: avoid some compiler warnings
17182         * tests/test-memchr.c (main): Pass NULL indirectly.
17183         * tests/test-closein.c (main): Avoid unused variable.
17184
17185 2008-09-15  Bruno Haible  <bruno@clisp.org>
17186
17187         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
17188         are missing on OpenBSD 4.0 individually.
17189         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17190
17191 2008-09-15  Bruno Haible  <bruno@clisp.org>
17192
17193         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
17194         * doc/posix-functions/strerror.texi: Mention also Cygwin.
17195         * doc/posix-functions/perror.texi: Likewise.
17196         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
17197         is missing.
17198         Reported by Eric Blake.
17199
17200         * lib/errno.in.h: Use replacement values >= 2000.
17201         Reported by Eric Blake.
17202
17203 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17204
17205         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
17206         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
17207         limit.
17208         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
17209         compareseq was aborted.
17210
17211 2008-09-14  Bruno Haible  <bruno@clisp.org>
17212
17213         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
17214         yvec_edit_count.
17215         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
17216         (fstrcmp_bounded): Simplify result computation accordingly.
17217
17218 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17219
17220         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
17221         (fstrcmp): Define in terms of fstrcmp_bounded.
17222         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
17223         lower_bound argument.
17224         Return quickly if the result is certainly < lower_bound.
17225         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
17226
17227 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17228
17229         * lib/diffseq.h (EARLY_ABORT): New macro.
17230         (compareseq): Change return type to bool. Return true when EARLY_ABORT
17231         evaluates to true.
17232
17233 2008-09-14  Bruno Haible  <bruno@clisp.org>
17234
17235         * modules/perror-tests: New file.
17236         * tests/test-perror.sh: New file.
17237         * tests/test-perror.c: New file.
17238
17239         New module 'perror'.
17240         * lib/stdio.in.h (perror): New declaration.
17241         * lib/perror.c: New file.
17242         * m4/perror.m4: New file.
17243         * modules/perror: New file.
17244         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
17245         * doc/posix-functions/perror.texi: Mention the perror module.
17246         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
17247         REPLACE_PERROR.
17248         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
17249         REPLACE_PERROR.
17250
17251 2008-09-14  Bruno Haible  <bruno@clisp.org>
17252
17253         * modules/stdio (Makefile.am): Reorder to match the order in
17254         lib/stdio.in.h.
17255         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17256
17257 2008-09-13  Bruno Haible  <bruno@clisp.org>
17258
17259         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
17260
17261 2008-09-13  Bruno Haible  <bruno@clisp.org>
17262
17263         Extend strerror to cover the added errno values.
17264         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
17265         (rpl_strerror): Provide error messages for the added errno values and
17266         for the WSA* values.
17267         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
17268         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
17269         strerror.
17270         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
17271         * modules/strerror (Depends-on): Add errno.
17272         * doc/posix-functions/strerror.texi: Document the change.
17273         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
17274         and EOVERFLOW.
17275
17276 2008-09-13  Bruno Haible  <bruno@clisp.org>
17277
17278         * modules/EOVERFLOW: Remove file.
17279         * m4/eoverflow.m4: Remove file.
17280         * modules/EOVERFLOW-tests: Remove file.
17281         * tests/test-EOVERFLOW.c: Remove file.
17282         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
17283         * modules/ftell (Depends-on): Likewise.
17284         * modules/getdelim (Depends-on): Likewise.
17285         * modules/getugroups (Depends-on): Likewise.
17286         * modules/poll (Depends-on): Likewise.
17287         * modules/snprintf (Depends-on): Likewise.
17288         * modules/sprintf-posix (Depends-on): Likewise.
17289         * modules/vasnprintf (Depends-on): Likewise.
17290         * modules/vasprintf (Depends-on): Likewise.
17291         * modules/vfprintf-posix (Depends-on): Likewise.
17292         * modules/vsnprintf (Depends-on): Likewise.
17293         * modules/vsprintf-posix (Depends-on): Likewise.
17294         * modules/xvasprintf (Depends-on): Likewise.
17295         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17296         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
17297         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
17298         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
17299         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17300         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
17301         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
17302         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
17303         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17304         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
17305         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
17306         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
17307         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17308         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
17309         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
17310         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
17311         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17312         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
17313         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
17314         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
17315         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17316         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
17317         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
17318         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
17319         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
17320         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17321         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
17322         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
17323         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
17324         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
17325         * MODULES.html.sh: Remove EOVERFLOW.
17326         * NEWS: Mention the change.
17327
17328 2008-09-13  Bruno Haible  <bruno@clisp.org>
17329
17330         * modules/errno-tests: New file.
17331         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
17332
17333         * lib/errno.in.h: New file.
17334         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
17335         * modules/errno: New file.
17336         * doc/posix-headers/errno.texi: Update documentation.
17337         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
17338
17339 2008-09-13  Bruno Haible  <bruno@clisp.org>
17340
17341         * tests/test-poll.c: Use #if for native Windows, rather than testing
17342         __MSVCRT__.
17343
17344 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17345             Bruno Haible  <bruno@clisp.org>
17346
17347         * lib/glob.c: Don't include <pwd.h> on native Windows.
17348         (WINDOWS32): New macro.
17349         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
17350
17351 2008-09-13  Bruno Haible  <bruno@clisp.org>
17352
17353         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
17354         (ETIMEDOUT): Remove macro.
17355         (glthread_cond_timedwait_multithreaded): New declaration.
17356         (glthread_cond_timedwait): Use it.
17357         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
17358         (glthread_cond_timedwait_multithreaded): New function.
17359
17360 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
17361
17362         * modules/poll-tests: Do not check for io.h.
17363         * tests/test-poll.c: Check for __MSVCRT__ instead.
17364
17365 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
17366
17367         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
17368         * modules/poll-tests: Add inet_pton, stdbool, sockets.
17369         * tests/test-poll.c: Use them.  Use _pipe on Windows.
17370
17371 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
17372
17373         * modules/poll-tests: New.
17374         * tests/test-poll.c: New.
17375
17376 2008-09-12  Eric Blake  <ebb9@byu.net>
17377
17378         frexp: test for NetBSD failure on -0.0
17379         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
17380         not all, bugs from NetBSD 3.0 have been fixed.
17381         * doc/posix-functions/frexp.texi (frexp): Document bug.
17382         Reported by Thomas Klausner.
17383
17384         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
17385         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
17386         literal -0.0.
17387         Reported by Jonathan C. Patschke <jp@centtech.com>.
17388
17389 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17390
17391         * lib/glthread/cond.h: Use dummy implementation also if
17392         USE_WIN32_THREADS.
17393
17394 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17395
17396         * modules/fnmatch-posix (License): Change to LGPLv2+.
17397         * modules/fnmatch-gnu (License): Likewise.
17398
17399 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17400
17401         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
17402
17403 2008-09-11  Jim Meyering  <meyering@redhat.com>
17404
17405         * users.txt: Add gtk-vnc.
17406
17407 2008-09-08  Simon Josefsson  <simon@josefsson.org>
17408
17409         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
17410         rotate amounts.
17411
17412         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
17413         required for 16-bit and 8-bit rotates.
17414         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
17415         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
17416         UINT8_MAX instead of hard-coded constants.
17417         Suggested by Paul Eggert.
17418
17419 2008-09-07  Bruno Haible  <bruno@clisp.org>
17420
17421         * tests/test-striconveh.c (main): Check behaviour when converting from
17422         UTF-7.
17423
17424         Make striconveh work better with stateful encodings.
17425         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
17426         that iconv does not increment the inptr when returning -1/EINVAL.
17427
17428 2008-09-07  Bruno Haible  <bruno@clisp.org>
17429
17430         * build-aux/config.rpath: Update according to libtool-2.2.6.
17431         * build-aux/config.libpath: Likewise.
17432
17433 2008-09-06  Bruno Haible  <bruno@clisp.org>
17434
17435         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
17436         * lib/freadptr.c (freadptr): Likewise.
17437         * lib/freadseek.c (freadptrinc): Likewise.
17438         Reported by Simon Josefsson.
17439
17440 2008-09-06  Bruno Haible  <bruno@clisp.org>
17441
17442         * modules/freadptr (License): Change to LGPLv2+.
17443         * modules/freadseek (License): Likewise.
17444         Suggested by Eric Blake.
17445
17446         * modules/memchr2 (License): Change to LGPLv2+.
17447         Approved by Eric Blake.
17448
17449 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17450             Bruno Haible  <bruno@clisp.org>
17451
17452         Make gnulib-tool work with native 'sed' on AIX.
17453         * gnulib-tool (sed_noop): New variable.
17454         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
17455         func_add_or_update, func_create_testdir): Use it to initialize sed
17456         script variables.
17457         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17458
17459 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
17460             Bruno Haible  <bruno@clisp.org>
17461
17462         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
17463         also works after #include directives.
17464
17465 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
17466
17467         getdate.y: reject an out-of-range timezone value
17468         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
17469         the range [-24...+24].  When specified with only one or two digits,
17470         * tests/test-getdate.c: Tests for the fix.
17471         * doc/getdate.texi: Document this change.
17472
17473 2008-09-03  Bruno Haible  <bruno@clisp.org>
17474
17475         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
17476
17477 2008-09-02  Simon Josefsson  <simon@josefsson.org>
17478
17479         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
17480         <bruce.korb@gmail.com> with ideas from Ben Pfaff
17481         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
17482         Blake <ebb9@byu.net>.
17483
17484         * tests/test-bitrotate.c: Add more test vectors.
17485
17486 2008-09-02  Eric Blake  <ebb9@byu.net>
17487
17488         vasnprintf-posix: handle large precision via %.*d
17489         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
17490         when handling it ourselves.
17491         * tests/test-vasnprintf-posix.c (test_function): Add test.
17492         * tests/test-snprintf-posix.h (test_function): Likewise.
17493         * tests/test-sprintf-posix.h (test_function): Likewise.
17494         * tests/test-vasprintf-posix.c (test_function): Likewise.
17495         Reported by Alain Guibert.
17496
17497 2008-09-01  Eric Blake  <ebb9@byu.net>
17498
17499         c-stack: make configure-time check more robust
17500         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
17501         successful sigaction call.
17502         Reported by Tom G. Christensen.
17503
17504 2008-09-01  Bruno Haible  <bruno@clisp.org>
17505
17506         New module 'findprog-lgpl'.
17507         * modules/findprog-lgpl: New file.
17508         * lib/findprog-lgpl.c: New file.
17509         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
17510         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
17511         to decide whether to use strdup or xstrdup, concatenated_filename or
17512         xconcatenated_filename.
17513
17514 2008-09-01  Bruno Haible  <bruno@clisp.org>
17515
17516         Split module 'concat-filename' into 'concat-filename' (LGPL) and
17517         'xconcat-filename' (GPL).
17518         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
17519         (License): Change to LGPLv2+.
17520         * modules/xconcat-filename: New file.
17521         * lib/concat-filename.h (concatenated_filename): Change specification.
17522         (xconcatenated_filename): New declaration.
17523         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
17524         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
17525         memory situations.
17526         * lib/xconcat-filename.c: New file.
17527         * NEWS: Mention the change.
17528         * lib/findprog.c: Include concat-filename.h, not filename.h.
17529         (find_in_path): Use xconcatenated_filename instead of
17530         concatenated_filename.
17531         * lib/javacomp.c: Include concat-filename.h, not filename.h.
17532         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
17533         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
17534         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
17535         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
17536         instead of concatenated_filename.
17537         * lib/javaexec.c: Include concat-filename.h, not filename.h.
17538         (execute_java_class): Use xconcatenated_filename instead of
17539         concatenated_filename.
17540         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
17541         * modules/javacomp (Depends-on): Likewise.
17542         * modules/javaexec (Depends-on): Likewise.
17543
17544 2008-09-01  Bruno Haible  <bruno@clisp.org>
17545
17546         Split module 'filename' into 'filename' and 'concat-filename'.
17547         * modules/filename: Keep only lib/filename.h.
17548         (License): Change to LGPLv2+.
17549         * modules/concat-filename: New file, extracted from modules/filename.
17550         * lib/filename.h (concatenated_filename): Remove declaration.
17551         * lib/concat-filename.h: New file, extracted from lib/filename.h.
17552         * lib/concat-filename.c: Include concat-filename.h.
17553         * NEWS: Mention the change.
17554
17555 2008-09-01  Simon Josefsson  <simon@josefsson.org>
17556
17557         * lib/bitrotate.h (rotl8, rotr8): Add.
17558
17559         * modules/bitrotate (configure.ac): Need
17560         AC_REQUIRE([AC_C_INLINE]).
17561         (Description): Mention stdint.h.  Reported by Bruno Haible
17562         <bruno@clisp.org>.
17563
17564         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
17565         Paolo Bonzini <bonzini@gnu.org>.
17566
17567 2008-08-31  Bruno Haible  <bruno@clisp.org>
17568
17569         Assume Solaris specific bi-arch conventions on Solaris systems.
17570         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
17571         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
17572         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
17573         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
17574         like acl_libdirstem.
17575         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
17576         acl_libdirstem.
17577         * NEWS: Mention the change.
17578         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
17579
17580 2008-08-31  Jim Meyering  <meyering@redhat.com>
17581
17582         * lib/strftime.h: Add comments describing the two added arguments.
17583
17584         remove duplicate #include directives
17585         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
17586         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
17587
17588 2008-08-31  Bruno Haible  <bruno@clisp.org>
17589
17590         New module 'sigpipe-die'.
17591         * modules/sigpipe-die: New file.
17592         * lib/sigpipe-die.h: New file.
17593         * lib/sigpipe-die.c: New file.
17594         * MODULES.html.sh (Signal handling): Add sigpipe-die.
17595
17596 2008-08-31  Bruno Haible  <bruno@clisp.org>
17597
17598         Don't override previously installed signal handlers.
17599         * lib/fatal-signal.c (saved_sigactions): New variable.
17600         (uninstall_handlers): Reset the signal to the saved handler, not
17601         to SIG_DFL (except when ignored).
17602         (install_handlers): Save the previous handlers.
17603
17604 2008-08-30  Bruno Haible  <bruno@clisp.org>
17605
17606         * gnulib-tool (func_reset_sigpipe): New function.
17607         (func_get_automake_snippet, func_modules_transitive_closure,
17608         func_import): Invoke it before a join command that reads from stdin,
17609         to avoid "echo: write error: Broken pipe" error messages on stderr.
17610         Reported by Sam Steingold <sds@gnu.org>.
17611
17612 2008-08-30  Bruno Haible  <bruno@clisp.org>
17613
17614         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
17615         Code copied from m4/open.m4.
17616         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
17617         access and the filename ends in a slash. Code copied from lib/open.c.
17618         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
17619         * tests/test-fopen.c (main): Check against bug with trailing slash.
17620
17621 2008-08-29  Bruno Haible  <bruno@clisp.org>
17622
17623         Avoid some "gcc -pedantic" warnings.
17624         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
17625         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
17626         * lib/dirent.in.h: Likewise.
17627         * lib/fcntl.in.h: Likewise.
17628         * lib/float.in.h: Likewise.
17629         * lib/iconv.in.h: Likewise.
17630         * lib/inttypes.in.h: Likewise.
17631         * lib/locale.in.h: Likewise.
17632         * lib/math.in.h: Likewise.
17633         * lib/netinet_in.in.h: Likewise.
17634         * lib/search.in.h: Likewise.
17635         * lib/signal.in.h: Likewise.
17636         * lib/stdarg.in.h: Likewise.
17637         * lib/stdint.in.h: Likewise.
17638         * lib/stdio.in.h: Likewise.
17639         * lib/stdlib.in.h: Likewise.
17640         * lib/string.in.h: Likewise.
17641         * lib/strings.in.h: Likewise.
17642         * lib/sys_select.in.h: Likewise.
17643         * lib/sys_socket.in.h: Likewise.
17644         * lib/sys_stat.in.h: Likewise.
17645         * lib/sys_time.in.h: Likewise.
17646         * lib/sysexits.in.h: Likewise.
17647         * lib/time.in.h: Likewise.
17648         * lib/unistd.in.h: Likewise.
17649         * lib/wchar.in.h: Likewise.
17650         * lib/wctype.in.h: Likewise.
17651         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
17652         * modules/fchdir (Makefile.am): Likewise.
17653         * modules/fcntl (Makefile.am): Likewise.
17654         * modules/float (Makefile.am): Likewise.
17655         * modules/iconv_open (Makefile.am): Likewise.
17656         * modules/inttypes (Makefile.am): Likewise.
17657         * modules/locale (Makefile.am): Likewise.
17658         * modules/math (Makefile.am): Likewise.
17659         * modules/netinet_in (Makefile.am): Likewise.
17660         * modules/search (Makefile.am): Likewise.
17661         * modules/signal (Makefile.am): Likewise.
17662         * modules/stdarg (Makefile.am): Likewise.
17663         * modules/stdint (Makefile.am): Likewise.
17664         * modules/stdio (Makefile.am): Likewise.
17665         * modules/stdlib (Makefile.am): Likewise.
17666         * modules/string (Makefile.am): Likewise.
17667         * modules/strings (Makefile.am): Likewise.
17668         * modules/sys_select (Makefile.am): Likewise.
17669         * modules/sys_socket (Makefile.am): Likewise.
17670         * modules/sys_stat (Makefile.am): Likewise.
17671         * modules/sys_time (Makefile.am): Likewise.
17672         * modules/sysexits (Makefile.am): Likewise.
17673         * modules/time (Makefile.am): Likewise.
17674         * modules/unistd (Makefile.am): Likewise.
17675         * modules/wchar (Makefile.am): Likewise.
17676         * modules/wctype (Makefile.am): Likewise.
17677         Reported by Reuben Thomas <rrt@sc3d.org>.
17678
17679 2008-08-29  Bruno Haible  <bruno@clisp.org>
17680
17681         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
17682         any more.
17683
17684 2008-08-29  Simon Josefsson  <simon@josefsson.org>
17685
17686         * MODULES.html.sh (Misc): Add bitrotate.
17687
17688         * modules/bitrotate: New file.
17689
17690         * lib/bitrotate.h: New file.
17691
17692         * modules/bitrotate-tests: New file.
17693
17694         * tests/test-bitrotate.c: New file.
17695
17696         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
17697         on the bitrotate module.
17698
17699         * lib/arctwo.c: Use new bitrotate module.
17700
17701 2008-08-29  Jim Meyering  <meyering@redhat.com>
17702
17703         bootstrap: merge changes from coreutils
17704         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
17705         of copied files.  Remove a kludge, now that this is fixed.
17706         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
17707         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
17708         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
17709
17710 2008-08-29  Bruno Haible  <bruno@clisp.org>
17711
17712         * MODULES.html.sh: Remove --cvs-urls option.
17713
17714 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
17715
17716         maint.mk: adjust to file name change
17717         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
17718
17719 2008-08-28  Jim Meyering  <meyering@redhat.com>
17720
17721         * modules/getndelim2 (License): Relicense to LGPLv2+.
17722         Approved by Richard Stallman for the version of 1995, and by
17723         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
17724
17725 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
17726
17727         * lib/getdelim.c (flockfile, funlockfile): Make all of them
17728         dummy if one is not available.  Do not touch them if
17729         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
17730         (getc_maybe_unlocked): New.
17731         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
17732
17733 2008-08-26  Eric Blake  <ebb9@byu.net>
17734
17735         doc/INSTALL: resync from autoconf
17736         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
17737         (INSTALL_PRELUDE): Delete; this is done more efficiently by
17738         moving...
17739         * install.texi [!autoconf]: ...here.  Resync from autoconf.
17740         * INSTALL: Regenerate.
17741         * INSTALL.ISO: New file.
17742         * INSTALL.UTF-8: Likewise.
17743
17744 2008-08-26  Jim Meyering  <meyering@redhat.com>
17745
17746         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
17747         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
17748         these definitions conditional, so that they may be overridden, too.
17749
17750 2008-08-26  Bruno Haible  <bruno@clisp.org>
17751
17752         Generate INSTALL file variants with prettier quotes.
17753         * doc/Makefile (INSTALL_PRELUDE): New macro.
17754         (INSTALL): Use it.
17755         (INSTALL.ISO, INSTALL.UTF-8): New rules.
17756
17757 2008-08-26  Bruno Haible  <bruno@clisp.org>
17758
17759         Run makeinfo in an English locale.
17760         * doc/Makefile (MAKEINFO): New variable.
17761
17762 2008-08-26  Bruno Haible  <bruno@clisp.org>
17763
17764         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
17765         Suggested by Eric Blake.
17766
17767 2008-08-25  Bruno Haible  <bruno@clisp.org>
17768
17769         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
17770
17771 2008-08-25  Eric Blake  <ebb9@byu.net>
17772
17773         c-stack: test that stack overflow can be caught
17774         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
17775         that platform allows handling stack overflow; at least OS/2 EMX
17776         has sigaltstack, but crashes before transferring control to
17777         handler on stack overflow.
17778         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
17779         check for HAVE_STACK_OVERFLOW_HANDLING.
17780         Reported by Elbert Pol.
17781
17782 2008-08-25  Bruno Haible  <bruno@clisp.org>
17783
17784         * doc/posix-functions/strftime.texi: Fix description of strftime
17785         module.
17786
17787 2008-08-24  Bruno Haible  <bruno@clisp.org>
17788
17789         * tests/uniwidth/test-uc_width2.c: New file.
17790         * tests/uniwidth/test-uc_width2.sh: New file.
17791         * modules/uniwidth/width-tests (Files): Add the new files.
17792         (TESTS): Add uniwidth/test-uc_width2.sh.
17793         (TESTS_ENVIRONMENT): New variable.
17794         (check_PROGRAMS): Add test-uc_width2.
17795         (test_uc_width2_SOURCES): New variable.
17796
17797         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
17798         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
17799         not 0x00AB.
17800         Reported by Alexander V. Lukyanov <lav@netis.ru>.
17801
17802 2008-08-22  Eric Blake  <ebb9@byu.net>
17803
17804         test-lock, test-tls: mention why a test is skipped
17805         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
17806         skipped.
17807         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
17808
17809         count-one-bits: relax license
17810         * modules/count-one-bits (License): Relicense to LGPLv2+.
17811         Suggested by Ludovic Courtès, approved by Ben Pfaff.
17812
17813 2008-08-22  Andreas Schwab  <schwab@suse.de>
17814
17815         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
17816         Remove spurious space in assignment.
17817
17818 2008-08-21  Simon Josefsson  <simon@josefsson.org>
17819
17820         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
17821         Paul Eggert <eggert@CS.UCLA.EDU>.
17822
17823 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
17824
17825         * modules/gettext: Add m4/threadlib.m4.
17826
17827 2008-08-19  Eric Blake  <ebb9@byu.net>
17828
17829         test-c-stack: fix compilation failure on FreeBSD 5.0
17830         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
17831         headers before <sys/resource.h>.
17832         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
17833         the bug.
17834         Reported by Nelson H. F. Beebe.
17835
17836         strverscmp: migrate from "strverscmp.h" to <string.h>
17837         * modules/string (Makefile.am): Add new hooks.
17838         * modules/strverscmp (Files): Remove strverscmp.h.
17839         (Depends-on): Add string.
17840         (configure.ac): Add indicator.
17841         (Include): Mention new header.
17842         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
17843         defaults.
17844         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
17845         results.
17846         * lib/strverscmp.h: Delete.
17847         * lib/string.in.h (strverscmp): Provide declaration, when needed.
17848         * tests/test-strverscmp.c (includes): Adjust client.
17849         * lib/check-version.c (includes): Likewise.
17850         * NEWS: Document the change.
17851
17852         strverscmp: add unit test
17853         * modules/strverscmp-tests: New file.
17854         * tests/test-strverscmp.c: Likewise.
17855
17856 2008-08-19  Simon Josefsson  <simon@josefsson.org>
17857
17858         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
17859         regarding Windows crypto stuff, from Mono.
17860
17861 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
17862
17863         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
17864         if present, for intel RND.  Return error on failures.
17865
17866 2008-08-18  Ben Pfaff  <blp@gnu.org>
17867
17868         gitlog-to-changelog: give better diagnostic for failed pipe-open
17869         * build-aux/gitlog-to-changelog: Improve error message: suggest
17870         that the version of Git may be too old.
17871
17872 2008-08-18  Simon Josefsson  <simon@josefsson.org>
17873
17874         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
17875         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
17876
17877 2008-08-18  Bruno Haible  <bruno@clisp.org>
17878
17879         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
17880         pthread_in_use().
17881
17882 2008-08-18  Bruno Haible  <bruno@clisp.org>
17883
17884         * lib/glthread/threadlib.c: Include <pthread.h>.
17885
17886 2008-08-18  Bruno Haible  <bruno@clisp.org>
17887
17888         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
17889         glthread_recursive_lock_* macros.
17890         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
17891         Fix syntax error.
17892
17893 2008-08-18  Bruno Haible  <bruno@clisp.org>
17894
17895         * lib/glthread/thread.c: Avoid forcing a context switch right after
17896         thread creation.
17897
17898 2008-08-17  Bruno Haible  <bruno@clisp.org>
17899
17900         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
17901         * lib/glthread/thread.h: Provide Win32 specific implementation.
17902         * modules/thread (Files): Add lib/glthread/thread.c.
17903         (Depends-on): Add lock.
17904         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
17905
17906 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17907
17908         New module 'yield'.
17909         * modules/yield: New file.
17910         * lib/glthread/yield.h: New file.
17911         * m4/yield.m4: New file.
17912         * MODULES.html.sh (Multithreading): Add yield.
17913
17914 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17915
17916         New module 'thread'.
17917         * modules/thread: New file.
17918         * lib/glthread/thread.h: New file.
17919         * m4/thread.m4: New file.
17920         * MODULES.html.sh (Multithreading): Add thread.
17921
17922 2008-08-17  Bruno Haible  <bruno@clisp.org>
17923
17924         * lib/glthread/lock.h: Include <stdlib.h> always.
17925         * lib/glthread/tls.h: Likewise.
17926         * lib/glthread/cond.h: Likewise.
17927
17928 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17929
17930         New module 'cond'.
17931         * modules/cond: New file.
17932         * lib/glthread/cond.h: New file.
17933         * lib/glthread/cond.c: New file.
17934         * m4/cond.m4: New file.
17935         * MODULES.html.sh (Multithreading): Add cond.
17936
17937 2008-08-16  Eric Blake  <ebb9@byu.net>
17938
17939         c-stack: fix regression on Irix 5.3 from 2008-06-21
17940         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
17941         sa_sigaction...
17942         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
17943         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
17944         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
17945         * modules/signal (Makefile.am): Use the value.
17946         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
17947         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
17948         * doc/posix-headers/signal.texi (signal.h): Document this
17949         portability issue.
17950         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
17951         Reported by Tom G. Christensen.
17952
17953 2008-08-17  Bruno Haible  <bruno@clisp.org>
17954
17955         New module 'threadlib'.
17956         * modules/threadlib: New file.
17957         * lib/glthread/threadlib.c: New file, extracted from
17958         lib/glthread/lock.c.
17959         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
17960         functions.
17961         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
17962         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
17963         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
17964         macros.
17965         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
17966         (gl_DISABLE_THREADS): Remove macro.
17967         * modules/lock (Files): Remove build-aux/config.rpath.
17968         (Depends-on): Remove havelib. Add threadlib.
17969         (configure.ac-early): Remove section.
17970         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
17971         * modules/tls (Depends-on): Remove lock. Add threadlib.
17972         (Link): New section, copied from threadlib.
17973         * MODULES.html.sh (Multithreading): Add threadlib.
17974
17975 2008-08-14  Bruno Haible  <bruno@clisp.org>
17976
17977         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
17978         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
17979         glthread_rwlock_unlock, glthread_rwlock_destroy,
17980         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
17981         glthread_recursive_lock_destroy): Define as macros always.
17982         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
17983         glthread_lock_lock.
17984         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
17985         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
17986         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
17987         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
17988         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
17989         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
17990         (glthread_recursive_lock_lock_func): Renamed from
17991         glthread_recursive_lock_lock.
17992         (glthread_recursive_lock_unlock_func): Renamed from
17993         glthread_recursive_lock_unlock.
17994         (glthread_recursive_lock_destroy_func): Renamed from
17995         glthread_recursive_lock_destroy.
17996
17997 2008-08-14  Bruno Haible  <bruno@clisp.org>
17998
17999         * lib/glthread/lock.h: Renamed from lib/lock.h.
18000         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
18001         * lib/glthread/tls.h: Renamed from lib/tls.h.
18002         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
18003         * lib/fstrcmp.c: Update includes.
18004         * lib/strsignal.c: Update includes.
18005         * modules/lock (Files, Makefile.am): Update.
18006         (Include): Change to "glthread/lock.h".
18007         * modules/tls (Files, Makefile.am): Update.
18008         (Include): Change to "glthread/tls.h".
18009         * tests/test-lock.c: Update includes.
18010         * tests/test-tls.c: Update includes.
18011         * NEWS: Mention the renamed header files.
18012
18013 2008-08-11  Jim Meyering  <meyering@redhat.com>
18014
18015         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
18016
18017 2008-08-11  Eric Blake  <ebb9@byu.net>
18018
18019         test-c-stack: avoid C99-ism
18020         * tests/test-c-stack.c (main): Fix whitespace, move declaration
18021         before statement.
18022         Reported by Alain Guibert.
18023
18024 2008-08-10  Jim Meyering  <meyering@redhat.com>
18025
18026         ensure that return value of uinttostr et al are not ignored
18027         * lib/inttostr.h (__GNUC_PREREQ): Define.
18028         (__attribute_warn_unused_result__): Define.
18029         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
18030
18031 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
18032
18033         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
18034         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
18035
18036 2008-08-07  Jim Meyering  <meyering@redhat.com>
18037
18038         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
18039
18040         * modules/mkstemp (License): Relicense under LGPLv2+.
18041         * modules/tempname (License): Likewise.
18042
18043 2008-08-06  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/poll.c (poll): Further micro-optimization.
18046
18047 2008-08-06  Jim Meyering  <meyering@redhat.com>
18048
18049         inet_pton.c: use locale-independent tolower
18050         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
18051         (inet_pton6): Use c_tolower rather than tolower.
18052         * modules/inet_pton (Depends-on): Add c-ctype.
18053
18054 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
18055
18056         * lib/poll.c (poll): Avoid division when timeout is 0, cache
18057         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
18058
18059 2008-08-06  Jim Meyering  <meyering@redhat.com>
18060
18061         * modules/inet_pton (License): Relicense under LGPLv2+.
18062
18063 2008-08-03  Bruno Haible  <bruno@clisp.org>
18064
18065         Additional non-aborting API for lock and tls.
18066         * lib/lock.h: Include <errno.h>.
18067         (glthread_lock_init): New macro/function.
18068         (gl_lock_init): Define as wrapper around glthread_lock_init.
18069         (glthread_lock_lock): New macro/function.
18070         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
18071         (glthread_lock_unlock): New macro/function.
18072         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
18073         (glthread_lock_destroy): New macro/function.
18074         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
18075         (glthread_rwlock_init): New macro/function.
18076         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
18077         (glthread_rwlock_rdlock): New macro/function.
18078         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
18079         (glthread_rwlock_wrlock): New macro/function.
18080         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
18081         (glthread_rwlock_unlock): New macro/function.
18082         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
18083         (glthread_rwlock_destroy): New macro/function.
18084         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
18085         (glthread_recursive_lock_init): New macro/function.
18086         (gl_recursive_lock_init): Define as wrapper around
18087         glthread_recursive_lock_init.
18088         (glthread_recursive_lock_lock): New macro/function.
18089         (gl_recursive_lock_lock): Define as wrapper around
18090         glthread_recursive_lock_lock.
18091         (glthread_recursive_lock_unlock): New macro/function.
18092         (gl_recursive_lock_unlock): Define as wrapper around
18093         glthread_recursive_lock_unlock.
18094         (glthread_recursive_lock_destroy): New macro/function.
18095         (gl_recursive_lock_destroy): Define as wrapper around
18096         glthread_recursive_lock_destroy.
18097         (glthread_once): New macro/function.
18098         (gl_once): Define as wrapper around glthread_once.
18099         Update function declarations.
18100         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
18101         glthread_rwlock_init. Return error code.
18102         (glthread_rwlock_rdlock_multithreaded): Renamed from
18103         glthread_rwlock_rdlock. Return error code.
18104         (glthread_rwlock_wrlock_multithreaded): Renamed from
18105         glthread_rwlock_wrlock. Return error code.
18106         (glthread_rwlock_unlock_multithreaded): Renamed from
18107         glthread_rwlock_unlock. Return error code.
18108         (glthread_rwlock_destroy_multithreaded): Renamed from
18109         glthread_rwlock_destroy. Return error code.
18110         (glthread_recursive_lock_init_multithreaded): Renamed from
18111         glthread_recursive_lock_init. Return error code.
18112         (glthread_recursive_lock_lock_multithreaded): Renamed from
18113         glthread_recursive_lock_lock. Return error code.
18114         (glthread_recursive_lock_unlock_multithreaded): Renamed from
18115         glthread_recursive_lock_unlock. Return error code.
18116         (glthread_recursive_lock_destroy_multithreaded): Renamed from
18117         glthread_recursive_lock_destroy. Return error code.
18118         (glthread_once_call): Make static.
18119         (glthread_once_multithreaded): Renamed from glthread_once.
18120         * lib/tls.h: Include <errno.h>.
18121         (glthread_tls_key_init): New macro/function.
18122         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
18123         (glthread_tls_set): New macro/function.
18124         (gl_tls_set): Define as wrapper around glthread_tls_set.
18125         (glthread_tls_key_destroy): New macro/function.
18126         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
18127         Update function declarations.
18128         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
18129         glthread_tls_get.
18130         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18131
18132 2008-08-04  Eric Blake  <ebb9@byu.net>
18133
18134         gnumakefile: use space, not TAB, outside of targets
18135         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
18136
18137 2008-08-02  Jim Meyering  <meyering@redhat.com>
18138
18139         getdate.y: avoid locale-dependent date parsing failure
18140         In Turkish locales, getdate would fail to recognize keywords
18141         containing a lowercase "i".  The solution is not to rely on
18142         locale-sensitive case-conversion.
18143         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
18144         (lookup_word): Use c_toupper in place of toupper.
18145         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
18146         Reported by Vefa Bicakci <bicave@superonline.com> in
18147         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
18148         * modules/getdate (Depends-on): Add c-ctype.
18149
18150 2008-08-02  Bruno Haible  <bruno@clisp.org>
18151
18152         * gnulib-tool (func_import): When updating or creating a .gitignore
18153         file, prepend each added line with a slash, and ignore leading slashes
18154         from the existing lines.
18155         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18156
18157 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18158
18159         Portability fix for GNU make 3.79.1.
18160         * top/GNUmakefile: Avoid 'else COND', which older GNU make
18161         versions do not understand.
18162
18163 2008-08-01  Bruno Haible  <bruno@clisp.org>
18164
18165         Work around bug of HP-UX 10.20 cc with -0.0 literal.
18166         * tests/test-isnanf.h (zero): New variable.
18167         (main): Avoid literal -0.0f.
18168         * tests/test-isnand.h (zero): New variable.
18169         (main): Avoid literal -0.0.
18170         * tests/test-isnanl.h (zero): New variable.
18171         (main): Avoid literal -0.0L.
18172         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
18173         (test_float, test_double, test_long_double): Avoid literals -0.0f,
18174         -0.0, -0.0L.
18175         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
18176         (test_signbitd): Avoid literal -0.0.
18177         (test_signbitl): Avoid literal -0.0L.
18178         * tests/test-ceilf1.c (zero): New variable.
18179         (main): Avoid literal -0.0f.
18180         * tests/test-ceill.c (zero): New variable.
18181         (main): Avoid literal -0.0L.
18182         * tests/test-floorf1.c (zero): New variable.
18183         (main): Avoid literal -0.0f.
18184         * tests/test-floorl.c (zero): New variable.
18185         (main): Avoid literal -0.0L.
18186         * tests/test-roundf1.c (zero): New variable.
18187         (main): Avoid literal -0.0f.
18188         * tests/test-round1.c (zero): New variable.
18189         (main): Avoid literal -0.0.
18190         * tests/test-roundl.c (zero): New variable.
18191         (main): Avoid literal -0.0L.
18192         * tests/test-truncf1.c (zero): New variable.
18193         (main): Avoid literal -0.0f.
18194         * tests/test-trunc1.c (zero): New variable.
18195         (main): Avoid literal -0.0.
18196         * tests/test-truncl.c (zero): New variable.
18197         (main): Avoid literal -0.0L.
18198         * tests/test-frexp.c (zero): New variable.
18199         (main): Avoid literal -0.0.
18200         * tests/test-frexpl.c (zero): New variable.
18201         (main): Avoid literal -0.0L.
18202         * tests/test-ldexpl.c (zero): New variable.
18203         (main): Avoid literal -0.0L.
18204         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
18205         (zerod, zerol): New variables.
18206         (test_function): Avoid literals -0.0, -0.0L.
18207         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
18208         (zerod, zerol): New variables.
18209         (test_function): Avoid literals -0.0, -0.0L.
18210         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
18211         (zerod, zerol): New variables.
18212         (test_function): Avoid literals -0.0, -0.0L.
18213         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
18214         (zerod, zerol): New variables.
18215         (test_function): Avoid literals -0.0, -0.0L.
18216         * tests/test-strtod.c (zero): New variable.
18217         (main): Avoid literal -0.0.
18218         Reported by Jonathan C. Patschke <jp@centtech.com>.
18219
18220 2008-07-31  Jim Meyering  <meyering@redhat.com>
18221
18222         sha256.h: correct definition of SHA224_DIGEST_SIZE
18223         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
18224         Reported by Paulie Pena IV <paulie4@gmail.com>.
18225         Define as 224 / 8, rather than as a literal.
18226         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
18227         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
18228         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
18229
18230 2008-07-31  Bruno Haible  <bruno@clisp.org>
18231
18232         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
18233         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
18234         Reported by Jonathan Patschke <jp@centtech.com>.
18235
18236 2008-07-31  Bruno Haible  <bruno@clisp.org>
18237
18238         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
18239         Reported by Paolo Bonzini <bonzini@gnu.org>.
18240
18241 2008-07-30  Eric Blake  <ebb9@byu.net>
18242
18243         test-strtod: allow compilation without -lm
18244         * tests/test-strtod.c (main): Avoid link dependence on fabs.
18245         Reported by Dennis Clarke <blastwave@gmail.com>.
18246
18247 2008-07-28  Jim Meyering  <meyering@redhat.com>
18248
18249         bootstrap: work also when there are no .po files in po/
18250         * build-aux/bootstrap (update_po_files): Complete the change
18251         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
18252
18253 2008-07-27  Jim Meyering  <meyering@redhat.com>
18254
18255         * users.txt: Add zile.
18256
18257 2008-07-26  Ben Pfaff  <blp@gnu.org>
18258
18259         Add missing dependencies on new m4/exponent[fdl].m4 files.
18260         * modules/isnanf-nolibm: Add m4/exponentf.m4.
18261         * modules/isnand-nolibm: Add m4/exponentd.m4.
18262         * modules/isnanl-nolibm: Add m4/exponentl.m4.
18263         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
18264         m4/isnan[fdl].m4, because the macros actually used moved.
18265         Reported by Jim Meyering.
18266
18267 2008-07-14  Ben Pfaff  <blp@gnu.org>
18268
18269         Add isinf module.
18270         * lib/isinf.c: New file.
18271         * lib/math.in.h: Define isinf macro if we have decided to replace
18272         it.
18273         * m4/isinf.m4: New file.
18274         * m4/math_h.m4: Initialize and substitute variables for isinf
18275         module.
18276         * modules/isinf: New file.
18277         * modules/isinf-tests: New file.
18278         * modules/math: Add substitutions for new module.
18279         * tests/test-isinf.c: New file.
18280         * doc/posix-functions/isinf.texi: Mention new module.
18281         * MODULES.html.sh: Mention new module.
18282
18283 2008-07-14  Ben Pfaff  <blp@gnu.org>
18284
18285         Factor out some macros for use by additional modules.
18286         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
18287         exponentf.m4.
18288         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
18289         exponentd.m4.
18290         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
18291         file exponentl.m4.
18292         * m4/exponentf.m4: New file.
18293         * m4/exponentd.m4: New file.
18294         * m4/exponentl.m4: New file.
18295         * modules/isnanf: Use new file m4/exponentf.m4.
18296         * modules/isnand: Use new file m4/exponentd.m4.
18297         * modules/isnanl: Use new file m4/exponentl.m4.
18298
18299 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
18300
18301         mktime.c: normalize tp->tm_isdst value to -1/0/1.
18302         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
18303         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
18304         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
18305
18306         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
18307         readlink on platforms without PATH_MAX.
18308
18309 2008-07-21  Eric Blake  <ebb9@byu.net>
18310
18311         Warn, not fail, on stale version.
18312         * top/GNUmakefile (_curr-ver): Tone down previous patch.
18313
18314         Don't allow installation with stale devel version number.
18315         * top/GNUmakefile (_is-install-target): New macro.
18316         (_curr-ver): Forbid installation with stale version number.
18317
18318 2008-07-20  Bruno Haible  <bruno@clisp.org>
18319
18320         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
18321         TESTS_ENVIRONMENT.
18322         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
18323
18324 2008-07-20  Bruno Haible  <bruno@clisp.org>
18325
18326         * lib/c-stack.h (c_stack_action): Add documentation.
18327         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
18328
18329 2008-07-20  Bruno Haible  <bruno@clisp.org>
18330
18331         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
18332         * modules/readlink (License): Likewise.
18333
18334 2008-07-17  Eric Blake  <ebb9@byu.net>
18335
18336         * modules/c-stack (Link): Fix typo.
18337
18338         Make c-stack use libsigsegv, when available.
18339         * modules/c-stack (Depends-on): Add libsigsegv.
18340         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
18341         needed.
18342         * lib/c-stack.c (SIGSTKSZ): Define fallback.
18343         (segv_handler, overflow_handler, c_stack_action)
18344         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
18345         implementation when libsigsegv is available, but only when using
18346         the library is necessary.
18347         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
18348         comment, explaining why XSI check fails on Linux.
18349         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
18350         * tests/test-c-stack2.sh: Tweak skip message.
18351         * NEWS: Document new link-time requirements.
18352
18353 2008-07-16  Eric Blake  <ebb9@byu.net>
18354
18355         c-stack: Expose false positives when not using libsigsegv.
18356         * modules/c-stack-tests (Files): Expand test.
18357         * tests/test-c-stack.c (main): Add means to conditionally trigger
18358         non-overflow SIGSEGV.
18359         * tests/test-c-stack2.sh: New file.
18360
18361 2008-07-14  Bruno Haible  <bruno@clisp.org>
18362
18363         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
18364         Reported by Eric Blake.
18365
18366 2008-07-14  Sam Steingold  <sds@gnu.org>
18367             Bruno Haible  <bruno@clisp.org>
18368
18369         New module libsigsegv.
18370         * modules/libsigsegv: New file.
18371         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
18372         modifications.
18373         * MODULES.html.sh (Signal handling): New section.
18374
18375 2008-07-14  Bruno Haible  <bruno@clisp.org>
18376
18377         * modules/unictype/ctype-* (Description): Add the word "function".
18378         Improves the resulting doc in MODULES.html.
18379
18380 2008-07-12  Ben Pfaff  <blp@gnu.org>
18381
18382         Add longlong module.
18383         * modules/longlong: New file.
18384
18385 2008-07-12  Bruno Haible  <bruno@clisp.org>
18386
18387         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
18388         to empty.
18389
18390 2008-07-10  Ben Pfaff  <blp@gnu.org>
18391
18392         Add isnan module.
18393         * doc/posix-functions/isnan.texi: Mention new module.
18394         * lib/math.in.h: Define isnan macro if we have decided to replace
18395         it.
18396         * m4/isnan.m4: New file.
18397         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
18398         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
18399         also.
18400         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
18401         redundancy.
18402         * m4/math_h.m4: Initialize and substitute variables for isnan
18403         module.
18404         * modules/isnan: New file.
18405         * modules/isnan-tests: New file.
18406         * modules/math: Add substitutions for new module.
18407         * tests/test-isnan.c: New file.
18408         * MODULES.html.sh: Mention new module.
18409
18410 2008-07-10  Ben Pfaff  <blp@gnu.org>
18411
18412         Add isnanf module.
18413         * lib/isnanf.m4: New file.
18414         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
18415         (gl_HAVE_ISNANF_IN_LIBM): New macro.
18416         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
18417         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
18418         * modules/isnanf: New file.
18419         * modules/isnanf-tests: New file.
18420         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
18421         files.
18422         * tests/test-isnanf-nolibm.c: factored most of its contents into
18423         new file tests/test-isnanf.h.
18424         * tests/test-isnanf.h: New file.
18425         * tests/test-isnanf.c: New file.
18426         * MODULES.html.sh: Mention new module.
18427         * doc/glibc-functions/isnanf.texi: Mention new module.
18428
18429 2008-07-10  Ben Pfaff  <blp@gnu.org>
18430
18431         Add isnand module.
18432         * lib/isnand.h: New file.
18433         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
18434         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
18435         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
18436         functionality also.
18437         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
18438         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
18439         (gl_HAVE_ISNAND_IN_LIBM): New macro.
18440         * modules/isnand: New file.
18441         * modules/isnand-tests: New file.
18442         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
18443         files.
18444         * tests/test-isnand-nolibm.c: factored most of its contents into
18445         new file tests/test-isnand.h.
18446         * tests/test-isnand.h: New file.
18447         * tests/test-isnand.c: New file.
18448         * MODULES.html.sh: Mention new module.
18449
18450 2008-07-10  Ben Pfaff  <blp@gnu.org>
18451
18452         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
18453         * lib/isnand.h: Rename lib/isnand-nolibm.h.
18454         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
18455         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
18456         * modules/isnanf-nolibm: Update references to renamed files.
18457         * modules/isnand-nolibm: Likewise.
18458         * modules/isnanf-nolibm-tests: Likewise.
18459         * modules/isnand-nolibm-tests: Likewise.
18460         * lib/frexp.c: Likewise.
18461         * lib/isfinite.c: Likewise.
18462         * lib/signbitd.c: Likewise.
18463         * lib/signbitf.c: Likewise.
18464         * lib/vasnprintf.c: Likewise.
18465         * tests/test-ceilf1.c: Likewise.
18466         * tests/test-ceilf2.c: Likewise.
18467         * tests/test-floorf1.c: Likewise.
18468         * tests/test-floorf2.c: Likewise.
18469         * tests/test-frexp.c: Likewise.
18470         * tests/test-round1.c: Likewise.
18471         * tests/test-round2.c: Likewise.
18472         * tests/test-roundf1.c: Likewise.
18473         * tests/test-strtod.c: Likewise.
18474         * tests/test-trunc1.c: Likewise.
18475         * tests/test-trunc2.c: Likewise.
18476         * tests/test-truncf1.c: Likewise.
18477         * tests/test-truncf2.c: Likewise.
18478         * NEWS: Mention the renamed header files.
18479
18480 2008-07-11  Jim Meyering  <meyering@redhat.com>
18481
18482         vc-list-files: make the last-resort awk code more portable
18483         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
18484         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
18485         does not support it.
18486
18487 2008-07-10  Eric Blake  <ebb9@byu.net>
18488
18489         Work with tar's bootstrap.
18490         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
18491         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
18492         an m4 comment.
18493
18494 2008-07-09  Jim Meyering  <meyering@redhat.com>
18495
18496         posix-shell.m4: fix typo that made this test malfunction
18497         * m4/posix-shell.m4: Remove capitalization in variable name.
18498
18499 2008-07-08  Bruno Haible  <bruno@clisp.org>
18500
18501         * m4/onceonly.m4: Update comments.
18502         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18503
18504 2008-07-04  Jim Meyering  <meyering@redhat.com>
18505
18506         * users.txt: Add vc-dwim.
18507         (bison, coreutils): Use the gitweb URL.
18508
18509 2008-07-03  Jim Meyering  <meyering@redhat.com>
18510
18511         * users.txt: Add libffcall.  From Sam Steingold.
18512
18513 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
18514
18515         getdate.y: do not ignore TZ with relative day, month or year offset
18516         * lib/getdate.y (get_date): Move the tz-handling block to follow the
18517         relative-date-handling, since otherwise, the latter would clobber the
18518         sole output (an updated Start value) of the tz-handling block.
18519         * tests/test-getdate.c: Tests for the fix
18520
18521 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18522
18523         Recognize 'foo_LIBRARIES += libgnu.a'.
18524         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
18525         makefile snippet has already specified an installation location,
18526         also using '+='.
18527
18528 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
18529
18530         getdate.y: factor out common actions
18531         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
18532         Use them in place of open-coded actions.
18533
18534 2008-07-01  Simon Josefsson  <simon@josefsson.org>
18535
18536         Add self-test for getdate module.
18537         * modules/getdate-tests: New file.
18538         * tests/test-getdate.c: New file.
18539
18540 2008-06-29  Bruno Haible  <bruno@clisp.org>
18541
18542         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
18543         .gitignore.
18544         Reported by Sylvain Beucler <beuc@beuc.net>.
18545
18546 2008-06-29  Bruno Haible  <bruno@clisp.org>
18547
18548         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
18549         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
18550
18551 2008-06-29  Bruno Haible  <bruno@clisp.org>
18552
18553         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
18554         EXTRA_DIST.
18555         Reported by Sylvain Beucler <beuc@beuc.net>.
18556
18557 2008-06-26  Jim Meyering  <meyering@redhat.com>
18558
18559         make several modules depend on the "open" module
18560         This provides slightly increased consistency when opening-for-write
18561         the name of a non-directory spelled with a trailing slash.
18562         * modules/chdir-safer: Likewise.
18563         * modules/chown: Likewise.
18564         * modules/clean-temp: Likewise.
18565         * modules/copy-file: Likewise.
18566         * modules/fchdir: Likewise.
18567         * modules/fcntl-safer: Likewise.
18568         * modules/pipe: Likewise.
18569         * modules/utime: Likewise.
18570         Prompted by Eric Blake and Bruno Haible.
18571
18572 2008-06-24  Andreas Schwab  <schwab@suse.de>
18573
18574         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
18575         literals can be used as initializers for global variables.
18576
18577 2008-06-23  Eric Blake  <ebb9@byu.net>
18578
18579         Make gnulib-cache.m4 easier to diff.
18580         * gnulib-tool (func_import): Allow newlines when reading cached
18581         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
18582
18583 2008-06-23  Bruno Haible  <bruno@clisp.org>
18584
18585         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
18586         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
18587         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
18588         m4/signalblocking.m4.
18589         (gl_PREREQ_SIGACTION): Don't invoke it.
18590         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
18591         gl_PREREQ_SIG_HANDLER_H.
18592         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
18593         Don't check for sigaction here.
18594
18595 2008-06-23  Bruno Haible  <bruno@clisp.org>
18596
18597         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
18598         (install_handlers): Don't set the SA_RESETHAND flag.
18599
18600 2008-06-23  Bruno Haible  <bruno@clisp.org>
18601
18602         * m4/sigaction.m4: Comment fixes.
18603         * lib/signal.in.h: Likewise.
18604
18605 2008-06-23  Eric Blake  <ebb9@byu.net>
18606
18607         Fix typo.
18608         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
18609
18610         Avoid SA_ namespace.
18611         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
18612         Reported by Ralf Wildenhues.
18613
18614         Avoid test failure due to SA_RESTORER.
18615         * tests/test-sigaction.c (SA_MASK): New macro.
18616         (main): Avoid failing due to extension flags being set.
18617         Reported by Jim Meyering.
18618
18619         Revert use of sig-handler.h in sigprocmask.c.
18620         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
18621         it requires the existence of struct sigaction.
18622         * lib/sigprocmask.c (handler_t): Restore typedef.
18623         (rpl_signal, old_handlers): Use local type.
18624
18625 2008-06-22  Bruno Haible  <bruno@clisp.org>
18626
18627         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
18628         conditionally.
18629         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18630
18631 2008-06-22  Bruno Haible  <bruno@clisp.org>
18632
18633         * doc/posix-functions/siginterrupt.texi: Move note.
18634
18635         * lib/signal.in.h (SA_RESTART): New macro.
18636         * lib/sigaction.c: Update comment.
18637
18638         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
18639
18640         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
18641         (gl_PREREQ_SIGPROCMASK): Invoke it.
18642         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
18643
18644         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
18645
18646         * lib/sigprocmask.c: Update a comment.
18647
18648 2008-06-21  Eric Blake  <ebb9@byu.net>
18649
18650         Use sigaction module rather than signal().
18651         * modules/c-stack (Depends-on): Add sigaction.
18652         * modules/fatal-signal (Depends-on): Likewise.
18653         * modules/nanosleep (Depends-on): Likewise.
18654         * modules/sigprocmask (Files): Add sig-handler.h.
18655         * modules/sigaction (Files): Likewise.
18656         * lib/sig-handler.h (get_handler): New file, suggested by Paul
18657         Eggert.
18658         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
18659         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
18660         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
18661         (init_fatal_signals): Likewise.
18662         * lib/nanosleep.c (rpl_nanosleep): Likewise.
18663         (siginterrupt): Delete fallback.
18664         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
18665         instead.
18666         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
18667         siginterrupt.
18668
18669         New module sigaction, for mingw.
18670         * modules/sigaction: New module...
18671         * modules/sigaction-tests: ...and its test.
18672         * m4/sigaction.m4: New file.
18673         * lib/sigaction.c: Likewise.
18674         * tests/test-sigaction.c: Likewise.
18675         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
18676         * modules/signal (Makefile.am): Likewise.
18677         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
18678         needed.
18679         * doc/posix-headers/signal.texi (signal.h): Mention provided
18680         types.
18681         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
18682         that sigaction is preferable.
18683         * doc/posix-functions/sigaction.texi (sigaction): Mention new
18684         module.
18685         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18686         sigaction.
18687
18688         Improve robustness of sigprocmask by overriding signal.
18689         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
18690         is in use.
18691         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
18692         (SIGKILL, SIGSTOP): Provide fallbacks.
18693         (rpl_signal): Implement.
18694         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
18695         signal can be called inside handlers.
18696
18697         Fix nanosleep module on mingw.
18698         * modules/nanosleep (Depends-on): Add sys_select.
18699         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
18700
18701         Fix licensing of sigprocmask.
18702         * modules/raise (License): Relicense as LGPL.
18703
18704 2008-06-21  Bruno Haible  <bruno@clisp.org>
18705
18706         * lib/propername.c (proper_name_utf8): Don't use the transliterated
18707         result if it contains question marks.
18708         Reported by Michael Geng <linux@michaelgeng.de>.
18709
18710 2008-06-19  Bruno Haible  <bruno@clisp.org>
18711
18712         Fix CVS-ism.
18713         * doc/gnulib.texi: Include updated-stamp.texi.
18714         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
18715         (updated-stamp.texi): New rule.
18716         (gnulib.info): Depend on it.
18717         * doc/.gitignore: Add updated-stamp.texi.
18718         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
18719
18720 2008-06-19  Bruno Haible  <bruno@clisp.org>
18721
18722         * doc/Makefile (gnulib.info): Update and simplify dependencies.
18723         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
18724
18725 2008-06-19  Eric Blake  <ebb9@byu.net>
18726
18727         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
18728         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
18729         Reported by Stepan Kasal.
18730
18731 2008-06-18  Bruno Haible  <bruno@clisp.org>
18732
18733         * lib/fatal-signal.c (init_fatal_signals): Add comment.
18734         Reported by Eric Blake.
18735
18736 2008-06-18  Eric Blake  <ebb9@byu.net>
18737
18738         Work around cygwin 1.5.25 strsignal bug.
18739         * tests/test-strsignal.c: Allow for const char *.
18740         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
18741
18742 2008-06-18  Simon Josefsson  <simon@josefsson.org>
18743
18744         * users.txt: Update URL to article and add author/date
18745         information.
18746
18747 2008-06-17  Bruno Haible  <bruno@clisp.org>
18748
18749         New macro gl_DISABLE_THREADS.
18750         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
18751         if the user did not pass --enable-threads or --disable-threads option.
18752         (gl_DISABLE_THREADS): New macro.
18753         Reported by Eric Blake <ebb9@byu.net>.
18754
18755 2008-06-17  Bruno Haible  <bruno@clisp.org>
18756
18757         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
18758         when the macro ignores it.
18759         Based on a patch by Eric Blake <ebb9@byu.net>.
18760
18761 2008-06-17  Bruno Haible  <bruno@clisp.org>
18762
18763         * modules/tls (License): Change to LGPLv2+.
18764         Reported by Eric Blake.
18765
18766 2008-06-17  Eric Blake  <ebb9@byu.net>
18767
18768         Simplify c-stack prerequisites.
18769         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
18770         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
18771         no longer requires <ucontext.h> to exist.  Optimize setrlimit
18772         check.
18773         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
18774         <sys/resource.h>.
18775
18776         Move c-stack test into testsuite.
18777         * modules/c-stack-tests: New file.
18778         * lib/c-stack.c [DEBUG]: Move test program...
18779         * tests/test-c-stack.c: ...into this new file.  Skip rather than
18780         fail test if sigaltstack is lacking.
18781         * tests/test-c-stack.sh: New driver file.
18782
18783 2008-06-16  Eric Blake  <ebb9@byu.net>
18784
18785         Use raise module consistently.
18786         * modules/fatal-signal (Depends-on): Add raise.
18787         * modules/sigprocmask (Depends-on): Likewise.
18788         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
18789         * lib/sigprocmask.c (sigprocmask): Likewise.
18790         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
18791         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
18792
18793         Fix compliance bug in sigpending.
18794         * lib/sigprocmask.c (sigpending): Return pending array via
18795         parameter, not return value.
18796
18797 2008-06-14  Eric Blake  <ebb9@byu.net>
18798
18799         Improve obstack-printf test code.
18800         * tests/test-obstack-printf.c (test_function): Fix comment, and
18801         simplify usage of obstack_* in macros.  Add a test for coverage.
18802         Reported by Bruno Haible.
18803
18804 2008-06-14  Bruno Haible  <bruno@clisp.org>
18805
18806         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
18807         array size as a constant, not as a const variable.
18808         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
18809         AC_USE_SYSTEM_EXTENSIONS.
18810         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
18811         Test whether the obstack_printf function actually exists.
18812         * modules/obstack-printf (Depends-on): Add extensions.
18813         (Include): Remove obstack.h.
18814         * modules/obstack-printf-posix (Depends-on): Add extensions.
18815         (Include): Remove obstack.h.
18816
18817 2008-06-13  Eric Blake  <ebb9@byu.net>
18818
18819         Add obstack-printf and obstack-printf-posix modules.
18820         * modules/obstack-printf: New file.
18821         * modules/obstack-printf-posix: Likewise.
18822         * MODULES.html.sh (Misc): Mention them.
18823         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18824         Likewise.
18825         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18826         Likewise.
18827         * modules/stdio (Makefile.am): Accomodate new modules.
18828         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18829         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
18830         Declare.
18831         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
18832         functions.
18833         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
18834         (gl_REPLACE_OBSTACK_PRINTF): New macros
18835         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
18836         * tests/test-obstack-printf.c: New file.
18837         * modules/obstack-printf-tests: Likewise.
18838         * modules/obstack-printf-posix-tests: Likewise.
18839
18840 2008-06-11  Bruno Haible  <bruno@clisp.org>
18841
18842         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
18843         * lib/open.c: Include errno.h.
18844         (open): Fail when attempting to write to a file that has a trailing
18845         slash.
18846         * tests/test-open.c (main): Test against trailing slash bug.
18847         * doc/posix-functions/open.texi: Mention the trailing slash bug.
18848
18849 2008-06-10  Bruno Haible  <bruno@clisp.org>
18850
18851         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
18852         for $? to work inside the trap command, with various /bin/sh-s.
18853         * tests/test-vc-list-files-cvs.sh: Likewise.
18854
18855 2008-06-10  Bruno Haible  <bruno@clisp.org>
18856
18857         * lib/acl-internal.h: Don't include gettext.h here.
18858         * lib/set-mode-acl.c: Include gettext.h here.
18859         * lib/copy-acl.c: Likewise.
18860
18861 2008-06-10  Bruno Haible  <bruno@clisp.org>
18862
18863         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
18864         * lib/wait-process.c (wait_subprocess): Likewise.
18865         * lib/execute.h (execute): Add termsigp argument.
18866         * lib/execute.c (execute): Likewise.
18867         * lib/csharpcomp.c (compile_csharp_using_pnet,
18868         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
18869         * lib/csharpexec.c (execute_csharp_using_pnet,
18870         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
18871         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
18872         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
18873         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
18874         is_jikes_present): Update.
18875         * lib/javaexec.c (execute_java_class): Update.
18876         * lib/javaversion.c (execute_and_read_line): Update.
18877         * NEWS: Document the changes.
18878         Reported by Eric Blake.
18879
18880 2008-06-10  Eric Blake  <ebb9@byu.net>
18881
18882         Add missing include.
18883         * tests/test-strstr.c (includes): Add <signal.h>.
18884         * tests/test-strcasestr.c (includes): Likewise.
18885         * tests/test-memmem.c (includes): Likewise.
18886
18887 2008-06-10  Bruno Haible  <bruno@clisp.org>
18888
18889         * lib/wait-process.c (wait_subprocess): Add an assertion.
18890
18891 2008-06-10  Bruno Haible  <bruno@clisp.org>
18892
18893         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
18894
18895 2008-06-10  Bruno Haible  <bruno@clisp.org>
18896
18897         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
18898         using alarm().
18899         * tests/test-strcasestr.c (main): Likewise.
18900         * tests/test-strstr.c (main): Likewise.
18901
18902 2008-06-09  Bruno Haible  <bruno@clisp.org>
18903
18904         Work around the Solaris 10 ACE ACLs ABI change.
18905         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
18906         declare if ACL_NO_TRIVIAL is present.
18907         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
18908         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
18909         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
18910         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
18911         define if ACL_NO_TRIVIAL is present.
18912         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
18913         and use the current ABI.
18914         (file_has_acl): Use same #if condition as elsewhere.
18915         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
18916         in use, and use the current ABI.
18917         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
18918         Reported by Jim Meyering.
18919
18920 2008-06-09  Eric Blake  <ebb9@byu.net>
18921
18922         Work around environments that (stupidly) ignore SIGALRM.
18923         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
18924         before using alarm().
18925         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18926         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
18927         Reported by Ian Beckwith <ianb@erislabs.net>.
18928
18929         Produce autobuild blurb earlier in log.
18930         * modules/autobuild (configure.ac-early): Move AB_INIT here.
18931
18932 2008-06-09  Jim Meyering  <meyering@redhat.com>
18933         and OndÅ™ej Vašík  <ovasik@redhat.com>
18934
18935         utimens.c: correct kernel bug work-around
18936         OndÅ™ej Vašík found that the invalid return value of 280 indicates
18937         failure, not success, and the kernel bug we're trying to work
18938         around affects not just the utimensat call, but also the fallback
18939         futimens call.
18940         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
18941         not success.
18942         [HAVE_FUTIMENS]: Use the same work-around, here.
18943
18944 2008-06-09  Jim Meyering  <meyering@redhat.com>
18945
18946         add more guards around definition of ACE_-related code
18947         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
18948         ALLOW and ACE_OWNER are also defined.
18949
18950 2008-06-08  Bruno Haible  <bruno@clisp.org>
18951
18952         * lib/acl-internal.h: Add me as co-author.
18953         * lib/file-has-acl.c: Likewise.
18954         * lib/set-mode-acl.c: Likewise.
18955         * lib/copy-acl.c: Likewise.
18956
18957 2008-06-08  Bruno Haible  <bruno@clisp.org>
18958
18959         Add support for AIX ACLs.
18960         * lib/acl-internal.h (acl_nontrivial): New declaration.
18961         * lib/file-has-acl.c (acl_nontrivial): New function.
18962         (file_has_acl): Add implementation using AIX 4 ACL API.
18963         * lib/set-mode-acl.c (qset_acl): Likewise.
18964         * lib/copy-acl.c (qcopy_acl): Likewise.
18965
18966 2008-06-08  Bruno Haible  <bruno@clisp.org>
18967
18968         Add support for HP-UX ACLs.
18969         * lib/acl-internal.h (acl_nontrivial): New declaration.
18970         * lib/file-has-acl.c (acl_nontrivial): New function.
18971         (file_has_acl): Add implementation using HP-UX 11 ACL API.
18972         * lib/set-mode-acl.c (qset_acl): Likewise.
18973         * lib/copy-acl.c (qcopy_acl): Likewise.
18974
18975 2008-06-08  Bruno Haible  <bruno@clisp.org>
18976
18977         Add support for Cygwin ACLs.
18978         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
18979         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
18980         the chmod_or_fchmod call.
18981         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
18982
18983 2008-06-08  Bruno Haible  <bruno@clisp.org>
18984
18985         Fix bug with setuid modes in Solaris 10+ code.
18986         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
18987         succeeded, when the mode contains some special bits.
18988
18989 2008-06-08  Bruno Haible  <bruno@clisp.org>
18990
18991         Add support for Solaris 7..10 ACLs.
18992         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
18993         declarations.
18994         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
18995         functions.
18996         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
18997         * lib/set-mode-acl.c (qset_acl): Likewise.
18998         * lib/copy-acl.c (qcopy_acl): Likewise.
18999
19000 2008-06-08  Bruno Haible  <bruno@clisp.org>
19001
19002         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
19003         declaration.
19004         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
19005         (acl_access_nontrivial): Remove MacOS X case.
19006         (file_has_acl): Use acl_extended_nontrivial.
19007         * lib/copy-acl.c (qcopy_acl): Likewise.
19008
19009 2008-06-08  Bruno Haible  <bruno@clisp.org>
19010
19011         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
19012
19013 2008-06-08  Jim Meyering  <meyering@redhat.com>
19014
19015         * modules/acl (Maintainer): Add Bruno Haible.
19016
19017 2008-06-07  Bruno Haible  <bruno@clisp.org>
19018
19019         Improve support for Tru64 ACLs.
19020         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
19021         ACL on OSF/1.
19022
19023 2008-06-07  Bruno Haible  <bruno@clisp.org>
19024
19025         Add support for MacOS X ACLs.
19026         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
19027         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
19028         * lib/set-mode-acl.c (qset_acl): Likewise.
19029         * lib/copy-acl.c (qcopy_acl): Likewise.
19030
19031 2008-06-07  Bruno Haible  <bruno@clisp.org>
19032
19033         Fix memory leak introduced on 2008-05-22.
19034         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
19035         use.
19036
19037 2008-06-07  Bruno Haible  <bruno@clisp.org>
19038
19039         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
19040         to construct an empty ACL.
19041
19042 2008-06-07  Bruno Haible  <bruno@clisp.org>
19043
19044         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
19045         precisely.
19046         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
19047
19048 2008-06-07  Bruno Haible  <bruno@clisp.org>
19049
19050         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
19051         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
19052
19053 2008-06-07  Bruno Haible  <bruno@clisp.org>
19054
19055         * doc/posix-functions/_setjmp.texi: Explain the use of this function
19056         regardless of POSIX.
19057         * doc/posix-functions/_longjmp.texi: Likewise.
19058         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
19059         SystemV platform in this case.
19060
19061 2008-06-06  Eric Blake  <ebb9@byu.net>
19062
19063         Document abort() bugs.
19064         * doc/posix-functions/abort.texi (abort): Mention anomalies.
19065
19066         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
19067         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
19068         sigsetjmp.
19069         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
19070         siglongjmp, but only as a macro.
19071         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
19072         is obsolete.
19073         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
19074
19075         Tweak documentation to cover cygwin argz bugs.
19076         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
19077         argz bug fix; no code change needed since no cygwin releases
19078         occurred between the last fix and the bug being tested.
19079         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
19080         module and recently fixed cygwin bugs.
19081         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
19082         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
19083         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
19084         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
19085         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
19086         Likewise.
19087         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
19088         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
19089         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
19090         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
19091         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
19092         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
19093         Likewise.
19094
19095         Avoid gcc warning on cygwin.
19096         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
19097         !ACL_NO_TRIVIAL]: Avoid unused variable.
19098
19099 2008-06-05  Eric Blake  <ebb9@byu.net>
19100
19101         Be tolerant of UNKNOWN version in gnulib-tool test dir.
19102         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
19103         git-version-gen fails to come up with a version.
19104         Reported by Simon Josefsson.
19105
19106 2008-06-05  Jim Meyering  <meyering@redhat.com>
19107             Paul Eggert  <eggert@cs.ucla.edu>
19108
19109         utimens.c: work around a probable Linux kernel bug
19110         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
19111         appears to be a kernel bug that causes utimensat to return 280
19112         instead of 0, indicating success.
19113
19114 2008-06-04  Bruno Haible  <bruno@clisp.org>
19115
19116         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
19117         2008-06-01 commit.
19118
19119 2008-06-04  Bruno Haible  <bruno@clisp.org>
19120
19121         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
19122         * lib/file-has-acl.c (acl_access_nontrivial): New function.
19123         (file_has_acl): Use it. Save errno afterwards.
19124         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
19125
19126 2008-06-03  Bruno Haible  <bruno@clisp.org>
19127
19128         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
19129         draft code. Simplify #ifs.
19130         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
19131         Put Solaris code after POSIX-draft code. Fix comments regarding
19132         Solaris 10, HP-UX. Mention Cygwin.
19133         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
19134
19135 2008-06-03  Eric Blake  <ebb9@byu.net>
19136
19137         Provide fallback for older kernels.
19138         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
19139         Provide runtime fallback if kernel lacks support.
19140         Reported by Mike Frysinger.
19141
19142 2008-06-02  Bruno Haible  <bruno@clisp.org>
19143
19144         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
19145         it exists.
19146
19147 2008-06-02  Bruno Haible  <bruno@clisp.org>
19148
19149         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
19150         * lib/copy-acl.c (qcopy_acl): Update comment.
19151
19152 2008-06-02  Bruno Haible  <bruno@clisp.org>
19153
19154         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
19155         like ACL APIs.
19156
19157 2008-06-02  Bruno Haible  <bruno@clisp.org>
19158
19159         * tests/test-file-has-acl.sh: Use different code for Cygwin.
19160         * tests/test-set-mode-acl.sh: Likewise.
19161         * tests/test-copy-acl.sh: Likewise.
19162         * tests/test-copy-file.sh: Likewise.
19163
19164 2008-06-02  Bruno Haible  <bruno@clisp.org>
19165
19166         * tests/test-file-has-acl.sh: Remove unused code.
19167
19168 2008-06-01  Bruno Haible  <bruno@clisp.org>
19169
19170         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
19171         (copy_acl): Just a wrapper around qcopy_acl that emits the error
19172         messages.
19173         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
19174
19175 2008-06-01  Bruno Haible  <bruno@clisp.org>
19176
19177         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
19178         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
19179         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
19180         APIs.
19181         * modules/acl-tests (configure.ac): Remove tests now contained in
19182         m4/acl.m4.
19183
19184 2008-06-02  Jim Meyering  <meyering@redhat.com>
19185
19186         announce-gen: use a better key-server host name
19187         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
19188         it may be more consistently reliable.  Suggested by Werner Koch
19189         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
19190
19191 2008-06-01  Bruno Haible  <bruno@clisp.org>
19192
19193         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
19194         Reported by Voroskoi Andras <voroskoi@gmail.com>.
19195
19196 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
19197
19198         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
19199
19200 2008-06-01  Bruno Haible  <bruno@clisp.org>
19201
19202         New ACL tests.
19203         * tests/test-file-has-acl.sh: New file.
19204         * tests/test-file-has-acl.c: New file.
19205         * tests/test-set-mode-acl.sh: New file.
19206         * tests/test-set-mode-acl.c: New file.
19207         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
19208         * tests/test-copy-acl.c: New file.
19209         * modules/acl-tests: New file, based on modules/copy-file-tests.
19210         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
19211         (Depends-on): Add acl-tests.
19212         (configure.ac): Remove checks.
19213         (Makefile.am): Don't create test-sameacls program here any more.
19214
19215 2008-06-01  Bruno Haible  <bruno@clisp.org>
19216
19217         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
19218         * tests/test-sameacls.c: Include progname.h.
19219         (main): Invoke set_program_name. Portability fixes for MacOS X,
19220         Solaris, HP-UX.
19221
19222 2008-06-01  Bruno Haible  <bruno@clisp.org>
19223
19224         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
19225         function.
19226         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
19227
19228 2008-06-01  Bruno Haible  <bruno@clisp.org>
19229
19230         * modules/rpmatch (Depends-on): Add strdup.
19231
19232 2008-06-01  Bruno Haible  <bruno@clisp.org>
19233
19234         * lib/pipe.c: Include unistd-safer.h.
19235         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
19236         * modules/pipe (Depends-on): Add unistd-safer.
19237
19238 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19239
19240         * modules/autobuild (configure.ac): Call AB_INIT.
19241
19242 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19243
19244         * tests/test-getaddrinfo.c: Don't print debug messages by default.
19245         Suggested by Bruno Haible <bruno@clisp.org>.
19246
19247 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19248
19249         * tests/test-base64.c: Cast size_t to unsigned long when invoking
19250         printf.  Use %lu instead of %d.  Reported by Bruno Haible
19251         <bruno@clisp.org>.
19252
19253 2008-05-29  Eric Blake  <ebb9@byu.net>
19254
19255         Prefer new POSIX 200x interfaces over futimesat.
19256         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
19257         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
19258         when available.
19259         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
19260
19261 2008-05-28  Bruno Haible  <bruno@clisp.org>
19262
19263         * modules/stpcpy (License): Change to LGPLv2+.
19264         Requested by David Lutterkort <dlutter@redhat.com>.
19265
19266 2008-05-27  Bruno Haible  <bruno@clisp.org>
19267
19268         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
19269         current mingw.
19270         Reported by Jose E. Marchesi <jemarch@gnu.org>.
19271
19272 2008-05-27  Bruno Haible  <bruno@clisp.org>
19273
19274         * modules/iconv_open (Link): New section, from module 'iconv'.
19275         * modules/striconv (Link): Likewise.
19276         * modules/striconveh (Link): Likewise.
19277         * modules/xstriconv (Link): Likewise.
19278         * modules/unicodeio (Link): Likewise.
19279         * modules/propername (Link): Likewise.
19280         Reported by Jim Meyering.
19281
19282 2008-05-26  Jim Meyering  <meyering@redhat.com>
19283
19284         sha256: do not artificially restrict buffer length to be < 2^32
19285         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
19286         uint32_t to size_t.
19287         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
19288         to match.
19289
19290         avoid unaligned access errors, e.g., on sparc
19291         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
19292         direct access through a possibly-unaligned uint64* pointer.
19293         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
19294         direct access through a possibly-unaligned uint32* pointer.
19295         Prompted by this patch from Tom "spot" Callaway:
19296         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
19297
19298         sha512.c: fix typo in comment
19299         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
19300
19301 2008-05-25  Bruno Haible  <bruno@clisp.org>
19302
19303         * lib/set-mode-acl.c: Renamed from lib/acl.c.
19304         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
19305         (Makefile.am): Update lib_SOURCES.
19306
19307 2008-05-25  Bruno Haible  <bruno@clisp.org>
19308
19309         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
19310
19311 2008-05-25  Jim Meyering  <meyering@redhat.com>
19312
19313         useless-if-before-free: freed expr may have white-space differences
19314         * build-aux/useless-if-before-free: Recognize cases in which the
19315         freed expression differs from the tested one in embedded white
19316         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
19317         $1 was used, so we can't make any regexp shy.  Improved tests now
19318         detect this.
19319
19320         useless-if-before-free: accept white space in the expression.
19321         * build-aux/useless-if-before-free: For now, any white space
19322         in the expression must be identical in the free argument.
19323
19324         useless-if-before-free: efficiency tweak
19325         * build-aux/useless-if-before-free: Make the expression-matching
19326         regexp "shy".
19327         Make the *outer* regexp shy, not the expr-matching one.
19328
19329         update code-in-comment to accept cast of free arg
19330         * build-aux/useless-if-before-free: Update regexp.
19331
19332 2008-05-25  Bruno Haible  <bruno@clisp.org>
19333
19334         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
19335         * modules/copy-file-tests (Files, Makefile.am): Update.
19336         * tests/test-copy-file.c (func_test_copy): Update.
19337
19338 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
19339
19340         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
19341
19342 2008-05-23  Bruno Haible  <bruno@clisp.org>
19343
19344         Improve support for ACLs on OSF/1.
19345         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
19346         Remove fallback for unknown flavors of ACLs.
19347
19348 2008-05-22  Bruno Haible  <bruno@clisp.org>
19349
19350         Add support for ACLs on OSF/1.
19351         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
19352         replacements.
19353         (acl_free_text): New macro fallback.
19354         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
19355         acl_free.
19356         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
19357         acl_free_text function. Require AC_C_INLINE.
19358
19359 2008-05-22  Bruno Haible  <bruno@clisp.org>
19360
19361         Make copy_acl work on MacOS X 10.5.
19362         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
19363         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
19364         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
19365         If MODE_INSIDE_ACL, don't assume that every system has the same text
19366         representation for ACLs as FreeBSD.
19367         * lib/copy-acl.c (copy_acl): Add support for platforms with
19368         !MODE_INSIDE_ACL.
19369         * lib/file-has-acl.c (file_has_acl): Likewise.
19370         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
19371         FreeBSD, MacOS X, or IRIX, respectively.
19372
19373 2008-05-22  Bruno Haible  <bruno@clisp.org>
19374
19375         * lib/acl.h: Don't include <sys/acl.h>.
19376         (GETACLCNT): Move fallback to lib/acl-internal.h.
19377         * lib/acl-internal.h: Include <sys/acl.h> here.
19378         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
19379
19380 2008-05-22  Bruno Haible  <bruno@clisp.org>
19381
19382         Split off copy_acl function to separate file.
19383         * lib/copy-acl.c: New file, extracted from lib/acl.c.
19384         * lib/acl.c (copy_acl): Moved function to separate file.
19385         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
19386         * modules/acl (Files): Add lib/copy-acl.c.
19387         (Makefiles.am): Augment lib_SOURCES.
19388
19389 2008-05-22  Bruno Haible  <bruno@clisp.org>
19390
19391         * modules/copy-file-tests: New file.
19392         * tests/test-copy-file.sh: New file.
19393         * tests/test-copy-file.c: New file.
19394         * tests/test-copy-file-sameacls.c: New file.
19395
19396 2008-05-22  Eric Blake  <ebb9@byu.net>
19397
19398         Avoid gcc warning.
19399         * tests/test-memcmp.c (main): Pass NULL indirectly.
19400
19401 2008-05-21  Bruno Haible  <bruno@clisp.org>
19402
19403         Add reference doc about ACLs.
19404         * doc/acl-resources.txt: New file.
19405         * doc/acl-cygwin.txt: New file.
19406
19407 2008-05-21  Bruno Haible  <bruno@clisp.org>
19408
19409         Avoid one more warning from gcc.
19410         * lib/vasnprintf.c (IF_LINT): Update comments.
19411         (VASNPRINTF): Use it also for the 'prefix' array initializer.
19412
19413 2008-05-21  Jim Meyering  <meyering@redhat.com>
19414
19415         avoid a warning from gcc
19416         * lib/vasnprintf.c (IF_LINT): Define.
19417         (scale10_round_decimal_long_double):
19418         Use it to avoid a "may be used uninitialized" warning.
19419         (scale10_round_decimal_double): Likewise.
19420
19421 2008-05-21  Simon Josefsson  <simon@josefsson.org>
19422
19423         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
19424         declared.
19425
19426 2008-05-20  Bruno Haible  <bruno@clisp.org>
19427
19428         * tests/test-memcmp.c (main): Test also the sign of the result. Test
19429         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
19430
19431 2008-05-20  Simon Josefsson  <simon@josefsson.org>
19432
19433         * modules/memcmp-tests: New file.
19434         * tests/test-memcmp.c: New file.
19435
19436 2008-05-19  Bruno Haible  <bruno@clisp.org>
19437
19438         * modules/propername (Notice, configure.ac): Put quoted "..." into
19439         --keyword option.
19440         * lib/propername.h: Update comments accordingly.
19441         Reported by Eric Blake.
19442
19443 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
19444
19445         * modules/getpass-gnu (Depends-on): Add fseeko.
19446
19447 2008-05-19  Simon Josefsson  <simon@josefsson.org>
19448
19449         * modules/base64-tests: New file.
19450
19451 2008-05-19  Bo Borgerson <gigabo@gmail.com>
19452
19453         * lib/base64.c (base64_decode_ctx): If a decode context structure
19454         was passed in use it to ignore newlines.  If a context structure
19455         was _not_ passed in, continue to treat newlines as garbage (this
19456         is the historical behavior).  Formerly base64_decode.
19457         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
19458         takes a decode context structure.
19459         * lib/base64.h (base64_decode): Macro for four-argument calls.
19460         (base64_decode_alloc): Likewise.
19461         * lib/base64.c (base64_decode_ctx): If a decode context structure
19462         was passed in use it to ignore newlines.  If a context structure
19463         was _not_ passed in, continue to treat newlines as garbage (this
19464         is the historical behavior).  Formerly base64_decode.
19465         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
19466         takes a decode context structure.
19467         * lib/base64.h (base64_decode): Macro for four-argument calls.
19468         (base64_decode_alloc): Likewise.
19469
19470 2008-05-19  Jim Meyering  <meyering@redhat.com>
19471
19472         avoid a warning from gcc
19473         * lib/trim.c (IF_LINT): Define.
19474         (trim2): Use it to avoid a "may be used uninitialized" warning.
19475
19476         Fix doc typo.
19477         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
19478
19479 2008-05-19  Bruno Haible  <bruno@clisp.org>
19480
19481         * doc/glibc-functions/getpass.texi: Document limits of other
19482         implementations.
19483
19484 2008-05-19  Simon Josefsson  <simon@josefsson.org>
19485             Bruno Haible <bruno@clisp.org>
19486
19487         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
19488
19489 2008-05-18  Bruno Haible  <bruno@clisp.org>
19490
19491         * modules/propername: New file, from GNU gettext.
19492         * lib/propername.h: New file, from GNU gettext.
19493         * lib/propername.c: New file, from GNU gettext.
19494         * MODULES.html.sh (Internationalization functions): Add propername.
19495
19496 2008-05-16  Jim Meyering  <meyering@redhat.com>
19497             Bruno Haible  <bruno@clisp.org>
19498
19499         Avoid some warnings from "gcc -Wshadow".
19500         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
19501
19502 2008-05-15  Eric Blake  <ebb9@byu.net>
19503
19504         Extend previous patch to cygwin 1.7.0.
19505         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
19506         fast implementation in cygwin >= 1.7.0.
19507         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19508         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19509
19510 2008-05-15  Bruno Haible  <bruno@clisp.org>
19511
19512         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
19513         implementation in glibc >= 2.9.
19514         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19515         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19516
19517 2008-05-15  Bruno Haible  <bruno@clisp.org>
19518
19519         * MODULES.html.sh (Internationalization functions): Remove linebreak.
19520         (Unicode string functions): Add unilbrk/*.
19521         Reported by Karl Berry.
19522
19523 2008-05-15  Eric Blake  <ebb9@byu.net>
19524
19525         Fix violation of <stdbool.h> replacement in regex.
19526         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
19527         * lib/regexec.c (re_search_internal): Likewise.
19528         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
19529
19530 2008-05-15  Jim Meyering  <meyering@redhat.com>
19531
19532         avoid distracting test output when git or cvs is not found
19533         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
19534         * tests/test-vc-list-files-git.sh: Likewise.
19535
19536 2008-05-15  Eric Blake  <ebb9@byu.net>
19537
19538         Glibc finally accepted the memmem speedup code, bugzilla #5514.
19539         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
19540         glibc version.
19541         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
19542         * doc/posix-functions/strstr.texi (strstr): Likewise.
19543         * lib/str-two-way.h (MAX): Sychronize with glibc.
19544
19545 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
19546
19547         * lib/regcomp.c (optimize_utf8): Add a note on why we test
19548         opr.ctx_type.
19549         (calc_first): Initialize constraint field.
19550         (duplicate_node_closure): Use it instead of special casing ANCHORS.
19551         Fix grammar.
19552         (duplicate_node): Merge constraint field for all node types.
19553         (calc_eclosure_iter): Look at constraint field for all node types.
19554         * lib/regex_internal.c (create_cd_newstate): Don't look at
19555         opr.ctx_type.
19556
19557 2008-05-14  Bruno Haible  <bruno@clisp.org>
19558
19559         Help GCC to do better code generation.
19560         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
19561         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
19562         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
19563         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
19564         Declare with attribute 'malloc' if supported.
19565
19566 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
19567
19568         use "echo STR|wc -c" rather than unportable "expr length STR"
19569         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
19570         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
19571
19572 2008-05-14  Jim Meyering  <meyering@redhat.com>
19573
19574         use dd ibs=$n count=1 ... rather than less-portable head -c$n
19575         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
19576         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
19577         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
19578         via Collin Lasse.
19579
19580 2008-05-14  Eric Blake  <ebb9@byu.net>
19581
19582         Avoid quadratic growth in gl_LIBSOURCES.
19583         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
19584         Suggested by Bruno Haible.
19585
19586         Test xmemdup0.
19587         * modules/xmemdup0-tests: New file.
19588         * tests/test-xmemdup0.c: Likewise.
19589
19590 2008-05-13  Eric Blake  <ebb9@byu.net>
19591
19592         Split xmemdup0 into its own module.
19593         * modules/xmemdup0: New file.
19594         * lib/xmemdup0.h: Likewise.
19595         * lib/xmemdup0.c: Likewise.
19596         * MODULES.html.sh (Memory management functions): Add xmemdup0.
19597         * lib/xalloc.h (xmemdup0): Remove.
19598         * lib/xmalloc.c (xmemdup0): Likewise.
19599
19600 2008-05-13  Eric Blake  <ebb9@byu.net>
19601             Bruno Haible  <bruno@clisp.org>
19602
19603         Reduce number of forks required during autoconf.
19604         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
19605         and gl_LIBSOURCES_DIR.
19606         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
19607         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
19608         m4_syscmd per file.
19609         <m4_foreach_w>: Move...
19610         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
19611
19612 2008-05-13  Eric Blake  <ebb9@byu.net>
19613
19614         * gnulib-tool: Fix various comment typos.
19615
19616 2008-05-12  Bruno Haible  <bruno@clisp.org>
19617
19618         Tailor the linebreaking algorithm.
19619         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
19620
19621 2008-05-12  Bruno Haible  <bruno@clisp.org>
19622
19623         Update to Unicode 5.0.0.
19624         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
19625         LBP_JV, LBP_JT. Redistribute values.
19626         (unilbrk_table): Change size.
19627         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
19628         Unicode TR#14 rev. 22.
19629         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
19630         LBP_JV, LBP_JT. Redistribute values.
19631         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
19632         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
19633         Update.
19634         * lib/unilbrk/lbrkprop1.h: Regenerated.
19635         * lib/unilbrk/lbrkprop2.h: Regenerated.
19636         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
19637         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
19638         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
19639         Likewise.
19640         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
19641         Likewise.
19642         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
19643         result.
19644         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
19645         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
19646         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
19647         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
19648         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
19649         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
19650
19651 2008-05-11  Bruno Haible  <bruno@clisp.org>
19652
19653         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
19654
19655 2008-05-11  Bruno Haible  <bruno@clisp.org>
19656
19657         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
19658         * modules/unilbrk/gen-lbrk: New file.
19659
19660 2008-05-11  Bruno Haible  <bruno@clisp.org>
19661
19662         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
19663         * m4/sha512.m4 (gl_SHA512): Likewise.
19664
19665 2008-05-11  Jim Meyering  <meyering@redhat.com>
19666
19667         New modules: crypto/sha256, crypto/sha512 (from coreutils)
19668         * modules/crypto/sha256: New file.
19669         * modules/crypto/sha512: Likewise.
19670         * lib/sha256.c: Likewise.
19671         * lib/sha256.h: Likewise.
19672         * lib/sha512.c: Likewise.
19673         * lib/sha512.h: Likewise.
19674         * lib/u64.h: Likewise.
19675         * m4/sha256.m4: Likewise.
19676         * m4/sha512.m4: Likewise.
19677         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
19678
19679 2008-05-10  Bruno Haible  <bruno@clisp.org>
19680
19681         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
19682         (Input/Output <stdio.h>): Add xprintf.
19683         (Signal handling <signal.h>): Add strsignal.
19684         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
19685         (Core language properties): Add func.
19686         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
19687         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
19688         strings.
19689         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
19690         (Input/output): New section.
19691         (File system functions): Add openat-die, stat-macros.
19692         (Networking functions): Add sockets.
19693         (Unicode string functions): Add unictype/*.
19694         (Support for building libraries and executables): Add gperf.
19695         (Support for building documentation): Add agpl-3.0.
19696         (Misc): Add nocrash.
19697
19698 2008-05-10  Bruno Haible  <bruno@clisp.org>
19699
19700         * modules/unictype/gen-ctype: New file.
19701
19702 2008-05-10  Jim Meyering  <meyering@redhat.com>
19703
19704         Make chdir-safer.c more efficient on a system with no symlinks.
19705         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
19706         also if ELOOP is zero.  Suggested by Bruno Haible.
19707
19708         Make chdir-safer.c slightly safer.
19709         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
19710         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
19711
19712         Avoid compile failure on systems without ELOOP (like mingw).
19713         * lib/chdir-safer.c (ELOOP): Define if not already defined.
19714         Reported by Bruno Haible.
19715
19716 2008-05-10  Bruno Haible  <bruno@clisp.org>
19717
19718         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
19719         (is_utf8_encoding): Use a case-insensitive comparison.
19720         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
19721         streq.
19722
19723 2008-05-10  Bruno Haible  <bruno@clisp.org>
19724
19725         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
19726         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
19727         * lib/unilbrk/ulc-common.h (iconv_string_length,
19728         iconv_string_keeping_offsets): Remove declarations.
19729         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
19730         Don't include <iconv.h>, streq.h, xsize.h.
19731         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
19732         conversion.
19733         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
19734         <iconv.h>, streq.h, xsize.h.
19735         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
19736         conversion.
19737         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
19738         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
19739         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
19740         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
19741
19742 2008-05-10  Bruno Haible  <bruno@clisp.org>
19743
19744         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
19745         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
19746
19747         * modules/unilbrk/u32-width-linebreaks-tests: New file.
19748         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
19749
19750         * modules/unilbrk/u16-width-linebreaks-tests: New file.
19751         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
19752
19753         * modules/unilbrk/u8-width-linebreaks-tests: New file.
19754         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
19755
19756         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
19757         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
19758
19759         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
19760         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
19761
19762         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
19763         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
19764
19765         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
19766         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
19767
19768 2008-05-10  Bruno Haible  <bruno@clisp.org>
19769
19770         Split up 'linebreak' module.
19771         * lib/unilbrk.h: New file, based on lib/linebreak.h.
19772         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
19773         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
19774         modifications.
19775         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
19776         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
19777         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
19778         lib/linebreak.c.
19779         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
19780         lib/linebreak.c.
19781         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
19782         lib/linebreak.c.
19783         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
19784         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
19785         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
19786         lib/linebreak.c.
19787         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
19788         lib/linebreak.c.
19789         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
19790         lib/linebreak.c.
19791         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
19792         lib/linebreak.c.
19793         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
19794         lib/linebreak.c.
19795         * modules/unilbrk/base: New file.
19796         * modules/unilbrk/tables: New file.
19797         * modules/unilbrk/u8-possible-linebreaks: New file.
19798         * modules/unilbrk/u16-possible-linebreaks: New file.
19799         * modules/unilbrk/u32-possible-linebreaks: New file.
19800         * modules/unilbrk/ulc-common: New file.
19801         * modules/unilbrk/ulc-possible-linebreaks: New file.
19802         * modules/unilbrk/u8-width-linebreaks: New file.
19803         * modules/unilbrk/u16-width-linebreaks: New file.
19804         * modules/unilbrk/u32-width-linebreaks: New file.
19805         * modules/unilbrk/ulc-width-linebreaks: New file.
19806         * lib/linebreak.h: Remove file.
19807         * lib/linebreak.c: Remove file.
19808         * m4/linebreak.m4: Remove file.
19809         * modules/linebreak: Remove file.
19810         * NEWS: Mention the changes.
19811
19812 2008-05-09  Eric Blake  <ebb9@byu.net>
19813
19814         Add xmemdup0.
19815         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
19816         implementation.
19817         * lib/xmalloc.c (xmemdup0): New C implementation.
19818
19819 2008-05-08  Bruno Haible  <bruno@clisp.org>
19820
19821         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
19822
19823 2008-05-07  Eric Blake  <ebb9@byu.net>
19824
19825         Support cross-compilation of <wctype.h>.
19826         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
19827         AC_CACHE_CHECK.
19828
19829 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
19830
19831         * build-aux/vc-list-files: Add support for bzr.
19832
19833 2008-05-03  Jim Meyering  <meyering@redhat.com>
19834
19835         avoid failed assertion with tight malloc
19836         * tests/test-getndelim2.c: Correct an off-by-one assertion.
19837
19838 2008-05-03  Simon Josefsson  <simon@josefsson.org>
19839
19840         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
19841         are needed from arpa/inet.h.
19842         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
19843         Reported by Bruno Haible.
19844
19845 2008-05-02  Jim Meyering  <meyering@redhat.com>
19846
19847         avoid compilation error on FreeBSD 6
19848         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
19849
19850 2008-05-01  Jim Meyering  <meyering@redhat.com>
19851
19852         useless-if-before-free: correct --help's exit status description
19853         * build-aux/useless-if-before-free (usage): Like grep, exit 0
19854         for one or more matches, etc.  Reported by Bruno Haible.
19855
19856         vc-list-files: make the stand-alone gnulib test work
19857         * modules/vc-list-files-tests (configure.ac):
19858         Define and AC_SUBST abs_aux_dir.
19859         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
19860         $(abs_top_srcdir) to each script and having each of them
19861         duplicate the work of setting PATH, set PATH here, using
19862         the new variable, abs_aux_dir instead.
19863         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
19864         * tests/test-vc-list-files-git.sh: Likewise.
19865         Reported by Bruno Haible.
19866
19867 2008-05-01  Bruno Haible  <bruno@clisp.org>
19868
19869         * lib/getndelim2.c (getndelim2): Fix newsize computation during
19870         reallocation. Rename 'done' to 'found_delimiter'.
19871
19872 2008-05-01  Jim Meyering  <meyering@redhat.com>
19873
19874         vc-list-files: accommodate /bin/sh like the one from Solaris 10
19875         * build-aux/vc-list-files: Use `...`, not $(...).
19876
19877 2008-04-30  Jim Meyering  <meyering@redhat.com>
19878
19879         add tests for vc-list-files
19880         * modules/vc-list-files-tests: New module.
19881         * tests/test-vc-list-files-cvs.sh: New file.
19882         * tests/test-vc-list-files-git.sh: New file.
19883
19884         avoid a warning from gcc
19885         * lib/getndelim2.c (IF_LINT): Define.
19886         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
19887
19888         vc-list-files: work properly with build-aux/cvsu, too
19889         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
19890         to all cvs-based clauses.
19891
19892         vc-list-files: work properly in the CVS+awk case, too
19893         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
19894
19895         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
19896         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
19897         take more than one file argument, so .  Add quotes, just in case $dir
19898         ever contains a shell meta-character.  Prompted by Soren Hansen in
19899         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
19900
19901 2008-04-29  Eric Blake  <ebb9@byu.net>
19902
19903         Optimize getndelim2 to use block operations when possible.
19904         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
19905         freadseek, and memchr2.
19906         * lib/getndelim2.c (getndelim2): Use them for block reads.
19907
19908 2008-04-29  Bruno Haible  <bruno@clisp.org>
19909
19910         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
19911         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
19912         * modules/inet_ntop (Depends-on): Add extensions.
19913         * modules/inet_pton (Depends-on): Likewise.
19914         Reported by Simon Josefsson.
19915
19916 2008-04-29  Jim Meyering  <meyering@redhat.com>
19917
19918         When the is more than one match in a block, match all of them.
19919         * build-aux/useless-if-before-free: Iterate through each block
19920         until there are no more matches.
19921
19922         Fix broken useless-if-before-free script.
19923         * build-aux/useless-if-before-free: Fix typo: missing "?" after
19924         the expression to match cast of argument to free-like function.
19925
19926 2008-04-29  Eric Blake  <ebb9@byu.net>
19927
19928         Use new header.
19929         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
19930
19931 2008-04-29  Jim Meyering  <meyering@redhat.com>
19932
19933         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
19934         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
19935         by gnulib to exist and to declare e.g., inet_ntop.
19936         Don't include "inet_ntop.h", now removed.
19937
19938         * m4/arpa_inet_h.m4: Remove trailing blanks.
19939
19940 2008-04-29  Eric Blake  <ebb9@byu.net>
19941
19942         Silence valgrind on safe reads beyond potential array bounds.
19943         * lib/rawmemchr.valgrind: New file.
19944         * lib/strchrnul.valgrind: Likewise.
19945         * modules/rawmemchr (Files): Distribute new file.
19946         * modules/strchrnul (Files): Likewise.
19947         Suggested by Bruno Haible.
19948
19949 2008-04-29  Bruno Haible  <bruno@clisp.org>
19950
19951         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
19952         (inet_ntop, inet_pton): Change portability warning's wording.
19953         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
19954         Invoke gl_CHECK_NEXT_HEADERS.
19955         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
19956         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
19957         set ARPA_INET_H.
19958         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
19959         * modules/arpa_inet (Description): No longer only for systems that
19960         lack it.
19961         (Depends-on): Add include_next.
19962         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
19963         HAVE_ARPA_INET_H.
19964
19965 2008-04-29  Jim Meyering  <meyering@redhat.com>
19966
19967         * modules/mkdir (License): Re-license as LGPLv2+.
19968
19969 2008-04-29  Bruno Haible  <bruno@clisp.org>
19970
19971         * modules/rawmemchr (Maintainer): Set to Eric.
19972         * modules/strchrnul (Maintainer): Likewise.
19973
19974 2008-04-29  Simon Josefsson  <simon@josefsson.org>
19975
19976         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
19977         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
19978
19979         * modules/arpa_inet (arpa/inet.h): Use them.
19980
19981 2008-04-28  Eric Blake  <ebb9@byu.net>
19982
19983         Test getndelim2.
19984         * modules/getndelim2-tests: New file.
19985         * tests/test-getndelim2.c: Likewise.
19986         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
19987         stream.
19988         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
19989
19990         * MODULES.html.sh: Document new module.
19991
19992 2008-04-20  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/c-stack.c (die): Use raise.
19995         * modules/c-stack (Depends-on): Add raise.
19996
19997 2008-04-28  Bruno Haible  <bruno@clisp.org>
19998
19999         Expect rpmatch to be declared.
20000         * lib/yesno.c (rpmatch): Remove declaration.
20001
20002         Declare rpmatch.
20003         * lib/stdlib.in.h (rpmatch): New declaration.
20004         * lib/rpmatch.c: Include <stdlib.h> first.
20005         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
20006         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
20007         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
20008         HAVE_RPMATCH.
20009         * modules/rpmatch (Depends-on): Add stdlib, extensions.
20010         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20011         (Include): Set to <stdlib.h>.
20012         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
20013         HAVE_RPMATCH.
20014         * NEWS: Document the change.
20015
20016 2008-04-28  Bruno Haible  <bruno@clisp.org>
20017
20018         Change rpmatch to use nl_langinfo when appropriate.
20019         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
20020         (N_): New macro.
20021         (localized_pattern): New function/macro.
20022         (try): Remove match, nomatch arguments. Copy the pattern into safe
20023         memory before caching it.
20024         (rpmatch): Use localized_pattern. Add translator comments.
20025         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
20026         Suggested by Eric Blake.
20027         * modules/rpmatch (Depends-on): Add stdbool.
20028
20029 2008-04-28  Eric Blake  <ebb9@byu.net>
20030
20031         Add rawmemchr module, matching glibc.
20032         * modules/string (Makefile.am): New indicator.
20033         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
20034         * lib/string.in.h (rawmemchr): Declare when appropriate.
20035         * modules/rawmemchr: New file.
20036         * m4/rawmemchr.m4: Likewise.
20037         * lib/rawmemchr.c: Likewise.
20038         * modules/rawmemchr-tests: Likewise.
20039         * tests/test-rawmemchr.c: Likewise.
20040         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
20041         module.
20042         * modules/strchrnul (Depends-on): Add rawmemchr.
20043         * lib/strchrnul.c (strchrnul): Optimize a corner case.
20044
20045         Whitespace cleanup.
20046         * tests/test-strchrnul.c: Reindent.
20047         * lib/strchrnul.c: Likewise.
20048
20049         Optimize and test strchrnul.
20050         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
20051         * modules/strchrnul-tests: New file.
20052         * tests/test-strchrnul.c: Likewise.
20053
20054         Remove intprops dependency.
20055         * modules/memchr (Depends-on): Remove intprops.
20056         * modules/memrchr (Depends-on): Likewise.
20057         * modules/memchr2 (Depends-on): Likewise.
20058         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
20059         * lib/memrchr.c (__memrchr): Likewise.
20060         * lib/memrchr2.c (memchr2): Likewise.
20061         Reported by Simon Josefsson.
20062
20063 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20064
20065         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
20066         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20067
20068 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20069
20070         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
20071
20072         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
20073
20074         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
20075
20076         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
20077         declarations.
20078         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
20079
20080         * m4/inet_pton.m4: Don't check for header files.
20081
20082         * m4/inet_ntop.m4: Don't check for header files.
20083
20084 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20085
20086         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
20087         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
20088         trigger for cygwin).
20089         Reported by Bruno Haible  <bruno@clisp.org>.
20090
20091 2008-04-28  Bruno Haible  <bruno@clisp.org>
20092
20093         * doc/posix-functions/strdup.texi: Mention mingw problem.
20094
20095 2008-04-27  Bruno Haible  <bruno@clisp.org>
20096
20097         * modules/stat-time-tests (Depends-on): Add sleep.
20098         * tests/test-stat-time.c (force_unlink): New function.
20099         (cleanup): Use it.
20100         (test_mtime): Remove the ctime related tests.
20101         (test_ctime): New function, containing the ctime related tests.
20102         (main): Call test_ctime, except on native Windows platforms.
20103
20104 2008-04-27  Bruno Haible  <bruno@clisp.org>
20105
20106         * lib/rpmatch.c (rpmatch): Add some comments.
20107         Reported by James Youngman <jay@gnu.org>.
20108
20109 2008-04-27  Bruno Haible  <bruno@clisp.org>
20110
20111         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
20112         quiet NaNs.
20113
20114 2008-04-27  Bruno Haible  <bruno@clisp.org>
20115
20116         Make test-yesno.sh work on mingw.
20117         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
20118         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
20119         (main): Set stdin to binary mode.
20120         * modules/yesno-tests (Depends-on): Add binary-io.
20121
20122 2008-04-27  Bruno Haible  <bruno@clisp.org>
20123
20124         Fix 'isfinite' on x86, x86_64, ia64 platforms.
20125         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
20126         argument that lie outside the IEEE 854 domain.
20127         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
20128         (gl_ISFINITE): Use it.
20129         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
20130
20131 2008-04-27  Bruno Haible  <bruno@clisp.org>
20132
20133         Allow local renaming in config.h.
20134         * lib/memrchr.c (memrchr): Don't undefine outside libc.
20135
20136 2008-04-27  Bruno Haible  <bruno@clisp.org>
20137
20138         * lib/memchr.c (__memchr): Change type of 'i'.
20139         * lib/memchr2.c (memchr2): Likewise.
20140
20141 2008-04-26  Eric Blake  <ebb9@byu.net>
20142         and Bruno Haible  <bruno@clisp.org>
20143
20144         Optimize and test memrchr.
20145         * modules/memrchr (Depends-on): Add intprops.
20146         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
20147         * modules/memrchr-tests: New file.
20148         * tests/test-memrchr.c: New file.
20149
20150 2008-04-26  Bruno Haible  <bruno@clisp.org>
20151
20152         Add tentative support for DragonFly BSD.
20153         * lib/stdio-impl.h: Add macros for DragonFly BSD.
20154         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
20155         fp.
20156         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
20157         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
20158         * lib/fpurge.c (fpurge): Likewise.
20159         * lib/freadable.c (freaadable): Likewise.
20160         * lib/freadahead.c (freadahead): Likewise.
20161         * lib/freading.c (freading): Likewise.
20162         * lib/freadptr.c (freadptr): Likewise.
20163         * lib/freadseek.c (freadptrinc): Likewise.
20164         * lib/fseeko.c (fseeko): Likewise.
20165         * lib/fseterr.c (fseterr): Likewise.
20166         * lib/fwritable.c (fwritable): Likewise.
20167         * lib/fwriting.c (fwriting): Likewise.
20168
20169 2008-04-26  Bruno Haible  <bruno@clisp.org>
20170
20171         * lib/stdio-impl.h: New file.
20172         * lib/fbufmode.c: Include stdio-impl.h.
20173         (fbufmode): Use fp_, remove redundant #defines.
20174         * lib/fflush.c: Include stdio-impl.h.
20175         (clear_ungetc_buffer): Remove redundant #defines.
20176         * lib/fpurge.c: Include stdio-impl.h.
20177         (fpurge): Remove redundant #defines.
20178         * lib/freadable.c: Include stdio-impl.h.
20179         (freadable): Remove redundant #defines.
20180         * lib/freadahead.c: Include stdio-impl.h.
20181         (freadahead): Remove redundant #defines.
20182         * lib/freading.c: Include stdio-impl.h.
20183         (freading): Remove redundant #defines.
20184         * lib/freadptr.c: Include stdio-impl.h.
20185         (freadptr): Remove redundant #defines.
20186         * lib/freadseek.c: Include stdio-impl.h.
20187         (freadptrinc): Remove redundant #defines.
20188         * lib/fseeko.c: Include stdio-impl.h.
20189         (rpl_fseeko): Remove redundant #defines.
20190         * lib/fseterr.c: Include stdio-impl.h.
20191         (fseterr): Remove redundant #defines.
20192         * lib/fwritable.c: Include stdio-impl.h.
20193         (fwritable: Remove redundant #defines.
20194         * lib/fwriting.c: Include stdio-impl.h.
20195         (fwriting): Remove redundant #defines.
20196         * modules/fbufmode (Files): Add lib/stdio-impl.h.
20197         * modules/fflush (Files): Likewise.
20198         * modules/fpurge (Files): Likewise.
20199         * modules/freadable (Files): Likewise.
20200         * modules/freadahead (Files): Likewise.
20201         * modules/freading (Files): Likewise.
20202         * modules/freadptr (Files): Likewise.
20203         * modules/freadseek (Files): Likewise.
20204         * modules/fseeko (Files): Likewise.
20205         * modules/fseterr (Files): Likewise.
20206         * modules/fwritable (Files): Likewise.
20207         * modules/fwriting (Files): Likewise.
20208
20209 2008-04-26  Bruno Haible  <bruno@clisp.org>
20210
20211         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
20212         restore_seek_optimization, update_fpos_cache): New functions, extracted
20213         from rpl_fflush.
20214         (rpl_fflush): Use them.
20215         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
20216         (gl_REPLACE_FFLUSH): Use it.
20217
20218 2008-04-26  Bruno Haible  <bruno@clisp.org>
20219
20220         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
20221         on Solaris.
20222         * tests/test-xstrtoimax.sh: Likewise.
20223         * tests/test-xstrtoumax.sh: Likewise.
20224         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20225
20226 2008-04-26  Bruno Haible  <bruno@clisp.org>
20227
20228         * modules/memchr-tests: New file.
20229         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
20230
20231 2008-04-26  Eric Blake  <ebb9@byu.net>
20232             Bruno Haible  <bruno@clisp.org>
20233
20234         * lib/memchr.c: Include intprops.h.
20235         (__memchr): Optimize parallel detection of matching bytes. Rename local
20236         variables. Add explanatory comments.
20237
20238 2008-04-26  Bruno Haible  <bruno@clisp.org>
20239
20240         Fix module 'memchr', broken since 2000-10-28.
20241         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
20242
20243 2008-04-26  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
20246         comments.
20247
20248 2008-04-25  Eric Blake  <ebb9@byu.net>
20249
20250         Use native fstatat on cygwin 1.7.0.
20251         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
20252         first.
20253
20254 2008-04-23  Eric Blake  <ebb9@byu.net>
20255
20256         Improve memchr2 performance.
20257         * lib/memchr2.c (memchr2): Further optimize parallel detection of
20258         NUL bytes.
20259         * modules/memchr2 (Depends-on): Use intprops.h.
20260
20261 2008-04-23  Simon Josefsson  <simon@josefsson.org>
20262
20263         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
20264         an inline function instead of a CPP macro.  Patch by Ben Pfaff
20265         <blp@cs.stanford.edu>.
20266
20267 2008-04-23  Simon Josefsson  <simon@josefsson.org>
20268
20269         * lib/arpa_inet.in.h: New file.
20270
20271         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
20272         (Makefile.am): Sed in substitute header file.
20273
20274         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
20275         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
20276
20277         * modules/inet_ntop (configure.ac): Use
20278         gl_ARPA_INET_MODULE_INDICATOR.
20279
20280         * modules/inet_pton (configure.ac): Use
20281         gl_ARPA_INET_MODULE_INDICATOR.
20282
20283 2008-04-22  Jim Meyering  <meyering@redhat.com>
20284
20285         * modules/verify (License): Re-license as LGPLv2+.
20286
20287 2008-04-22  Simon Josefsson  <simon@josefsson.org>
20288
20289         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
20290         parameter to void* as per POSIX standard (MinGW uses char*).
20291
20292 2008-04-21  Bruno Haible  <bruno@clisp.org>
20293
20294         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
20295         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
20296         Define to replacements if REPLACE_ISWCNTRL is 1.
20297         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
20298         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
20299         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
20300         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
20301         what it fixes.
20302         * doc/posix-functions/iswalpha.texi: Likewise.
20303         * doc/posix-functions/iswblank.texi: Likewise.
20304         * doc/posix-functions/iswcntrl.texi: Likewise.
20305         * doc/posix-functions/iswdigit.texi: Likewise.
20306         * doc/posix-functions/iswgraph.texi: Likewise.
20307         * doc/posix-functions/iswlower.texi: Likewise.
20308         * doc/posix-functions/iswprint.texi: Likewise.
20309         * doc/posix-functions/iswpunct.texi: Likewise.
20310         * doc/posix-functions/iswspace.texi: Likewise.
20311         * doc/posix-functions/iswupper.texi: Likewise.
20312         * doc/posix-functions/iswxdigit.texi: Likewise.
20313         Reported by Alain Guibert.
20314
20315 2008-04-21  Bruno Haible  <bruno@clisp.org>
20316
20317         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
20318         Patch by Alain Guibert.
20319
20320 2008-04-21  Bruno Haible  <bruno@clisp.org>
20321
20322         Fix test failures on mingw.
20323         * tests/test-xstrtol.c (print_no_progname): New function.
20324         (main): Install it in error_print_progname hook.
20325         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
20326         * tests/test-xstrtoimax.sh: Likewise.
20327         * tests/test-xstrtoumax.sh: Likewise.
20328
20329 2008-04-21  Bruno Haible  <bruno@clisp.org>
20330
20331         Fix test failure on mingw.
20332         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
20333
20334 2008-04-21  Bruno Haible  <bruno@clisp.org>
20335
20336         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
20337         Actually assign a value.
20338
20339 2008-04-20  Bruno Haible  <bruno@clisp.org>
20340
20341         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
20342         take 2.
20343         * lib/canonicalize.c (canonicalize_file_name): Elide if the
20344         'canonicalize-lgpl' module is also used.
20345         * lib/canonicalize-lgpl.c: Undo last change.
20346         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
20347
20348 2008-04-20  Bruno Haible  <bruno@clisp.org>
20349
20350         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
20351         config.h. Provide _mkdir based fallback for mingw.
20352         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
20353         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
20354         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
20355         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
20356         rather than defining mkdir in config.h.
20357         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
20358         (gl_SYS_STAT_H_DEFAULTS): New macro.
20359         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
20360         HAVE_IO_H any more.
20361         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
20362         HAVE_DECL_MKDIR and HAVE_IO_H.
20363
20364 2008-04-20  Bruno Haible  <bruno@clisp.org>
20365
20366         * lib/isapipe.c: Port to native Windows platforms.
20367
20368 2008-04-20  Bruno Haible  <bruno@clisp.org>
20369
20370         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
20371
20372 2008-04-21  Eric Blake  <ebb9@byu.net>
20373
20374         Work around preprocessors that don't handle UINTMAX_MAX.
20375         * lib/memchr2.c (memchr2): Avoid embedded #if.
20376         Reported by Alain Guibert, fix suggested by Bruno Haible.
20377
20378 2008-04-21  Simon Josefsson  <simon@josefsson.org>
20379
20380         * doc/posix-functions/strftime.texi (strftime): Explain better
20381         Windows incompatibility.  Suggested by Micah Cowan
20382         <micah@cowan.name>.
20383
20384 2008-04-20  Bruno Haible  <bruno@clisp.org>
20385
20386         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
20387         unistr/u8-mblen.
20388
20389 2008-04-20  Bruno Haible  <bruno@clisp.org>
20390
20391         Fix test failure on platforms with non-GNU iconv.
20392         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
20393         (U_TO_U8): Use it, rather than u16_to_u8.
20394         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
20395         units at the end of the input string.
20396         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
20397
20398 2008-04-20  Bruno Haible  <bruno@clisp.org>
20399
20400         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
20401         when the resulting length is 0.
20402         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
20403
20404 2008-04-20  Bruno Haible  <bruno@clisp.org>
20405
20406         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
20407         works.
20408         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
20409
20410 2008-04-20  Bruno Haible  <bruno@clisp.org>
20411
20412         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
20413         * modules/tsearch-tests (configure.ac): Test for initstate function.
20414
20415 2008-04-20  Bruno Haible  <bruno@clisp.org>
20416
20417         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
20418         for nlink_t if missing.
20419         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
20420
20421 2008-04-19  Bruno Haible  <bruno@clisp.org>
20422
20423         Work around snprintf bug on Linux libc5.
20424         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
20425         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20426         gl_SNPRINTF_SIZE1.
20427         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20428         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
20429         that test failed.
20430         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
20431         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
20432         * modules/snprintf (Files): Add m4/printf.m4.
20433         * modules/vsnprintf (Files): Likewise.
20434         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
20435         * doc/posix-functions/vsnprintf.texi: Likewise.
20436
20437 2008-04-19  Bruno Haible  <bruno@clisp.org>
20438
20439         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
20440         from 0.0058 to less than 10^-7.
20441
20442 2008-04-19  Bruno Haible  <bruno@clisp.org>
20443
20444         Fix rounding when a precision is given.
20445         * lib/vasnprintf.c (is_borderline): New function.
20446         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
20447         9...9x.
20448         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
20449         %e, %g.
20450         * tests/test-vasprintf-posix.c (test_function): Likewise.
20451         * tests/test-snprintf-posix.h (test_function): Likewise.
20452         * tests/test-sprintf-posix.h (test_function): Likewise.
20453         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
20454         * tests/test-printf-posix.h (test_function): Likewise.
20455         * tests/test-printf-posix.output: Update.
20456         Reported by John Darrington <john@darrington.wattle.id.au> via
20457         Ben Pfaff <blp@cs.stanford.edu>.
20458
20459 2008-04-18  Simon Josefsson  <simon@josefsson.org>
20460
20461         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
20462         Suggested by Bruno Haible <bruno@clisp.org>.
20463
20464 2008-04-17  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
20467         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
20468         implementation.
20469         Patch by Bruce Merry <bmerry@gmail.com>.
20470
20471 2008-04-17  Simon Josefsson  <simon@josefsson.org>
20472
20473         * doc/posix-functions/strftime.texi (strftime): Mention that %e
20474         doesn't work under Windows.
20475
20476 2008-04-16  Bruno Haible  <bruno@clisp.org>
20477
20478         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
20479         New macros.
20480         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
20481         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
20482         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
20483         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
20484         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
20485         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
20486         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
20487         macros.
20488         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
20489         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
20490         Northern Sotho, Uighur.
20491
20492 2008-04-16  Bruno Haible  <bruno@clisp.org>
20493
20494         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
20495         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
20496         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
20497         Reported by Daniel Bergström <daniel@octocode.com>.
20498
20499 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
20500             Bruno Haible  <bruno@clisp.org>
20501
20502         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
20503         function.
20504         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
20505         New functions, mostly extracted from gl_locale_name_default.
20506         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
20507
20508 2008-04-16  Eric Blake  <ebb9@byu.net>
20509
20510         Adjust strtod detection to catch glibc 2.7 bug.
20511         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
20512         Reported by John Gatewood Ham.
20513
20514 2008-04-16  Bruno Haible  <bruno@clisp.org>
20515
20516         Add tentative support for Linux libc5.
20517         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
20518         * lib/fpurge.c (fpurge): Likewise.
20519         * lib/freadable.c (freadable): Likewise.
20520         * lib/freadahead.c (freadahead): Likewise.
20521         * lib/freading.c (freading): Likewise.
20522         * lib/freadptr.c (freadptr): Likewise.
20523         * lib/freadseek.c (freadptrinc): Likewise.
20524         * lib/fseeko.c (rpl_fseeko): Likewise.
20525         * lib/fseterr.c (fseterr): Likewise.
20526         * lib/fwritable.c (fwritable): Likewise.
20527         * lib/fwriting.c (fwriting): Likewise.
20528         Reported by Alain Guibert <alguibert+bts@free.fr>.
20529
20530 2008-04-15  Bruno Haible  <bruno@clisp.org>
20531
20532         * modules/mathl (configure.ac): Define module indicator.
20533
20534 2008-04-15  Bruno Haible  <bruno@clisp.org>
20535
20536         * lib/logl.c (logl): Remove unused variables.
20537
20538 2008-04-15  Bruno Haible  <bruno@clisp.org>
20539
20540         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
20541         fails.
20542
20543 2008-04-15  Bruno Haible  <bruno@clisp.org>
20544
20545         * lib/trim.c (trim2): Fix argument of isspace() macro.
20546
20547 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
20548
20549         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
20550         to 0.
20551         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
20552
20553 2008-04-14  Bruno Haible  <bruno@clisp.org>
20554
20555         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
20556         AC_LANG_PROGRAM argument.
20557         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
20558         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
20559         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
20560         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
20561         * m4/math_h.m4 (gl_MATH_H): Likewise.
20562         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
20563         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20564         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
20565         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
20566         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
20567         * m4/regex.m4 (gl_REGEX): Likewise.
20568         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
20569         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
20570         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20571         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
20572         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20573         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20574         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20575         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
20576
20577 2008-04-14  Jim Meyering  <meyering@redhat.com>
20578
20579         test-strtod: fix typos: s/abs/fabs/
20580         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
20581
20582 2008-04-13  Bruno Haible  <bruno@clisp.org>
20583
20584         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
20585         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
20586         module is also used and while not building the reloc-wrapper.
20587
20588 2008-04-13  Bruno Haible  <bruno@clisp.org>
20589
20590         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
20591
20592 2008-04-13  Bruno Haible  <bruno@clisp.org>
20593
20594         Fix AIX compilation failure introduced on 2008-04-02.
20595         * tests/test-frexp.c (exp): Undefine before redefining.
20596         * tests/test-frexpl.c (exp): Likewise.
20597
20598 2008-04-13  Bruno Haible  <bruno@clisp.org>
20599
20600         Work around a HP-UX stdio bug.
20601         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
20602         * tests/test-ftello.c (main): Likewise.
20603         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
20604         * doc/posix-functions/ftello.texi: Likewise.
20605
20606 2008-04-13  Bruno Haible  <bruno@clisp.org>
20607
20608         Make test-signbit pass on HP-UX/hppa.
20609         * tests/test-signbit.c (minus_zerol): New variable.
20610         (test_signbitl): Use it.
20611
20612 2008-04-13  Bruno Haible  <bruno@clisp.org>
20613
20614         Make truncl work on OSF/1 4.0.
20615         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
20616         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
20617         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
20618         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
20619         HAVE_DECL_TRUNCL.
20620         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
20621         HAVE_DECL_TRUNCL.
20622         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
20623
20624 2008-04-13  Bruno Haible  <bruno@clisp.org>
20625
20626         * lib/unictype.h: Remove trailing comma from enumeration definitions.
20627
20628 2008-04-13  Bruno Haible  <bruno@clisp.org>
20629
20630         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
20631         expression, so as to avoid HP-UX 11 cc compiler bug.
20632
20633 2008-04-13  Bruno Haible  <bruno@clisp.org>
20634
20635         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
20636
20637 2008-04-13  Bruno Haible  <bruno@clisp.org>
20638
20639         * lib/git-merge-changelog.c: Remove empty declaration outside of
20640         functions.
20641
20642 2008-04-13  Bruno Haible  <bruno@clisp.org>
20643
20644         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
20645
20646 2008-04-13  Bruno Haible  <bruno@clisp.org>
20647
20648         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
20649         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
20650         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
20651         also if it exists but lacks definitions of the SHUT_* macros.
20652         * modules/sys_socket (Description): Update.
20653         Reported by Elbert Pol <e.pol@chello.nl>.
20654
20655 2008-04-13  Bruno Haible  <bruno@clisp.org>
20656
20657         * lib/localcharset.c (OS2): Don't redefine if already defined.
20658         Reported by Elbert Pol <e.pol@chello.nl>.
20659
20660 2008-04-13  Bruno Haible  <bruno@clisp.org>
20661
20662         * lib/binary-io.h [__EMX__]: Include <io.h>.
20663         Reported by Elbert Pol <e.pol@chello.nl>.
20664
20665 2008-04-12  Bruno Haible  <bruno@clisp.org>
20666
20667         * lib/fpucw.h: Enable the definitions also for x86_64.
20668         Needed for NetBSD/x86_64.
20669         Reported by Thomas Klausner <tk@giga.or.at>.
20670
20671 2008-04-12  Bruno Haible  <bruno@clisp.org>
20672
20673         * tests/test-strtod.c: Include isnand.h.
20674         (main): Use isnand instead of isnan.
20675         Reported by Jim Meyering.
20676
20677 2008-04-12  Bruno Haible  <bruno@clisp.org>
20678
20679         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
20680         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
20681
20682 2008-04-12  Jim Meyering  <meyering@redhat.com>
20683
20684         * m4/math_h.m4 (gl_MATH_H): Fix typos.
20685
20686 2008-04-12  Bruno Haible  <bruno@clisp.org>
20687
20688         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
20689         Reported by Elbert Pol <e.pol@chello.nl>.
20690
20691 2008-04-12  Eric Blake  <ebb9@byu.net>
20692
20693         Work around Solaris 10 math.h bug.
20694         * m4/math_h.m4 (gl_MATH_H): Check for bug.
20695         (gl_MATH_H_DEFAULTS): Set up default.
20696         * modules/math (Makefile.am): Replace new indicators.
20697         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
20698         * tests/test-math.c (main): Test this.
20699         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
20700         * doc/posix-headers/math.texi (math.h): Mention bug.
20701         Reported by Nelson H. F. Beebe and Jim Meyering.
20702
20703 2008-04-11  Bruno Haible  <bruno@clisp.org>
20704
20705         Adapt to future versions of Apple GCC.
20706         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
20707         Reported by Peter O'Gorman <peter@pogma.com>.
20708
20709 2008-04-11  Bruno Haible  <bruno@clisp.org>
20710
20711         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
20712
20713 2008-04-11  Bruno Haible  <bruno@clisp.org>
20714
20715         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
20716
20717         * modules/getaddrinfo-tests (Makefile.am): Define
20718         test_getaddrinfo_LDADD.
20719
20720 2008-04-11  Bruno Haible  <bruno@clisp.org>
20721
20722         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
20723         (init): Fix syntax error.
20724         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
20725         is declared.
20726
20727 2008-04-11  Bruno Haible  <bruno@clisp.org>
20728
20729         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
20730         * modules/glob (Depends-on): Add stdbool.
20731
20732 2008-04-11  Bruno Haible  <bruno@clisp.org>
20733
20734         * lib/trim.c: Include <string.h>.
20735
20736 2008-04-11  Eric Blake  <ebb9@byu.net>
20737
20738         Avoid compile failure on OS/2.
20739         * lib/regex_internal.h (internal_function): Disable optimization
20740         on OS/2 (__EMX__), where it caused compiler error.
20741         Reported by Elbert Pol.
20742
20743 2008-04-11  Bruno Haible  <bruno@clisp.org>
20744
20745         Flush the standard error stream before aborting. Needed on mingw.
20746         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
20747         * tests/test-array_list.c (ASSERT): Likewise.
20748         * tests/test-array_oset.c (ASSERT): Likewise.
20749         * tests/test-avltree_list.c (ASSERT): Likewise.
20750         * tests/test-avltree_oset.c (ASSERT): Likewise.
20751         * tests/test-avltreehash_list.c (ASSERT): Likewise.
20752         * tests/test-binary-io.c (ASSERT): Likewise.
20753         * tests/test-byteswap.c (ASSERT): Likewise.
20754         * tests/test-c-ctype.c (ASSERT): Likewise.
20755         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
20756         * tests/test-c-strcasestr.c (ASSERT): Likewise.
20757         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
20758         * tests/test-c-strstr.c (ASSERT): Likewise.
20759         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
20760         * tests/test-canonicalize.c (ASSERT): Likewise.
20761         * tests/test-carray_list.c (ASSERT): Likewise.
20762         * tests/test-ceilf1.c (ASSERT): Likewise.
20763         * tests/test-ceilf2.c (ASSERT): Likewise.
20764         * tests/test-ceill.c (ASSERT): Likewise.
20765         * tests/test-count-one-bits.c (ASSERT): Likewise.
20766         * tests/test-fbufmode.c (ASSERT): Likewise.
20767         * tests/test-fflush2.c (ASSERT): Likewise.
20768         * tests/test-floorf1.c (ASSERT): Likewise.
20769         * tests/test-floorf2.c (ASSERT): Likewise.
20770         * tests/test-floorl.c (ASSERT): Likewise.
20771         * tests/test-fopen.c (ASSERT): Likewise.
20772         * tests/test-fpending.c (ASSERT): Likewise.
20773         * tests/test-fprintf-posix.c (ASSERT): Likewise.
20774         * tests/test-fpurge.c (ASSERT): Likewise.
20775         * tests/test-freadable.c (ASSERT): Likewise.
20776         * tests/test-freadahead.c (ASSERT): Likewise.
20777         * tests/test-freading.c (ASSERT): Likewise.
20778         * tests/test-freadptr.c (ASSERT): Likewise.
20779         * tests/test-freadptr2.c (ASSERT): Likewise.
20780         * tests/test-freadseek.c (ASSERT): Likewise.
20781         * tests/test-freopen.c (ASSERT): Likewise.
20782         * tests/test-frexp.c (ASSERT): Likewise.
20783         * tests/test-frexpl.c (ASSERT): Likewise.
20784         * tests/test-fseek.c (ASSERT): Likewise.
20785         * tests/test-fseeko.c (ASSERT): Likewise.
20786         * tests/test-fstrcmp.c (ASSERT): Likewise.
20787         * tests/test-ftell.c (ASSERT): Likewise.
20788         * tests/test-ftello.c (ASSERT): Likewise.
20789         * tests/test-func.c (ASSERT): Likewise.
20790         * tests/test-fwritable.c (ASSERT): Likewise.
20791         * tests/test-fwriting.c (ASSERT): Likewise.
20792         * tests/test-getdelim.c (ASSERT): Likewise.
20793         * tests/test-getline.c (ASSERT): Likewise.
20794         * tests/test-i-ring.c (ASSERT): Likewise.
20795         * tests/test-iconv-utf.c (ASSERT): Likewise.
20796         * tests/test-iconv.c (ASSERT): Likewise.
20797         * tests/test-isfinite.c (ASSERT): Likewise.
20798         * tests/test-isnand.c (ASSERT): Likewise.
20799         * tests/test-isnanf.c (ASSERT): Likewise.
20800         * tests/test-isnanl.h (ASSERT): Likewise.
20801         * tests/test-ldexpl.c (ASSERT): Likewise.
20802         * tests/test-linked_list.c (ASSERT): Likewise.
20803         * tests/test-linkedhash_list.c (ASSERT): Likewise.
20804         * tests/test-localename.c (ASSERT): Likewise.
20805         * tests/test-lseek.c (ASSERT): Likewise.
20806         * tests/test-mbscasecmp.c (ASSERT): Likewise.
20807         * tests/test-mbscasestr1.c (ASSERT): Likewise.
20808         * tests/test-mbscasestr2.c (ASSERT): Likewise.
20809         * tests/test-mbscasestr3.c (ASSERT): Likewise.
20810         * tests/test-mbscasestr4.c (ASSERT): Likewise.
20811         * tests/test-mbschr.c (ASSERT): Likewise.
20812         * tests/test-mbscspn.c (ASSERT): Likewise.
20813         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
20814         * tests/test-mbspbrk.c (ASSERT): Likewise.
20815         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
20816         * tests/test-mbsrchr.c (ASSERT): Likewise.
20817         * tests/test-mbsspn.c (ASSERT): Likewise.
20818         * tests/test-mbsstr1.c (ASSERT): Likewise.
20819         * tests/test-mbsstr2.c (ASSERT): Likewise.
20820         * tests/test-mbsstr3.c (ASSERT): Likewise.
20821         * tests/test-memchr2.c (ASSERT): Likewise.
20822         * tests/test-memmem.c (ASSERT): Likewise.
20823         * tests/test-open.c (ASSERT): Likewise.
20824         * tests/test-printf-frexp.c (ASSERT): Likewise.
20825         * tests/test-printf-frexpl.c (ASSERT): Likewise.
20826         * tests/test-printf-posix.c (ASSERT): Likewise.
20827         * tests/test-quotearg.c (ASSERT): Likewise.
20828         * tests/test-rbtree_list.c (ASSERT): Likewise.
20829         * tests/test-rbtree_oset.c (ASSERT): Likewise.
20830         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
20831         * tests/test-round1.c (ASSERT): Likewise.
20832         * tests/test-roundf1.c (ASSERT): Likewise.
20833         * tests/test-roundl.c (ASSERT): Likewise.
20834         * tests/test-signbit.c (ASSERT): Likewise.
20835         * tests/test-sleep.c (ASSERT): Likewise.
20836         * tests/test-snprintf-posix.c (ASSERT): Likewise.
20837         * tests/test-snprintf.c (ASSERT): Likewise.
20838         * tests/test-sprintf-posix.c (ASSERT): Likewise.
20839         * tests/test-stat-time.c (ASSERT): Likewise.
20840         * tests/test-strcasestr.c (ASSERT): Likewise.
20841         * tests/test-strerror.c (ASSERT): Likewise.
20842         * tests/test-striconv.c (ASSERT): Likewise.
20843         * tests/test-striconveh.c (ASSERT): Likewise.
20844         * tests/test-striconveha.c (ASSERT): Likewise.
20845         * tests/test-strsignal.c (ASSERT): Likewise.
20846         * tests/test-strstr.c (ASSERT): Likewise.
20847         * tests/test-strtod.c (ASSERT): Likewise.
20848         * tests/test-trunc1.c (ASSERT): Likewise.
20849         * tests/test-trunc2.c (ASSERT): Likewise.
20850         * tests/test-truncf1.c (ASSERT): Likewise.
20851         * tests/test-truncf2.c (ASSERT): Likewise.
20852         * tests/test-truncl.c (ASSERT): Likewise.
20853         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
20854         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
20855         * tests/test-vasnprintf.c (ASSERT): Likewise.
20856         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
20857         * tests/test-vasprintf.c (ASSERT): Likewise.
20858         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
20859         * tests/test-vprintf-posix.c (ASSERT): Likewise.
20860         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
20861         * tests/test-vsnprintf.c (ASSERT): Likewise.
20862         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
20863         * tests/test-wcwidth.c (ASSERT): Likewise.
20864         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
20865         * tests/test-xprintf-posix.c (ASSERT): Likewise.
20866         * tests/test-xvasprintf.c (ASSERT): Likewise.
20867         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
20868         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
20869         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
20870         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
20871         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
20872         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
20873         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
20874         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
20875         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
20876         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
20877         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
20878         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
20879         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
20880         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
20881         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
20882         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
20883         * tests/unictype/test-block_list.c (ASSERT): Likewise.
20884         * tests/unictype/test-block_of.c (ASSERT): Likewise.
20885         * tests/unictype/test-block_test.c (ASSERT): Likewise.
20886         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
20887         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
20888         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
20889         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
20890         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
20891         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
20892         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
20893         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
20894         * tests/unictype/test-combining.c (ASSERT): Likewise.
20895         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
20896         * tests/unictype/test-digit.c (ASSERT): Likewise.
20897         * tests/unictype/test-mirror.c (ASSERT): Likewise.
20898         * tests/unictype/test-numeric.c (ASSERT): Likewise.
20899         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
20900         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
20901         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
20902         * tests/unictype/test-scripts.c (ASSERT): Likewise.
20903         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
20904         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
20905         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
20906         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
20907         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
20908         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
20909         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
20910         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
20911         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
20912         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
20913         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
20914         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
20915         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
20916         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
20917         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
20918         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
20919         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
20920         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
20921         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
20922         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
20923         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
20924         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
20925         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
20926         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
20927         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
20928         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
20929         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
20930         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
20931         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
20932         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
20933         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
20934         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
20935         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
20936         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
20937         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
20938         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
20939         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
20940         Reported by Eric Blake.
20941
20942 2008-04-11  Bruno Haible  <bruno@clisp.org>
20943
20944         * lib/wchar.in.h: Tweak comment.
20945
20946 2008-04-11  Bruno Haible  <bruno@clisp.org>
20947
20948         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
20949         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
20950         gl_COMMON.
20951         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
20952
20953 2008-04-11  Bruno Haible  <bruno@clisp.org>
20954
20955         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
20956
20957 2008-04-11  Simon Josefsson  <simon@josefsson.org>
20958
20959         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
20960         of attempting to use non-existing /dev/*random.  Based on patch
20961         from Adam Strzelecki <ono@java.pl> in
20962         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
20963
20964 2008-04-08  Bruno Haible  <bruno@clisp.org>
20965
20966         Add tentative support for emx+gcc.
20967         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
20968         * lib/fpurge.c (fpurge): Likewise.
20969         * lib/freadable.c (freadable): Likewise.
20970         * lib/freadahead.c (freadahead): Likewise.
20971         * lib/freading.c (freading): Likewise.
20972         * lib/freadptr.c (freadptr): Likewise.
20973         * lib/freadseek.c (freadptrinc): Likewise.
20974         * lib/fseeko.c (rpl_fseeko): Likewise.
20975         * lib/fseterr.c (fseterr): Likewise.
20976         * lib/fwritable.c (fwritable): Likewise.
20977         * lib/fwriting.c (fwriting): Likewise.
20978         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
20979
20980 2008-04-09  Eric Blake  <ebb9@byu.net>
20981
20982         Avoid some autoconf warnings.
20983         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
20984         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
20985         * m4/afs.m4 (gl_AFS): Likewise.
20986         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
20987         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
20988         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20989         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
20990         (gl_INTEGER_TYPE_SUFFIX): Likewise.
20991         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
20992         (AC_CHECK_DECLS_ONCE): Likewise.
20993         Rename file...
20994         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
20995         gnulib-tool requires autoconf 2.59 or better.
20996         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
20997
20998 2008-04-08  Eric Blake  <ebb9@byu.net>
20999
21000         Use 'git describe --match' if present (added in git 1.5.5).
21001         * build-aux/git-version-gen: Limit result to tags that match 'v*'
21002         if possible.
21003
21004 2008-04-08  Bruno Haible  <bruno@clisp.org>
21005
21006         Add tentative support for OpenServer.
21007         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
21008         _ptr, _cnt.
21009         * lib/fpurge.c (fpurge): Likewise.
21010         * lib/freadable.c (freadable): Likewise.
21011         * lib/freadahead.c (freadahead): Likewise.
21012         * lib/freading.c (freading): Likewise.
21013         * lib/freadptr.c (freadptr): Likewise.
21014         * lib/freadseek.c (freadptrinc): Likewise.
21015         * lib/fseeko.c (rpl_fseeko): Likewise.
21016         * lib/fseterr.c (fseterr): Likewise.
21017         * lib/fwritable.c (fwritable): Likewise.
21018         * lib/fwriting.c (fwriting): Likewise.
21019         Reported by Roger Cornelius <rac@tenzing.org> and
21020         Brian K. White <brian@aljex.com>.
21021
21022 2008-04-06  Jim Meyering  <meyering@redhat.com>
21023
21024         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
21025
21026 2008-04-06  Bruno Haible  <bruno@clisp.org>
21027
21028         Avoid possible error with non-ASCII bytes in UTF-8 locales.
21029         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
21030         * tests/test-printf-posix.sh: Likewise.
21031         * tests/test-vfprintf-posix.sh: Likewise.
21032         * tests/test-vprintf-posix.sh: Likewise.
21033         * tests/test-xprintf-posix.sh: Likewise.
21034
21035 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21036
21037         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
21038         hide error from 'ls', needed on OS/2.
21039         Report by Elbert Pol <elbert.pol@gmail.com>.
21040
21041 2008-04-04  Eric Blake  <ebb9@byu.net>
21042
21043         Make test-fseeko.c failures meaningful.
21044         * tests/test-fseeko.c: Print line number on failure.
21045         * tests/test-fseek.c: Likewise.
21046         Reported by Nelson H. F. Beebe.
21047
21048         Improve strtod bug detection check.
21049         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
21050         required for Solaris 10.
21051         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
21052
21053 2008-04-04  Bruno Haible  <bruno@clisp.org>
21054
21055         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
21056         by m4/setenv.m4.
21057
21058 2008-04-03  Eric Blake  <ebb9@byu.net>
21059
21060         Ensure sane .version contents.
21061         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
21062         version string.
21063         * build-aux/git-version-gen: Improve documentation.
21064
21065         Make GNU make output nicer.
21066         * top/GNUmakefile [!_have-Makefile]: Add dependency on
21067         MAKECMDGOALS to enforce message for all command line targets.  Set
21068         srcdir for use in maint.mk.
21069
21070         Another maintainer tweak.
21071         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
21072         a target that regenerates version.
21073
21074 2008-04-03  Jim Meyering  <meyering@redhat.com>
21075
21076         vc-list-files: don't cause coreutils "make po-check" failure
21077         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
21078
21079 2008-04-03  Eric Blake  <ebb9@byu.net>
21080
21081         Allow VPATH usage of vc-list-files.
21082         * build-aux/vc-list-files (scriptversion): Add timestamp.
21083         (options): Add --help, --version, -C.
21084         (CVS): Support installed cvsu.
21085
21086 2008-04-02  Bruno Haible  <bruno@clisp.org>
21087
21088         Avoid some "statement with no effect" warnings from gcc.
21089         * tests/test-wctype.c (main): Explicitly ignore unused values.
21090         Reported by Jim Meyering.
21091
21092 2008-04-02  Jim Meyering  <meyering@redhat.com>
21093
21094         Avoid some warnings from "gcc -Wshadow".
21095         * tests/test-frexp.c (exp): Define to a different identifier.
21096         * tests/test-frexpl.c (exp): Likewise.
21097
21098 2008-04-03  Jim Meyering  <meyering@redhat.com>
21099
21100         bootstrap: remove dangling *.[ch] symlinks from lib
21101         * build-aux/bootstrap [dangling symlink removal]: Move find's
21102         -depth option to precede all others, to avoid a warning.
21103         Remove *.[ch] files too, and from "$source_base" (usually lib/).
21104
21105 2008-04-02  Bruno Haible  <bruno@clisp.org>
21106
21107         Avoid some warnings from "gcc -Wshadow".
21108         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
21109         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
21110         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
21111         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
21112         Reported by Jim Meyering.
21113
21114 2008-04-01  Bruno Haible  <bruno@clisp.org>
21115
21116         Fix test to work on IRIX 6.5 with cc.
21117         * tests/test-math.c (numeric_equal): New function.
21118         (main): Use it.
21119
21120 2008-04-01  Bruno Haible  <bruno@clisp.org>
21121
21122         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
21123
21124 2008-04-01  Bruno Haible  <bruno@clisp.org>
21125
21126         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
21127         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21128         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
21129         (Depends-on): Remove math.
21130
21131         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
21132         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21133         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
21134         (Depends-on): Remove math.
21135
21136         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
21137         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21138         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
21139         (Depends-on): Remove math.
21140         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
21141         (Depends-on): Remove math.
21142
21143         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
21144         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21145         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
21146         (Depends-on): Remove math.
21147         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
21148         (Depends-on): Remove math.
21149
21150         * tests/test-round1.c: Include nan.h.
21151         (main): Use NaNd instead of NAN.
21152         * modules/round-tests (Files): Add tests/nan.h.
21153
21154         * tests/test-trunc1.c: Include nan.h.
21155         (main): Use NaNd instead of NAN.
21156         * modules/trunc-tests (Files): Add tests/nan.h.
21157
21158         * tests/test-roundf1.c: Include nan.h.
21159         (main): Use NaNf instead of NAN.
21160         * modules/roundf-tests (Files): Add tests/nan.h.
21161
21162         * tests/test-truncf1.c: Include nan.h.
21163         (main): Use NaNf instead of NAN.
21164         * modules/truncf-tests (Files): Add tests/nan.h.
21165
21166         * tests/test-ceilf1.c: Include nan.h.
21167         (main): Use NaNf instead of NAN.
21168         * modules/ceilf-tests (Files): Add tests/nan.h.
21169
21170         * tests/test-floorf1.c: Include nan.h.
21171         (main): Use NaNf instead of NAN.
21172         * modules/floorf-tests (Files): Add tests/nan.h.
21173
21174         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
21175         (main): Use NaNf instead of NAN.
21176         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
21177
21178         * tests/test-isnand.c: Include nan.h instead of <math.h>.
21179         (main): Use NaNd instead of NAN.
21180         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
21181
21182         * tests/test-frexp.c: Include nan.h.
21183         (main): Use NaNd instead of NAN.
21184         * modules/frexp-tests (Files): Add tests/nan.h.
21185
21186         * lib/isnan.c: Don't include <math.h>.
21187         (FUNC): Don't use NAN macro.
21188         * modules/isnand-nolibm (Depends-on): Remove math.
21189         * modules/isnanf-nolibm (Depends-on): Remove math.
21190         * modules/isnanl (Depends-on): Remove math.
21191         * modules/isnanl-nolibm (Depends-on): Remove math.
21192
21193         * tests/nan.h: New file.
21194
21195 2008-04-01  Eric Blake  <ebb9@byu.net>
21196
21197         Fix typos.
21198         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
21199         values to be the right type.
21200
21201         For now, cater to gnulib strtod inaccuracies.
21202         * tests/test-strtod.c (main): Allow 1-ulp error on expected
21203         fractional results.  While not as nice from a QoI perspective, it
21204         is a quicker patch than correctly implementing decimal to binary
21205         rounding.
21206
21207 2008-03-31  Eric Blake  <ebb9@byu.net>
21208
21209         Guarantee a definition of NAN.
21210         * lib/math.in.h (NAN): Define if missing.
21211         * tests/test-math.c (main): Test it.
21212         * doc/posix-headers/math.texi (math.h): Document this.
21213         * lib/isnan.c (rpl_isnand): Use it.
21214         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
21215         * tests/test-floorf1.c (NaN): Likewise.
21216         * tests/test-frexp.c (NaN): Likewise.
21217         * tests/test-isnand.c (NaN): Likewise.
21218         * tests/test-isnanf.c (NaN): Likewise.
21219         * tests/test-round1.c (NaN): Likewise.
21220         * tests/test-roundf1.c (NaN): Likewise.
21221         * tests/test-snprintf-posix.h (NaN): Likewise.
21222         * tests/test-sprintf-posix.h (NaN): Likewise.
21223         * tests/test-trunc1.c (NaN): Likewise.
21224         * tests/test-truncf1.c (NaN): Likewise.
21225         * tests/test-vasnprintf-posix.c (NaN): Likewise.
21226         * tests/test-vasprintf-posix.c (NaN): Likewise.
21227         * modules/isnand-nolibm (Depends-on): Add math.
21228         * modules/isnanf-nolibm (Depends-on): Likewise.
21229         * modules/isnanl (Depends-on): Likewise.
21230         * modules/isnanl-nolibm (Depends-on): Likewise.
21231         * modules/snprintf-posix-tests (Depends-on): Likewise.
21232         * modules/sprintf-posix-tests (Depends-on): Likewise.
21233         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
21234         * modules/vsprintf-posix-tests (Depends-on): Likewise.
21235         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
21236         * modules/vasprintf-posix-tests (Depends-on): Likewise.
21237
21238 2008-03-31  Bruno Haible  <bruno@clisp.org>
21239
21240         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
21241         * doc/posix-functions/strtod.texi: Likewise.
21242
21243 2008-03-31  Bruno Haible  <bruno@clisp.org>
21244
21245         * tests/test-strtod.c (main): Don't use C99 syntax.
21246
21247 2008-03-31  Bruno Haible  <bruno@clisp.org>
21248
21249         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
21250         Reported by Eric Blake.
21251
21252 2008-03-31  Jim Meyering  <meyering@redhat.com>
21253
21254         Don't compare actual signbit return values.
21255         * tests/test-strtod.c (main): Rather, compare only their
21256         zero/non-zero nature.
21257
21258 2008-03-31  Eric Blake  <ebb9@byu.net>
21259
21260         More strtod documentation.
21261         * doc/posix-functions/strtod.texi (strtod): Interpret more test
21262         failures as distinct bugs.
21263
21264 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21265
21266         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
21267         Problem reported by Erik Benada in
21268         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
21269
21270 2008-03-30  Bruno Haible  <bruno@clisp.org>
21271
21272         * tests/test-strtod.c: Add comments about which assertion fails on which
21273         platform.
21274         * doc/posix-functions/strtod.texi: Add info about many more platforms.
21275
21276 2008-03-30  Eric Blake  <ebb9@byu.net>
21277
21278         Test signbit behavior on zeros.
21279         * tests/test-signbit.c (test_signbitf): Add tests for zero.
21280         (test_signbitd, test_signbitl): Likewise.
21281
21282         More strtod touchups.
21283         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
21284         sign of negative underflow, for now.  Use .5, not .1.
21285         * doc/posix-functions/strtod.texi (strtod): Mention these
21286         limitations.
21287         Reported by Jim Meyering.
21288
21289 2008-03-30  Bruno Haible  <bruno@clisp.org>
21290
21291         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
21292         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
21293
21294 2008-03-30  Bruno Haible  <bruno@clisp.org>
21295
21296         Avoid failure when attempting to return empty iconv results on some
21297         platforms.
21298         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
21299         allocation, don't report ENOMEM when the resulting string is empty.
21300
21301 2008-03-30  Bruno Haible  <bruno@clisp.org>
21302
21303         Fix buffer overrun.
21304         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
21305         Don't consider the width for tmp_length. Check count against tmp_length
21306         before doing the padding. Ensure enough allocation during padding.
21307
21308 2008-03-30  Eric Blake  <ebb9@byu.net>
21309
21310         strtod touchups.
21311         * lib/strtod.c (strtod): Avoid compiler warnings.
21312         Reported by Jim Meyering.
21313
21314 2008-03-30  Bruno Haible  <bruno@clisp.org>
21315
21316         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
21317         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
21318         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
21319         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
21320         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
21321         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
21322         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
21323         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
21324
21325         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
21326         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
21327         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
21328         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
21329         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
21330         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
21331         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
21332         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
21333
21334         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
21335         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
21336         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
21337         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
21338         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
21339         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
21340         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
21341         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
21342
21343         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
21344         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
21345
21346         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
21347         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
21348
21349         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
21350         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
21351
21352         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
21353         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
21354         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
21355
21356         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
21357         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
21358         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
21359
21360         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
21361         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
21362         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
21363
21364         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
21365         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
21366         * modules/vasprintf (Depends-on): Add EOVERFLOW.
21367
21368         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
21369         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
21370         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
21371         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
21372         (Depends-on): Add EOVERFLOW.
21373         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
21374         (Depends-on): Add EOVERFLOW.
21375         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
21376         (Depends-on): Add EOVERFLOW.
21377         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
21378         (Depends-on): Add EOVERFLOW.
21379         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
21380         (Depends-on): Add EOVERFLOW.
21381         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
21382         (Depends-on): Add EOVERFLOW.
21383         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
21384         (Depends-on): Add EOVERFLOW.
21385         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
21386         (Depends-on): Add EOVERFLOW.
21387
21388         * lib/sprintf.c (EOVERFLOW): Remove fallback.
21389         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
21390         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
21391
21392         * lib/snprintf.c (EOVERFLOW): Remove fallback.
21393         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
21394         * modules/snprintf (Depends-on): Add EOVERFLOW.
21395
21396         * lib/poll.c (EOVERFLOW): Remove fallback.
21397         * modules/poll (Depends-on): Add EOVERFLOW.
21398
21399         * lib/getugroups.c (EOVERFLOW): Remove fallback.
21400         * modules/getugroups (Depends-on): Add EOVERFLOW.
21401
21402         * lib/getdelim.c (EOVERFLOW): Remove fallback.
21403         * modules/getdelim (Depends-on): Add EOVERFLOW.
21404
21405         * lib/ftell.c (EOVERFLOW): Remove fallback.
21406         * modules/ftell (Depends-on): Add EOVERFLOW.
21407
21408         * lib/fprintf.c (EOVERFLOW): Remove fallback.
21409         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
21410         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
21411
21412         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
21413
21414         * modules/EOVERFLOW-tests: New file.
21415         * tests/test-EOVERFLOW.c: New file.
21416
21417         * modules/EOVERFLOW: New file.
21418         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
21419
21420 2008-03-30  Bruno Haible  <bruno@clisp.org>
21421
21422         Fix bug introduced on 2007-06-10.
21423         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
21424         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
21425
21426 2008-03-30  Bruno Haible  <bruno@clisp.org>
21427
21428         Improve freadseek's efficiency after ungetc.
21429         * lib/freadseek.c: Include freadahead.h.
21430         (freadptrinc): New function, extracted from freadseek.
21431         (freadseek): Use it in a loop. Use freadahead to determine the number
21432         of loop iterations.
21433         * modules/freadseek (Depends-on): Add freadahead.
21434         (configure.ac): Require AC_C_INLINE.
21435
21436 2008-03-30  Bruno Haible  <bruno@clisp.org>
21437
21438         * lib/freadseek.c (freadseek): Don't ignore the return value of
21439         freadptr.
21440
21441 2008-03-29  Eric Blake  <ebb9@byu.net>
21442
21443         Add hex float support.
21444         * modules/strtod (Depends-on): Add c-ctype.
21445         (Link): Mention POW_LIB.
21446         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
21447         whitespace between 'e' and exponent.
21448         * tests/test-strtod.c (main): Enable hex float tests.
21449         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
21450         now provides.
21451
21452         Document various strtod bugs, with some fixes.
21453         * doc/posix-functions/strtod.texi (strtod): Document bugs with
21454         "-0x", "inf", "nan", and hex constants.
21455         * doc/posix-functions/atof.texi (atof): Likewise.
21456         * modules/stdlib (Makefile.am): Support strtod.
21457         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
21458         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
21459         detect additional strtod bugs.
21460         * lib/stdlib.in.h (rpl_strtod): Add declarations.
21461         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
21462         bool where appropriate.  Parse 'inf' and 'nan'.
21463         * tests/test-strtod.c: New file.
21464         * modules/strtod (Depends-on): Add stdbool, stdlib.
21465         (configure.ac): Turn on module indicator.
21466         * modules/strtod-tests: New module.
21467
21468 2008-03-29  Eric Blake  <ebb9@byu.net>
21469
21470         Fix ftell on mingw.
21471         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
21472         * modules/ftell-tests (Depends-on): Add binary-io.
21473         * modules/ftello-tests (Depends-on): Likewise.
21474         * tests/test-ftell.c (main): Enhance test to cover behavior after
21475         ungetc.  Enforce binary mode.
21476         * tests/test-ftello.c (main): Likewise.
21477
21478         Pass test-freadseek on cygwin.
21479         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
21480         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
21481         ungetc buffer.
21482
21483         * tests/test-fflush2.c (main): Fix typo.
21484
21485 2008-03-29  Bruno Haible  <bruno@clisp.org>
21486
21487         * tests/test-fflush2.c (main): Temporarily disable the contents of
21488         this test.
21489         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
21490         Reported by Eric Blake.
21491
21492 2008-03-28  Simon Josefsson  <simon@josefsson.org>
21493
21494         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
21495         (GC_SHA224_DIGEST_SIZE): Add.
21496
21497         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
21498         (gc_hash_digest_length): Likewise.
21499         (gc_hash_buffer): Likewise.
21500
21501 2008-03-25  Bruno Haible  <bruno@clisp.org>
21502
21503         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
21504         detail which gettext release to use.
21505         Reported by Simon Josefsson.
21506
21507 2008-03-26  Jim Meyering  <meyering@redhat.com>
21508
21509         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
21510         * modules/gnumakefile (clean-GNUmakefile): Also, use
21511         test ... && ... || : syntax rather than if-then ... fi.
21512
21513         gnumakefile: Don't double-quote-expand $(VPATH) value.
21514         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
21515
21516 2008-03-24  Eric Blake  <ebb9@byu.net>
21517
21518         Alter GNUmakefile to install into top directory.
21519         * modules/maintainer-makefile: Split, and add dependency...
21520         * modules/gnumakefile: to this new module.
21521         * build-aux/GNUmakefile: Move...
21522         * top/GNUmakefile: ...here.
21523         * build-aux/maint.mk: Move...
21524         * top/maint.mk: ...here.
21525         * MODULES.html.sh (Support for maintaining...): Document new
21526         module.
21527
21528 2008-03-23  Bruno Haible  <bruno@clisp.org>
21529
21530         * gnulib-tool: New options --vc-files, --no-vc-files.
21531         (func_usage): Document them.
21532         (vc_files): New variable.
21533         (func_import): Consider vc_files.
21534         (func_create_testdir): Set vc_files to empty.
21535         Suggested by Jim Meyering and Karl Berry.
21536
21537 2008-03-23  Bruno Haible  <bruno@clisp.org>
21538
21539         Fix regex compilation error on HP-UX 11.
21540         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
21541         * modules/regex (Files): Add m4/mbstate_t.m4.
21542         Reported by Ton Voon <ton.voon@altinity.com>.
21543
21544 2008-03-23  Bruno Haible  <bruno@clisp.org>
21545
21546         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
21547
21548 2008-03-23  Eric Blake  <ebb9@byu.net>
21549             Bruno Haible  <bruno@clisp.org>
21550
21551         Install files from top/ in the destination directory.
21552         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
21553         augmentation also for the files from top/.
21554         (func_import, func_create_testdir): Rewrite file names:
21555         top/filename -> filename.
21556
21557 2008-03-23  Bruno Haible  <bruno@clisp.org>
21558
21559         Tweak "gnulib --version" output.
21560         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
21561
21562 2008-03-23  Bruno Haible  <bruno@clisp.org>
21563
21564         Tweak "gnulib --version" output.
21565         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
21566         rather than contents of ChangeLog, when possible.
21567
21568 2008-03-21  Eric Blake  <ebb9@byu.net>
21569
21570         More --version tweaks.
21571         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
21572         date of last ChangeLog entry.
21573
21574 2008-03-21  Jim Meyering  <meyering@redhat.com>
21575
21576         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
21577
21578 2008-03-20  Eric Blake  <ebb9@byu.net>
21579
21580         VPATH fix.
21581         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
21582
21583 2008-03-20  Simon Josefsson  <simon@josefsson.org>
21584
21585         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
21586         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
21587
21588 2008-03-20  Eric Blake  <ebb9@byu.net>
21589
21590         Sync GNUmakefile with coreutils.
21591         * build-aux/GNUmakefile (have-Makefile): Rename...
21592         (_have-Makefile): ...to this, for namespace consideration.
21593         (GNUmakefile.cfg): Include, if present.
21594         (_autoreconf): Define a default.
21595         (_is-dist-target): New rule for rebuilds to pick up intra-release
21596         version.
21597         (maint-cfg.mk): Rename...
21598         (cfg.mk): ...to this.
21599
21600 2008-03-18  Jim Meyering  <meyering@redhat.com>
21601
21602         New script and module: mktempd
21603         * MODULES.html.sh (maint+release support): Add mktempd.
21604         * build-aux/mktempd: New file.
21605         * modules/mktempd: New file.
21606
21607 2008-03-15  Jim Meyering  <meyering@redhat.com>
21608
21609         Undo last change.
21610         * lib/sha1.c, lib/md5.c: 63 != ~63.
21611         Reported by Andreas Schwab.
21612
21613         sha1.c, md5.c: Hoist a redundant expression.
21614         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
21615         "ctx->buflen" only once, before calling *_process_block.
21616         * lib/md5.c (md5_process_bytes): Likewise.
21617
21618 2008-03-14  Eric Blake  <ebb9@byu.net>
21619
21620         Bump copyright year in files generated by gnulib-tool.
21621         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
21622         gnulib-tool, rather than hard-coding it.
21623
21624         Fix 'gnulib-tool --version' output to work with git.
21625         * gnulib-tool (func_gnulib_dir): New function, extracted from...
21626         (startup): ...here.
21627         (func_version): Use it to invoke git-version-gen, rather than
21628         relying on CVS keyword expansion.  Modernize wording.
21629         (cvsdatestamp, last_checkin_date, version): Kill unused
21630         variables.
21631
21632 2008-03-12  Jim Meyering  <meyering@redhat.com>
21633
21634         Recognize optional cast of the argument to free.
21635         * build-aux/useless-if-before-free: Update regexps.
21636
21637         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
21638
21639 2008-03-11  Bruno Haible  <bruno@clisp.org>
21640
21641         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
21642         by a single package.
21643         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
21644         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
21645         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
21646         Reported by Sam Steingold <sds@gnu.org>.
21647
21648 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21649
21650         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
21651         repositories.
21652
21653 2008-03-11  Bruno Haible  <bruno@clisp.org>
21654
21655         Avoid conflicts between local macro definitions.
21656         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21657         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
21658
21659 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
21660             Bruno Haible  <bruno@clisp.org>
21661
21662         Make va_copy work with some version of xlc on AIX 5.1.
21663         * lib/stdarg.in.h: New file.
21664         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
21665         On AIX, use a <stdarg.h> file substitute.
21666         * modules/stdarg (Files): Add lib/stdarg.in.h.
21667         (Depends-on): Add include_next.
21668         (Makefile.am): Build a stdarg.h substitute if requested.
21669         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
21670
21671 2008-03-10  Bruno Haible  <bruno@clisp.org>
21672
21673         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
21674         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
21675         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
21676
21677 2008-03-10  Bruno Haible  <bruno@clisp.org>
21678
21679         * modules/stdlib (Depends-on): Add include_next, remove
21680         absolute-header.
21681
21682 2008-03-09  Bruno Haible  <bruno@clisp.org>
21683
21684         * lib/freadahead.h (freadahead): Document more precisely.
21685         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
21686         the sum of both buffer sizes.
21687         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
21688         * NEWS: Document the change.
21689
21690 2008-03-09  Bruno Haible  <bruno@clisp.org>
21691
21692         Extend freadptr to return also the buffer size.
21693         * lib/freadptr.h (freadptr): Add sizep argument.
21694         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
21695         (freadptr): Add sizep argument. Determine buffer size like freadahead
21696         does.
21697         * tests/test-freadptr.c: Don't include freadahead.h.
21698         (main): Adapt for new calling convention of freadptr.
21699         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
21700         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
21701         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
21702         tests/test-freadptr2.sh.
21703         (Depends): Remove freadahead.
21704         (TESTS): Add test-freadptr2.sh.
21705         (check_PROGRAMS): Add test-freadptr2.
21706
21707 2008-03-09  Bruno Haible  <bruno@clisp.org>
21708
21709         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
21710         Report and solution by Simon Josefsson.
21711
21712 2008-03-06  Bruno Haible  <bruno@clisp.org>
21713
21714         Make fflush after ungetc work on BSD platforms.
21715         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
21716         * tests/test-fflush2.c: New file.
21717         * tests/test-fflush2.sh: New file.
21718         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
21719         tests/test-fflush2.c.
21720         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
21721         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
21722
21723 2008-03-06  Eric Blake  <ebb9@byu.net>
21724
21725         Likewise for ftello.
21726         * modules/ftello (Dependencies): Add extensions.
21727         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
21728
21729 2008-03-06  Bruno Haible  <bruno@clisp.org>
21730
21731         * modules/fseeko (Dependencies): Add extensions.
21732         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
21733         Needed on glibc systems.
21734
21735 2008-03-06  Bruno Haible  <bruno@clisp.org>
21736
21737         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
21738         email address.
21739         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
21740
21741 2008-03-06  Bruno Haible  <bruno@clisp.org>
21742
21743         * users.txt: Add libgnupdf.
21744
21745 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
21746
21747         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
21748         (Header File Substitutes, Function Substitutes,
21749         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
21750         (Build robot for gnulib): Fix typo.
21751
21752 2008-03-06  Bruno Haible  <bruno@clisp.org>
21753
21754         * doc/gnulib-tool.texi (VCS Issues): Small updates.
21755         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
21756
21757 2008-03-06  Bruno Haible  <bruno@clisp.org>
21758
21759         * doc/func.texi: New file, extracted from doc/gnulib.texi.
21760         * doc/gnulib.texi: Include it.
21761
21762 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21763
21764         * modules/func (License): Change license to unlimited; there was
21765         no LGPL parts in the module anyway.
21766
21767 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21768
21769         * modules/__func__: Renamed to modules/func.
21770         * modules/__func__-tests: Renamed to modules/func-tests.
21771         * tests/test-__func__.c: Renamed to tests/test-func.c.
21772         * m4/__func__.m4: Renamed to m4/func.m4.
21773         * doc/gnulib.texi (__func__): Section renamed to func.
21774         Suggested by Eric Blake <ebb9@byu.net>.
21775
21776 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21777
21778         * doc/gnulib.texi (__func__): Use C99 terminology when talking
21779         about __func__.  Make example self-contained.  Suggested by Eric
21780         Blake <ebb9@byu.net>.
21781
21782         * tests/test-__func__.c (main): Avoid extraneous () around __func.
21783         Suggested by Eric Blake <ebb9@byu.net>.
21784
21785 2008-03-06  Simon Josefsson  <simon@josefsson.org>
21786
21787         * modules/__func__: New file.
21788         * modules/__func__-tests: New file.
21789         * tests/test-__func__.c: New file.
21790         * m4/__func__.m4: New file.
21791         * doc/gnulib.texi (__func__): Document __func__ module.
21792
21793 2008-03-05  Simon Josefsson  <simon@josefsson.org>
21794
21795         * modules/byteswap (License): Re-license as LGPLv2+.
21796
21797 2008-03-05  Simon Josefsson  <simon@josefsson.org>
21798
21799         * doc/Makefile: Add pdf target.
21800
21801 2008-03-05  Simon Josefsson  <simon@josefsson.org>
21802
21803         * modules/inline (License): Use 'unlimited', since there are only
21804         *.m4 files in this module.
21805
21806 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
21807             Bruno Haible  <bruno@clisp.org>
21808
21809         Add support for HP C 7.1 on OpenVMS 8.3.
21810         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
21811
21812 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
21813
21814         Update VMS specifics.
21815         * lib/getopt.c [VMS]: Remove include of unixlib.h.
21816
21817 2008-03-02  Jim Meyering  <meyering@redhat.com>
21818
21819         Remove the last dependency on the "free" module.
21820         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
21821         Reported by Bob Proulx.
21822
21823         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
21824
21825         Remove useless "if" tests before free.  Deprecate "free" module.
21826         * doc/posix-functions/free.texi: Mention that this
21827         module is no longer useful.
21828         * modules/free (Notice): Say this module is obsolete.
21829         * modules/readutmp (Depends-on): Remove free.
21830         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
21831         * lib/putenv.c (putenv): Likewise.
21832         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
21833         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
21834         * tests/test-c-strcasestr.c (main): Likewise.
21835         * tests/test-c-strstr.c (main): Likewise.
21836         * tests/test-mbscasestr1.c (main): Likewise.
21837         * tests/test-mbscasestr2.c (main): Likewise.
21838         * tests/test-mbsstr1.c (main): Likewise.
21839         * tests/test-mbsstr2.c (main): Likewise.
21840         * tests/test-memmem.c (main): Likewise.
21841         * tests/test-strcasestr.c (main): Likewise.
21842         * tests/test-striconv.c (main): Likewise.
21843         * tests/test-striconveh.c (main): Likewise.
21844         * tests/test-striconveha.c (main): Likewise.
21845         * tests/test-strstr.c (main): Likewise.
21846
21847         * build-aux/git-version-gen: Adjust a comment and the Usage string.
21848
21849         bootstrap: sync from coreutils again
21850         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
21851
21852 2008-03-01  Jim Meyering  <meyering@redhat.com>
21853
21854         bootstrap: sync from coreutils
21855         * build-aux/bootstrap (update_po_files): Copy a .po file into place
21856         also when the target doesn't exist.
21857
21858 2008-03-01  Eric Blake  <ebb9@byu.net>
21859
21860         Fix bugs in last patch.
21861         * lib/memchr2.c (memchr2): Fix typo.
21862         * tests/test-memchr2.c: Test previous bug, and don't use GNU
21863         extension.
21864         Reported by Bruce Korb.
21865
21866         New module 'memchr2'.
21867         * modules/memchr2: New file.
21868         * modules/memchr2-tests: Likewise.
21869         * lib/memchr2.h: Likewise.
21870         * lib/memchr2.c: Likewise, based on memchr.c.
21871         * tests/test-memchr2.c: New test.
21872         * MODULES.html.sh (String handling): Add memchr2.
21873
21874 2008-02-29  Bruno Haible  <bruno@clisp.org>
21875
21876         * modules/freadseek-tests: New file.
21877         * tests/test-freadseek.sh: New file.
21878         * tests/test-freadseek.c: New file.
21879
21880         New module 'freadseek'.
21881         * modules/freadseek: New file.
21882         * lib/freadseek.h: New file.
21883         * lib/freadseek.c: New file.
21884         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
21885
21886 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
21887
21888         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
21889         wydawca.
21890
21891         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
21892         program_invocation_name and program_invocation_short_name are
21893         present.
21894
21895 2008-02-28  Bruno Haible  <bruno@clisp.org>
21896
21897         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
21898         * tests/test-freadptr.sh: Also test non-seekable stdin.
21899
21900 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
21901
21902         * build-aux/bootstrap (source_base, m4_base)
21903         (doc_base, tests_base): New variables.
21904         (gnulib_tool_options): Do not hardcode base directories, use
21905         the above variables instead.
21906
21907 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
21908
21909         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
21910
21911 2008-02-28  Bruno Haible  <bruno@clisp.org>
21912
21913         * modules/freadptr-tests: New file.
21914         * tests/test-freadptr.sh: New file.
21915         * tests/test-freadptr.c: New file.
21916
21917         New module 'freadptr'.
21918         * modules/freadptr: New file.
21919         * lib/freadptr.h: New file.
21920         * lib/freadptr.c: New file.
21921         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
21922
21923 2008-02-26  Karl Berry  <karl@freefriends.org>
21924
21925         Sync from Libtool:
21926         * libltdl/argz.c (argz_add, argz_count): New functions.
21927         * libltdl/argz.in.h: Declare them.
21928         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
21929
21930 2008-02-22  Bruno Haible  <bruno@clisp.org>
21931
21932         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
21933         is a pointer type.  Needed for HP-UX 10.
21934         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
21935         * doc/posix-functions/gmtime_r.texi: Likewise.
21936         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
21937
21938 2008-02-24  Bruno Haible  <bruno@clisp.org>
21939
21940         * modules/environ-tests: New file.
21941         * tests/test-environ.c: New file.
21942
21943         New module 'environ'.
21944         * modules/environ: New file.
21945         * lib/unistd.in.h (environ): New declaration.
21946         * m4/environ.m4: New file.
21947         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
21948         after use.
21949         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
21950         HAVE_DECL_ENVIRON.
21951         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
21952         HAVE_DECL_ENVIRON.
21953         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
21954         wrong claim that 'environ' is missing on some systems.
21955         * modules/execute (Depends-on): Add environ.
21956         * lib/execute.c (environ): Remove fallback declaration.
21957         * modules/pipe (Depends-on): Add environ.
21958         * lib/pipe.c (environ): Remove fallback declaration.
21959         * modules/setenv (Depends-on): Add environ.
21960         * lib/setenv.c (environ): Remove fallback declaration.
21961         * modules/unsetenv (Depends-on): Add environ.
21962         * lib/unsetenv.c (environ): Remove fallback declaration.
21963         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
21964         m4/environ.m4.
21965         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
21966         (gl_PREREQ_UNSETENV): Likewise.
21967
21968 2008-02-24  Bruno Haible  <bruno@clisp.org>
21969
21970         * doc/posix-functions/environ.texi: Document the MacOS X problem.
21971
21972 2008-02-20  Bob Proulx  <bob@proulx.com>
21973
21974         Enable use of older two part flavor 'git describe'.
21975         * build-aux/git-version-gen: If using the older two part flavor of
21976         git version then recreate the third part now present in the
21977         newer three part flavor of git describe.
21978
21979 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
21980
21981         * lib/fts.c (fts_build): Typo correction to comment.
21982
21983 2008-02-17  Bruno Haible  <bruno@clisp.org>
21984
21985         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
21986         generating no-op conflicts.
21987
21988 2008-02-17  Bruno Haible  <bruno@clisp.org>
21989
21990         Speed up by 10%.
21991         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
21992         result_entries, rather than an index-based loop.
21993
21994 2008-02-17  Bruno Haible  <bruno@clisp.org>
21995
21996         Speed up by 25%.
21997         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
21998         'hashcode_cached'.
21999         (entry_create): New function.
22000         (entry_hashcode): Use the cached hashcode if possible.
22001         (read_changelog_file, try_split_merged_entry): Use entry_create.
22002
22003 2008-02-17  Bruno Haible  <bruno@clisp.org>
22004
22005         Speed up from O(n^2) to O(n) for long ChangeLog files.
22006         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
22007         (read_changelog_file): Change implementation of entries_reversed list
22008         to rbtreehash.
22009         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
22010
22011 2008-02-17  Bruno Haible  <bruno@clisp.org>
22012
22013         New option --split-merged-entry.
22014         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
22015         (find_paragraph_end, try_split_merged_entry): New functions.
22016         (long_options): Add option --split-merged-entry.
22017         (usage): Document option --split-merged-entry.
22018         (main): Implement option --split-merged-entry.
22019         Reported by Eric Blake.
22020
22021 2008-02-17  Bruno Haible  <bruno@clisp.org>
22022
22023         * lib/git-merge-changelog.c: Include c-strstr.h.
22024         (main): Support the "git pull --rebase" situation.
22025         * modules/git-merge-changelog (Depends-on): Add c-strstr.
22026         Reported by Eric Blake.
22027
22028 2008-02-16  Eric Blake  <ebb9@byu.net>
22029
22030         Avoid doubling \ in common case of "c-maybe" quoting style.
22031         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
22032         eliding outer quotes.
22033         * lib/quotearg.h: Document this.
22034         * tests/test-quotearg.c (result_strings, inputs, results_g)
22035         (flag_results, locale_results): Test it by adding a new string to
22036         each test group.
22037         (compare_strings): Test new string.
22038
22039 2008-02-13  Eric Blake  <ebb9@byu.net>
22040
22041         Avoid trigraph quoting in default output.
22042         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
22043         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
22044         unless explicitly requested.
22045         * tests/test-quotearg.c (flag_results, main): Add additional tests.
22046
22047 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
22048
22049         Don't rely on signed integer overflowing to negative value.
22050         * lib/getugroups.c (getugroups): Include <limits.h>.
22051         Instead, compare against INT_MAX, and increment only if the test passes.
22052
22053 2008-02-13  Jim Meyering  <meyering@redhat.com>
22054         and Eric Blake  <ebb9@byu.net>
22055
22056         Avoid shadowing warning and compile errors on Linux.
22057         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
22058         forwarding macros on Linux.
22059         (dcgettext): Define a stub, for Linux.
22060         (results_g, main): Avoid warnings.
22061
22062 2008-02-12  Eric Blake  <ebb9@byu.net>
22063
22064         Silence warning in last patch.
22065         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
22066
22067         Quotearg part 4: add tests, fix c-maybe colon quoting.
22068         * lib/quotearg.h: Improve documentation.
22069         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
22070         escapes when adding outer quotes.  When quoting trigraphs, use
22071         valid C notation.  When quoting NUL, omit extra characters if next
22072         character is not digit.  Alter prototype.
22073         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
22074         callers.
22075         * modules/quotearg-tests: New module.
22076         * tests/test-quotearg.c: New test.
22077
22078 2008-02-07  Eric Blake  <ebb9@byu.net>
22079
22080         Quotearg part 3: add flag to control outer quote elision.
22081         * lib/quotearg.h (c_maybe_quoting_style): New style.
22082         (enum quoting_flags): Better documentation of flags.
22083         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
22084         c-maybe style.
22085         (quotearg_buffer_restyled): Handle new flag to elide outer
22086         quotes.
22087
22088         Quotearg part 2: add flag that can control NUL elision.
22089         * lib/quotearg.h (set_quoting_flags): New prototype.
22090         * lib/quotearg.c (struct quoting_options): Add flag field.
22091         (set_quoting_flags): New function.
22092         (quotearg_buffer_restyled): Add flags parameter.
22093         (quotearg_alloc_mem): Set the flag if length cannot be returned.
22094         (quotearg_n_options): Set the flag, since length cannot be
22095         returned.
22096         (quoting_options_from_style): Default flags correctly.
22097
22098         Quotearg part 1: more wrappers, restore quotearg_char state.
22099         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
22100         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
22101         (quotearg_colon_mem): New wrappers.
22102         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
22103         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
22104         functions.
22105         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
22106         (quotearg_colon_mem): New functions.
22107
22108 2008-02-11  Bruno Haible  <bruno@clisp.org>
22109
22110         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
22111         library in the current directory: it does not work with parallel make.
22112         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22113
22114 2008-02-11  Bruno Haible  <bruno@clisp.org>
22115
22116         * .gitattributes: New file.
22117
22118 2008-02-11  Jim Meyering  <meyering@redhat.com>
22119
22120         useless-if-before-free: Fix reversed exit values.
22121         * build-aux/useless-if-before-free: Use correct values
22122         for EXIT_MATCH and EXIT_NO_MATCH.
22123
22124         * build-aux/useless-if-before-free: Close stdout carefully.
22125
22126 2008-02-10  Bruno Haible  <bruno@clisp.org>
22127
22128         New module 'git-merge-changelog'.
22129         * modules/git-merge-changelog: New file.
22130         * lib/git-merge-changelog.c: New file.
22131
22132 2008-02-10  Jim Meyering  <meyering@redhat.com>
22133
22134         useless-if-before-free: New option: --list (-l).
22135
22136         useless-if-before-free: Don't exit immediately upon open failure.
22137         * build-aux/useless-if-before-free: Exit 2 for errors.
22138         Upon failure to open a file, don't exit immediately.
22139         Rather, just warn and continue with any remaining files.
22140
22141 2008-02-10  Bruno Haible  <bruno@clisp.org>
22142
22143         New abstract list operation 'node_set_value'.
22144         * lib/gl_list.h (gl_list_node_set_value): New function.
22145         (struct gl_list_implementation): New field node_set_value.
22146         * lib/gl_list.c (gl_list_node_set_value): New function.
22147         * lib/gl_array_list.c (gl_array_node_set_value): New function.
22148         (gl_array_list_implementation): Update.
22149         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
22150         (gl_carray_list_implementation): Update.
22151         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
22152         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
22153         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
22154         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
22155         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
22156         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
22157         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
22158         Update.
22159         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
22160         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
22161         (gl_sublist_list_implementation): Update.
22162
22163 2008-02-10  Bruno Haible  <bruno@clisp.org>
22164
22165         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
22166         Needed when ELEMENT is #defined to 'some_type *'.
22167
22168 2008-02-10  Jim Meyering  <meyering@redhat.com>
22169
22170         New script and module: useless-if-before-free
22171         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
22172         * build-aux/useless-if-before-free: New file.
22173         * modules/useless-if-before-free: New file.
22174
22175         * build-aux/gitlog-to-changelog: Use committer date, not author date.
22176
22177         xstrtol_error: Fix typo.
22178         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
22179         s/exit_failure/exit_status/.
22180
22181 2008-02-09  Jim Meyering  <meyering@redhat.com>
22182
22183         New script and module: gitlog-to-changelog
22184         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
22185         * modules/gitlog-to-changelog: New file.
22186         * build-aux/gitlog-to-changelog: New file.
22187
22188 2008-02-08  Jim Meyering  <meyering@redhat.com>
22189
22190         Avoid two "parameter unused" warnings.
22191         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
22192         Mark "st" as used.
22193
22194         Use "git COMMAND", not "git-COMMAND".
22195         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
22196         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
22197         * build-aux/git-version-gen: Use "git status", not "git-status".
22198
22199 2008-02-07  Bruno Haible  <bruno@clisp.org>
22200
22201         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
22202         Avoids a crash on Windows Vista.
22203         Reported by Adam Strzelecki <ono@java.pl> via
22204         Simon Josefsson <simon@josefsson.org>.
22205
22206 2008-02-06  Bruno Haible  <bruno@clisp.org>
22207
22208         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
22209         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
22210         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
22211         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
22212         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
22213         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22214         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
22215         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
22216         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22217         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22218         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22219         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22220         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22221         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22222         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22223         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
22224         left-adjust flag.
22225         * tests/test-snprintf-posix.h (test_function): Likewise.
22226         * tests/test-sprintf-posix.h (test_function): Likewise.
22227         * tests/test-vasprintf-posix.c (test_function): Likewise.
22228         * doc/posix-functions/fprintf.texi: Update.
22229         * doc/posix-functions/printf.texi: Update.
22230         * doc/posix-functions/snprintf.texi: Update.
22231         * doc/posix-functions/sprintf.texi: Update.
22232         * doc/posix-functions/vfprintf.texi: Update.
22233         * doc/posix-functions/vprintf.texi: Update.
22234         * doc/posix-functions/vsnprintf.texi: Update.
22235         * doc/posix-functions/vsprintf.texi: Update.
22236         Reported by Peter Fales <psfales@alcatel-lucent.com>.
22237
22238 2008-02-06  Bruno Haible  <bruno@clisp.org>
22239
22240         Fix bug introduced on 2008-01-26.
22241         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
22242
22243 2008-02-06  Bruno Haible  <bruno@clisp.org>
22244
22245         Fix bug introduced on 2007-06-10.
22246         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
22247         !NEED_PRINTF_FLAG_ZERO.
22248
22249 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
22250
22251         getloadavg: use libperfstat on AIX5
22252         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
22253
22254 2008-02-03  Bruno Haible  <bruno@clisp.org>
22255
22256         * lib/diffseq.h: Add comments about required #includes.
22257         Reported by Michael Biggs <gnulib@doubleplum.net>.
22258
22259 2008-02-01  Bruno Haible  <bruno@clisp.org>
22260
22261         * users.txt: Add gnuit.
22262
22263 2008-01-31  Bruno Haible  <bruno@clisp.org>
22264
22265         * lib/md4.c (set_uint32): Mark as inline.
22266         * lib/md5.c (set_uint32): Likewise.
22267         * lib/sha1.c (set_uint32): Likewise.
22268         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
22269         * m4/md5.m4 (gl_MD5): Likewise.
22270         * m4/sha1.m4 (gl_SHA1): Likewise.
22271
22272 2008-01-31  Jim Meyering  <meyering@redhat.com>
22273
22274         Use "sizeof VAR", rather than a literal "4".
22275         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
22276         * lib/md4.c (md4_read_ctx): Likewise.
22277         * lib/sha1.c (sha1_read_ctx): Likewise.
22278
22279 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22280
22281         * tests/test-sha1.c: New file, based on test-md5.c.
22282
22283         * modules/crypto/sha1-tests: New file.
22284
22285 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22286
22287         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
22288
22289 2008-01-31  Jim Meyering  <meyering@redhat.com>
22290
22291         Prefer "sizeof v" over the equivalent "4".
22292         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
22293         * lib/md5.c (set_uint32): Likewise.
22294         * lib/sha1.c (set_uint32): Likewise.
22295
22296 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22297
22298         * lib/sha1.c (set_uint32): Mark function as static.
22299
22300 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22301
22302         md2: clarify comments to say that alignment is not required.
22303         * lib/md2.h: Remove warning about alignment in comment.
22304         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
22305         never been required.
22306
22307 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22308
22309         md4: adapt alignment constraint fix from sha1.
22310         * lib/md4.c (set_uint32): New function, from sha1.c
22311         (md4_read_ctx): Use it.
22312         (md4_finish_ctx): Doc fix.
22313         * lib/md4.h: Doc fix.
22314
22315 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22316
22317         md5: adapt alignment constraint fix from sha1.
22318         * lib/md5.c (set_uint32): New function, from sha1.c
22319         (md5_read_ctx): Use it.
22320         (md5_finish_ctx): Doc fix.
22321         * lib/md5.h: Doc fix.
22322
22323 2008-01-30  Peter Palfrader  <weasel@debian.org>
22324
22325         sha1: remove the result buffer alignment constraint
22326         * lib/sha1.c (set_uint32): New function.
22327         (sha1_read_ctx): Rewrite to remove the result buffer alignment
22328         constraint.
22329         (sha1_finish_ctx): Remove comment warning about alignment constraint.
22330         * lib/sha1.h: Likewise.
22331
22332 2008-01-30  Andreas Schwab  <schwab@suse.de>
22333             Bruno Haible  <bruno@clisp.org>
22334
22335         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
22336         correct definition of LDBL_MIN_EXP.
22337
22338 2008-01-30  Karl Berry  <karl@gnu.org>
22339
22340         * config/srclist-update: try to preserve x bit on updates.
22341         * config/srclistvars.sh: update for karl.
22342
22343 2008-01-29  Jim Meyering  <meyering@redhat.com>
22344
22345         vasnprintf.c: Avoid warning about unused label
22346         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
22347         "overflow" label definition and associated code with the
22348         same cpp condition that guards the sole use of that label.
22349
22350 2008-01-26  Bruno Haible  <bruno@clisp.org>
22351
22352         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
22353         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
22354         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
22355         * lib/isnanl-nolibm.h (isnanl): Likewise.
22356         Reported by Paul Eggert <eggert@cs.ucla.edu>.
22357
22358 2008-01-26  Bruno Haible  <bruno@clisp.org>
22359
22360         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
22361         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
22362
22363 2008-01-26  Bruno Haible  <bruno@clisp.org>
22364
22365         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
22366         GCC >= 4.0 built-in.
22367         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
22368
22369 2008-01-26  Bruno Haible  <bruno@clisp.org>
22370
22371         Rename isnan, applicable to 'double' only, to isnand.
22372         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
22373         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
22374         (configure.ac): Update.
22375         (Include): Replace "isnan.h" with "isnand.h".
22376         * m4/isnand.m4: Renamed from m4/isnan.m4.
22377         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
22378         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
22379         instead of isnan.c.
22380         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
22381         instead of HAVE_ISNAN_IN_LIBC.
22382         (isnand): Renamed from isnan.
22383         * lib/isnand.c: New file.
22384         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
22385         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
22386         (Makefile.am): Update.
22387         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
22388         Include isnand.h instead of isnan.h.
22389         (main): Test isnand instead of isnan.
22390         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
22391         isnan-nolibm.
22392         * modules/frexp (Depends-on): Likewise.
22393         * modules/frexp-tests (Depends-on): Likewise.
22394         * modules/frexp-nolibm (Depends-on): Likewise.
22395         * modules/frexp-nolibm-tests (Depends-on): Likewise.
22396         * modules/isfinite (Depends-on): Likewise.
22397         * modules/round-tests (Depends-on): Likewise.
22398         * modules/signbit (Depends-on): Likewise.
22399         * modules/signbit-tests (Depends-on): Likewise.
22400         * modules/snprintf-posix (Depends-on): Likewise.
22401         * modules/sprintf-posix (Depends-on): Likewise.
22402         * modules/trunc-tests (Depends-on): Likewise.
22403         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22404         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22405         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22406         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22407         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22408         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22409         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22410         * modules/vasnprintf-posix (Depends-on): Likewise.
22411         * modules/vasprintf-posix (Depends-on): Likewise.
22412         * modules/vfprintf-posix (Depends-on): Likewise.
22413         * modules/vsnprintf-posix (Depends-on): Likewise.
22414         * modules/vsprintf-posix (Depends-on): Likewise.
22415         * lib/frexp.c: Include isnand.h instead of isnan.h.
22416         (ISNAN): Set to isnand instead of isnan.
22417         * lib/isfinite.c: Include isnand.h instead of isnan.h.
22418         (gl_isfinited): Use isnand instead of isnan.
22419         * lib/signbitd.c: Include isnand.h instead of isnan.h.
22420         (gl_signbitd): Use isnand instead of isnan.
22421         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
22422         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
22423         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
22424         (main): Use isnand instead of isnan.
22425         * tests/test-round1.c: Include isnand.h.
22426         (main): Use isnand instead of isnan.
22427         * tests/test-round2.c: Include isnand.h instead of isnan.h.
22428         (ISNAN): Set to isnand instead of isnan.
22429         * tests/test-trunc1.c: Include isnand.h.
22430         (main): Use isnand instead of isnan.
22431         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
22432         (equal): Use isnand instead of isnan.
22433         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
22434         isnand-nolibm.
22435         * NEWS: Mention the change.
22436
22437 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22438             Bruno Haible  <bruno@clisp.org>
22439
22440         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
22441         the GCC builtins for signbits are present and set
22442         REPLACE_SIGNBIT_USING_GCC if so.
22443         * lib/math.in.h (signbit): Define using GCC builtins if
22444         REPLACE_SIGNBIT_USING_GCC is set.
22445         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
22446         REPLACE_SIGNBIT_USING_GCC.
22447         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
22448
22449 2008-01-25  Jim Meyering  <meyering@redhat.com>
22450
22451         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
22452         * lib/poll.c: Include <config.h>, not "config.h".
22453         * tests/test-getaddrinfo.c: Likewise.
22454
22455 2008-01-25  Simon Josefsson  <simon@josefsson.org>
22456
22457         * modules/sockets-tests: New file.
22458
22459 2008-01-24  Simon Josefsson  <simon@josefsson.org>
22460
22461         * modules/sockets: New module, can be used to call WSA_Startup and
22462         WSA_Cleanup when needed.
22463
22464         * lib/sockets.h, lib/sockets.c: New files.
22465
22466         * m4/sockets.m4: New file.
22467
22468         * tests/test-sockets.c: New file.
22469
22470 2008-01-19  Bruno Haible  <bruno@clisp.org>
22471
22472         * doc/posix-headers: Renamed from doc/headers.
22473         * doc/posix-functions: Renamed from doc/functions.
22474         * doc/gnulib.texi: Update.
22475
22476 2008-01-19  Bruno Haible  <bruno@clisp.org>
22477
22478         * doc/glibc-functions/strcasestr.texi: Include contents of
22479         doc/functions/strcasestr.texi, fixing the list of platforms.
22480         * doc/functions/strcasestr.texi: Remove file.
22481
22482 2008-01-19  Bruno Haible  <bruno@clisp.org>
22483
22484         * doc/glibc-functions/memmem.texi: Include contents of
22485         doc/functions/memmem.texi.
22486         * doc/functions/memmem.texi: Remove file.
22487
22488 2008-01-18  Bruno Haible  <bruno@clisp.org>
22489
22490         * doc/glibc-functions/*.texi: New files.
22491         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
22492         to use the new files.
22493
22494 2008-01-17  Bruno Haible  <bruno@clisp.org>
22495
22496         * tests/test-gethostname.c (main): Fix printf statement.
22497
22498 2008-01-17  Simon Josefsson  <simon@josefsson.org>
22499
22500         * modules/gethostname-tests: New file.
22501
22502         * tests/test-gethostname.c: New file.
22503
22504 2008-01-17  Simon Josefsson  <simon@josefsson.org>
22505
22506         * lib/gethostname.c: Include string.h unconditionally, strncpy is
22507         used by the UNAME case.  Reported by Bruno Haible
22508         <bruno@clisp.org>.
22509
22510 2008-01-17  Eric Blake  <ebb9@byu.net>
22511
22512         Convert c-strcasestr to be more efficient.
22513         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
22514         (Depends-on): Add c-strcase, remove malloca, strnlen.
22515         * tests/test-c-strcasestr.c (main): Enhance test.
22516         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
22517
22518 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
22519
22520         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
22521         Use it in creating po/Makevars.
22522
22523 2008-01-15  Simon Josefsson  <simon@josefsson.org>
22524
22525         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
22526         Applications that requires it should initialize libgcrypt
22527         manually.
22528
22529 2008-01-16  Simon Josefsson  <simon@josefsson.org>
22530
22531         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
22532
22533 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
22534
22535         Fix problem with getdate on mingw32 reported by Simon Josefsson
22536         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
22537         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
22538         tzname", when deciding whether to declare tzname.
22539         * lib/strftime.c (tzname): Likewise.
22540
22541 2008-01-15  Bruno Haible  <bruno@clisp.org>
22542
22543         Work around a MacOS X 10.5 bug in frexpl().
22544         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
22545         * doc/functions/frexpl.texi: Document the bug.
22546         Reported by Elias Pipping <pipping@gentoo.org>.
22547
22548 2008-01-14  Eric Blake  <ebb9@byu.net>
22549
22550         Touch up previous patch.
22551         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
22552         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
22553
22554         Convert strcasestr module to use Two-Way algorithm.
22555         * modules/strcasestr-simple: New module, based on the old
22556         strcasestr, but with Two-Way rather than KMP.
22557         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
22558         * lib/string.in.h (rpl_strcasestr): Declare.
22559         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
22560         performance.
22561         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
22562         * modules/string (Makefile.am): Support strcasestr.
22563         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
22564         * modules/strcasestr-tests (Depends-on): Check for alarm.
22565         * tests/test-strcasestr.c: Augment test.
22566         * lib/str-two-way.h: Clean up stray macro.
22567         * NEWS: Document new module.
22568         * MODULES.html.sh (string handling): Likewise.
22569         * doc/functions/strcasestr.texi: New file.
22570         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
22571         here, since it is not a POSIX function.
22572
22573 2008-01-14  Colin Watson  <cjwatson@debian.org>
22574             Bruno Haible  <bruno@clisp.org>
22575
22576         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
22577         works fine; if not, set REPLACE_STRSIGNAL.
22578         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
22579         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22580         REPLACE_STRSIGNAL.
22581         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
22582         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
22583         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
22584
22585 2008-01-14  Bruno Haible  <bruno@clisp.org>
22586
22587         * modules/strsignal (Include): Change to <string.h>.
22588
22589 2008-01-14  Colin Watson  <cjwatson@debian.org>
22590
22591         * modules/argp (Notice): Add a notice recommending to change
22592         XGETTEXT_OPTIONS.
22593         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
22594
22595 2008-01-13  Colin Watson  <cjwatson@debian.org>
22596
22597         * modules/strsignal-tests: New file.
22598         * tests/test-strsignal.c: New file.
22599
22600         * lib/strsignal.c: New file, from glibc with modifications.
22601         * lib/siglist.h: New file, from glibc with modifications.
22602         * lib/string.in.h (strsignal): New declaration.
22603         * m4/strsignal.m4: New file.
22604         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22605         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
22606         * modules/strsignal: New file.
22607         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
22608         HAVE_DECL_STRSIGNAL.
22609
22610 2008-01-13  Bruno Haible  <bruno@clisp.org>
22611
22612         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
22613         locale encoding is not ASCII. Needed for OpenBSD 4.0.
22614         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
22615         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
22616
22617 2008-01-13  Bruno Haible  <bruno@clisp.org>
22618
22619         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
22620         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
22621         * lib/argp.h (__attribute__): Likewise.
22622         * lib/c-stack.c (__attribute__): Likewise.
22623         * lib/error.h (__attribute__): Likewise.
22624         * lib/fts.c (__attribute__): Likewise.
22625         * lib/openat.h (__attribute__): Likewise.
22626         * lib/stdio.in.h (__attribute__): Likewise.
22627         * lib/string.in.h (__attribute__): Likewise.
22628         * lib/utimens.c (__attribute__): Likewise.
22629         * lib/vasnprintf.h (__attribute__): Likewise.
22630         * lib/xalloc.h (__attribute__): Likewise.
22631         * lib/xprintf.h (__attribute__): Likewise.
22632         * lib/xstrtol.h (__attribute__): Likewise.
22633         * lib/xvasprintf.h (__attribute__): Likewise.
22634
22635 2008-01-12  Bruno Haible  <bruno@clisp.org>
22636
22637         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
22638         * doc/glibc-headers/a.out.texi: New file.
22639         * doc/glibc-headers/aliases.texi: New file.
22640         * doc/glibc-headers/alloca.texi: New file.
22641         * doc/glibc-headers/ar.texi: New file.
22642         * doc/glibc-headers/argp.texi: New file.
22643         * doc/glibc-headers/argz.texi: New file.
22644         * doc/glibc-headers/byteswap.texi: New file.
22645         * doc/glibc-headers/crypt.texi: New file.
22646         * doc/glibc-headers/endian.texi: New file.
22647         * doc/glibc-headers/envz.texi: New file.
22648         * doc/glibc-headers/err.texi: New file.
22649         * doc/glibc-headers/error.texi: New file.
22650         * doc/glibc-headers/execinfo.texi: New file.
22651         * doc/glibc-headers/fpu_control.texi: New file.
22652         * doc/glibc-headers/fstab.texi: New file.
22653         * doc/glibc-headers/fts.texi: New file.
22654         * doc/glibc-headers/getopt.texi: New file.
22655         * doc/glibc-headers/ieee754.texi: New file.
22656         * doc/glibc-headers/ifaddrs.texi: New file.
22657         * doc/glibc-headers/libintl.texi: New file.
22658         * doc/glibc-headers/mcheck.texi: New file.
22659         * doc/glibc-headers/mntent.texi: New file.
22660         * doc/glibc-headers/obstack.texi: New file.
22661         * doc/glibc-headers/paths.texi: New file.
22662         * doc/glibc-headers/printf.texi: New file.
22663         * doc/glibc-headers/pty.texi: New file.
22664         * doc/glibc-headers/resolv.texi: New file.
22665         * doc/glibc-headers/shadow.texi: New file.
22666         * doc/glibc-headers/sysexits.texi: New file.
22667         * doc/glibc-headers/ttyent.texi: New file.
22668
22669 2008-01-12  Jim Meyering  <meyering@redhat.com>
22670
22671         announce-gen: emit Gnulib's git-based version string.
22672         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
22673         New option --gnulib-version=V, where V is expected to be
22674         the output of running git describe in the gnulib directory.
22675         (get_tool_versions): Request feedback on xdelta.  I suspect it's
22676         not useful, and plan to stop publishing an xdelta file with each
22677         coreutils release.
22678
22679         * build-aux/announce-gen: Also check for lzma-compressed files.
22680
22681 2008-01-11  Bruno Haible  <bruno@clisp.org>
22682
22683         * tests/test-memmem.c (main): Increase maximum allowed time.
22684         * tests/test-strstr.c (main): Likewise.
22685
22686 2008-01-11  Bruno Haible  <bruno@clisp.org>
22687
22688         * doc/functions/memmem.texi: Add more precisions about platforms.
22689         * doc/functions/strstr.texi: Likewise.
22690
22691 2008-01-10  Eric Blake  <ebb9@byu.net>
22692
22693         * m4/strstr.m4: Delete cruft from copy-n-paste.
22694         Reported by Bruno Haible.
22695
22696 2008-01-10  Bruno Haible  <bruno@clisp.org>
22697
22698         Make c-strstr rely on strstr.
22699         * lib/c-strstr.c: Don't include str-kmp.h.
22700         (c_strstr): Define in terms of strstr.
22701         * modules/c-strstr (Files): Remove lib/str-kmp.h.
22702         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
22703
22704 2008-01-10  Bruno Haible  <bruno@clisp.org>
22705
22706         * doc/gnulib.texi (String Functions in C Locale): New section.
22707         * doc/c-ctype.texi: New file.
22708         * doc/c-strcase.texi: New file.
22709         * doc/c-strcaseeq.texi: New file.
22710         * doc/c-strcasestr.texi: New file.
22711         * doc/c-strstr.texi: New file.
22712         * doc/c-strtod.texi: New file.
22713         * doc/c-strtold.texi: New file.
22714
22715 2008-01-10  Eric Blake  <ebb9@byu.net>
22716
22717         * lib/relocatable.h: Fix a comment.
22718
22719 2008-01-10  Eric Blake  <ebb9@byu.net>
22720
22721         Share two-way algorithm.
22722         * lib/str-two-way.h: New file, merged from...
22723         * lib/memmem.c: ...here...
22724         * lib/strstr.c: ...and here.
22725         * modules/memmem (Files): Use it.
22726         * modules/strstr (Files): Likewise.
22727
22728         Avoid quadratic strstr implementations.
22729         * lib/strstr.c: New file.
22730         * m4/strstr.m4: Likewise.
22731         * modules/strstr: Likewise.
22732         * modules/strstr-tests: Likewise.
22733         * tests/test-strstr.c: Likewise.
22734         * lib/string.in.h (rpl_strstr): Declare.
22735         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
22736         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
22737         * modules/string (Makefile.am): Likewise.
22738         * MODULES.html.sh (string handling): Mention new module.
22739         * doc/functions/strstr.texi (strstr): Document the bug.
22740
22741 2008-01-10  Bruno Haible  <bruno@clisp.org>
22742
22743         * lib/relocatable.h (relocate): State whether result is freshly
22744         allocated or not.
22745         * lib/relocatable.c (relocate): Return a freshly allocated string
22746         instead of a pointer to a privately held string.
22747         Reported by Sylvain Beucler <beuc@gnu.org>.
22748
22749 2008-01-10  Colin Watson  <cjwatson@debian.org>
22750
22751         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
22752         s/S_ISNLK/S_ISLNK/.
22753
22754 2008-01-09  Bruno Haible  <bruno@clisp.org>
22755
22756         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
22757         and other files.
22758         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
22759         if it's only a guess.
22760         * modules/memmem: Simplify by depending on memmem-simple.
22761
22762 2008-01-09  Bruno Haible  <bruno@clisp.org>
22763
22764         Work around OpenBSD 4.0 tdelete() bug.
22765         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
22766         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
22767         macros and don't redefine the enum values.
22768         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
22769         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
22770         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
22771
22772 2008-01-09  Bruno Haible  <bruno@clisp.org>
22773
22774         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
22775         (main): Don't perform the tests if setlocale did not install a UTF-8
22776         locale. Needed on OpenBSD 4.0.
22777         * modules/wcwidth-tests (Depends-on): Add localcharset.
22778
22779 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22780
22781         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
22782         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
22783         * NEWS: announce this.
22784         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
22785
22786 2008-01-09  Simon Josefsson  <simon@josefsson.org>
22787         and Eric Blake  <ebb9@byu.net>
22788
22789         Add memmem-simple module.
22790         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
22791         (gl_FUNC_MEMMEM): Separate performance from presence checks.
22792         * modules/memmem-simple: New file.
22793         * modules/memmem (Description): Tweak.
22794         * MODULES.html.sh (string handling): Mention new module.
22795         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
22796         addressed by memmem-simple.
22797         * NEWS: Document the difference.
22798
22799 2008-01-09  Eric Blake  <ebb9@byu.net>
22800
22801         Give gcc some memmem optimization hints.
22802         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
22803         (strcasestr): Declare as pure.
22804         * modules/memmem (Maintainer): Claim my implementation.
22805
22806 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22807
22808         Support AIX 6.1 and higher.
22809         * build-aux/config.libpath: Likewise.
22810         * build-aux/config.rpath: Likewise.
22811
22812 2008-01-08  Jim Meyering  <meyering@redhat.com>
22813             Bruno Haible  <bruno@clisp.org>
22814
22815         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
22816         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
22817         Reported by Peter Fales in
22818         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
22819
22820 2008-01-08  Bruno Haible  <bruno@clisp.org>
22821
22822         * modules/unictype/category-of (Depends-on): Add
22823         unictype/category-none.
22824         * modules/unictype/category-and-tests (Depends-on): Add
22825         unictype/category-{L,N,Lu,Nd}.
22826         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
22827         * modules/unictype/category-or-tests (Depends-on): Add
22828         unictype/category-{L,N}.
22829         * modules/unictype/category-name-tests (Depends-on): Add
22830         unictype/category-{Z,Nl}.
22831         Reported by Simon Josefsson.
22832
22833 2008-01-08  Bruno Haible  <bruno@clisp.org>
22834
22835         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
22836         convention better.
22837         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
22838         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
22839         Reported by Peter Miller <millerp@canb.auug.org.au>.
22840
22841 2008-01-08  Eric Blake  <ebb9@byu.net>
22842
22843         Rewrite memmem to guarantee linear complexity without malloc.
22844         * lib/memmem.c (memmem): Use Two-Way rather than
22845         Knuth-Morris-Pratt, to allow O(1) space usage.
22846         (critical_factorization, two_way_short_needle)
22847         (two_way_long_needle): New functions.
22848         (knuth_morris_pratt): Delete.
22849         * modules/memmem (Depends-on): No longer need malloca or stdbool.
22850         Add stdint.
22851         * tests/test-memmem.c (main): Add tests for periodic needle and
22852         sublinear performance.
22853         * doc/functions/memmem.texi (memmem): Document other deficiencies
22854         in cygwin and older glibc.
22855
22856 2008-01-08  Bruno Haible  <bruno@clisp.org>
22857
22858         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
22859         augmentation.
22860
22861 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
22862
22863         Add a configure time option: --disable-acl.
22864         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
22865         AC_ARG_ENABLE(acl).
22866
22867 2008-01-06  Simon Josefsson  <simon@josefsson.org>
22868
22869         * tests/test-localename.c: Don't include obsolete "setenv.h".
22870
22871         * modules/localename-tests (Depends-on): Need unsetenv.
22872
22873 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22874
22875         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
22876
22877 2008-01-06  Colin Watson  <cjwatson@debian.org>
22878
22879         * users.txt: Add man-db.
22880
22881 2008-01-07  Bruno Haible  <bruno@clisp.org>
22882
22883         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
22884         previous section name.
22885
22886 2008-01-07  Bruno Haible  <bruno@clisp.org>
22887
22888         * lib/progname.c (set_program_name): Don't strip off a leading
22889         "lt-" prefix outside a .libs directory.
22890         Suggested by Paul Eggert.
22891
22892 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
22893             Bruno Haible  <bruno@clisp.org>
22894
22895         Improve memory cleanup in 'relocatable' module.
22896         * lib/relocatable.h (compute_curr_prefix): Change return type to
22897         'char *'.
22898         * lib/relocatable.c (compute_curr_prefix): Change return type to
22899         'char *'. Free curr_installdir after use.
22900         (relocate): Free curr_prefix_better after use.
22901         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
22902
22903 2008-01-01  Bruno Haible  <bruno@clisp.org>
22904
22905         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
22906         failure on older glibc systems.
22907         Reported by Peter Fales <psfales@alcatel-lucent.com>.
22908
22909 2008-01-05  Eric Blake  <ebb9@byu.net>
22910
22911         Avoid quadratic system memmem.
22912         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
22913         Reported by Ralf Wildenhues.
22914
22915         Fix memmem test for mingw.
22916         * modules/memmem-tests (configure.ac): Check for alarm.
22917         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
22918         it.
22919         * doc/functions/memmem.texi: New file.
22920         * doc/gnulib.texi (Function Substitutes): Add memmem.
22921         Reported by Bruno Haible.
22922
22923 2008-01-04  Bruno Haible  <bruno@clisp.org>
22924
22925         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
22926         Require gl_HEADER_STRINGS_H_DEFAULTS, not
22927         gl_HEADER_STRING_H_DEFAULTS.
22928
22929 2008-01-04  Eric Blake  <ebb9@byu.net>
22930
22931         Shorten duration of memmem test.
22932         * tests/test-memmem.c (main): Use alarm to declare failure if test
22933         is taking too long.
22934         Reported by Ralf Wildenhues.
22935
22936 2007-12-21  Simon Josefsson  <simon@josefsson.org>
22937
22938         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
22939         string, needed by strerror.
22940
22941 2008-01-03  Colin Watson  <cjwatson@debian.org>
22942             Bruno Haible  <bruno@clisp.org>
22943
22944         * doc/gnulib-tool.texi (Localization): New section.
22945
22946 2008-01-02  Bruno Haible  <bruno@clisp.org>
22947
22948         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
22949         variables to 'unsigned char *' type.
22950         Reported by Paul Eggert.
22951
22952 2008-01-02  Jim Meyering  <jim@meyering.net>
22953
22954         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
22955
22956 2007-12-31  Jim Meyering  <jim@meyering.net>
22957
22958         Avoid use of private FTS type name.
22959         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
22960
22961 2007-12-30  Karl Berry  <karl@gnu.org>
22962
22963         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
22964         work around defect in Texinfo and/or the standalone Info browser.
22965
22966 2007-12-30  Bruno Haible  <bruno@clisp.org>
22967
22968         Unify 5 copies of the KMP code.
22969         * lib/str-kmp.h: New file.
22970         * lib/c-strcasestr.c: Include str-kmp.h.
22971         (knuth_morris_pratt): Remove function.
22972         (c_strcasestr): Update.
22973         * lib/c-strstr.c: Include str-kmp.h.
22974         (knuth_morris_pratt): Remove function.
22975         (c_strcasestr): Update.
22976         * lib/mbscasestr.c: Include str-kmp.h.
22977         (knuth_morris_pratt_unibyte): Remove function.
22978         * lib/mbsstr.c: Include str-kmp.h.
22979         (knuth_morris_pratt_unibyte): Remove function.
22980         * lib/strcasestr.c: Include str-kmp.h.
22981         (knuth_morris_pratt): Remove function.
22982         (strcasestr): Update.
22983         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
22984         * modules/c-strstr (Files): Likewise.
22985         * modules/mbscasestr (Files): Likewise.
22986         * modules/mbsstr (Files): Likewise.
22987         * modules/strcasestr (Files): Likewise.
22988         Suggested by Paul Eggert.
22989
22990 2007-12-30  Bruno Haible  <bruno@clisp.org>
22991
22992         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
22993         defined.
22994
22995 2007-12-30  Bruno Haible  <bruno@clisp.org>
22996
22997         * lib/xmalloca.h: Include xalloc.h.
22998         (xnmalloca): New macro.
22999
23000 2007-12-30  Bruno Haible  <bruno@clisp.org>
23001
23002         * lib/malloca.h (nmalloca): New macro.
23003         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
23004         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
23005         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
23006         knuth_morris_pratt_multibyte): Likewise.
23007         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
23008         knuth_morris_pratt_multibyte): Likewise.
23009         * lib/memmem.c (knuth_morris_pratt): Likewise.
23010         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
23011
23012 2007-12-25  Bruno Haible  <bruno@clisp.org>
23013
23014         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
23015         * lib/glob.c: Don't include openat.h.
23016         (link_exists2_p): Add back the code that deals with the
23017         !GLOB_ALTDIRFUNC case.
23018         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
23019         let it do the filename concatenation.
23020         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
23021         * modules/glob (Depends-on): Remove openat.
23022
23023 2007-12-31  Bruno Haible  <bruno@clisp.org>
23024
23025         * modules/dirfd (License): Change to LGPLv2+.
23026         Approved by Jim Meyering.
23027
23028 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
23029
23030         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
23031         when multiplying M by sizeof (size_t).
23032
23033 2007-12-10  Martin Lambers  <marlam@marlam.de>
23034
23035         Override getpagesize on mingw.
23036         * lib/getpagesize.c: New file.
23037         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
23038         * modules/getpagesize (Files): Add lib/getpagesize.c.
23039         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
23040         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
23041         REPLACE_GETPAGESIZE.
23042         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
23043
23044 2007-12-25  Bruno Haible  <bruno@clisp.org>
23045
23046         * modules/localcharset (Notice): New field.
23047         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
23048         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
23049
23050 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
23051             Bruno Haible  <bruno@clisp.org>
23052
23053         Avoid using the syntax symbol() in formatted documentation.
23054         * MODULES.html.sh (func_module): When replacing symbol() with a
23055         hyperlink, remove the parentheses. Show an error if some remain.
23056         Recognize and render the '...' syntax.
23057         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
23058         Rework. Add paragraph about GCC's inlining.
23059         * doc/alloca.texi: Likewise.
23060         * doc/error.texi: Remove parentheses from symbol reference.
23061         * doc/gnulib-intro.texi: Likewise.
23062         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
23063         * modules/fnmatch (Description): Reword to say "the ... function".
23064         * modules/full-read (Description): Likewise.
23065         * modules/full-write (Description): Likewise.
23066         * modules/safe-read (Description): Likewise.
23067         * modules/safe-write (Description): Likewise.
23068         * modules/strchrnul (Description): Likewise.
23069         * modules/trim (Description): Likewise.
23070         * modules/error (Description): Remove parentheses from symbol
23071         references.
23072         * modules/verror (Description): Likewise.
23073         Reported by Karl Berry.
23074
23075 2007-12-25  Bruno Haible  <bruno@clisp.org>
23076
23077         Fixup after 2007-10-16 commit.
23078         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
23079
23080 2007-12-24  Bruno Haible  <bruno@clisp.org>
23081
23082         Make --enable-relocatable work with DESTDIR.
23083         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
23084         to compute installdir from destprog.
23085         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
23086         also set the RELOC_DESTDIR variable.
23087         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23088
23089 2007-12-24  Bruno Haible  <bruno@clisp.org>
23090
23091         Fix link error due to xalloc_die().
23092         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
23093         of xreadlink.
23094         * lib/relocwrapper.c: Update comments.
23095         * build-aux/install-reloc: Remove xreadlink.c from file list.
23096         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
23097         xreadlink.c.
23098         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23099
23100 2007-12-24  Bruno Haible  <bruno@clisp.org>
23101
23102         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
23103         * lib/setenv.h: Remove file.
23104         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
23105         lib/setenv.h.
23106         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
23107         (Depends-on): Add stdlib.
23108         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
23109         gl_FUNC_UNSETENV.
23110         (Include): Replace setenv.h with <stdlib.h>.
23111         * modules/unsetenv: New file.
23112         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
23113         * lib/unsetenv.c: Include <stdlib.h> first.
23114         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
23115         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
23116         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
23117         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
23118         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
23119         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23120         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
23121         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23122         * doc/functions/unsetenv.texi: Update.
23123         * modules/xsetenv (Depends-on): Add unsetenv.
23124         * modules/getdate (Depends-on): Likewise.
23125         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
23126         * lib/xsetenv.c: Don't include setenv.h.
23127         * lib/getdate.y: Likewise.
23128         * lib/relocwrapper.c: Likewise.
23129         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
23130         (Depends-on): Add stdlib.
23131         * NEWS: Mention the changes.
23132         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23133
23134 2007-12-23  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/memmem.c (memmem): Use lowercase variable names. Tab
23137         indentation.
23138
23139 2007-12-23  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/c-strcasestr.c: Add more comments.
23142         * lib/c-strstr.c: Likewise.
23143         * lib/mbscasestr.c: Likewise.
23144         * lib/mbsstr.c: Likewise.
23145         * lib/strcasestr.c: Likewise.
23146         * lib/memmem.c: Likewise.
23147
23148 2007-12-23  Bruno Haible  <bruno@clisp.org>
23149
23150         * tests/test-memmem.c: Include <string.h> first.
23151
23152 2007-12-22  Bruno Haible  <bruno@clisp.org>
23153
23154         * gnulib-tool (func_create_testdir): Change $auxdir while generating
23155         the contents of $testsbase.
23156         Reported by Ralf Wildenhues.
23157
23158 2007-12-22  Bruno Haible  <bruno@clisp.org>
23159
23160         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
23161         two variables local_ldadd_before, local_ldadd_last.
23162
23163 2007-12-20  Eric Blake  <ebb9@byu.net>
23164
23165         Work around circular library issue when cross-compiling.
23166         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
23167         that progname.o does not need to pull in rpl_memcmp.
23168
23169 2007-12-19  Eric Blake  <ebb9@byu.net>
23170
23171         Fix memmem to avoid O(n^2) worst-case complexity.
23172         * lib/memmem.c (knuth_morris_pratt): New function.
23173         (memmem): Use it if first few naive iterations fail.
23174         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
23175         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
23176         * modules/memchr (License): Likewise.
23177         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
23178         malloca.
23179         * tests/test-memmem.c: Rewrite, borrowing ideas from
23180         test-mbsstr1.c; the old version wouldn't even compile!
23181         * modules/memmem-tests: New file.
23182         * lib/string.in.h (rpl_memmem): Add declaration.
23183         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
23184         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
23185         REPLACE_MEMMEM.
23186
23187 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
23188
23189         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
23190         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
23191         before any system include files, and undef after them all.  This
23192         should fix a problem on VMS reported by John E. Malmberg in
23193         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
23194
23195 2007-12-17  Eric Blake  <ebb9@byu.net>
23196
23197         Revert addition of verify, for BSD/OS.
23198         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
23199         can't handle large files, for the sake of obsolete platforms.
23200         * modules/fseeko (Depends-on): Remove verify.
23201         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
23202         * doc/functions/ftello.texi (ftello): Likewise.
23203         * doc/functions/fgetpos.texi (fgetpos): Likewise.
23204         Reported by Larry Jones.
23205
23206 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
23207
23208         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
23209         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
23210
23211 2007-12-17  Jim Meyering  <meyering@redhat.com>
23212
23213         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
23214         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
23215         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
23216         * modules/getcwd (Depends-on): Add openat.
23217         Reported by Petr Salinger.
23218
23219 2007-12-17  Bruno Haible  <bruno@clisp.org>
23220
23221         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
23222         avoid a segmentation fault of the configure test on x86_64 systems.
23223
23224 2007-12-15  Jim Meyering  <meyering@redhat.com>
23225
23226         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
23227
23228 2007-12-13  Eric Blake  <ebb9@byu.net>
23229
23230         Another fseek test.
23231         * tests/test-fseek.c (main): Also test ungetc handling.
23232         * tests/test-fseeko.c (main): Likewise.
23233         * modules/fseeko (Depends-on): Add verify.
23234         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
23235         large.
23236         Reported by Larry Jones.
23237
23238         Fix fseeko on mingw.
23239         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
23240         seek.
23241
23242         Beef up fseek tests.
23243         * tests/test-fseek.c (main): Also test eof handling.
23244         * tests/test-fseeko.c (main): Likewise.
23245         Reported by Larry Jones.
23246
23247 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
23248
23249         Fix fseeko on BSD-based platforms.
23250         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
23251         successful seek.
23252
23253 2007-12-12  Eric Blake  <ebb9@byu.net>
23254
23255         Allow circular dependency of separate libtests.a
23256         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
23257         when use_libtests.
23258
23259 2007-12-11  Eric Blake  <ebb9@byu.net>
23260
23261         Fix bug with -0.0L in previous patch.
23262         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
23263         * tests/test-isnan.c (main): Also test on zeroes.
23264         * tests/test-isnanf.c (main): Likewise.
23265         * tests/test-isnanl.h (main): Likewise.
23266
23267         Detect pseudo-denormals on x86 even when cross-compiling.
23268         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
23269         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
23270         invalid bit patterns that happen to satisfy ==.
23271
23272         Avoid link failures with separate libtests.a.
23273         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
23274         last, to satisfy circular dependencies.
23275
23276 2007-12-11  Eric Blake  <ebb9@byu.net>
23277         and Bruno Haible  <bruno@clisp.org>
23278
23279         Fix OpenBSD 4.0 <float.h> handling of long double.
23280         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
23281         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
23282         * doc/headers/float.texi (float.h): Document OpenBSD bug.
23283
23284 2007-12-11  Jim Meyering  <meyering@redhat.com>
23285
23286         * users.txt: Add libvirt.
23287
23288         Support versions of autoconf prior to 2.59c.
23289         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
23290         if it is not already defined.
23291
23292 2007-12-09  Bruno Haible  <bruno@clisp.org>
23293
23294         Let 'gnulib-tool --import' collect sources needed for the tests in
23295         tests/ rather than in lib/.
23296         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
23297         argument. If true, add rules to generate libtests.a, and put libtests.a
23298         into $(LDADD). Consider source files in subdirectories and set
23299         uses_subdirs.
23300         (func_emit_initmacro_start, func_emit_initmacro_end,
23301         func_emit_initmacro_done): Pass all arguments explicitly.
23302         (func_import): Determine two module lists main_modules,
23303         testsrelated_modules. Determine use_libtests. Determine two variables
23304         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
23305         instead of just sed_transform_lib_file. Determine two variables
23306         main_files and testsrelated_files. Compute 'files' as the union of
23307         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
23308         func_add_or_update. In the generated gnulib-comp.m4, collect the
23309         object files for tests/ in different variables than those for lib/.
23310         Substitute LIBTESTS_LIBDEPS.
23311         (func_create_testdir): Combine the uses_subdirs results from
23312         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
23313
23314 2007-12-09  Bruno Haible  <bruno@clisp.org>
23315
23316         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
23317         the build-aux directory.
23318
23319 2007-12-09  Bruno Haible  <bruno@clisp.org>
23320
23321         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
23322         introduced on 2006-09-09.
23323
23324 2007-12-07  Jim Meyering  <meyering@redhat.com>
23325
23326         Let these macros work also with autoconf-2.59.
23327         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
23328         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
23329         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
23330
23331 2007-12-06  Jim Meyering  <meyering@redhat.com>
23332
23333         Avoid a configure-time syntax error in gl_FUNC_ACL.
23334         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
23335         function in each branch, before testing the cache variable.
23336
23337 2007-12-04  Eric Blake  <ebb9@byu.net>
23338
23339         Make scripts executable.
23340         * build-aux/config.guess: Add execute permissions.
23341         * build-aux/config.sub: Likewise.
23342         * build-aux/gendocs.sh: Likewise.
23343
23344         Fix frexp on mingw.
23345         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
23346         cross-compiling.
23347         * doc/functions/frexp.texi (frexp): Document the bug.
23348
23349         Make cygwin fseeko check more reliable.
23350         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
23351         version numbers, rather than unrelated feature check.
23352         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
23353         * doc/functions/ftello.texi (ftello): Likewise.
23354         Reported by Bruno Haible.
23355
23356         * m4/strerror.m4: Bump version number.
23357
23358 2007-12-03  Bruno Haible  <bruno@clisp.org>
23359
23360         * doc/functions/mprotect.texi: Mention the mingw problem.
23361
23362 2007-12-03  Eric Blake  <ebb9@byu.net>
23363
23364         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
23365         REPLACE_STRERROR is initialized before this macro.
23366
23367 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
23368
23369         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
23370         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
23371         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
23372         put -lsec in even for programs other than 'ls'.  This fixes a problem
23373         for gettext reported by Bruno Haible in
23374         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
23375         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
23376         Add support for Solaris 10.  This isn't efficient, but should get the
23377         job done for now.
23378
23379 2007-12-03  James Youngman  <jay@gnu.org>
23380
23381         * doc/regexprops-generic.texi: change "an close-group" to "a
23382         close-group" and "illegal" to "not allowed".
23383
23384 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23385
23386         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
23387         pr_byname.h. Needed for the rare case when the maintainer has done
23388         "make maintainer-clean" in the source directory and then attempts a
23389         build outside the source directory.
23390         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
23391         scripts_byname.h.
23392
23393 2007-12-02  Martin Lambers <marlam@marlam.de>
23394             Bruno Haible  <bruno@clisp.org>
23395
23396         * lib/getpagesize.h: Remove file.
23397         * lib/unistd.in.h: Include declaration of getpagesize here.
23398         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
23399         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
23400         HAVE_SYS_PARAM_H.
23401         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
23402         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
23403         * modules/getpagesize (Files): Remove lib/getpagesize.h.
23404         (Depends-on): Add unistd.
23405         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23406         (Include): Use <unistd.h> instead of getpagesize.h.
23407         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
23408         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
23409         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
23410         gl_GETPAGESIZE invocation, already handled by module dependency.
23411         * lib/pagealign_alloc.c: Don't include getpagesize.h.
23412
23413 2007-12-02  Bruno Haible  <bruno@clisp.org>
23414
23415         * modules/strings-tests: New file.
23416         * tests/test-strings.c: New file.
23417
23418         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
23419         * lib/strings.in.h: New file.
23420         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
23421         * m4/strings_h.m4: New file.
23422         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
23423         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
23424         * modules/strings: New file.
23425         * modules/string (Makefile.am): Update.
23426         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
23427         Reported by Karl Berry.
23428
23429 2007-12-01  Eric Blake  <ebb9@byu.net>
23430
23431         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
23432         accomodate fix in cygwin 1.5.25.
23433
23434 2007-12-01  Jim Meyering  <meyering@redhat.com>
23435
23436         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
23437         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
23438         that would inhibit utf8-optimization of a regexp containing line-
23439         or buffer-anchors, e.g., `^', `$'.
23440
23441 2007-11-30  Bruno Haible  <bruno@clisp.org>
23442
23443         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
23444         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
23445         glthread_recursive_lock_init.
23446         * lib/lock.c (glthread_recursive_lock_init)
23447         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
23448         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23449
23450 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
23451
23452         New function qset_acl, like set_acl but with syscall semantics.
23453         * lib/acl.h (qset_acl): New decl.
23454         * lib/acl.c (qset_acl): New function.
23455         (set_acl): Use new function.  Use more-consistent diagnostics.
23456
23457 2007-11-28  Jim Meyering  <meyering@redhat.com>
23458
23459         * modules/physmem (License): Change from GPL to LGPLv2+.
23460
23461 2007-11-26  Bruno Haible  <bruno@clisp.org>
23462
23463         * lib/vasnprintf.c (decode_long_double): Don't abort if the
23464         'long double' type has excess precision.
23465         Reported by Jim Meyering in
23466         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
23467
23468 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23469
23470         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
23471         Sync from <http://gnu.org/licenses>.
23472         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
23473         with license text from same location.
23474         * doc/maintain.texi, doc/standards.texi:  Sync from
23475         <http://savannah.gnu.org/projects/gnustandards>.
23476
23477 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
23478         and Jim Meyering  <meyering@redhat.com>
23479
23480         Adjust getdate' grammar to accept a slightly more regular language.
23481         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
23482         Before, the former was rejected.
23483         * lib/getdate.y (digits_to_date_time): New function, factored
23484         out of ...
23485         (number): ...here.  Just call digits_to_date_time.
23486         (hybrid): New non-terminal to handle an <unsigned number,
23487         signed relative offset> sequence consistently.
23488
23489 2007-11-18  Jim Meyering  <meyering@redhat.com>
23490
23491         Pull my changes from coreutils:
23492         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
23493         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
23494         use of $gnulib_tool_option_extras, so that it's separated from the
23495         preceding argument.
23496
23497         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
23498         * build-aux/bootstrap (cp_mark_as_generated): Create any required
23499         parent destination directories before copying a file into place.
23500
23501 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23502
23503         bootstrap: work also with 4-argument variant of AC_INIT
23504         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
23505
23506 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23507
23508         Port test-getaddrinfo to Solaris.
23509         Problem reported by Bruno Haible in
23510         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
23511         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
23512         explanation of setting 'hints'.
23513         Don't reject an implementation merely because it returns EAI_SERVICE.
23514         (EAI_SERVICE): Define to 0 if not defined.
23515
23516 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23517
23518         The license of gnu-make and posix-shell is now "GPLed build tool".
23519         * modules/gnu-make (License): Likewise.
23520         * modules/posix-shell (License): Likewise.
23521
23522         New module posix-shell, for determining a POSIX shell
23523         or perhaps something that is close enough to a POSIX shell.
23524         * m4/posix-shell.m4: New file.
23525         * modules/posix-shell: New file.
23526
23527         * MODULES.html.sh: Mention new module.
23528
23529         New module gnu-make, for determining whether we're using GNU Make.
23530         * m4/gnu-make.m4: New file.
23531         * modules/gnu-make: New file.
23532         * MODULES.html.sh: Mention new module.
23533
23534 2007-11-14  Jim Meyering  <meyering@redhat.com>
23535
23536         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
23537         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
23538         use this macro to create a function _definition_.
23539         Remove useless "#undef ARGMATCH_DIE".
23540
23541 2007-11-14  Bruno Haible  <bruno@clisp.org>
23542
23543         * lib/config.charset: Update for OpenBSD 4.1.
23544         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
23545
23546 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
23547
23548         Document 64-bit #if problems in stdint.texi.
23549         * doc/headers/stdint.texi (stdint.h): Mention problems with
23550         64-bit-#if, and how to work around them.
23551
23552         Don't insist on 'long long int' support in the preprocessor.  It
23553         breaks too many things.  For example, PRIdMAX still uses a 'long
23554         long int' format with the latest Sun compiler, even though
23555         HAVE_LONG_LONG_INT isn't defined due to that compiler's
23556         preprocessor problem.  This causes the latest coreutils to dump
23557         core on Solaris 10 sparc with the Sun C compiler.
23558         Instead, fix the 2007-10-16 problem in a different way, by evaluating
23559         the troublesome expressions at configure-time, not at #if-time.
23560         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
23561         preprocessor.
23562         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
23563         compile-time C checks, done at 'configure'-time.
23564         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
23565         * modules/inttypes (Makefile): Substitute the new symbols that
23566         gl_INTTYPES_H now generates.
23567         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
23568
23569 2007-11-12  Bruno Haible  <bruno@clisp.org>
23570
23571         Tests for Unicode character classification functions.
23572
23573         * modules/unictype/bidicategory-byname-tests: New file.
23574         * modules/unictype/bidicategory-name-tests: New file.
23575         * modules/unictype/bidicategory-of-tests: New file.
23576         * modules/unictype/bidicategory-test-tests: New file.
23577         * modules/unictype/block-list-tests: New file.
23578         * modules/unictype/block-of-tests: New file.
23579         * modules/unictype/block-test-tests: New file.
23580         * modules/unictype/category-C-tests: New file.
23581         * modules/unictype/category-Cc-tests: New file.
23582         * modules/unictype/category-Cf-tests: New file.
23583         * modules/unictype/category-Cn-tests: New file.
23584         * modules/unictype/category-Co-tests: New file.
23585         * modules/unictype/category-Cs-tests: New file.
23586         * modules/unictype/category-L-tests: New file.
23587         * modules/unictype/category-Ll-tests: New file.
23588         * modules/unictype/category-Lm-tests: New file.
23589         * modules/unictype/category-Lo-tests: New file.
23590         * modules/unictype/category-Lt-tests: New file.
23591         * modules/unictype/category-Lu-tests: New file.
23592         * modules/unictype/category-M-tests: New file.
23593         * modules/unictype/category-Mc-tests: New file.
23594         * modules/unictype/category-Me-tests: New file.
23595         * modules/unictype/category-Mn-tests: New file.
23596         * modules/unictype/category-N-tests: New file.
23597         * modules/unictype/category-Nd-tests: New file.
23598         * modules/unictype/category-Nl-tests: New file.
23599         * modules/unictype/category-No-tests: New file.
23600         * modules/unictype/category-P-tests: New file.
23601         * modules/unictype/category-Pc-tests: New file.
23602         * modules/unictype/category-Pd-tests: New file.
23603         * modules/unictype/category-Pe-tests: New file.
23604         * modules/unictype/category-Pf-tests: New file.
23605         * modules/unictype/category-Pi-tests: New file.
23606         * modules/unictype/category-Po-tests: New file.
23607         * modules/unictype/category-Ps-tests: New file.
23608         * modules/unictype/category-S-tests: New file.
23609         * modules/unictype/category-Sc-tests: New file.
23610         * modules/unictype/category-Sk-tests: New file.
23611         * modules/unictype/category-Sm-tests: New file.
23612         * modules/unictype/category-So-tests: New file.
23613         * modules/unictype/category-Z-tests: New file.
23614         * modules/unictype/category-Zl-tests: New file.
23615         * modules/unictype/category-Zp-tests: New file.
23616         * modules/unictype/category-Zs-tests: New file.
23617         * modules/unictype/category-and-not-tests: New file.
23618         * modules/unictype/category-and-tests: New file.
23619         * modules/unictype/category-byname-tests: New file.
23620         * modules/unictype/category-name-tests: New file.
23621         * modules/unictype/category-none-tests: New file.
23622         * modules/unictype/category-of-tests: New file.
23623         * modules/unictype/category-or-tests: New file.
23624         * modules/unictype/category-test-withtable-tests: New file.
23625         * modules/unictype/combining-class-tests: New file.
23626         * modules/unictype/ctype-alnum-tests: New file.
23627         * modules/unictype/ctype-alpha-tests: New file.
23628         * modules/unictype/ctype-blank-tests: New file.
23629         * modules/unictype/ctype-cntrl-tests: New file.
23630         * modules/unictype/ctype-digit-tests: New file.
23631         * modules/unictype/ctype-graph-tests: New file.
23632         * modules/unictype/ctype-lower-tests: New file.
23633         * modules/unictype/ctype-print-tests: New file.
23634         * modules/unictype/ctype-punct-tests: New file.
23635         * modules/unictype/ctype-space-tests: New file.
23636         * modules/unictype/ctype-upper-tests: New file.
23637         * modules/unictype/ctype-xdigit-tests: New file.
23638         * modules/unictype/decimal-digit-tests: New file.
23639         * modules/unictype/digit-tests: New file.
23640         * modules/unictype/mirror-tests: New file.
23641         * modules/unictype/numeric-tests: New file.
23642         * modules/unictype/property-alphabetic-tests: New file.
23643         * modules/unictype/property-ascii-hex-digit-tests: New file.
23644         * modules/unictype/property-bidi-arabic-digit-tests: New file.
23645         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
23646         * modules/unictype/property-bidi-block-separator-tests: New file.
23647         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
23648         * modules/unictype/property-bidi-common-separator-tests: New file.
23649         * modules/unictype/property-bidi-control-tests: New file.
23650         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
23651         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
23652         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
23653         * modules/unictype/property-bidi-european-digit-tests: New file.
23654         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
23655         * modules/unictype/property-bidi-left-to-right-tests: New file.
23656         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
23657         * modules/unictype/property-bidi-other-neutral-tests: New file.
23658         * modules/unictype/property-bidi-pdf-tests: New file.
23659         * modules/unictype/property-bidi-segment-separator-tests: New file.
23660         * modules/unictype/property-bidi-whitespace-tests: New file.
23661         * modules/unictype/property-byname-tests: New file.
23662         * modules/unictype/property-combining-tests: New file.
23663         * modules/unictype/property-composite-tests: New file.
23664         * modules/unictype/property-currency-symbol-tests: New file.
23665         * modules/unictype/property-dash-tests: New file.
23666         * modules/unictype/property-decimal-digit-tests: New file.
23667         * modules/unictype/property-default-ignorable-code-point-tests: New file.
23668         * modules/unictype/property-deprecated-tests: New file.
23669         * modules/unictype/property-diacritic-tests: New file.
23670         * modules/unictype/property-extender-tests: New file.
23671         * modules/unictype/property-format-control-tests: New file.
23672         * modules/unictype/property-grapheme-base-tests: New file.
23673         * modules/unictype/property-grapheme-extend-tests: New file.
23674         * modules/unictype/property-grapheme-link-tests: New file.
23675         * modules/unictype/property-hex-digit-tests: New file.
23676         * modules/unictype/property-hyphen-tests: New file.
23677         * modules/unictype/property-id-continue-tests: New file.
23678         * modules/unictype/property-id-start-tests: New file.
23679         * modules/unictype/property-ideographic-tests: New file.
23680         * modules/unictype/property-ids-binary-operator-tests: New file.
23681         * modules/unictype/property-ids-trinary-operator-tests: New file.
23682         * modules/unictype/property-ignorable-control-tests: New file.
23683         * modules/unictype/property-iso-control-tests: New file.
23684         * modules/unictype/property-join-control-tests: New file.
23685         * modules/unictype/property-left-of-pair-tests: New file.
23686         * modules/unictype/property-line-separator-tests: New file.
23687         * modules/unictype/property-logical-order-exception-tests: New file.
23688         * modules/unictype/property-lowercase-tests: New file.
23689         * modules/unictype/property-math-tests: New file.
23690         * modules/unictype/property-non-break-tests: New file.
23691         * modules/unictype/property-not-a-character-tests: New file.
23692         * modules/unictype/property-numeric-tests: New file.
23693         * modules/unictype/property-other-alphabetic-tests: New file.
23694         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
23695         * modules/unictype/property-other-grapheme-extend-tests: New file.
23696         * modules/unictype/property-other-id-continue-tests: New file.
23697         * modules/unictype/property-other-id-start-tests: New file.
23698         * modules/unictype/property-other-lowercase-tests: New file.
23699         * modules/unictype/property-other-math-tests: New file.
23700         * modules/unictype/property-other-uppercase-tests: New file.
23701         * modules/unictype/property-paired-punctuation-tests: New file.
23702         * modules/unictype/property-paragraph-separator-tests: New file.
23703         * modules/unictype/property-pattern-syntax-tests: New file.
23704         * modules/unictype/property-pattern-white-space-tests: New file.
23705         * modules/unictype/property-private-use-tests: New file.
23706         * modules/unictype/property-punctuation-tests: New file.
23707         * modules/unictype/property-quotation-mark-tests: New file.
23708         * modules/unictype/property-radical-tests: New file.
23709         * modules/unictype/property-sentence-terminal-tests: New file.
23710         * modules/unictype/property-soft-dotted-tests: New file.
23711         * modules/unictype/property-space-tests: New file.
23712         * modules/unictype/property-terminal-punctuation-tests: New file.
23713         * modules/unictype/property-test-tests: New file.
23714         * modules/unictype/property-titlecase-tests: New file.
23715         * modules/unictype/property-unassigned-code-value-tests: New file.
23716         * modules/unictype/property-unified-ideograph-tests: New file.
23717         * modules/unictype/property-uppercase-tests: New file.
23718         * modules/unictype/property-variation-selector-tests: New file.
23719         * modules/unictype/property-white-space-tests: New file.
23720         * modules/unictype/property-xid-continue-tests: New file.
23721         * modules/unictype/property-xid-start-tests: New file.
23722         * modules/unictype/property-zero-width-tests: New file.
23723         * modules/unictype/scripts-tests: New file.
23724         * modules/unictype/syntax-c-ident-tests: New file.
23725         * modules/unictype/syntax-c-whitespace-tests: New file.
23726         * modules/unictype/syntax-java-ident-tests: New file.
23727         * modules/unictype/syntax-java-whitespace-tests: New file.
23728         * tests/unictype/test-bidi_byname.c: New file.
23729         * tests/unictype/test-bidi_name.c: New file.
23730         * tests/unictype/test-bidi_of.c: New file.
23731         * tests/unictype/test-bidi_test.c: New file.
23732         * tests/unictype/test-block_list.c: New file.
23733         * tests/unictype/test-block_of.c: New file.
23734         * tests/unictype/test-block_test.c: New file.
23735         * tests/unictype/test-categ_and.c: New file.
23736         * tests/unictype/test-categ_and_not.c: New file.
23737         * tests/unictype/test-categ_byname.c: New file.
23738         * tests/unictype/test-categ_name.c: New file.
23739         * tests/unictype/test-categ_none.c: New file.
23740         * tests/unictype/test-categ_of.c: New file.
23741         * tests/unictype/test-categ_or.c: New file.
23742         * tests/unictype/test-categ_test_withtable.c: New file.
23743         * tests/unictype/test-combining.c: New file.
23744         * tests/unictype/test-decdigit.c: New file.
23745         * tests/unictype/test-digit.c: New file.
23746         * tests/unictype/test-mirror.c: New file.
23747         * tests/unictype/test-numeric.c: New file.
23748         * tests/unictype/test-pr_byname.c: New file.
23749         * tests/unictype/test-pr_test.c: New file.
23750         * tests/unictype/test-predicate-part1.h: New file.
23751         * tests/unictype/test-predicate-part2.h: New file.
23752         * tests/unictype/test-scripts.c: New file.
23753         * tests/unictype/test-sy_c_ident.c: New file.
23754         * tests/unictype/test-sy_java_ident.c: New file.
23755
23756         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
23757         for Unicode 5.0.0.
23758         * tests/unictype/test-categ_Cc.c: Likewise.
23759         * tests/unictype/test-categ_Cf.c: Likewise.
23760         * tests/unictype/test-categ_Cn.c: Likewise.
23761         * tests/unictype/test-categ_Co.c: Likewise.
23762         * tests/unictype/test-categ_Cs.c: Likewise.
23763         * tests/unictype/test-categ_L.c: Likewise.
23764         * tests/unictype/test-categ_Ll.c: Likewise.
23765         * tests/unictype/test-categ_Lm.c: Likewise.
23766         * tests/unictype/test-categ_Lo.c: Likewise.
23767         * tests/unictype/test-categ_Lt.c: Likewise.
23768         * tests/unictype/test-categ_Lu.c: Likewise.
23769         * tests/unictype/test-categ_M.c: Likewise.
23770         * tests/unictype/test-categ_Mc.c: Likewise.
23771         * tests/unictype/test-categ_Me.c: Likewise.
23772         * tests/unictype/test-categ_Mn.c: Likewise.
23773         * tests/unictype/test-categ_N.c: Likewise.
23774         * tests/unictype/test-categ_Nd.c: Likewise.
23775         * tests/unictype/test-categ_Nl.c: Likewise.
23776         * tests/unictype/test-categ_No.c: Likewise.
23777         * tests/unictype/test-categ_P.c: Likewise.
23778         * tests/unictype/test-categ_Pc.c: Likewise.
23779         * tests/unictype/test-categ_Pd.c: Likewise.
23780         * tests/unictype/test-categ_Pe.c: Likewise.
23781         * tests/unictype/test-categ_Pf.c: Likewise.
23782         * tests/unictype/test-categ_Pi.c: Likewise.
23783         * tests/unictype/test-categ_Po.c: Likewise.
23784         * tests/unictype/test-categ_Ps.c: Likewise.
23785         * tests/unictype/test-categ_S.c: Likewise.
23786         * tests/unictype/test-categ_Sc.c: Likewise.
23787         * tests/unictype/test-categ_Sk.c: Likewise.
23788         * tests/unictype/test-categ_Sm.c: Likewise.
23789         * tests/unictype/test-categ_So.c: Likewise.
23790         * tests/unictype/test-categ_Z.c: Likewise.
23791         * tests/unictype/test-categ_Zl.c: Likewise.
23792         * tests/unictype/test-categ_Zp.c: Likewise.
23793         * tests/unictype/test-categ_Zs.c: Likewise.
23794         * tests/unictype/test-ctype_alnum.c: Likewise.
23795         * tests/unictype/test-ctype_alpha.c: Likewise.
23796         * tests/unictype/test-ctype_blank.c: Likewise.
23797         * tests/unictype/test-ctype_cntrl.c: Likewise.
23798         * tests/unictype/test-ctype_digit.c: Likewise.
23799         * tests/unictype/test-ctype_graph.c: Likewise.
23800         * tests/unictype/test-ctype_lower.c: Likewise.
23801         * tests/unictype/test-ctype_print.c: Likewise.
23802         * tests/unictype/test-ctype_punct.c: Likewise.
23803         * tests/unictype/test-ctype_space.c: Likewise.
23804         * tests/unictype/test-ctype_upper.c: Likewise.
23805         * tests/unictype/test-ctype_xdigit.c: Likewise.
23806         * tests/unictype/test-decdigit.h: Likewise.
23807         * tests/unictype/test-digit.h: Likewise.
23808         * tests/unictype/test-numeric.h: Likewise.
23809         * tests/unictype/test-pr_alphabetic.c: Likewise.
23810         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
23811         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
23812         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
23813         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
23814         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
23815         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
23816         * tests/unictype/test-pr_bidi_control.c: Likewise.
23817         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
23818         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
23819         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
23820         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
23821         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
23822         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
23823         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
23824         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
23825         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
23826         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
23827         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
23828         * tests/unictype/test-pr_combining.c: Likewise.
23829         * tests/unictype/test-pr_composite.c: Likewise.
23830         * tests/unictype/test-pr_currency_symbol.c: Likewise.
23831         * tests/unictype/test-pr_dash.c: Likewise.
23832         * tests/unictype/test-pr_decimal_digit.c: Likewise.
23833         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
23834         * tests/unictype/test-pr_deprecated.c: Likewise.
23835         * tests/unictype/test-pr_diacritic.c: Likewise.
23836         * tests/unictype/test-pr_extender.c: Likewise.
23837         * tests/unictype/test-pr_format_control.c: Likewise.
23838         * tests/unictype/test-pr_grapheme_base.c: Likewise.
23839         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
23840         * tests/unictype/test-pr_grapheme_link.c: Likewise.
23841         * tests/unictype/test-pr_hex_digit.c: Likewise.
23842         * tests/unictype/test-pr_hyphen.c: Likewise.
23843         * tests/unictype/test-pr_id_continue.c: Likewise.
23844         * tests/unictype/test-pr_id_start.c: Likewise.
23845         * tests/unictype/test-pr_ideographic.c: Likewise.
23846         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
23847         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
23848         * tests/unictype/test-pr_ignorable_control.c: Likewise.
23849         * tests/unictype/test-pr_iso_control.c: Likewise.
23850         * tests/unictype/test-pr_join_control.c: Likewise.
23851         * tests/unictype/test-pr_left_of_pair.c: Likewise.
23852         * tests/unictype/test-pr_line_separator.c: Likewise.
23853         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
23854         * tests/unictype/test-pr_lowercase.c: Likewise.
23855         * tests/unictype/test-pr_math.c: Likewise.
23856         * tests/unictype/test-pr_non_break.c: Likewise.
23857         * tests/unictype/test-pr_not_a_character.c: Likewise.
23858         * tests/unictype/test-pr_numeric.c: Likewise.
23859         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
23860         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
23861         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
23862         * tests/unictype/test-pr_other_id_continue.c: Likewise.
23863         * tests/unictype/test-pr_other_id_start.c: Likewise.
23864         * tests/unictype/test-pr_other_lowercase.c: Likewise.
23865         * tests/unictype/test-pr_other_math.c: Likewise.
23866         * tests/unictype/test-pr_other_uppercase.c: Likewise.
23867         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
23868         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
23869         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
23870         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
23871         * tests/unictype/test-pr_private_use.c: Likewise.
23872         * tests/unictype/test-pr_punctuation.c: Likewise.
23873         * tests/unictype/test-pr_quotation_mark.c: Likewise.
23874         * tests/unictype/test-pr_radical.c: Likewise.
23875         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
23876         * tests/unictype/test-pr_soft_dotted.c: Likewise.
23877         * tests/unictype/test-pr_space.c: Likewise.
23878         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
23879         * tests/unictype/test-pr_titlecase.c: Likewise.
23880         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
23881         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
23882         * tests/unictype/test-pr_uppercase.c: Likewise.
23883         * tests/unictype/test-pr_variation_selector.c: Likewise.
23884         * tests/unictype/test-pr_white_space.c: Likewise.
23885         * tests/unictype/test-pr_xid_continue.c: Likewise.
23886         * tests/unictype/test-pr_xid_start.c: Likewise.
23887         * tests/unictype/test-pr_zero_width.c: Likewise.
23888         * tests/unictype/test-sy_c_whitespace.c: Likewise.
23889         * tests/unictype/test-sy_java_whitespace.c: Likewise.
23890
23891 2007-11-12  Bruno Haible  <bruno@clisp.org>
23892
23893         Unicode character classification functions.
23894         * lib/unictype.h: New file.
23895         * modules/unictype/base: New file.
23896         * modules/unictype/category-L: New file.
23897         * modules/unictype/category-Lu: New file.
23898         * modules/unictype/category-Ll: New file.
23899         * modules/unictype/category-Lt: New file.
23900         * modules/unictype/category-Lm: New file.
23901         * modules/unictype/category-Lo: New file.
23902         * modules/unictype/category-M: New file.
23903         * modules/unictype/category-Mn: New file.
23904         * modules/unictype/category-Mc: New file.
23905         * modules/unictype/category-Me: New file.
23906         * modules/unictype/category-N: New file.
23907         * modules/unictype/category-Nd: New file.
23908         * modules/unictype/category-Nl: New file.
23909         * modules/unictype/category-No: New file.
23910         * modules/unictype/category-P: New file.
23911         * modules/unictype/category-Pc: New file.
23912         * modules/unictype/category-Pd: New file.
23913         * modules/unictype/category-Ps: New file.
23914         * modules/unictype/category-Pe: New file.
23915         * modules/unictype/category-Pi: New file.
23916         * modules/unictype/category-Pf: New file.
23917         * modules/unictype/category-Po: New file.
23918         * modules/unictype/category-S: New file.
23919         * modules/unictype/category-Sm: New file.
23920         * modules/unictype/category-Sc: New file.
23921         * modules/unictype/category-Sk: New file.
23922         * modules/unictype/category-So: New file.
23923         * modules/unictype/category-Z: New file.
23924         * modules/unictype/category-Zs: New file.
23925         * modules/unictype/category-Zl: New file.
23926         * modules/unictype/category-Zp: New file.
23927         * modules/unictype/category-C: New file.
23928         * modules/unictype/category-Cc: New file.
23929         * modules/unictype/category-Cf: New file.
23930         * modules/unictype/category-Cs: New file.
23931         * modules/unictype/category-Co: New file.
23932         * modules/unictype/category-Cn: New file.
23933         * modules/unictype/category-or: New file.
23934         * modules/unictype/category-of: New file.
23935         * modules/unictype/category-test: New file.
23936         * modules/unictype/category-test-withtable: New file.
23937         * modules/unictype/category-byname: New file.
23938         * modules/unictype/category-none: New file.
23939         * modules/unictype/category-and: New file.
23940         * modules/unictype/category-and-not: New file.
23941         * modules/unictype/category-name: New file.
23942         * modules/unictype/combining-class: New file.
23943         * modules/unictype/category-all: New file.
23944         * modules/unictype/bidicategory-all: New file.
23945         * modules/unictype/bidicategory-byname: New file.
23946         * modules/unictype/bidicategory-name: New file.
23947         * modules/unictype/bidicategory-of: New file.
23948         * modules/unictype/bidicategory-test: New file.
23949         * modules/unictype/decimal-digit: New file.
23950         * modules/unictype/digit: New file.
23951         * modules/unictype/numeric: New file.
23952         * modules/unictype/mirror: New file.
23953         * modules/unictype/property-white-space: New file.
23954         * modules/unictype/property-alphabetic: New file.
23955         * modules/unictype/property-other-alphabetic: New file.
23956         * modules/unictype/property-not-a-character: New file.
23957         * modules/unictype/property-default-ignorable-code-point: New file.
23958         * modules/unictype/property-other-default-ignorable-code-point: New
23959         file.
23960         * modules/unictype/property-deprecated: New file.
23961         * modules/unictype/property-logical-order-exception: New file.
23962         * modules/unictype/property-variation-selector: New file.
23963         * modules/unictype/property-private-use: New file.
23964         * modules/unictype/property-unassigned-code-value: New file.
23965         * modules/unictype/property-uppercase: New file.
23966         * modules/unictype/property-other-uppercase: New file.
23967         * modules/unictype/property-lowercase: New file.
23968         * modules/unictype/property-other-lowercase: New file.
23969         * modules/unictype/property-titlecase: New file.
23970         * modules/unictype/property-soft-dotted: New file.
23971         * modules/unictype/property-id-start: New file.
23972         * modules/unictype/property-other-id-start: New file.
23973         * modules/unictype/property-id-continue: New file.
23974         * modules/unictype/property-other-id-continue: New file.
23975         * modules/unictype/property-xid-start: New file.
23976         * modules/unictype/property-xid-continue: New file.
23977         * modules/unictype/property-pattern-white-space: New file.
23978         * modules/unictype/property-pattern-syntax: New file.
23979         * modules/unictype/property-join-control: New file.
23980         * modules/unictype/property-grapheme-base: New file.
23981         * modules/unictype/property-grapheme-extend: New file.
23982         * modules/unictype/property-other-grapheme-extend: New file.
23983         * modules/unictype/property-grapheme-link: New file.
23984         * modules/unictype/property-bidi-control: New file.
23985         * modules/unictype/property-bidi-left-to-right: New file.
23986         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
23987         * modules/unictype/property-bidi-arabic-right-to-left: New file.
23988         * modules/unictype/property-bidi-european-digit: New file.
23989         * modules/unictype/property-bidi-eur-num-separator: New file.
23990         * modules/unictype/property-bidi-eur-num-terminator: New file.
23991         * modules/unictype/property-bidi-arabic-digit: New file.
23992         * modules/unictype/property-bidi-common-separator: New file.
23993         * modules/unictype/property-bidi-block-separator: New file.
23994         * modules/unictype/property-bidi-segment-separator: New file.
23995         * modules/unictype/property-bidi-whitespace: New file.
23996         * modules/unictype/property-bidi-non-spacing-mark: New file.
23997         * modules/unictype/property-bidi-boundary-neutral: New file.
23998         * modules/unictype/property-bidi-pdf: New file.
23999         * modules/unictype/property-bidi-embedding-or-override: New file.
24000         * modules/unictype/property-bidi-other-neutral: New file.
24001         * modules/unictype/property-hex-digit: New file.
24002         * modules/unictype/property-ascii-hex-digit: New file.
24003         * modules/unictype/property-ideographic: New file.
24004         * modules/unictype/property-unified-ideograph: New file.
24005         * modules/unictype/property-radical: New file.
24006         * modules/unictype/property-ids-binary-operator: New file.
24007         * modules/unictype/property-ids-trinary-operator: New file.
24008         * modules/unictype/property-zero-width: New file.
24009         * modules/unictype/property-space: New file.
24010         * modules/unictype/property-non-break: New file.
24011         * modules/unictype/property-iso-control: New file.
24012         * modules/unictype/property-format-control: New file.
24013         * modules/unictype/property-dash: New file.
24014         * modules/unictype/property-hyphen: New file.
24015         * modules/unictype/property-punctuation: New file.
24016         * modules/unictype/property-line-separator: New file.
24017         * modules/unictype/property-paragraph-separator: New file.
24018         * modules/unictype/property-quotation-mark: New file.
24019         * modules/unictype/property-sentence-terminal: New file.
24020         * modules/unictype/property-terminal-punctuation: New file.
24021         * modules/unictype/property-currency-symbol: New file.
24022         * modules/unictype/property-math: New file.
24023         * modules/unictype/property-other-math: New file.
24024         * modules/unictype/property-paired-punctuation: New file.
24025         * modules/unictype/property-left-of-pair: New file.
24026         * modules/unictype/property-combining: New file.
24027         * modules/unictype/property-composite: New file.
24028         * modules/unictype/property-decimal-digit: New file.
24029         * modules/unictype/property-numeric: New file.
24030         * modules/unictype/property-diacritic: New file.
24031         * modules/unictype/property-extender: New file.
24032         * modules/unictype/property-ignorable-control: New file.
24033         * modules/unictype/property-test: New file.
24034         * modules/unictype/property-byname: New file.
24035         * modules/unictype/property-all: New file.
24036         * modules/unictype/scripts: New file.
24037         * modules/unictype/scripts-all: New file.
24038         * modules/unictype/block-of: New file.
24039         * modules/unictype/block-test: New file.
24040         * modules/unictype/block-list: New file.
24041         * modules/unictype/block-all: New file.
24042         * modules/unictype/syntax-c-whitespace: New file.
24043         * modules/unictype/syntax-java-whitespace: New file.
24044         * modules/unictype/syntax-c-ident: New file.
24045         * modules/unictype/syntax-java-ident: New file.
24046         * modules/unictype/ctype-alnum: New file.
24047         * modules/unictype/ctype-alpha: New file.
24048         * modules/unictype/ctype-cntrl: New file.
24049         * modules/unictype/ctype-digit: New file.
24050         * modules/unictype/ctype-graph: New file.
24051         * modules/unictype/ctype-lower: New file.
24052         * modules/unictype/ctype-print: New file.
24053         * modules/unictype/ctype-punct: New file.
24054         * modules/unictype/ctype-space: New file.
24055         * modules/unictype/ctype-upper: New file.
24056         * modules/unictype/ctype-xdigit: New file.
24057         * modules/unictype/ctype-blank: New file.
24058         * lib/unictype/bidi_byname.c: New file.
24059         * lib/unictype/bidi_name.c: New file.
24060         * lib/unictype/bidi_of.c: New file.
24061         * lib/unictype/bidi_test.c: New file.
24062         * lib/unictype/bitmap.h: New file.
24063         * lib/unictype/block_test.c: New file.
24064         * lib/unictype/blocks.c: New file.
24065         * lib/unictype/categ_C.c: New file.
24066         * lib/unictype/categ_Cc.c: New file.
24067         * lib/unictype/categ_Cf.c: New file.
24068         * lib/unictype/categ_Cn.c: New file.
24069         * lib/unictype/categ_Co.c: New file.
24070         * lib/unictype/categ_Cs.c: New file.
24071         * lib/unictype/categ_L.c: New file.
24072         * lib/unictype/categ_Ll.c: New file.
24073         * lib/unictype/categ_Lm.c: New file.
24074         * lib/unictype/categ_Lo.c: New file.
24075         * lib/unictype/categ_Lt.c: New file.
24076         * lib/unictype/categ_Lu.c: New file.
24077         * lib/unictype/categ_M.c: New file.
24078         * lib/unictype/categ_Mc.c: New file.
24079         * lib/unictype/categ_Me.c: New file.
24080         * lib/unictype/categ_Mn.c: New file.
24081         * lib/unictype/categ_N.c: New file.
24082         * lib/unictype/categ_Nd.c: New file.
24083         * lib/unictype/categ_Nl.c: New file.
24084         * lib/unictype/categ_No.c: New file.
24085         * lib/unictype/categ_P.c: New file.
24086         * lib/unictype/categ_Pc.c: New file.
24087         * lib/unictype/categ_Pd.c: New file.
24088         * lib/unictype/categ_Pe.c: New file.
24089         * lib/unictype/categ_Pf.c: New file.
24090         * lib/unictype/categ_Pi.c: New file.
24091         * lib/unictype/categ_Po.c: New file.
24092         * lib/unictype/categ_Ps.c: New file.
24093         * lib/unictype/categ_S.c: New file.
24094         * lib/unictype/categ_Sc.c: New file.
24095         * lib/unictype/categ_Sk.c: New file.
24096         * lib/unictype/categ_Sm.c: New file.
24097         * lib/unictype/categ_So.c: New file.
24098         * lib/unictype/categ_Z.c: New file.
24099         * lib/unictype/categ_Zl.c: New file.
24100         * lib/unictype/categ_Zp.c: New file.
24101         * lib/unictype/categ_Zs.c: New file.
24102         * lib/unictype/categ_and.c: New file.
24103         * lib/unictype/categ_and_not.c: New file.
24104         * lib/unictype/categ_byname.c: New file.
24105         * lib/unictype/categ_name.c: New file.
24106         * lib/unictype/categ_none.c: New file.
24107         * lib/unictype/categ_of.c: New file.
24108         * lib/unictype/categ_or.c: New file.
24109         * lib/unictype/categ_test.c: New file.
24110         * lib/unictype/combining.c: New file.
24111         * lib/unictype/ctype_alnum.c: New file.
24112         * lib/unictype/ctype_alpha.c: New file.
24113         * lib/unictype/ctype_blank.c: New file.
24114         * lib/unictype/ctype_cntrl.c: New file.
24115         * lib/unictype/ctype_digit.c: New file.
24116         * lib/unictype/ctype_graph.c: New file.
24117         * lib/unictype/ctype_lower.c: New file.
24118         * lib/unictype/ctype_print.c: New file.
24119         * lib/unictype/ctype_punct.c: New file.
24120         * lib/unictype/ctype_space.c: New file.
24121         * lib/unictype/ctype_upper.c: New file.
24122         * lib/unictype/ctype_xdigit.c: New file.
24123         * lib/unictype/decdigit.c: New file.
24124         * lib/unictype/digit.c: New file.
24125         * lib/unictype/identsyntaxmap.h: New file.
24126         * lib/unictype/mirror.c: New file.
24127         * lib/unictype/numeric.c: New file.
24128         * lib/unictype/pr_alphabetic.c: New file.
24129         * lib/unictype/pr_ascii_hex_digit.c: New file.
24130         * lib/unictype/pr_bidi_arabic_digit.c: New file.
24131         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
24132         * lib/unictype/pr_bidi_block_separator.c: New file.
24133         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
24134         * lib/unictype/pr_bidi_common_separator.c: New file.
24135         * lib/unictype/pr_bidi_control.c: New file.
24136         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
24137         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
24138         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
24139         * lib/unictype/pr_bidi_european_digit.c: New file.
24140         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
24141         * lib/unictype/pr_bidi_left_to_right.c: New file.
24142         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
24143         * lib/unictype/pr_bidi_other_neutral.c: New file.
24144         * lib/unictype/pr_bidi_pdf.c: New file.
24145         * lib/unictype/pr_bidi_segment_separator.c: New file.
24146         * lib/unictype/pr_bidi_whitespace.c: New file.
24147         * lib/unictype/pr_byname.c: New file.
24148         * lib/unictype/pr_byname.gperf: New file.
24149         * lib/unictype/pr_combining.c: New file.
24150         * lib/unictype/pr_composite.c: New file.
24151         * lib/unictype/pr_currency_symbol.c: New file.
24152         * lib/unictype/pr_dash.c: New file.
24153         * lib/unictype/pr_decimal_digit.c: New file.
24154         * lib/unictype/pr_default_ignorable_code_point.c: New file.
24155         * lib/unictype/pr_deprecated.c: New file.
24156         * lib/unictype/pr_diacritic.c: New file.
24157         * lib/unictype/pr_extender.c: New file.
24158         * lib/unictype/pr_format_control.c: New file.
24159         * lib/unictype/pr_grapheme_base.c: New file.
24160         * lib/unictype/pr_grapheme_extend.c: New file.
24161         * lib/unictype/pr_grapheme_link.c: New file.
24162         * lib/unictype/pr_hex_digit.c: New file.
24163         * lib/unictype/pr_hyphen.c: New file.
24164         * lib/unictype/pr_id_continue.c: New file.
24165         * lib/unictype/pr_id_start.c: New file.
24166         * lib/unictype/pr_ideographic.c: New file.
24167         * lib/unictype/pr_ids_binary_operator.c: New file.
24168         * lib/unictype/pr_ids_trinary_operator.c: New file.
24169         * lib/unictype/pr_ignorable_control.c: New file.
24170         * lib/unictype/pr_iso_control.c: New file.
24171         * lib/unictype/pr_join_control.c: New file.
24172         * lib/unictype/pr_left_of_pair.c: New file.
24173         * lib/unictype/pr_line_separator.c: New file.
24174         * lib/unictype/pr_logical_order_exception.c: New file.
24175         * lib/unictype/pr_lowercase.c: New file.
24176         * lib/unictype/pr_math.c: New file.
24177         * lib/unictype/pr_non_break.c: New file.
24178         * lib/unictype/pr_not_a_character.c: New file.
24179         * lib/unictype/pr_numeric.c: New file.
24180         * lib/unictype/pr_other_alphabetic.c: New file.
24181         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
24182         * lib/unictype/pr_other_grapheme_extend.c: New file.
24183         * lib/unictype/pr_other_id_continue.c: New file.
24184         * lib/unictype/pr_other_id_start.c: New file.
24185         * lib/unictype/pr_other_lowercase.c: New file.
24186         * lib/unictype/pr_other_math.c: New file.
24187         * lib/unictype/pr_other_uppercase.c: New file.
24188         * lib/unictype/pr_paired_punctuation.c: New file.
24189         * lib/unictype/pr_paragraph_separator.c: New file.
24190         * lib/unictype/pr_pattern_syntax.c: New file.
24191         * lib/unictype/pr_pattern_white_space.c: New file.
24192         * lib/unictype/pr_private_use.c: New file.
24193         * lib/unictype/pr_punctuation.c: New file.
24194         * lib/unictype/pr_quotation_mark.c: New file.
24195         * lib/unictype/pr_radical.c: New file.
24196         * lib/unictype/pr_sentence_terminal.c: New file.
24197         * lib/unictype/pr_soft_dotted.c: New file.
24198         * lib/unictype/pr_space.c: New file.
24199         * lib/unictype/pr_terminal_punctuation.c: New file.
24200         * lib/unictype/pr_test.c: New file.
24201         * lib/unictype/pr_titlecase.c: New file.
24202         * lib/unictype/pr_unassigned_code_value.c: New file.
24203         * lib/unictype/pr_unified_ideograph.c: New file.
24204         * lib/unictype/pr_uppercase.c: New file.
24205         * lib/unictype/pr_variation_selector.c: New file.
24206         * lib/unictype/pr_white_space.c: New file.
24207         * lib/unictype/pr_xid_continue.c: New file.
24208         * lib/unictype/pr_xid_start.c: New file.
24209         * lib/unictype/pr_zero_width.c: New file.
24210         * lib/unictype/scripts.c: New file.
24211         * lib/unictype/sy_c_ident.c: New file.
24212         * lib/unictype/sy_c_whitespace.c: New file.
24213         * lib/unictype/sy_java_ident.c: New file.
24214         * lib/unictype/sy_java_whitespace.c: New file.
24215
24216         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
24217         Unicode 5.0.0.
24218         * lib/unictype/blocks.h: Likewise.
24219         * lib/unictype/categ_C.h: Likewise.
24220         * lib/unictype/categ_Cc.h: Likewise.
24221         * lib/unictype/categ_Cf.h: Likewise.
24222         * lib/unictype/categ_Cn.h: Likewise.
24223         * lib/unictype/categ_Co.h: Likewise.
24224         * lib/unictype/categ_Cs.h: Likewise.
24225         * lib/unictype/categ_L.h: Likewise.
24226         * lib/unictype/categ_Ll.h: Likewise.
24227         * lib/unictype/categ_Lm.h: Likewise.
24228         * lib/unictype/categ_Lo.h: Likewise.
24229         * lib/unictype/categ_Lt.h: Likewise.
24230         * lib/unictype/categ_Lu.h: Likewise.
24231         * lib/unictype/categ_M.h: Likewise.
24232         * lib/unictype/categ_Mc.h: Likewise.
24233         * lib/unictype/categ_Me.h: Likewise.
24234         * lib/unictype/categ_Mn.h: Likewise.
24235         * lib/unictype/categ_N.h: Likewise.
24236         * lib/unictype/categ_Nd.h: Likewise.
24237         * lib/unictype/categ_Nl.h: Likewise.
24238         * lib/unictype/categ_No.h: Likewise.
24239         * lib/unictype/categ_P.h: Likewise.
24240         * lib/unictype/categ_Pc.h: Likewise.
24241         * lib/unictype/categ_Pd.h: Likewise.
24242         * lib/unictype/categ_Pe.h: Likewise.
24243         * lib/unictype/categ_Pf.h: Likewise.
24244         * lib/unictype/categ_Pi.h: Likewise.
24245         * lib/unictype/categ_Po.h: Likewise.
24246         * lib/unictype/categ_Ps.h: Likewise.
24247         * lib/unictype/categ_S.h: Likewise.
24248         * lib/unictype/categ_Sc.h: Likewise.
24249         * lib/unictype/categ_Sk.h: Likewise.
24250         * lib/unictype/categ_Sm.h: Likewise.
24251         * lib/unictype/categ_So.h: Likewise.
24252         * lib/unictype/categ_Z.h: Likewise.
24253         * lib/unictype/categ_Zl.h: Likewise.
24254         * lib/unictype/categ_Zp.h: Likewise.
24255         * lib/unictype/categ_Zs.h: Likewise.
24256         * lib/unictype/categ_of.h: Likewise.
24257         * lib/unictype/combining.h: Likewise.
24258         * lib/unictype/ctype_alnum.h: Likewise.
24259         * lib/unictype/ctype_alpha.h: Likewise.
24260         * lib/unictype/ctype_blank.h: Likewise.
24261         * lib/unictype/ctype_cntrl.h: Likewise.
24262         * lib/unictype/ctype_digit.h: Likewise.
24263         * lib/unictype/ctype_graph.h: Likewise.
24264         * lib/unictype/ctype_lower.h: Likewise.
24265         * lib/unictype/ctype_print.h: Likewise.
24266         * lib/unictype/ctype_punct.h: Likewise.
24267         * lib/unictype/ctype_space.h: Likewise.
24268         * lib/unictype/ctype_upper.h: Likewise.
24269         * lib/unictype/ctype_xdigit.h: Likewise.
24270         * lib/unictype/decdigit.h: Likewise.
24271         * lib/unictype/digit.h: Likewise.
24272         * lib/unictype/mirror.h: Likewise.
24273         * lib/unictype/numeric.h: Likewise.
24274         * lib/unictype/pr_alphabetic.h: Likewise.
24275         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
24276         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
24277         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
24278         * lib/unictype/pr_bidi_block_separator.h: Likewise.
24279         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
24280         * lib/unictype/pr_bidi_common_separator.h: Likewise.
24281         * lib/unictype/pr_bidi_control.h: Likewise.
24282         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
24283         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
24284         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
24285         * lib/unictype/pr_bidi_european_digit.h: Likewise.
24286         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
24287         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
24288         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
24289         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
24290         * lib/unictype/pr_bidi_pdf.h: Likewise.
24291         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
24292         * lib/unictype/pr_bidi_whitespace.h: Likewise.
24293         * lib/unictype/pr_combining.h: Likewise.
24294         * lib/unictype/pr_composite.h: Likewise.
24295         * lib/unictype/pr_currency_symbol.h: Likewise.
24296         * lib/unictype/pr_dash.h: Likewise.
24297         * lib/unictype/pr_decimal_digit.h: Likewise.
24298         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
24299         * lib/unictype/pr_deprecated.h: Likewise.
24300         * lib/unictype/pr_diacritic.h: Likewise.
24301         * lib/unictype/pr_extender.h: Likewise.
24302         * lib/unictype/pr_format_control.h: Likewise.
24303         * lib/unictype/pr_grapheme_base.h: Likewise.
24304         * lib/unictype/pr_grapheme_extend.h: Likewise.
24305         * lib/unictype/pr_grapheme_link.h: Likewise.
24306         * lib/unictype/pr_hex_digit.h: Likewise.
24307         * lib/unictype/pr_hyphen.h: Likewise.
24308         * lib/unictype/pr_id_continue.h: Likewise.
24309         * lib/unictype/pr_id_start.h: Likewise.
24310         * lib/unictype/pr_ideographic.h: Likewise.
24311         * lib/unictype/pr_ids_binary_operator.h: Likewise.
24312         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
24313         * lib/unictype/pr_ignorable_control.h: Likewise.
24314         * lib/unictype/pr_iso_control.h: Likewise.
24315         * lib/unictype/pr_join_control.h: Likewise.
24316         * lib/unictype/pr_left_of_pair.h: Likewise.
24317         * lib/unictype/pr_line_separator.h: Likewise.
24318         * lib/unictype/pr_logical_order_exception.h: Likewise.
24319         * lib/unictype/pr_lowercase.h: Likewise.
24320         * lib/unictype/pr_math.h: Likewise.
24321         * lib/unictype/pr_non_break.h: Likewise.
24322         * lib/unictype/pr_not_a_character.h: Likewise.
24323         * lib/unictype/pr_numeric.h: Likewise.
24324         * lib/unictype/pr_other_alphabetic.h: Likewise.
24325         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
24326         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
24327         * lib/unictype/pr_other_id_continue.h: Likewise.
24328         * lib/unictype/pr_other_id_start.h: Likewise.
24329         * lib/unictype/pr_other_lowercase.h: Likewise.
24330         * lib/unictype/pr_other_math.h: Likewise.
24331         * lib/unictype/pr_other_uppercase.h: Likewise.
24332         * lib/unictype/pr_paired_punctuation.h: Likewise.
24333         * lib/unictype/pr_paragraph_separator.h: Likewise.
24334         * lib/unictype/pr_pattern_syntax.h: Likewise.
24335         * lib/unictype/pr_pattern_white_space.h: Likewise.
24336         * lib/unictype/pr_private_use.h: Likewise.
24337         * lib/unictype/pr_punctuation.h: Likewise.
24338         * lib/unictype/pr_quotation_mark.h: Likewise.
24339         * lib/unictype/pr_radical.h: Likewise.
24340         * lib/unictype/pr_sentence_terminal.h: Likewise.
24341         * lib/unictype/pr_soft_dotted.h: Likewise.
24342         * lib/unictype/pr_space.h: Likewise.
24343         * lib/unictype/pr_terminal_punctuation.h: Likewise.
24344         * lib/unictype/pr_titlecase.h: Likewise.
24345         * lib/unictype/pr_unassigned_code_value.h: Likewise.
24346         * lib/unictype/pr_unified_ideograph.h: Likewise.
24347         * lib/unictype/pr_uppercase.h: Likewise.
24348         * lib/unictype/pr_variation_selector.h: Likewise.
24349         * lib/unictype/pr_white_space.h: Likewise.
24350         * lib/unictype/pr_xid_continue.h: Likewise.
24351         * lib/unictype/pr_xid_start.h: Likewise.
24352         * lib/unictype/pr_zero_width.h: Likewise.
24353         * lib/unictype/scripts.h: Likewise.
24354         * lib/unictype/scripts_byname.gperf: Likewise.
24355         * lib/unictype/sy_c_ident.h: Likewise.
24356         * lib/unictype/sy_c_whitespace.h: Likewise.
24357         * lib/unictype/sy_java_ident.h: Likewise.
24358         * lib/unictype/sy_java_whitespace.h: Likewise.
24359
24360         * lib/unictype/Makefile: New file.
24361         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
24362         glibc.
24363         * lib/unictype/3level.h: New file, copied from glibc.
24364         * lib/unictype/3levelbit.h: New file.
24365
24366 2007-11-11  Bruno Haible  <bruno@clisp.org>
24367
24368         * modules/gperf: New file.
24369         * modules/iconv_open (Depends-on): Add it.
24370         (Makefile.am): Remove the GPERF definition.
24371
24372 2007-11-11  Bruno Haible  <bruno@clisp.org>
24373
24374         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
24375         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
24376
24377 2007-11-11  Bruno Haible  <bruno@clisp.org>
24378
24379         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
24380         (usage): Remove function.
24381
24382 2007-11-11  Bruno Haible  <bruno@clisp.org>
24383
24384         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
24385         gl_FUNC_CEILF_LIBS.
24386         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
24387         gl_FUNC_CEIL_LIBS.
24388         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
24389         gl_FUNC_CEILL_LIBS.
24390         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
24391         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
24392         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
24393
24394 2007-11-11  Bruno Haible  <bruno@clisp.org>
24395
24396         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
24397         roundf were declared but do not exist on functions.
24398         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
24399         roundl were declared but do not exist on functions.
24400         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
24401         HAVE_FLOORL_AND_CEILL, respectively.
24402         Needed for Sun C on Solaris 10.
24403
24404 2007-11-11  Bruno Haible  <bruno@clisp.org>
24405
24406         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
24407         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
24408         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
24409         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
24410         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
24411         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
24412         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
24413         HAVE_DECL_ROUNDF.
24414         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
24415         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
24416         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
24417         of HAVE_DECL_ROUND*.
24418         * modules/math (Makefile.am): Update.
24419
24420 2007-11-10  Bruno Haible  <bruno@clisp.org>
24421
24422         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
24423         ptrdiff_t as m4/intl.m4.
24424
24425 2007-11-10  Jim Meyering  <meyering@redhat.com>
24426
24427         Avoid link failure for the argmatch test.
24428         * tests/test-argmatch.c (usage): Define function to avoid a link
24429         failure: argmatch_die requires a usage function.
24430
24431 2007-11-09  Bruno Haible  <bruno@clisp.org>
24432
24433         * doc/functions/snprintf.texi: Mention BeOS deficiency.
24434         * doc/functions/vsnprintf.texi: Likewise.
24435         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
24436         with a size argument < 2.
24437
24438 2007-11-09  Bruno Haible  <bruno@clisp.org>
24439
24440         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
24441         buffer. Fixes an inefficiency introduced on 2007-11-03.
24442
24443 2007-11-09  Bruno Haible  <bruno@clisp.org>
24444
24445         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
24446         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
24447
24448 2007-11-08  Jim Meyering  <meyering@redhat.com>
24449
24450         Change cache variable name prefix "jm_" to "gl_" everywhere.
24451         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
24452         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
24453         * m4/uptime.m4: s/gl_/jm_/
24454
24455 2007-11-07  Bruno Haible  <bruno@clisp.org>
24456
24457         Update to GNU gettext 0.17.
24458         * m4/intl.m4: Update to GNU gettext 0.17.
24459         * m4/po.m4: Likewise.
24460         * modules/gettext (Files): Remove m4/ulonglong.m4.
24461         (configure.ac): Require gettext infrastructure from version 0.17.
24462
24463 2007-11-06  Bruno Haible  <bruno@clisp.org>
24464
24465         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
24466         symbolic values are not defined in a public header.
24467         * lib/freadable.c (freadable) [QNX]: Likewise.
24468         * lib/freadahead.c (freadahead) [QNX]: Likewise.
24469         * lib/freading.c (freading) [QNX]: Likewise.
24470         * lib/fseterr.c (fseterr) [QNX]: Likewise.
24471         * lib/fwritable.c (fwritable) [QNX]: Likewise.
24472         * lib/fwriting.c (fwriting) [QNX]: Likewise.
24473         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
24474         Reported by Alain Magloire.
24475
24476         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
24477
24478 2007-11-05  Bruno Haible  <bruno@clisp.org>
24479
24480         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
24481         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
24482         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
24483         Reported by Eric Blake.
24484
24485 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24486             Bruno Haible  <bruno@clisp.org>
24487
24488         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
24489         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
24490         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
24491         (malloc): Undefine also before including <stdlib.h>.
24492         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
24493         Needed on OSF/1 4.0.
24494
24495 2007-11-05  Jim Meyering  <meyering@redhat.com>
24496
24497         git-version-gen: sync from coreutils.
24498         * build-aux/git-version-gen: Add comments.
24499         Change the first '-' to '.' in the snapshot version string,
24500         e.g., 6.9-377-08144 -> 6.9.377-08144
24501         Remove first parameter.
24502         Don't declare a version "-dirty" merely because a time
24503         stamp has changed.
24504
24505 2007-11-04  Bruno Haible  <bruno@clisp.org>
24506
24507         * lib/lock.h: Protect all macro definitions containing an 'if'
24508         statement through a "do { ... } while (0)".
24509         * lib/tls.h: Likewise.
24510
24511 2007-11-04  Bruno Haible  <bruno@clisp.org>
24512
24513         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
24514
24515 2007-11-04  Bruno Haible  <bruno@clisp.org>
24516
24517         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
24518         * modules/fprintf-posix (Depends-on): Add nocrash.
24519         * modules/snprintf-posix (Depends-on): Likewise.
24520         * modules/sprintf-posix (Depends-on): Likewise.
24521         * modules/vasnprintf-posix (Depends-on): Likewise.
24522         * modules/vasprintf-posix (Depends-on): Likewise.
24523         * modules/vfprintf-posix (Depends-on): Likewise.
24524         * modules/vsnprintf-posix (Depends-on): Likewise.
24525         * modules/vsprintf-posix (Depends-on): Likewise.
24526         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
24527         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
24528         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
24529         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
24530         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
24531         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
24532         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
24533
24534 2007-11-04  Bruno Haible  <bruno@clisp.org>
24535
24536         * modules/nocrash: New file.
24537         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
24538         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
24539
24540 2007-11-04  Bruno Haible  <bruno@clisp.org>
24541
24542         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
24543         precision handling.
24544         * tests/test-vasprintf-posix.c (test_function): Likewise.
24545         * tests/test-snprintf-posix.h (test_function): Likewise.
24546         * tests/test-sprintf-posix.h (test_function): Likewise.
24547
24548         Fix *printf behaviour for large precisions on mingw and BeOS.
24549         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
24550         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
24551         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
24552         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
24553         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24554         gl_PRINTF_PRECISION and test its result. Invoke
24555         gl_PREREQ_VASNPRINTF_PRECISION.
24556         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24557         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24558         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24559         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24560         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24561         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24562         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24563         * doc/functions/fprintf.texi: Update.
24564         * doc/functions/printf.texi: Update.
24565         * doc/functions/snprintf.texi: Update.
24566         * doc/functions/sprintf.texi: Update.
24567         * doc/functions/vfprintf.texi: Update.
24568         * doc/functions/vprintf.texi: Update.
24569         * doc/functions/vsnprintf.texi: Update.
24570         * doc/functions/vsprintf.texi: Update.
24571
24572 2007-11-04  Bruno Haible  <bruno@clisp.org>
24573
24574         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
24575
24576 2007-11-04  Bruno Haible  <bruno@clisp.org>
24577
24578         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
24579         Reported by Sylvain Beucler <beuc@gnu.org>.
24580
24581 2007-11-03  Bruno Haible  <bruno@clisp.org>
24582
24583         * tests/test-fprintf-posix2.sh: New file.
24584         * tests/test-fprintf-posix2.c: New file.
24585         * modules/fprintf-posix-tests (Files): Add them.
24586         (TESTS): Add test-fprintf-posix2.sh.
24587         (configure.ac): Check for getrlimit and setrlimit.
24588         (check_PROGRAMS): Add test-fprintf-posix2.
24589
24590         * tests/test-printf-posix2.sh: New file.
24591         * tests/test-printf-posix2.c: New file.
24592         * modules/printf-posix-tests (Files): Add them.
24593         (TESTS): Add test-printf-posix2.sh.
24594         (configure.ac): Check for getrlimit and setrlimit.
24595         (check_PROGRAMS): Add test-printf-posix2.
24596
24597         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
24598         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
24599         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
24600         (decode_double): New function, copied from decode_long_double.
24601         (scale10_round_decimal_decoded): New function, extracted from
24602         scale10_round_decimal_long_double.
24603         (scale10_round_decimal_long_double): Use it.
24604         (scale10_round_decimal_double): New function.
24605         (floorlog10): New function.
24606         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
24607         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
24608         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
24609         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24610         gl_PRINTF_ENOMEM and test its result. Invoke
24611         gl_PREREQ_VASNPRINTF_ENOMEM.
24612         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24613         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24614         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24615         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24616         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24617         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24618         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24619         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
24620         * modules/snprintf-posix (Depends-on): Likewise.
24621         * modules/sprintf-posix (Depends-on): Likewise.
24622         * modules/vasnprintf-posix (Depends-on): Likewise.
24623         * modules/vasprintf-posix (Depends-on): Likewise.
24624         * modules/vfprintf-posix (Depends-on): Likewise.
24625         * modules/vsnprintf-posix (Depends-on): Likewise.
24626         * modules/vsprintf-posix (Depends-on): Likewise.
24627         * doc/functions/fprintf.texi: Update.
24628         * doc/functions/printf.texi: Update.
24629         * doc/functions/snprintf.texi: Update.
24630         * doc/functions/sprintf.texi: Update.
24631         * doc/functions/vfprintf.texi: Update.
24632         * doc/functions/vprintf.texi: Update.
24633         * doc/functions/vsnprintf.texi: Update.
24634         * doc/functions/vsprintf.texi: Update.
24635
24636 2007-11-03  Bruno Haible  <bruno@clisp.org>
24637
24638         * modules/frexp-nolibm-tests: New file.
24639
24640         * modules/frexp-nolibm: New file.
24641         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
24642
24643 2007-11-03  Bruno Haible  <bruno@clisp.org>
24644
24645         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
24646         value is C99 compliant.
24647         Needed for OSF/1 5.1.
24648
24649 2007-11-03  Bruno Haible  <bruno@clisp.org>
24650
24651         Fix out-of-memory handling of vasnprintf.
24652         * lib/printf-parse.c: Include <errno.h>.
24653         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
24654         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
24655         is already set.
24656
24657 2007-11-02  Eric Blake  <ebb9@byu.net>
24658
24659         Fix tests on cygwin.
24660         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
24661
24662 2007-11-01  Bruno Haible  <bruno@clisp.org>
24663
24664         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
24665         warning.
24666         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
24667         needed for POSIX compatibility.
24668
24669 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24670
24671         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
24672         for compatibility with GNU.
24673
24674 2007-11-01  Bruno Haible  <bruno@clisp.org>
24675
24676         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
24677         (putenv): Renamed from rpl_putenv. Change argument type from
24678         'const char *' to 'char *'.
24679         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
24680         of defining putenv in config.h, just set REPLACE_PUTENV.
24681         * modules/putenv (Depends-on): Add stdlib.
24682         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24683         (Include): Use <stdlib.h>.
24684         * lib/stdlib.in.h (putenv): New declaration.
24685         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
24686         REPLACE_PUTENV.
24687         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
24688         REPLACE_PUTENV.
24689         Needed for MacOS X 10.5.0.
24690         Reported by Peter O'Gorman <peter@pogma.com>.
24691
24692 2007-11-01  Jim Meyering  <meyering@redhat.com>
24693
24694         Treat an empty date string exactly like "0".
24695         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
24696         if the remaining date string (to be parsed) is empty, use "0".
24697         Reported by Mischa Molhoek and discussed in this thread:
24698         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
24699
24700 2007-10-31  Bruno Haible  <bruno@clisp.org>
24701
24702         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
24703         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
24704         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
24705         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
24706         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
24707         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
24708
24709 2007-10-31  Bruno Haible  <bruno@clisp.org>
24710
24711         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
24712         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
24713         (AC_TYPE_LONG_LONG_INT): Use it.
24714         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
24715         it as well.
24716         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
24717         to m4/longlong.m4.
24718         * modules/stdint (Files): Remove m4/ulonglong.m4.
24719         * modules/strtoull (Files): Use m4/longlong.m4 instead of
24720         m4/ulonglong.m4.
24721         * modules/strtoumax (Files): Likewise.
24722
24723 2007-10-30  Bruno Haible  <bruno@clisp.org>
24724
24725         * modules/xvasprintf-posix: New file.
24726         Suggested by Eric Blake.
24727
24728 2007-10-30  Bruno Haible  <bruno@clisp.org>
24729
24730         * modules/xprintf-posix-tests: New file.
24731         * tests/test-xprintf-posix.sh: New file.
24732         * tests/test-xprintf-posix.c: New file.
24733         * tests/test-xfprintf-posix.c: New file.
24734
24735         * modules/xprintf-posix: New file.
24736
24737 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24738
24739         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
24740         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
24741         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
24742
24743 2007-10-29  Bruno Haible  <bruno@clisp.org>
24744
24745         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
24746         contain the special marker '_cv_'.
24747         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
24748         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
24749         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
24750         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
24751         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
24752         Reported by Ralf Wildenhues.
24753
24754 2007-10-29  Bruno Haible  <bruno@clisp.org>
24755
24756         * gnulib-tool (func_import): When --lgpl is not specified, set
24757         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
24758         GPLv3.
24759         Reported by Simon Josefsson.
24760
24761 2007-10-28  Bruno Haible  <bruno@clisp.org>
24762
24763         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
24764         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
24765         HAVE_DECL_ISFINITE.
24766         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
24767         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
24768         HAVE_DECL_ISFINITE.
24769
24770 2007-10-28  Bruno Haible  <bruno@clisp.org>
24771
24772         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
24773         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
24774
24775 2007-10-28  Bruno Haible  <bruno@clisp.org>
24776
24777         Fix link errors with Sun C 5.0 on Solaris 10.
24778         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
24779         function is declared but not present in the compiler's libm.
24780         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
24781         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
24782         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
24783         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
24784         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
24785         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
24786         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
24787         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
24788         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
24789         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
24790         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
24791         HAVE_DECL_FLOORL.
24792
24793 2007-10-28  Bruno Haible  <bruno@clisp.org>
24794
24795         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
24796         gl_FUNC_FLOORL. Cache the result.
24797         (gl_FUNC_FLOORL): Use it.
24798         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
24799         gl_FUNC_CEILL. Cache the result.
24800         (gl_FUNC_CEILL): Use it.
24801
24802         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
24803         gl_FUNC_FLOOR. Cache the result.
24804         (gl_FUNC_FLOOR): Use it.
24805         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
24806         gl_FUNC_CEIL. Cache the result.
24807         (gl_FUNC_CEIL): Use it.
24808
24809         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
24810         gl_FUNC_FLOORF. Cache the result.
24811         (gl_FUNC_FLOORF): Use it.
24812         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
24813         gl_FUNC_CEILF. Cache the result.
24814         (gl_FUNC_CEILF): Use it.
24815
24816 2007-10-28  Bruno Haible  <bruno@clisp.org>
24817
24818         * gnulib-tool: Allow specifying the LGPL version number through
24819         --lgpl=2 or --lgpl=3.
24820         (func_usage): Document --lgpl with argument.
24821         Handle --lgpl=... arguments.
24822         (func_import): Recognize also gl_LGPL calls with an argument. When
24823         --lgpl=2 is used and the module's license is just LGPL, report an
24824         error. Set sed_transform_lib_file according to the lgpl variable. In
24825         the generated files, use --lgpl or gl_LGPL invocations with argument,
24826         if necessary.
24827         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
24828         an LGPv2+ license.
24829         * doc/gnulib-tool.texi (Modified imports): Update explanation of
24830         gl_LGPL macro.
24831
24832 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24833             Bruno Haible  <bruno@clisp.org>
24834
24835         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
24836         (u16_uctomb_aux): Likewise.
24837         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
24838         !HAVE_INLINE.
24839         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
24840
24841 2007-10-28  Bruno Haible  <bruno@clisp.org>
24842
24843         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
24844         Invoke AM_GETTEXT_OPTION if it exists.
24845         * modules/vasprintf: Likewise.
24846         * modules/verror: Likewise.
24847         * modules/xprintf: Likewise.
24848         * modules/xvasprintf: Likewise.
24849
24850 2007-10-27  Ben Pfaff  <blp@gnu.org>
24851
24852         * lib/math.in.h: Define isfinite macro and prototypes for
24853         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
24854         implementations.
24855         * m4/math_h.m4: New substitutions for isfinite module.
24856         * lib/isfinite.c: New file.
24857         * m4/isfinite.m4: New file.
24858         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
24859         * modules/isfinite: New file.
24860         * modules/isfinite-tests: New file.
24861         * tests/tests-isfinite.c: New file.
24862         * doc/functions/isfinite.texi: Mention isfinite module.
24863         * MODULES.html.sh: Mention new module.
24864
24865 2007-10-27  Ben Pfaff  <blp@gnu.org>
24866
24867         Ralf Wildenhues reported that Tru64 4.0D declares the round
24868         functions but does not have definitions.
24869         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
24870         cannot be found in any library, set the output variable to
24871         "missing" instead of "".
24872         * m4/round.m4: Also use our substitute if we cannot find round in
24873         any library, even if it is declared.
24874         * m4/roundf.m4: Likewise for roundf.
24875         * m4/roundl.m4: Likewise for roundl.
24876         * lib/math.in.h: Undefine roundf, round, roundl before defining
24877         their replacements, to allow for hypothetical systems where these
24878         may be defined as macros but not available in libraries.
24879
24880 2007-10-27  Bruno Haible  <bruno@clisp.org>
24881
24882         * doc/gnulib.texi: Invoke @firstparagraphindent.
24883         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
24884         changes in gnulib.
24885         (Source changes): New section.
24886
24887 2007-10-26  Bruno Haible  <bruno@clisp.org>
24888
24889         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
24890         borrowed from autoconf.
24891
24892 2007-10-26  Bruno Haible  <bruno@clisp.org>
24893
24894         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
24895         strerror returned the empty string. Needed on HP-UX 11.00.
24896
24897 2007-10-24  Micah Cowan  <micah@cowan.name>
24898
24899         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
24900         * build-aux/bootstrap: Remove support for now-unnecessary option,
24901         --cvs-user, and envvars CVS_USER, CVS_RSH.
24902
24903 2007-10-24  Jim Meyering  <meyering@redhat.com>
24904
24905         Avoid diagnostics from sha1sum when there is no cached checksum.
24906         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
24907         if the po.s1 file hasn't been created yet.
24908
24909         * build-aux/bootstrap: Sync from coreutils:
24910         2007-10-24  Jim Meyering  <meyering@redhat.com>
24911         Get gnulib from the git repository, not from an obsolete cvs one.
24912         * build-aux/bootstrap: Suggestion from Micah Cowan.
24913         2007-10-04  Jim Meyering  <jim@meyering.net>
24914         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
24915         (update_po_files): Work also when there are no .po files in po/.
24916
24917 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24918
24919         * README: Append ".git" to git and cg examples.
24920         Problem reported by Benoit Sigoure.
24921
24922 2007-10-23  Micah Cowan  <micah@cowan.name>
24923
24924         * users.txt: Add wget.
24925
24926 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24927
24928         Fix linking of some unistdio tests on FreeBSD.
24929         * modules/unistdio/u16-vsnprintf-tests
24930         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
24931         * modules/unistdio/u16-vsprintf-tests
24932         (test_u16_vsnprintf1_LDADD): Likewise.
24933         * modules/unistdio/u32-vsnprintf-tests
24934         (test_u32_vsnprintf1_LDADD): Likewise.
24935         * modules/unistdio/u32-vsprintf-tests
24936         (test_u32_vsprintf1_LDADD): Likewise.
24937         * modules/unistdio/u8-vsnprintf-tests
24938         (test_u8_vsnprintf1_LDADD): Likewise.
24939         * modules/unistdio/u8-vsprintf-tests
24940         (test_u8_vsprintf1_LDADD): Likewise.
24941         * modules/unistdio/ulc-vsnprintf-tests
24942         (test_ulc_vsnprintf1_LDADD): Likewise.
24943         * modules/unistdio/ulc-vsprintf-tests
24944         (test_ulc_vsprintf1_LDADD): Likewise.
24945
24946         Fix linking of some uniconv tests on FreeBSD.
24947         * modules/uniconv/u16-conv-from-enc-tests
24948         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
24949         * modules/uniconv/u16-conv-to-enc-tests
24950         (test_u16_conv_to_enc_LDADD): Likewise.
24951         * modules/uniconv/u16-strconv-from-enc-tests
24952         (test_u16_strconv_from_enc_LDADD): Likewise.
24953         * modules/uniconv/u16-strconv-to-enc-tests
24954         (test_u16_strconv_to_enc_LDADD): Likewise.
24955         * modules/uniconv/u32-conv-from-enc-tests
24956         (test_u32_conv_from_enc_LDADD): Likewise.
24957         * modules/uniconv/u32-conv-to-enc-tests
24958         (test_u32_conv_to_enc_LDADD): Likewise.
24959         * modules/uniconv/u32-strconv-from-enc-tests
24960         (test_u32_strconv_from_enc_LDADD): Likewise.
24961         * modules/uniconv/u32-strconv-to-enc-tests
24962         (test_u32_strconv_to_enc_LDADD): Likewise.
24963         * modules/uniconv/u8-conv-from-enc-tests
24964         (test_u8_conv_from_enc_LDADD): Likewise.
24965         * modules/uniconv/u8-conv-to-enc-tests
24966         (test_u8_conv_to_enc_LDADD): Likewise.
24967         * modules/uniconv/u8-strconv-from-enc-tests
24968         (test_u8_strconv_from_enc_LDADD): Likewise.
24969         * modules/uniconv/u8-strconv-to-enc-tests
24970         (test_u8_strconv_to_enc_LDADD): Likewise.
24971
24972 2007-10-22  Bruno Haible  <bruno@clisp.org>
24973
24974         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
24975         size.
24976
24977 2007-10-22  Eric Blake  <ebb9@byu.net>
24978
24979         Tweak x*printf documentation.
24980         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
24981         variable name and comments.
24982         Suggested by Bruno Haible.
24983
24984 2007-10-22  Bruno Haible  <bruno@clisp.org>
24985
24986         * lib/acl.c (copy_acl): Fix file name in comment.
24987
24988 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24989
24990         Fix Tru64 problem with stdbool.h.
24991         * lib/stdbool.in.h (false, true):
24992         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
24993         Don't declare as an enum in this situation; it runs afoul of Tru64.
24994         Problem reported by Steven M. Schweda in
24995         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
24996
24997 2007-10-22  Eric Blake  <ebb9@byu.net>
24998
24999         Also wrap vf?printf.
25000         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
25001         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
25002         (xvprintf, xvfprintf): New functions.
25003
25004 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25005
25006         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
25007         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
25008
25009         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
25010         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
25011
25012 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25013
25014         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
25015         by Bruno Haible.
25016
25017 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25018
25019         * lib/getloadavg.c
25020         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
25021         Undef `sys' after including sys/table.h, for Tru64 4.0D.
25022
25023         * tests/test-i-ring.c: Work for C89.
25024
25025 2007-10-22  Bruno Haible  <bruno@clisp.org>
25026
25027         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
25028         -1u, in preprocessor expression, so that we don't test for the bug
25029         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
25030         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
25031
25032 2007-10-22  Eric Blake  <ebb9@byu.net>
25033
25034         * tests/test-yesno.sh: Silence stderr during test.
25035
25036 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25037
25038         * modules/crypto/gc-camellia: New file.
25039
25040         * m4/gc-camellia.m4: New file.
25041
25042         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
25043
25044         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
25045
25046 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25047
25048         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
25049         --help to stdout.  Reported by sms@antinode.org (Steven
25050         M. Schweda).
25051
25052 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25053
25054         * users.txt: Fix link to libksba.
25055
25056 2007-10-21  Ben Pfaff  <blp@gnu.org>
25057
25058         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
25059         round.c roundf implementation that depends on floorf and ceilf to
25060         be tested unconditionally.
25061
25062 2007-10-21  Ben Pfaff  <blp@gnu.org>
25063
25064         * m4/check-libm-func.m4: Removed.
25065         * m4/check-math-lib.m4: New file.
25066         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
25067         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
25068         definition and lack of AC_LIBOBJ([roundf]).
25069         * m4/roundl.m4: Ditto, and similarly for roundl.
25070         * modules/round: Reference new m4 file.
25071         * modules/roundf: Ditto.
25072         * modules/roundl: Ditto.
25073         * tests/test-round2.c (main): Use ROUND instead of round.
25074         Bug report from Bruno Haible.
25075
25076 2007-10-21  Bruno Haible  <bruno@clisp.org>
25077
25078         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
25079         context.
25080
25081 2007-10-21  Bruno Haible  <bruno@clisp.org>
25082
25083         * tests/test-wcwidth.c (main): Allow negative result for some control
25084         characters.
25085
25086         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
25087         Needed on OSF/1 5.1.
25088
25089 2007-10-21  Bruno Haible  <bruno@clisp.org>
25090
25091         * tests/test-floorf1.c: Include isnanf.h.
25092         (main): Use isnanf() instead of isnan().
25093         * tests/test-ceilf1.c: Include isnanf.h.
25094         (main): Use isnanf() instead of isnan().
25095         * tests/test-truncf1.c: Include isnanf.h.
25096         (main): Use isnanf() instead of isnan().
25097         * tests/test-roundf1.c: Include isnanf.h.
25098         (main): Use isnanf() instead of isnan().
25099
25100 2007-10-21  Eric Blake  <ebb9@byu.net>
25101
25102         * users.txt: Update URL for m4.
25103
25104 2007-10-21  Bruno Haible  <bruno@clisp.org>
25105
25106         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
25107
25108 2007-10-21  Bruno Haible  <bruno@clisp.org>
25109
25110         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
25111         Git's management files if the CVS files are not present.
25112
25113 2007-10-20  Bruno Haible  <bruno@clisp.org>
25114
25115         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
25116         gcc-3.4.x.
25117
25118 2007-10-20  Ben Pfaff  <blp@gnu.org>
25119
25120         * lib/math.in.h: Declare round, roundf, roundl if we are providing
25121         implementations.
25122         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
25123         * lib/round.c: New file.
25124         * lib/roundf.c: New file.
25125         * lib/roundl.c: New file.
25126         * m4/round.m4: New file.
25127         * m4/roundf.m4: New file.
25128         * m4/roundl.m4: New file.
25129         * m4/check-libm-func-m4: New file.
25130         * modules/math: Replace round, roundf, roundl related @VARS@ in
25131         math.in.h.
25132         * modules/round: New file.
25133         * modules/round-tests: New file.
25134         * modules/roundf: New file.
25135         * modules/roundf-tests: New file.
25136         * modules/roundl: New file.
25137         * modules/roundl-tests: New file.
25138         * tests/test-round1.c: New file.
25139         * tests/test-round2.c: New file.
25140         * tests/test-roundf1.c: New file.
25141         * tests/test-roundf2.c: New file.
25142         * tests/test-roundl.c: New file.
25143         * doc/functions/round.texi: Mention round module.
25144         * doc/functions/roundf.texi: Mention roundf module.
25145         * doc/functions/roundl.texi: Mention roundl module.
25146         * MODULES.html.sh: Mention new modules.
25147         Thanks to Bruno Haible for suggestions.
25148
25149 2007-10-20  Jim Meyering  <meyering@redhat.com>
25150
25151         * lib/xprintf.c: Include <config.h> unconditionally.
25152
25153         Change xprintf's license to GPL.
25154         * modules/xprintf (License): s/LGPL/GPL/, since this module
25155         depends on modules (exit and exitfail) which are GPL.
25156         Suggestion from Bruno Haible.
25157
25158         xprintf fixes.
25159         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
25160         Use a clearer diagnostic.
25161         Patch from Bruno Haible.
25162
25163 2007-10-20  Bruno Haible  <bruno@clisp.org>
25164
25165         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
25166         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
25167         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25168
25169 2007-10-20  Bruno Haible  <bruno@clisp.org>
25170
25171         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
25172         precision in the comparison result > x - 1 or similar.
25173         * tests/test-ceilf2.c (correct_result_p): Likewise.
25174         * tests/test-truncf2.c (correct_result_p): Likewise.
25175         * tests/test-trunc2.c (correct_result_p): Likewise.
25176         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25177
25178 2007-10-20  Bruno Haible  <bruno@clisp.org>
25179
25180         * modules/ceil: New file.
25181         * m4/ceil.m4: New file.
25182         * doc/functions/ceil.texi: Mention the 'ceil' module.
25183
25184 2007-10-20  Bruno Haible  <bruno@clisp.org>
25185
25186         * modules/floor: New file.
25187         * m4/floor.m4: New file.
25188         * doc/functions/floor.texi: Mention the 'floor' module.
25189
25190 2007-10-20  Bruno Haible  <bruno@clisp.org>
25191
25192         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
25193         of %a.
25194         * modules/floorf-tests (Depends-on): Likewise.
25195         * modules/truncf-tests (Depends-on): Likewise.
25196         * modules/trunc-tests (Depends-on): Likewise.
25197         Reported by Ben Pfaff.
25198
25199 2007-10-19  Jim Meyering  <meyering@redhat.com>
25200
25201         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
25202         Don't bother testing specific errno values.  Just test ferror.
25203
25204         New module: xprintf
25205         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
25206
25207 2007-10-19  Bruno Haible  <bruno@clisp.org>
25208
25209         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
25210         syntax.
25211         * modules/javaexec (Makefile.am): Likewise.
25212         * modules/relocatable-prog (Makefile.am): Likewise.
25213         Suggested by Jim Meyering.
25214
25215 2007-10-18  Bruno Haible  <bruno@clisp.org>
25216
25217         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
25218         Reported by Jim Meyering.
25219
25220 2007-10-18  Eric Blake  <ebb9@byu.net>
25221
25222         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
25223
25224 2007-10-18  Bruno Haible  <bruno@clisp.org>
25225
25226         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
25227         the format string into writable memory. Needed in Fortify conditions.
25228
25229 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
25230             Bruno Haible  <bruno@clisp.org>
25231
25232         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
25233         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
25234         * modules/trim (Depends-on): Add mbchar.
25235         (configure.ac): Add gl_FUNC_MBRTOWC.
25236         (Makefile.am): Augment lib_SOURCES.
25237
25238 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25239
25240         Modify glob.c to use fstatat and dirfd, to simplify it.
25241         Suggested by Eric Blake.
25242         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
25243         Don't include <stdbool.h>; not used.
25244         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
25245         (link_exists_p): Simplify implementation, since we can now assume
25246         dirfd and fstatat.
25247         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
25248
25249 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25250
25251         * gnulib-tool (func_get_dependencies): Fix sed script to
25252         match only tests.
25253
25254 2007-10-17  Bruno Haible  <bruno@clisp.org>
25255
25256         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
25257         allow locale names without encoding suffix.
25258         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
25259         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25260
25261 2007-10-16  Bruno Haible  <bruno@clisp.org>
25262
25263         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
25264         * lib/getgroups.c (getgroups): Likewise.
25265         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
25266
25267 2007-10-16  Bruno Haible  <bruno@clisp.org>
25268
25269         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
25270         * modules/malloc-posix (License): Likewise.
25271         * modules/realloc-posix (License): Likewise.
25272         * modules/calloc-posix (License): Likewise.
25273         * modules/intprops (License): Change from GPL to LGPL, with
25274         Paul Eggert's approval.
25275
25276 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25277
25278         Merge glibc changes into lib/glob.c.
25279
25280         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
25281         2007-10-15 04:59:03 UTC.  Here are the changes:
25282
25283         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
25284
25285         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
25286
25287         * lib/glob.c: Add some branch prediction throughout.
25288
25289         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
25290
25291         [BZ #5103]
25292         * lib/glob.c (glob): Recognize patterns starting \/.
25293
25294         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
25295
25296         [BZ #3996]
25297         * lib/glob.c (attribute_hidden): Define if not defined.
25298         (glob): Unescape dirname, filename or username when needed and not
25299         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
25300         is NULL.  Handle unescaped [ in pattern without closing ].
25301         Don't pass GLOB_CHECK down to recursive glob for directories.
25302         (__glob_pattern_type): New function.
25303         (__glob_pattern_p): Implement using __glob_pattern_type.
25304         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
25305         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
25306         Remove unreachable code.
25307
25308         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
25309
25310         * lib/glob.c (glob_in_dir): Add some comments and asserts to
25311         explain why there are no leaks.
25312
25313         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
25314
25315         [BZ #3253]
25316         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
25317         time, rather allocate increasingly bigger arrays of pointers, if
25318         possible with alloca, if too large with malloc.
25319
25320 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25321
25322         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
25323         Problem reported by H.Merijn Brand in
25324         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
25325         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
25326         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
25327
25328 2007-10-15  Bruno Haible  <bruno@clisp.org>
25329
25330         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
25331         with explicit rpl_ prefix.
25332         * lib/fopen.c (fopen): Likewise.
25333         * lib/freopen.c (freopen): Likewise.
25334         * lib/iconv.c (iconv): Likewise.
25335         * lib/iconv_close.c (iconv_close): Likewise.
25336
25337 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25338
25339         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
25340
25341 2007-10-15  Bruno Haible  <bruno@clisp.org>
25342
25343         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
25344         <stddef.h> instead of <stdlib.h> since we only need NULL.
25345         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25346
25347 2007-10-15  Bruno Haible  <bruno@clisp.org>
25348
25349         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
25350         Replace paragraph talking about LIBOBJS.
25351         Reported by Colin Watson <cjwatson@debian.org>.
25352
25353 2007-10-15  Bruno Haible  <bruno@clisp.org>
25354
25355         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
25356         <stdlib.h> before using NULL.
25357
25358 2007-10-15  Simon Josefsson  <simon@josefsson.org>
25359
25360         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
25361         Reported by Albert Chin <china@thewrittenword.com>.
25362
25363 2007-10-14  Bruno Haible  <bruno@clisp.org>
25364
25365         * modules/iconv_open-utf-tests: New file.
25366         * tests/test-iconv-utf.c: New file.
25367
25368         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
25369         * modules/iconv_open-utf: New file.
25370         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
25371         (iconv, iconv_close): New declarations.
25372         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
25373         be defined.
25374         (iconv_open): Add special handling of conversion between UTF-8 and
25375         UTF-{16,32}{BE,LE}.
25376         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
25377         * lib/iconv_close.c: New file.
25378         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
25379         gl_FUNC_ICONV_OPEN.
25380         (gl_FUNC_ICONV_OPEN): Use it.
25381         (gl_FUNC_ICONV_OPEN_UTF): New macro.
25382         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
25383         and REPLACE_ICONV_UTF.
25384         * modules/iconv_open (Depends-on): Add c-strcase.
25385         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
25386         ICONV_CONST.
25387         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
25388
25389 2007-10-13  Albert Chin  <china@thewrittenword.com>
25390             Bruno Haible  <bruno@clisp.org>
25391
25392         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
25393         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
25394
25395 2007-10-13  Bruno Haible  <bruno@clisp.org>
25396
25397         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
25398         defined, use the ISO C99 inline semantics.
25399         * lib/argp.h (ARGP_EI): Likewise.
25400
25401 2007-10-13  Bruno Haible  <bruno@clisp.org>
25402
25403         Handle 'inline' change in gcc 4.3.0.
25404         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
25405         argp_fmtstream_write, argp_fmtstream_set_lmargin,
25406         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
25407         argp_fmtstream_point): Disable 'extern' declaration if the function
25408         definition is going to be provided inline.
25409         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
25410         semantics, not the ISO C99 inline semantics.
25411         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
25412         'extern' declaration if the function definition is going to be provided
25413         inline.
25414         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
25415         the GNU C inline semantics, not the ISO C99 inline semantics. With
25416         GCC 4.2, avoid a warning.
25417
25418 2007-10-13  Bruno Haible  <bruno@clisp.org>
25419
25420         * lib/freading.h (freading): Enable the use of __freading for
25421         glibc >= 2.7.
25422         * lib/freading.c (freading): Likewise.
25423
25424 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
25425
25426         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
25427         "warning: C99 inline functions are not supported; using GNU89".
25428
25429 2007-10-12  Bruno Haible  <bruno@clisp.org>
25430
25431         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
25432         of 2.
25433         * tests/test-ceilf2.c: New file.
25434         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
25435
25436         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
25437         * modules/ceilf-tests: Update.
25438
25439 2007-10-12  Bruno Haible  <bruno@clisp.org>
25440
25441         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
25442         of 2.
25443         * tests/test-floorf2.c: New file.
25444         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
25445
25446         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
25447         * modules/floorf-tests: Update.
25448
25449 2007-10-12  Bruno Haible  <bruno@clisp.org>
25450
25451         * tests/test-trunc2.c: New file.
25452         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
25453
25454         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
25455         * modules/trunc-tests: Update.
25456
25457 2007-10-12  Bruno Haible  <bruno@clisp.org>
25458
25459         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
25460         of 2.
25461         * tests/test-truncf2.c: New file.
25462         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
25463
25464         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
25465         * modules/truncf-tests: Update.
25466
25467 2007-10-11  Eric Blake  <ebb9@byu.net>
25468
25469         Don't claim strerror is broken on Interix.
25470         * doc/functions/strerror.texi (strerror): Known broken systems are
25471         now Solaris 8, and not Interix.
25472         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
25473         Interix on cross-compile.
25474         Reported by Martin Koeppe in
25475         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
25476
25477 2007-10-11  Bruno Haible  <bruno@clisp.org>
25478
25479         * modules/i-ring-tests: New file.
25480         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
25481         instead of assert.
25482
25483 2007-10-11  Bruno Haible  <bruno@clisp.org>
25484
25485         * modules/filenamecat-tests: New file.
25486         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
25487         * lib/filenamecat.c: Remove test code.
25488
25489 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25490
25491         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
25492
25493         * lib/strerror.c: Include <string.h> always, to test interface,
25494         and to remove the need for the dummy.
25495         Include intprops.h to compute width instead of doing it ourselves
25496         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
25497         (strerror): Define it to return NULL if there's no system strerror.
25498         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
25499         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
25500         ancient pre-strerror Unix systems well any more.  Saying "unknown
25501         system error" is enough.
25502         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
25503         simpler strerror.c implementation.
25504         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
25505         Simplify the tests to reflect the simpler strerror implementation.
25506         * modules/strerror (Depends-on): Add intprops.
25507
25508 2007-10-09  Eric Blake  <ebb9@byu.net>
25509
25510         Silence test-fpending.
25511         * modules/fpending-tests (Files): Add wrapper script.
25512         * tests/test-fpending.sh: New file.
25513
25514 2007-10-09  Bruno Haible  <bruno@clisp.org>
25515
25516         * MODULES.html.sh (func_module): Don't create a hyperlink for
25517         function names like 'printf_frexp'.
25518         (Misc): Add crc, memxor.
25519         (Characteristics of floating types): New section.
25520         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
25521         isnanf-nolibm, signbit, trunc, truncf, truncl.
25522         (Enhancements for ISO C 99 functions): New subsection Input/output.
25523         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
25524         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
25525         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
25526         (Compatibility checks for POSIX:2001 functions): Add clock-time.
25527         (Enhancements for POSIX:2001 functions): Add chdir-long.
25528         (File system functions): Add areadlink, chdir-safer, read-file.
25529         Remove cycle-check.
25530         (File system as inode set): New section.
25531         (Date and time): Add gethrxtime.
25532         (Multithreading): Add openmp.
25533         (Internationalization functions): Add localename.
25534         (Unicode string functions): Add unistr/u*-mbsnlen.
25535         (Support for maintaining and releasing projects): Add git-version-gen.
25536         (Lone files): Remove directories.
25537
25538 2007-10-08  Ben Pfaff  <blp@gnu.org>
25539
25540         * lib/xmalloca.h: Fix typo in comment.
25541
25542 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
25543
25544         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
25545         when avoiding problems with integer overflow.  Use a portable test
25546         instead.
25547
25548 2007-10-08  Simon Josefsson  <simon@josefsson.org>
25549
25550         * modules/dummy (License): Change to LGPLv2+.
25551         * modules/float (License): Likewise
25552         * modules/realloc (License): Likewise
25553         * modules/stdlib (License): Likewise
25554
25555 2007-10-07  Bruno Haible  <bruno@clisp.org>
25556
25557         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
25558         * floor.c (TWO_MANT_DIG): Likewise.
25559         * ceil.c (TWO_MANT_DIG): Likewise.
25560         Reported by Ben Pfaff.
25561
25562 2007-10-07  Bruno Haible  <bruno@clisp.org>
25563
25564         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
25565         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
25566         * lib/frexp.c (FUNC): Likewise.
25567         * lib/printf-frexp.h (printf_frexp): Likewise.
25568         * lib/printf-frexpl.h (printf_frexpl): Likewise.
25569         * lib/printf-frexp.c (FUNC): Likewise.
25570         Suggested by Jim Meyering.
25571
25572 2007-10-07  Jim Meyering  <meyering@redhat.com>
25573
25574         Make xnanosleep's integer overflow test more robust.
25575         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
25576         so that gcc-4.3.0 doesn't optimize away this test for overflow.
25577
25578 2007-10-07  Bruno Haible  <bruno@clisp.org>
25579
25580         * NEWS: Mention the license change.
25581
25582         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
25583         abbreviations in the modules files.
25584
25585         Change copyright notice from GPLv2+ to GPLv3+.
25586         * README: Change copyright notice.
25587         * MODULES.html.sh: Likewise.
25588         * build-aux/bootstrap.conf: Likewise.
25589         * build-aux/config.libpath: Likewise.
25590         * build-aux/csharpcomp.sh.in: Likewise.
25591         * build-aux/csharpexec.sh.in: Likewise.
25592         * build-aux/install-reloc: Likewise.
25593         * build-aux/javacomp.sh.in: Likewise.
25594         * build-aux/javaexec.sh.in: Likewise.
25595         * build-aux/ldd.sh.in: Likewise.
25596         * build-aux/reloc-ldflags: Likewise.
25597         * build-aux/relocatable.sh.in: Likewise.
25598         * build-aux/x-to-1.in: Likewise.
25599         * check-module: Likewise.
25600         * config/srclistvars.sh: Likewise.
25601         * gnulib-tool: Likewise.
25602         * lib/acl-internal.h: Likewise.
25603         * lib/acl.c: Likewise.
25604         * lib/acl.h: Likewise.
25605         * lib/acl_entries.c: Likewise.
25606         * lib/areadlink-with-size.c: Likewise.
25607         * lib/areadlink.c: Likewise.
25608         * lib/areadlink.h: Likewise.
25609         * lib/argmatch.c: Likewise.
25610         * lib/argmatch.h: Likewise.
25611         * lib/argp-ba.c: Likewise.
25612         * lib/argp-eexst.c: Likewise.
25613         * lib/argp-fmtstream.c: Likewise.
25614         * lib/argp-fmtstream.h: Likewise.
25615         * lib/argp-fs-xinl.c: Likewise.
25616         * lib/argp-help.c: Likewise.
25617         * lib/argp-namefrob.h: Likewise.
25618         * lib/argp-parse.c: Likewise.
25619         * lib/argp-pin.c: Likewise.
25620         * lib/argp-pv.c: Likewise.
25621         * lib/argp-pvh.c: Likewise.
25622         * lib/argp-xinl.c: Likewise.
25623         * lib/argp.h: Likewise.
25624         * lib/at-func.c: Likewise.
25625         * lib/atanl.c: Likewise.
25626         * lib/backupfile.c: Likewise.
25627         * lib/backupfile.h: Likewise.
25628         * lib/basename.c: Likewise.
25629         * lib/binary-io.h: Likewise.
25630         * lib/byteswap.in.h: Likewise.
25631         * lib/c-stack.c: Likewise.
25632         * lib/c-stack.h: Likewise.
25633         * lib/c-strcasestr.c: Likewise.
25634         * lib/c-strcasestr.h: Likewise.
25635         * lib/c-strstr.c: Likewise.
25636         * lib/c-strstr.h: Likewise.
25637         * lib/c-strtod.c: Likewise.
25638         * lib/calloc.c: Likewise.
25639         * lib/canon-host.c: Likewise.
25640         * lib/canon-host.h: Likewise.
25641         * lib/canonicalize-lgpl.c: Likewise.
25642         * lib/canonicalize.c: Likewise.
25643         * lib/canonicalize.h: Likewise.
25644         * lib/ceil.c: Likewise.
25645         * lib/ceilf.c: Likewise.
25646         * lib/ceill.c: Likewise.
25647         * lib/chdir-long.c: Likewise.
25648         * lib/chdir-long.h: Likewise.
25649         * lib/chdir-safer.c: Likewise.
25650         * lib/chdir-safer.h: Likewise.
25651         * lib/chown.c: Likewise.
25652         * lib/classpath.c: Likewise.
25653         * lib/classpath.h: Likewise.
25654         * lib/clean-temp.c: Likewise.
25655         * lib/clean-temp.h: Likewise.
25656         * lib/cloexec.c: Likewise.
25657         * lib/close-stream.c: Likewise.
25658         * lib/closein.c: Likewise.
25659         * lib/closein.h: Likewise.
25660         * lib/closeout.c: Likewise.
25661         * lib/closeout.h: Likewise.
25662         * lib/concat-filename.c: Likewise.
25663         * lib/copy-file.c: Likewise.
25664         * lib/copy-file.h: Likewise.
25665         * lib/count-one-bits.h: Likewise.
25666         * lib/crc.c: Likewise.
25667         * lib/crc.h: Likewise.
25668         * lib/creat-safer.c: Likewise.
25669         * lib/csharpcomp.c: Likewise.
25670         * lib/csharpcomp.h: Likewise.
25671         * lib/csharpexec.c: Likewise.
25672         * lib/csharpexec.h: Likewise.
25673         * lib/cycle-check.c: Likewise.
25674         * lib/cycle-check.h: Likewise.
25675         * lib/diacrit.c: Likewise.
25676         * lib/diacrit.h: Likewise.
25677         * lib/diffseq.h: Likewise.
25678         * lib/dirchownmod.c: Likewise.
25679         * lib/dirent.in.h: Likewise.
25680         * lib/dirfd.c: Likewise.
25681         * lib/dirfd.h: Likewise.
25682         * lib/dirname.c: Likewise.
25683         * lib/dirname.h: Likewise.
25684         * lib/dummy.c: Likewise.
25685         * lib/dup-safer.c: Likewise.
25686         * lib/dup2.c: Likewise.
25687         * lib/eealloc.h: Likewise.
25688         * lib/error.c: Likewise.
25689         * lib/error.h: Likewise.
25690         * lib/euidaccess.c: Likewise.
25691         * lib/exclude.c: Likewise.
25692         * lib/exclude.h: Likewise.
25693         * lib/execute.c: Likewise.
25694         * lib/execute.h: Likewise.
25695         * lib/exitfail.c: Likewise.
25696         * lib/exitfail.h: Likewise.
25697         * lib/expl.c: Likewise.
25698         * lib/fatal-signal.c: Likewise.
25699         * lib/fatal-signal.h: Likewise.
25700         * lib/fbufmode.c: Likewise.
25701         * lib/fbufmode.h: Likewise.
25702         * lib/fchdir.c: Likewise.
25703         * lib/fchmodat.c: Likewise.
25704         * lib/fchownat.c: Likewise.
25705         * lib/fcntl--.h: Likewise.
25706         * lib/fcntl-safer.h: Likewise.
25707         * lib/fcntl.in.h: Likewise.
25708         * lib/fd-safer.c: Likewise.
25709         * lib/fflush.c: Likewise.
25710         * lib/file-has-acl.c: Likewise.
25711         * lib/file-set.c: Likewise.
25712         * lib/file-type.c: Likewise.
25713         * lib/file-type.h: Likewise.
25714         * lib/fileblocks.c: Likewise.
25715         * lib/filemode.c: Likewise.
25716         * lib/filemode.h: Likewise.
25717         * lib/filename.h: Likewise.
25718         * lib/filenamecat.c: Likewise.
25719         * lib/filenamecat.h: Likewise.
25720         * lib/findprog.c: Likewise.
25721         * lib/findprog.h: Likewise.
25722         * lib/float.in.h: Likewise.
25723         * lib/floor.c: Likewise.
25724         * lib/floorf.c: Likewise.
25725         * lib/floorl.c: Likewise.
25726         * lib/fopen-safer.c: Likewise.
25727         * lib/fopen.c: Likewise.
25728         * lib/fpending.c: Likewise.
25729         * lib/fpending.h: Likewise.
25730         * lib/fprintf.c: Likewise.
25731         * lib/fprintftime.h: Likewise.
25732         * lib/fpucw.h: Likewise.
25733         * lib/fpurge.c: Likewise.
25734         * lib/fpurge.h: Likewise.
25735         * lib/freadable.c: Likewise.
25736         * lib/freadable.h: Likewise.
25737         * lib/freadahead.c: Likewise.
25738         * lib/freadahead.h: Likewise.
25739         * lib/freading.c: Likewise.
25740         * lib/freading.h: Likewise.
25741         * lib/free.c: Likewise.
25742         * lib/freopen.c: Likewise.
25743         * lib/frexp.c: Likewise.
25744         * lib/frexpl.c: Likewise.
25745         * lib/fseek.c: Likewise.
25746         * lib/fseterr.c: Likewise.
25747         * lib/fseterr.h: Likewise.
25748         * lib/fstatat.c: Likewise.
25749         * lib/fstrcmp.c: Likewise.
25750         * lib/fstrcmp.h: Likewise.
25751         * lib/fsusage.c: Likewise.
25752         * lib/fsusage.h: Likewise.
25753         * lib/ftell.c: Likewise.
25754         * lib/ftello.c: Likewise.
25755         * lib/fts-cycle.c: Likewise.
25756         * lib/fts.c: Likewise.
25757         * lib/fts_.h: Likewise.
25758         * lib/full-read.c: Likewise.
25759         * lib/full-read.h: Likewise.
25760         * lib/full-write.c: Likewise.
25761         * lib/full-write.h: Likewise.
25762         * lib/fwritable.c: Likewise.
25763         * lib/fwritable.h: Likewise.
25764         * lib/fwriteerror.c: Likewise.
25765         * lib/fwriteerror.h: Likewise.
25766         * lib/fwriting.c: Likewise.
25767         * lib/fwriting.h: Likewise.
25768         * lib/gcd.c: Likewise.
25769         * lib/gcd.h: Likewise.
25770         * lib/getcwd.c: Likewise.
25771         * lib/getdate.h: Likewise.
25772         * lib/getdate.y: Likewise.
25773         * lib/getdomainname.c: Likewise.
25774         * lib/getdomainname.h: Likewise.
25775         * lib/getgroups.c: Likewise.
25776         * lib/gethostname.c: Likewise.
25777         * lib/gethrxtime.c: Likewise.
25778         * lib/gethrxtime.h: Likewise.
25779         * lib/getloadavg.c: Likewise.
25780         * lib/getndelim2.c: Likewise.
25781         * lib/getndelim2.h: Likewise.
25782         * lib/getnline.c: Likewise.
25783         * lib/getnline.h: Likewise.
25784         * lib/getopt.c: Likewise.
25785         * lib/getopt.in.h: Likewise.
25786         * lib/getopt1.c: Likewise.
25787         * lib/getopt_int.h: Likewise.
25788         * lib/getpagesize.h: Likewise.
25789         * lib/getsubopt.c: Likewise.
25790         * lib/gettime.c: Likewise.
25791         * lib/getugroups.c: Likewise.
25792         * lib/getugroups.h: Likewise.
25793         * lib/getusershell.c: Likewise.
25794         * lib/gl_anyavltree_list1.h: Likewise.
25795         * lib/gl_anyavltree_list2.h: Likewise.
25796         * lib/gl_anyhash_list1.h: Likewise.
25797         * lib/gl_anyhash_list2.h: Likewise.
25798         * lib/gl_anylinked_list1.h: Likewise.
25799         * lib/gl_anylinked_list2.h: Likewise.
25800         * lib/gl_anyrbtree_list1.h: Likewise.
25801         * lib/gl_anyrbtree_list2.h: Likewise.
25802         * lib/gl_anytree_list1.h: Likewise.
25803         * lib/gl_anytree_list2.h: Likewise.
25804         * lib/gl_anytree_oset.h: Likewise.
25805         * lib/gl_anytreehash_list1.h: Likewise.
25806         * lib/gl_anytreehash_list2.h: Likewise.
25807         * lib/gl_array_list.c: Likewise.
25808         * lib/gl_array_list.h: Likewise.
25809         * lib/gl_array_oset.c: Likewise.
25810         * lib/gl_array_oset.h: Likewise.
25811         * lib/gl_avltree_list.c: Likewise.
25812         * lib/gl_avltree_list.h: Likewise.
25813         * lib/gl_avltree_oset.c: Likewise.
25814         * lib/gl_avltree_oset.h: Likewise.
25815         * lib/gl_avltreehash_list.c: Likewise.
25816         * lib/gl_avltreehash_list.h: Likewise.
25817         * lib/gl_carray_list.c: Likewise.
25818         * lib/gl_carray_list.h: Likewise.
25819         * lib/gl_linked_list.c: Likewise.
25820         * lib/gl_linked_list.h: Likewise.
25821         * lib/gl_linkedhash_list.c: Likewise.
25822         * lib/gl_linkedhash_list.h: Likewise.
25823         * lib/gl_list.c: Likewise.
25824         * lib/gl_list.h: Likewise.
25825         * lib/gl_oset.c: Likewise.
25826         * lib/gl_oset.h: Likewise.
25827         * lib/gl_rbtree_list.c: Likewise.
25828         * lib/gl_rbtree_list.h: Likewise.
25829         * lib/gl_rbtree_oset.c: Likewise.
25830         * lib/gl_rbtree_oset.h: Likewise.
25831         * lib/gl_rbtreehash_list.c: Likewise.
25832         * lib/gl_rbtreehash_list.h: Likewise.
25833         * lib/gl_sublist.c: Likewise.
25834         * lib/gl_sublist.h: Likewise.
25835         * lib/group-member.c: Likewise.
25836         * lib/group-member.h: Likewise.
25837         * lib/hard-locale.c: Likewise.
25838         * lib/hard-locale.h: Likewise.
25839         * lib/hash-pjw.c: Likewise.
25840         * lib/hash-pjw.h: Likewise.
25841         * lib/hash-triple.c: Likewise.
25842         * lib/hash.c: Likewise.
25843         * lib/hash.h: Likewise.
25844         * lib/human.c: Likewise.
25845         * lib/human.h: Likewise.
25846         * lib/i-ring.c: Likewise.
25847         * lib/i-ring.h: Likewise.
25848         * lib/idcache.c: Likewise.
25849         * lib/imaxabs.c: Likewise.
25850         * lib/imaxdiv.c: Likewise.
25851         * lib/inet_pton.c: Likewise.
25852         * lib/inet_pton.h: Likewise.
25853         * lib/intprops.h: Likewise.
25854         * lib/inttostr.c: Likewise.
25855         * lib/inttostr.h: Likewise.
25856         * lib/inttypes.in.h: Likewise.
25857         * lib/isapipe.c: Likewise.
25858         * lib/isdir.c: Likewise.
25859         * lib/isnan.c: Likewise.
25860         * lib/isnan.h: Likewise.
25861         * lib/isnanf.c: Likewise.
25862         * lib/isnanf.h: Likewise.
25863         * lib/isnanl-nolibm.h: Likewise.
25864         * lib/isnanl.c: Likewise.
25865         * lib/isnanl.h: Likewise.
25866         * lib/javacomp.c: Likewise.
25867         * lib/javacomp.h: Likewise.
25868         * lib/javaexec.c: Likewise.
25869         * lib/javaexec.h: Likewise.
25870         * lib/javaversion.c: Likewise.
25871         * lib/javaversion.h: Likewise.
25872         * lib/javaversion.java: Likewise.
25873         * lib/lbrkprop.h: Likewise.
25874         * lib/lchmod.h: Likewise.
25875         * lib/lchown.c: Likewise.
25876         * lib/ldexpl.c: Likewise.
25877         * lib/linebreak.c: Likewise.
25878         * lib/linebreak.h: Likewise.
25879         * lib/linebuffer.c: Likewise.
25880         * lib/linebuffer.h: Likewise.
25881         * lib/locale.in.h: Likewise.
25882         * lib/logl.c: Likewise.
25883         * lib/long-options.c: Likewise.
25884         * lib/long-options.h: Likewise.
25885         * lib/lstat.c: Likewise.
25886         * lib/lstat.h: Likewise.
25887         * lib/math.in.h: Likewise.
25888         * lib/mbchar.c: Likewise.
25889         * lib/mbchar.h: Likewise.
25890         * lib/mbfile.h: Likewise.
25891         * lib/mbiter.h: Likewise.
25892         * lib/mbscasecmp.c: Likewise.
25893         * lib/mbscasestr.c: Likewise.
25894         * lib/mbschr.c: Likewise.
25895         * lib/mbscspn.c: Likewise.
25896         * lib/mbslen.c: Likewise.
25897         * lib/mbsncasecmp.c: Likewise.
25898         * lib/mbsnlen.c: Likewise.
25899         * lib/mbspbrk.c: Likewise.
25900         * lib/mbspcasecmp.c: Likewise.
25901         * lib/mbsrchr.c: Likewise.
25902         * lib/mbssep.c: Likewise.
25903         * lib/mbsspn.c: Likewise.
25904         * lib/mbsstr.c: Likewise.
25905         * lib/mbstok_r.c: Likewise.
25906         * lib/mbswidth.c: Likewise.
25907         * lib/mbswidth.h: Likewise.
25908         * lib/mbuiter.h: Likewise.
25909         * lib/memcasecmp.c: Likewise.
25910         * lib/memcasecmp.h: Likewise.
25911         * lib/memchr.c: Likewise.
25912         * lib/memcmp.c: Likewise.
25913         * lib/memcoll.c: Likewise.
25914         * lib/memcoll.h: Likewise.
25915         * lib/memcpy.c: Likewise.
25916         * lib/memrchr.c: Likewise.
25917         * lib/mkancesdirs.c: Likewise.
25918         * lib/mkdir-p.c: Likewise.
25919         * lib/mkdir-p.h: Likewise.
25920         * lib/mkdir.c: Likewise.
25921         * lib/mkdirat.c: Likewise.
25922         * lib/mkdtemp.c: Likewise.
25923         * lib/mkstemp-safer.c: Likewise.
25924         * lib/mkstemp.c: Likewise.
25925         * lib/modechange.c: Likewise.
25926         * lib/modechange.h: Likewise.
25927         * lib/mountlist.c: Likewise.
25928         * lib/mountlist.h: Likewise.
25929         * lib/mpsort.c: Likewise.
25930         * lib/nanosleep.c: Likewise.
25931         * lib/obstack.c: Likewise.
25932         * lib/obstack.h: Likewise.
25933         * lib/open-safer.c: Likewise.
25934         * lib/open.c: Likewise.
25935         * lib/openat-die.c: Likewise.
25936         * lib/openat-priv.h: Likewise.
25937         * lib/openat-proc.c: Likewise.
25938         * lib/openat.c: Likewise.
25939         * lib/openat.h: Likewise.
25940         * lib/pagealign_alloc.c: Likewise.
25941         * lib/pagealign_alloc.h: Likewise.
25942         * lib/physmem.c: Likewise.
25943         * lib/physmem.h: Likewise.
25944         * lib/pipe-safer.c: Likewise.
25945         * lib/pipe.c: Likewise.
25946         * lib/pipe.h: Likewise.
25947         * lib/posixtm.c: Likewise.
25948         * lib/posixtm.h: Likewise.
25949         * lib/posixver.c: Likewise.
25950         * lib/printf-frexp.c: Likewise.
25951         * lib/printf-frexp.h: Likewise.
25952         * lib/printf-frexpl.c: Likewise.
25953         * lib/printf-frexpl.h: Likewise.
25954         * lib/printf.c: Likewise.
25955         * lib/progname.c: Likewise.
25956         * lib/progname.h: Likewise.
25957         * lib/progreloc.c: Likewise.
25958         * lib/putenv.c: Likewise.
25959         * lib/quote.c: Likewise.
25960         * lib/quote.h: Likewise.
25961         * lib/quotearg.c: Likewise.
25962         * lib/quotearg.h: Likewise.
25963         * lib/raise.c: Likewise.
25964         * lib/readline.c: Likewise.
25965         * lib/readline.h: Likewise.
25966         * lib/readlink.c: Likewise.
25967         * lib/readtokens.c: Likewise.
25968         * lib/readtokens.h: Likewise.
25969         * lib/readtokens0.c: Likewise.
25970         * lib/readtokens0.h: Likewise.
25971         * lib/readutmp.c: Likewise.
25972         * lib/readutmp.h: Likewise.
25973         * lib/realloc.c: Likewise.
25974         * lib/relocwrapper.c: Likewise.
25975         * lib/rename-dest-slash.c: Likewise.
25976         * lib/rename.c: Likewise.
25977         * lib/rmdir.c: Likewise.
25978         * lib/rpmatch.c: Likewise.
25979         * lib/safe-read.c: Likewise.
25980         * lib/safe-read.h: Likewise.
25981         * lib/safe-write.c: Likewise.
25982         * lib/safe-write.h: Likewise.
25983         * lib/same-inode.h: Likewise.
25984         * lib/same.c: Likewise.
25985         * lib/same.h: Likewise.
25986         * lib/save-cwd.c: Likewise.
25987         * lib/save-cwd.h: Likewise.
25988         * lib/savedir.c: Likewise.
25989         * lib/savedir.h: Likewise.
25990         * lib/savewd.c: Likewise.
25991         * lib/savewd.h: Likewise.
25992         * lib/search.in.h: Likewise.
25993         * lib/setenv.c: Likewise.
25994         * lib/setenv.h: Likewise.
25995         * lib/settime.c: Likewise.
25996         * lib/sh-quote.c: Likewise.
25997         * lib/sh-quote.h: Likewise.
25998         * lib/sig2str.c: Likewise.
25999         * lib/sig2str.h: Likewise.
26000         * lib/signal.in.h: Likewise.
26001         * lib/signbitd.c: Likewise.
26002         * lib/signbitf.c: Likewise.
26003         * lib/signbitl.c: Likewise.
26004         * lib/sigprocmask.c: Likewise.
26005         * lib/sincosl.c: Likewise.
26006         * lib/sleep.c: Likewise.
26007         * lib/sprintf.c: Likewise.
26008         * lib/sqrtl.c: Likewise.
26009         * lib/stat-time.h: Likewise.
26010         * lib/stdio--.h: Likewise.
26011         * lib/stdio-safer.h: Likewise.
26012         * lib/stdlib--.h: Likewise.
26013         * lib/stdlib-safer.h: Likewise.
26014         * lib/stdlib.in.h: Likewise.
26015         * lib/stpcpy.c: Likewise.
26016         * lib/stpncpy.c: Likewise.
26017         * lib/strchrnul.c: Likewise.
26018         * lib/strcspn.c: Likewise.
26019         * lib/strerror.c: Likewise.
26020         * lib/strftime.c: Likewise.
26021         * lib/strftime.h: Likewise.
26022         * lib/striconveh.c: Likewise.
26023         * lib/striconveh.h: Likewise.
26024         * lib/striconveha.c: Likewise.
26025         * lib/striconveha.h: Likewise.
26026         * lib/stripslash.c: Likewise.
26027         * lib/strnlen1.c: Likewise.
26028         * lib/strnlen1.h: Likewise.
26029         * lib/strtod.c: Likewise.
26030         * lib/strtoimax.c: Likewise.
26031         * lib/strtok_r.c: Likewise.
26032         * lib/strtol.c: Likewise.
26033         * lib/strtoll.c: Likewise.
26034         * lib/strtoul.c: Likewise.
26035         * lib/strtoull.c: Likewise.
26036         * lib/sysexits.in.h: Likewise.
26037         * lib/tempname.c: Likewise.
26038         * lib/tempname.h: Likewise.
26039         * lib/timespec.h: Likewise.
26040         * lib/tls.c: Likewise.
26041         * lib/tls.h: Likewise.
26042         * lib/tmpdir.c: Likewise.
26043         * lib/tmpdir.h: Likewise.
26044         * lib/tmpfile-safer.c: Likewise.
26045         * lib/tmpfile.c: Likewise.
26046         * lib/trigl.c: Likewise.
26047         * lib/trigl.h: Likewise.
26048         * lib/trim.c: Likewise.
26049         * lib/trim.h: Likewise.
26050         * lib/trunc.c: Likewise.
26051         * lib/truncf.c: Likewise.
26052         * lib/truncl.c: Likewise.
26053         * lib/tsearch.c: Likewise.
26054         * lib/unicodeio.c: Likewise.
26055         * lib/unicodeio.h: Likewise.
26056         * lib/unistd--.h: Likewise.
26057         * lib/unistd-safer.h: Likewise.
26058         * lib/unistdio/ulc-fprintf.c: Likewise.
26059         * lib/unistdio/ulc-vfprintf.c: Likewise.
26060         * lib/unlinkdir.c: Likewise.
26061         * lib/unlinkdir.h: Likewise.
26062         * lib/unlocked-io.h: Likewise.
26063         * lib/unsetenv.c: Likewise.
26064         * lib/userspec.c: Likewise.
26065         * lib/utime.c: Likewise.
26066         * lib/utimecmp.c: Likewise.
26067         * lib/utimecmp.h: Likewise.
26068         * lib/utimens.c: Likewise.
26069         * lib/verify.h: Likewise.
26070         * lib/verror.c: Likewise.
26071         * lib/verror.h: Likewise.
26072         * lib/version-etc-fsf.c: Likewise.
26073         * lib/version-etc.c: Likewise.
26074         * lib/version-etc.h: Likewise.
26075         * lib/vfprintf.c: Likewise.
26076         * lib/vprintf.c: Likewise.
26077         * lib/vsprintf.c: Likewise.
26078         * lib/w32spawn.h: Likewise.
26079         * lib/wait-process.c: Likewise.
26080         * lib/wait-process.h: Likewise.
26081         * lib/wcwidth.c: Likewise.
26082         * lib/write-any-file.c: Likewise.
26083         * lib/xalloc-die.c: Likewise.
26084         * lib/xalloc.h: Likewise.
26085         * lib/xasprintf.c: Likewise.
26086         * lib/xgetcwd.c: Likewise.
26087         * lib/xgetcwd.h: Likewise.
26088         * lib/xgetdomainname.c: Likewise.
26089         * lib/xgetdomainname.h: Likewise.
26090         * lib/xgethostname.c: Likewise.
26091         * lib/xmalloc.c: Likewise.
26092         * lib/xmalloca.c: Likewise.
26093         * lib/xmalloca.h: Likewise.
26094         * lib/xmemcoll.c: Likewise.
26095         * lib/xnanosleep.c: Likewise.
26096         * lib/xreadlink.c: Likewise.
26097         * lib/xreadlink.h: Likewise.
26098         * lib/xsetenv.c: Likewise.
26099         * lib/xsetenv.h: Likewise.
26100         * lib/xstriconv.c: Likewise.
26101         * lib/xstriconv.h: Likewise.
26102         * lib/xstrndup.c: Likewise.
26103         * lib/xstrndup.h: Likewise.
26104         * lib/xstrtod.c: Likewise.
26105         * lib/xstrtod.h: Likewise.
26106         * lib/xstrtol-error.c: Likewise.
26107         * lib/xstrtol.c: Likewise.
26108         * lib/xstrtol.h: Likewise.
26109         * lib/xtime.h: Likewise.
26110         * lib/xvasprintf.c: Likewise.
26111         * lib/xvasprintf.h: Likewise.
26112         * lib/yesno.c: Likewise.
26113         * lib/yesno.h: Likewise.
26114         * posix-modules: Likewise.
26115         * tests/test-alloca-opt.c: Likewise.
26116         * tests/test-arcfour.c: Likewise.
26117         * tests/test-arctwo.c: Likewise.
26118         * tests/test-argmatch.c: Likewise.
26119         * tests/test-argp-2.sh: Likewise.
26120         * tests/test-argp.c: Likewise.
26121         * tests/test-arpa_inet.c: Likewise.
26122         * tests/test-array_list.c: Likewise.
26123         * tests/test-array_oset.c: Likewise.
26124         * tests/test-atexit.c: Likewise.
26125         * tests/test-avltree_list.c: Likewise.
26126         * tests/test-avltree_oset.c: Likewise.
26127         * tests/test-avltreehash_list.c: Likewise.
26128         * tests/test-base64.c: Likewise.
26129         * tests/test-binary-io.c: Likewise.
26130         * tests/test-byteswap.c: Likewise.
26131         * tests/test-c-ctype.c: Likewise.
26132         * tests/test-c-strcasecmp.c: Likewise.
26133         * tests/test-c-strcasestr.c: Likewise.
26134         * tests/test-c-strncasecmp.c: Likewise.
26135         * tests/test-c-strstr.c: Likewise.
26136         * tests/test-canonicalize-lgpl.c: Likewise.
26137         * tests/test-canonicalize.c: Likewise.
26138         * tests/test-carray_list.c: Likewise.
26139         * tests/test-ceilf.c: Likewise.
26140         * tests/test-ceill.c: Likewise.
26141         * tests/test-count-one-bits.c: Likewise.
26142         * tests/test-crc.c: Likewise.
26143         * tests/test-dirname.c: Likewise.
26144         * tests/test-fbufmode.c: Likewise.
26145         * tests/test-fcntl.c: Likewise.
26146         * tests/test-fflush.c: Likewise.
26147         * tests/test-floorf.c: Likewise.
26148         * tests/test-floorl.c: Likewise.
26149         * tests/test-fopen.c: Likewise.
26150         * tests/test-fprintf-posix.c: Likewise.
26151         * tests/test-fprintf-posix.h: Likewise.
26152         * tests/test-fpurge.c: Likewise.
26153         * tests/test-freadable.c: Likewise.
26154         * tests/test-freadahead.c: Likewise.
26155         * tests/test-freading.c: Likewise.
26156         * tests/test-freopen.c: Likewise.
26157         * tests/test-frexp.c: Likewise.
26158         * tests/test-frexpl.c: Likewise.
26159         * tests/test-fseek.c: Likewise.
26160         * tests/test-fseeko.c: Likewise.
26161         * tests/test-fseterr.c: Likewise.
26162         * tests/test-fstrcmp.c: Likewise.
26163         * tests/test-ftell.c: Likewise.
26164         * tests/test-ftello.c: Likewise.
26165         * tests/test-fwritable.c: Likewise.
26166         * tests/test-fwriting.c: Likewise.
26167         * tests/test-getaddrinfo.c: Likewise.
26168         * tests/test-getpass.c: Likewise.
26169         * tests/test-gettimeofday.c: Likewise.
26170         * tests/test-hmac-md5.c: Likewise.
26171         * tests/test-hmac-sha1.c: Likewise.
26172         * tests/test-iconv.c: Likewise.
26173         * tests/test-iconvme.c: Likewise.
26174         * tests/test-inttypes.c: Likewise.
26175         * tests/test-isnan.c: Likewise.
26176         * tests/test-isnanf.c: Likewise.
26177         * tests/test-isnanl-nolibm.c: Likewise.
26178         * tests/test-isnanl.c: Likewise.
26179         * tests/test-isnanl.h: Likewise.
26180         * tests/test-ldexpl.c: Likewise.
26181         * tests/test-linked_list.c: Likewise.
26182         * tests/test-linkedhash_list.c: Likewise.
26183         * tests/test-locale.c: Likewise.
26184         * tests/test-localename.c: Likewise.
26185         * tests/test-lock.c: Likewise.
26186         * tests/test-lseek.c: Likewise.
26187         * tests/test-malloca.c: Likewise.
26188         * tests/test-math.c: Likewise.
26189         * tests/test-mbscasecmp.c: Likewise.
26190         * tests/test-mbscasestr1.c: Likewise.
26191         * tests/test-mbscasestr2.c: Likewise.
26192         * tests/test-mbscasestr3.c: Likewise.
26193         * tests/test-mbscasestr4.c: Likewise.
26194         * tests/test-mbschr.c: Likewise.
26195         * tests/test-mbscspn.c: Likewise.
26196         * tests/test-mbsncasecmp.c: Likewise.
26197         * tests/test-mbspbrk.c: Likewise.
26198         * tests/test-mbspcasecmp.c: Likewise.
26199         * tests/test-mbsrchr.c: Likewise.
26200         * tests/test-mbsspn.c: Likewise.
26201         * tests/test-mbsstr1.c: Likewise.
26202         * tests/test-mbsstr2.c: Likewise.
26203         * tests/test-mbsstr3.c: Likewise.
26204         * tests/test-md5.c: Likewise.
26205         * tests/test-memmem.c: Likewise.
26206         * tests/test-netinet_in.c: Likewise.
26207         * tests/test-open.c: Likewise.
26208         * tests/test-printf-frexp.c: Likewise.
26209         * tests/test-printf-frexpl.c: Likewise.
26210         * tests/test-printf-posix.c: Likewise.
26211         * tests/test-printf-posix.h: Likewise.
26212         * tests/test-rbtree_list.c: Likewise.
26213         * tests/test-rbtree_oset.c: Likewise.
26214         * tests/test-rbtreehash_list.c: Likewise.
26215         * tests/test-read-file.c: Likewise.
26216         * tests/test-rijndael.c: Likewise.
26217         * tests/test-search.c: Likewise.
26218         * tests/test-signbit.c: Likewise.
26219         * tests/test-sleep.c: Likewise.
26220         * tests/test-snprintf-posix.c: Likewise.
26221         * tests/test-snprintf-posix.h: Likewise.
26222         * tests/test-snprintf.c: Likewise.
26223         * tests/test-sprintf-posix.c: Likewise.
26224         * tests/test-sprintf-posix.h: Likewise.
26225         * tests/test-stat-time.c: Likewise.
26226         * tests/test-stdbool.c: Likewise.
26227         * tests/test-stdint.c: Likewise.
26228         * tests/test-stdio.c: Likewise.
26229         * tests/test-stdlib.c: Likewise.
26230         * tests/test-stpncpy.c: Likewise.
26231         * tests/test-strcasestr.c: Likewise.
26232         * tests/test-striconv.c: Likewise.
26233         * tests/test-striconveh.c: Likewise.
26234         * tests/test-striconveha.c: Likewise.
26235         * tests/test-string.c: Likewise.
26236         * tests/test-sys_select.c: Likewise.
26237         * tests/test-sys_socket.c: Likewise.
26238         * tests/test-sys_stat.c: Likewise.
26239         * tests/test-sys_time.c: Likewise.
26240         * tests/test-sysexits.c: Likewise.
26241         * tests/test-time.c: Likewise.
26242         * tests/test-tls.c: Likewise.
26243         * tests/test-trunc.c: Likewise.
26244         * tests/test-truncf.c: Likewise.
26245         * tests/test-truncl.c: Likewise.
26246         * tests/test-unistd.c: Likewise.
26247         * tests/test-vasnprintf-posix.c: Likewise.
26248         * tests/test-vasnprintf-posix2.c: Likewise.
26249         * tests/test-vasnprintf.c: Likewise.
26250         * tests/test-vasprintf-posix.c: Likewise.
26251         * tests/test-vasprintf.c: Likewise.
26252         * tests/test-verify.c: Likewise.
26253         * tests/test-vfprintf-posix.c: Likewise.
26254         * tests/test-vprintf-posix.c: Likewise.
26255         * tests/test-vsnprintf-posix.c: Likewise.
26256         * tests/test-vsnprintf.c: Likewise.
26257         * tests/test-vsprintf-posix.c: Likewise.
26258         * tests/test-wchar.c: Likewise.
26259         * tests/test-wctype.c: Likewise.
26260         * tests/test-wcwidth.c: Likewise.
26261         * tests/test-xstrtol.c: Likewise.
26262         * tests/test-xvasprintf.c: Likewise.
26263         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
26264         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
26265         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
26266         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
26267         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
26268         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
26269         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
26270         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
26271         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
26272         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
26273         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
26274         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
26275         * tests/uniname/test-uninames.c: Likewise.
26276         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
26277         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
26278         * tests/unistdio/test-u16-printf1.h: Likewise.
26279         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
26280         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
26281         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
26282         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
26283         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
26284         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
26285         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
26286         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
26287         * tests/unistdio/test-u32-printf1.h: Likewise.
26288         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
26289         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
26290         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
26291         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
26292         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
26293         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
26294         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
26295         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
26296         * tests/unistdio/test-u8-printf1.h: Likewise.
26297         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
26298         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
26299         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
26300         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
26301         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
26302         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
26303         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
26304         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
26305         * tests/unistdio/test-ulc-printf1.h: Likewise.
26306         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
26307         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
26308         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
26309         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
26310         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
26311         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
26312         * tests/uniwidth/test-u16-strwidth.c: Likewise.
26313         * tests/uniwidth/test-u16-width.c: Likewise.
26314         * tests/uniwidth/test-u32-strwidth.c: Likewise.
26315         * tests/uniwidth/test-u32-width.c: Likewise.
26316         * tests/uniwidth/test-u8-strwidth.c: Likewise.
26317         * tests/uniwidth/test-u8-width.c: Likewise.
26318         * tests/uniwidth/test-uc_width.c: Likewise.
26319         * config/srclist-update: Likewise.
26320         (fixlicense): Update to GPLv3+.
26321
26322         Change copyright notice from LGPLv2.1+ to LGPLv3+.
26323         * tests/test-tsearch.c: Change copyright notice.
26324
26325         Change copyright notice from LGPLv2.0+ to LGPLv3+.
26326         * lib/c-strcaseeq.h: Change copyright notice.
26327         * lib/streq.h: Likewise.
26328         * lib/uniconv.h: Likewise.
26329         * lib/uniconv/u-conv-from-enc.h: Likewise.
26330         * lib/uniconv/u-conv-to-enc.h: Likewise.
26331         * lib/uniconv/u-strconv-from-enc.h: Likewise.
26332         * lib/uniconv/u-strconv-to-enc.h: Likewise.
26333         * lib/uniconv/u16-conv-from-enc.c: Likewise.
26334         * lib/uniconv/u16-conv-to-enc.c: Likewise.
26335         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
26336         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
26337         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
26338         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
26339         * lib/uniconv/u32-conv-from-enc.c: Likewise.
26340         * lib/uniconv/u32-conv-to-enc.c: Likewise.
26341         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
26342         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
26343         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
26344         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
26345         * lib/uniconv/u8-conv-from-enc.c: Likewise.
26346         * lib/uniconv/u8-conv-to-enc.c: Likewise.
26347         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
26348         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
26349         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
26350         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
26351         * lib/uniname.h: Likewise.
26352         * lib/uniname/uniname.c: Likewise.
26353         * lib/unistdio.h: Likewise.
26354         * lib/unistdio/u-asnprintf.h: Likewise.
26355         * lib/unistdio/u-asprintf.h: Likewise.
26356         * lib/unistdio/u-printf-args.c: Likewise.
26357         * lib/unistdio/u-printf-args.h: Likewise.
26358         * lib/unistdio/u-printf-parse.h: Likewise.
26359         * lib/unistdio/u-snprintf.h: Likewise.
26360         * lib/unistdio/u-sprintf.h: Likewise.
26361         * lib/unistdio/u-vasprintf.h: Likewise.
26362         * lib/unistdio/u-vsnprintf.h: Likewise.
26363         * lib/unistdio/u-vsprintf.h: Likewise.
26364         * lib/unistdio/u16-asnprintf.c: Likewise.
26365         * lib/unistdio/u16-asprintf.c: Likewise.
26366         * lib/unistdio/u16-printf-parse.c: Likewise.
26367         * lib/unistdio/u16-snprintf.c: Likewise.
26368         * lib/unistdio/u16-sprintf.c: Likewise.
26369         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
26370         * lib/unistdio/u16-u16-asprintf.c: Likewise.
26371         * lib/unistdio/u16-u16-snprintf.c: Likewise.
26372         * lib/unistdio/u16-u16-sprintf.c: Likewise.
26373         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
26374         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
26375         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
26376         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
26377         * lib/unistdio/u16-vasnprintf.c: Likewise.
26378         * lib/unistdio/u16-vasprintf.c: Likewise.
26379         * lib/unistdio/u16-vsnprintf.c: Likewise.
26380         * lib/unistdio/u16-vsprintf.c: Likewise.
26381         * lib/unistdio/u32-asnprintf.c: Likewise.
26382         * lib/unistdio/u32-asprintf.c: Likewise.
26383         * lib/unistdio/u32-printf-parse.c: Likewise.
26384         * lib/unistdio/u32-snprintf.c: Likewise.
26385         * lib/unistdio/u32-sprintf.c: Likewise.
26386         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
26387         * lib/unistdio/u32-u32-asprintf.c: Likewise.
26388         * lib/unistdio/u32-u32-snprintf.c: Likewise.
26389         * lib/unistdio/u32-u32-sprintf.c: Likewise.
26390         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
26391         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
26392         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
26393         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
26394         * lib/unistdio/u32-vasnprintf.c: Likewise.
26395         * lib/unistdio/u32-vasprintf.c: Likewise.
26396         * lib/unistdio/u32-vsnprintf.c: Likewise.
26397         * lib/unistdio/u32-vsprintf.c: Likewise.
26398         * lib/unistdio/u8-asnprintf.c: Likewise.
26399         * lib/unistdio/u8-asprintf.c: Likewise.
26400         * lib/unistdio/u8-printf-parse.c: Likewise.
26401         * lib/unistdio/u8-snprintf.c: Likewise.
26402         * lib/unistdio/u8-sprintf.c: Likewise.
26403         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
26404         * lib/unistdio/u8-u8-asprintf.c: Likewise.
26405         * lib/unistdio/u8-u8-snprintf.c: Likewise.
26406         * lib/unistdio/u8-u8-sprintf.c: Likewise.
26407         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
26408         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
26409         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
26410         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
26411         * lib/unistdio/u8-vasnprintf.c: Likewise.
26412         * lib/unistdio/u8-vasprintf.c: Likewise.
26413         * lib/unistdio/u8-vsnprintf.c: Likewise.
26414         * lib/unistdio/u8-vsprintf.c: Likewise.
26415         * lib/unistdio/ulc-asnprintf.c: Likewise.
26416         * lib/unistdio/ulc-asprintf.c: Likewise.
26417         * lib/unistdio/ulc-printf-parse.c: Likewise.
26418         * lib/unistdio/ulc-snprintf.c: Likewise.
26419         * lib/unistdio/ulc-sprintf.c: Likewise.
26420         * lib/unistdio/ulc-vasnprintf.c: Likewise.
26421         * lib/unistdio/ulc-vasprintf.c: Likewise.
26422         * lib/unistdio/ulc-vsnprintf.c: Likewise.
26423         * lib/unistdio/ulc-vsprintf.c: Likewise.
26424         * lib/unistr.h: Likewise.
26425         * lib/unistr/u-cpy-alloc.h: Likewise.
26426         * lib/unistr/u-cpy.h: Likewise.
26427         * lib/unistr/u-endswith.h: Likewise.
26428         * lib/unistr/u-move.h: Likewise.
26429         * lib/unistr/u-set.h: Likewise.
26430         * lib/unistr/u-startswith.h: Likewise.
26431         * lib/unistr/u-stpcpy.h: Likewise.
26432         * lib/unistr/u-stpncpy.h: Likewise.
26433         * lib/unistr/u-strcat.h: Likewise.
26434         * lib/unistr/u-strcpy.h: Likewise.
26435         * lib/unistr/u-strcspn.h: Likewise.
26436         * lib/unistr/u-strdup.h: Likewise.
26437         * lib/unistr/u-strlen.h: Likewise.
26438         * lib/unistr/u-strncat.h: Likewise.
26439         * lib/unistr/u-strncpy.h: Likewise.
26440         * lib/unistr/u-strnlen.h: Likewise.
26441         * lib/unistr/u-strpbrk.h: Likewise.
26442         * lib/unistr/u-strspn.h: Likewise.
26443         * lib/unistr/u-strstr.h: Likewise.
26444         * lib/unistr/u-strtok.h: Likewise.
26445         * lib/unistr/u16-check.c: Likewise.
26446         * lib/unistr/u16-chr.c: Likewise.
26447         * lib/unistr/u16-cmp.c: Likewise.
26448         * lib/unistr/u16-cpy-alloc.c: Likewise.
26449         * lib/unistr/u16-cpy.c: Likewise.
26450         * lib/unistr/u16-endswith.c: Likewise.
26451         * lib/unistr/u16-mblen.c: Likewise.
26452         * lib/unistr/u16-mbsnlen.c: Likewise.
26453         * lib/unistr/u16-mbtouc-aux.c: Likewise.
26454         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
26455         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
26456         * lib/unistr/u16-mbtouc.c: Likewise.
26457         * lib/unistr/u16-mbtoucr.c: Likewise.
26458         * lib/unistr/u16-move.c: Likewise.
26459         * lib/unistr/u16-next.c: Likewise.
26460         * lib/unistr/u16-prev.c: Likewise.
26461         * lib/unistr/u16-set.c: Likewise.
26462         * lib/unistr/u16-startswith.c: Likewise.
26463         * lib/unistr/u16-stpcpy.c: Likewise.
26464         * lib/unistr/u16-stpncpy.c: Likewise.
26465         * lib/unistr/u16-strcat.c: Likewise.
26466         * lib/unistr/u16-strchr.c: Likewise.
26467         * lib/unistr/u16-strcmp.c: Likewise.
26468         * lib/unistr/u16-strcpy.c: Likewise.
26469         * lib/unistr/u16-strcspn.c: Likewise.
26470         * lib/unistr/u16-strdup.c: Likewise.
26471         * lib/unistr/u16-strlen.c: Likewise.
26472         * lib/unistr/u16-strmblen.c: Likewise.
26473         * lib/unistr/u16-strmbtouc.c: Likewise.
26474         * lib/unistr/u16-strncat.c: Likewise.
26475         * lib/unistr/u16-strncmp.c: Likewise.
26476         * lib/unistr/u16-strncpy.c: Likewise.
26477         * lib/unistr/u16-strnlen.c: Likewise.
26478         * lib/unistr/u16-strpbrk.c: Likewise.
26479         * lib/unistr/u16-strrchr.c: Likewise.
26480         * lib/unistr/u16-strspn.c: Likewise.
26481         * lib/unistr/u16-strstr.c: Likewise.
26482         * lib/unistr/u16-strtok.c: Likewise.
26483         * lib/unistr/u16-to-u32.c: Likewise.
26484         * lib/unistr/u16-to-u8.c: Likewise.
26485         * lib/unistr/u16-uctomb-aux.c: Likewise.
26486         * lib/unistr/u16-uctomb.c: Likewise.
26487         * lib/unistr/u32-check.c: Likewise.
26488         * lib/unistr/u32-chr.c: Likewise.
26489         * lib/unistr/u32-cmp.c: Likewise.
26490         * lib/unistr/u32-cpy-alloc.c: Likewise.
26491         * lib/unistr/u32-cpy.c: Likewise.
26492         * lib/unistr/u32-endswith.c: Likewise.
26493         * lib/unistr/u32-mblen.c: Likewise.
26494         * lib/unistr/u32-mbsnlen.c: Likewise.
26495         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
26496         * lib/unistr/u32-mbtouc.c: Likewise.
26497         * lib/unistr/u32-mbtoucr.c: Likewise.
26498         * lib/unistr/u32-move.c: Likewise.
26499         * lib/unistr/u32-next.c: Likewise.
26500         * lib/unistr/u32-prev.c: Likewise.
26501         * lib/unistr/u32-set.c: Likewise.
26502         * lib/unistr/u32-startswith.c: Likewise.
26503         * lib/unistr/u32-stpcpy.c: Likewise.
26504         * lib/unistr/u32-stpncpy.c: Likewise.
26505         * lib/unistr/u32-strcat.c: Likewise.
26506         * lib/unistr/u32-strchr.c: Likewise.
26507         * lib/unistr/u32-strcmp.c: Likewise.
26508         * lib/unistr/u32-strcpy.c: Likewise.
26509         * lib/unistr/u32-strcspn.c: Likewise.
26510         * lib/unistr/u32-strdup.c: Likewise.
26511         * lib/unistr/u32-strlen.c: Likewise.
26512         * lib/unistr/u32-strmblen.c: Likewise.
26513         * lib/unistr/u32-strmbtouc.c: Likewise.
26514         * lib/unistr/u32-strncat.c: Likewise.
26515         * lib/unistr/u32-strncmp.c: Likewise.
26516         * lib/unistr/u32-strncpy.c: Likewise.
26517         * lib/unistr/u32-strnlen.c: Likewise.
26518         * lib/unistr/u32-strpbrk.c: Likewise.
26519         * lib/unistr/u32-strrchr.c: Likewise.
26520         * lib/unistr/u32-strspn.c: Likewise.
26521         * lib/unistr/u32-strstr.c: Likewise.
26522         * lib/unistr/u32-strtok.c: Likewise.
26523         * lib/unistr/u32-to-u16.c: Likewise.
26524         * lib/unistr/u32-to-u8.c: Likewise.
26525         * lib/unistr/u32-uctomb.c: Likewise.
26526         * lib/unistr/u8-check.c: Likewise.
26527         * lib/unistr/u8-chr.c: Likewise.
26528         * lib/unistr/u8-cmp.c: Likewise.
26529         * lib/unistr/u8-cpy-alloc.c: Likewise.
26530         * lib/unistr/u8-cpy.c: Likewise.
26531         * lib/unistr/u8-endswith.c: Likewise.
26532         * lib/unistr/u8-mblen.c: Likewise.
26533         * lib/unistr/u8-mbsnlen.c: Likewise.
26534         * lib/unistr/u8-mbtouc-aux.c: Likewise.
26535         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
26536         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
26537         * lib/unistr/u8-mbtouc.c: Likewise.
26538         * lib/unistr/u8-mbtoucr.c: Likewise.
26539         * lib/unistr/u8-move.c: Likewise.
26540         * lib/unistr/u8-next.c: Likewise.
26541         * lib/unistr/u8-prev.c: Likewise.
26542         * lib/unistr/u8-set.c: Likewise.
26543         * lib/unistr/u8-startswith.c: Likewise.
26544         * lib/unistr/u8-stpcpy.c: Likewise.
26545         * lib/unistr/u8-stpncpy.c: Likewise.
26546         * lib/unistr/u8-strcat.c: Likewise.
26547         * lib/unistr/u8-strchr.c: Likewise.
26548         * lib/unistr/u8-strcmp.c: Likewise.
26549         * lib/unistr/u8-strcpy.c: Likewise.
26550         * lib/unistr/u8-strcspn.c: Likewise.
26551         * lib/unistr/u8-strdup.c: Likewise.
26552         * lib/unistr/u8-strlen.c: Likewise.
26553         * lib/unistr/u8-strmblen.c: Likewise.
26554         * lib/unistr/u8-strmbtouc.c: Likewise.
26555         * lib/unistr/u8-strncat.c: Likewise.
26556         * lib/unistr/u8-strncmp.c: Likewise.
26557         * lib/unistr/u8-strncpy.c: Likewise.
26558         * lib/unistr/u8-strnlen.c: Likewise.
26559         * lib/unistr/u8-strpbrk.c: Likewise.
26560         * lib/unistr/u8-strrchr.c: Likewise.
26561         * lib/unistr/u8-strspn.c: Likewise.
26562         * lib/unistr/u8-strstr.c: Likewise.
26563         * lib/unistr/u8-strtok.c: Likewise.
26564         * lib/unistr/u8-to-u16.c: Likewise.
26565         * lib/unistr/u8-to-u32.c: Likewise.
26566         * lib/unistr/u8-uctomb-aux.c: Likewise.
26567         * lib/unistr/u8-uctomb.c: Likewise.
26568         * lib/unitypes.h: Likewise.
26569         * lib/uniwidth.h: Likewise.
26570         * lib/uniwidth/cjk.h: Likewise.
26571         * lib/uniwidth/u16-strwidth.c: Likewise.
26572         * lib/uniwidth/u16-width.c: Likewise.
26573         * lib/uniwidth/u32-strwidth.c: Likewise.
26574         * lib/uniwidth/u32-width.c: Likewise.
26575         * lib/uniwidth/u8-strwidth.c: Likewise.
26576         * lib/uniwidth/u8-width.c: Likewise.
26577         * lib/uniwidth/width.c: Likewise.
26578
26579 2007-10-07  Bruno Haible  <bruno@clisp.org>
26580
26581         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
26582         The file is still under LGPL (see modules/inttypes).
26583
26584 2007-10-06  Bruno Haible  <bruno@clisp.org>
26585
26586         * modules/trunc (Dependencies): Add 'extensions'.
26587         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
26588         Reported by Ben Pfaff <blp@gnu.org>.
26589
26590 2007-10-06  Bruno Haible  <bruno@clisp.org>
26591
26592         * modules/freopen-tests: New file.
26593         * tests/test-freopen.c: New file.
26594
26595         * modules/fopen-tests: New file.
26596         * tests/test-fopen.c: New file.
26597
26598         * modules/fopen: New file.
26599         * lib/fopen.c: New file.
26600         * m4/fopen.m4: New file.
26601         * modules/freopen: New file.
26602         * lib/freopen.c: New file.
26603         * m4/freopen.m4: New file.
26604         * lib/stdio.in.h (fopen, freopen): New declarations.
26605         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
26606         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
26607         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
26608         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
26609         * doc/functions/fopen.texi: Mention the 'fopen' module.
26610         * doc/functions/freopen.texi: Mention the 'freopen' module.
26611
26612 2007-10-06  Bruno Haible  <bruno@clisp.org>
26613
26614         * modules/open-tests: New file.
26615         * tests/test-open.c: New file.
26616
26617         * modules/open: New file.
26618         * lib/open.c: New file.
26619         * m4/open.m4: New file.
26620         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
26621         lib/open.c does.
26622         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
26623         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
26624         macros.
26625         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
26626         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
26627         REPLACE_OPEN.
26628         * doc/functions/open.texi: Mention the 'open' module.
26629
26630 2007-10-04  Bruno Haible  <bruno@clisp.org>
26631
26632         * modules/ceill-tests: New file.
26633         * tests/test-ceill.c: New file.
26634
26635         * modules/ceill: New file.
26636         * lib/ceill.c: Replace entire file.
26637         * m4/ceill.m4: New file.
26638         * lib/math.in.h (ceill): Replace declaration.
26639         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
26640         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
26641         * doc/functions/ceill.texi: Mention the 'ceill' module.
26642         * modules/mathl (Files): Remove lib/ceill.c.
26643         (Depends-on): Add ceill.
26644
26645 2007-10-04  Bruno Haible  <bruno@clisp.org>
26646
26647         * modules/ceilf-tests: New file.
26648         * tests/test-ceilf.c: New file.
26649
26650         * modules/ceilf: New file.
26651         * lib/ceil.c: New file.
26652         * lib/ceilf.c: New file.
26653         * m4/ceilf.m4: New file.
26654         * lib/math.in.h (ceilf): New declaration.
26655         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
26656         HAVE_DECL_CEILF.
26657         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
26658         HAVE_DECL_CEILF.
26659         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
26660
26661 2007-10-04  Bruno Haible  <bruno@clisp.org>
26662
26663         * modules/floorl-tests: New file.
26664         * tests/test-floorl.c: New file.
26665
26666         * modules/floorl: New file.
26667         * lib/floorl.c: Replace entire file.
26668         * m4/floorl.m4: New file.
26669         * lib/math.in.h (floorl): Replace declaration.
26670         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
26671         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
26672         * doc/functions/floorl.texi: Mention the 'floorl' module.
26673         * modules/mathl (Files): Remove lib/floorl.c.
26674         (Depends-on): Add floorl.
26675
26676 2007-10-04  Bruno Haible  <bruno@clisp.org>
26677
26678         * modules/floorf-tests: New file.
26679         * tests/test-floorf.c: New file.
26680
26681         * modules/floorf: New file.
26682         * lib/floor.c: New file.
26683         * lib/floorf.c: New file.
26684         * m4/floorf.m4: New file.
26685         * lib/math.in.h (floorf): New declaration.
26686         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
26687         HAVE_DECL_FLOORF.
26688         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
26689         HAVE_DECL_FLOORF.
26690         * doc/functions/floorf.texi: Mention the 'floorf' module.
26691
26692 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
26693             Bruno Haible  <bruno@clisp.org>
26694
26695         Advertise for the Git server instead of the CVS server.
26696         * doc/gnulib-intro.texi (Steady Development): Mention the Git
26697         repository instead of the CVS one.
26698         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
26699         about all VCS systems generically.
26700         * doc/gnulib.texi (Introduction): Capitalize `Git'.
26701
26702 2007-10-04  Bruno Haible  <bruno@clisp.org>
26703
26704         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
26705         means.
26706         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
26707
26708 2007-10-04  Bruno Haible  <bruno@clisp.org>
26709
26710         * modules/truncl-tests: New file.
26711         * tests/test-truncl.c: New file.
26712
26713         * modules/truncl: New file.
26714         * lib/truncl.c: New file.
26715         * m4/truncl.m4: New file.
26716         * lib/math.in.h (truncl): New declaration.
26717         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
26718         HAVE_DECL_TRUNCL.
26719         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
26720         HAVE_DECL_TRUNCL.
26721         * doc/functions/truncl.texi: Mention the 'truncl' module.
26722
26723 2007-10-04  Bruno Haible  <bruno@clisp.org>
26724
26725         * modules/truncf-tests: New file.
26726         * tests/test-truncf.c: New file.
26727
26728         * modules/truncf: New file.
26729         * lib/trunc.c: Make paramerizable through USE_* macros.
26730         * lib/truncf.c: New file.
26731         * m4/truncf.m4: New file.
26732         * lib/math.in.h (truncf): New declaration.
26733         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
26734         HAVE_DECL_TRUNCF.
26735         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
26736         HAVE_DECL_TRUNCF.
26737         * doc/functions/truncf.texi: Mention the 'truncf' module.
26738
26739 2007-10-03  Bruno Haible  <bruno@clisp.org>
26740
26741         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26742         augmentation also for tests modules.
26743         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
26744         * modules/atexit-tests (Makefile.am): Likewise.
26745         * modules/binary-io-tests (Makefile.am): Likewise.
26746         * modules/c-strcase-tests (Makefile.am): Likewise.
26747         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
26748         * modules/canonicalize-tests (Makefile.am): Likewise.
26749         * modules/closein-tests (Makefile.am): Likewise.
26750         * modules/fprintf-posix-tests (Makefile.am): Likewise.
26751         * modules/freadahead-tests (Makefile.am): Likewise.
26752         * modules/fseek-tests (Makefile.am): Likewise.
26753         * modules/fseeko-tests (Makefile.am): Likewise.
26754         * modules/ftell-tests (Makefile.am): Likewise.
26755         * modules/ftello-tests (Makefile.am): Likewise.
26756         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
26757         * modules/isnanl-tests (Makefile.am): Likewise.
26758         * modules/lseek-tests (Makefile.am): Likewise.
26759         * modules/mbscasecmp-tests (Makefile.am): Likewise.
26760         * modules/mbscasestr-tests (Makefile.am): Likewise.
26761         * modules/mbschr-tests (Makefile.am): Likewise.
26762         * modules/mbscspn-tests (Makefile.am): Likewise.
26763         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
26764         * modules/mbspbrk-tests (Makefile.am): Likewise.
26765         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
26766         * modules/mbsrchr-tests (Makefile.am): Likewise.
26767         * modules/mbsspn-tests (Makefile.am): Likewise.
26768         * modules/mbsstr-tests (Makefile.am): Likewise.
26769         * modules/printf-posix-tests (Makefile.am): Likewise.
26770         * modules/snprintf-posix-tests (Makefile.am): Likewise.
26771         * modules/sprintf-posix-tests (Makefile.am): Likewise.
26772         * modules/tsearch-tests (Makefile.am): Likewise.
26773         * modules/uniname/uniname-tests (Makefile.am): Likewise.
26774         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
26775         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
26776         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
26777         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
26778         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
26779         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
26780         * modules/vprintf-posix-tests (Makefile.am): Likewise.
26781         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
26782         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
26783         * modules/xstrtoimax-tests (Makefile.am): Likewise.
26784         * modules/xstrtol-tests (Makefile.am): Likewise.
26785         * modules/xstrtoumax-tests (Makefile.am): Likewise.
26786         * modules/yesno-tests (Makefile.am): Likewise.
26787
26788 2007-10-03  Bruno Haible  <bruno@clisp.org>
26789
26790         * modules/trunc-tests: New file.
26791         * tests/test-trunc.c: New file.
26792
26793         * modules/trunc: New file.
26794         * lib/trunc.c: New file.
26795         * m4/trunc.m4: New file.
26796         * lib/math.in.h (trunc): New declaration.
26797         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
26798         HAVE_DECL_TRUNC.
26799         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
26800         HAVE_DECL_TRUNC.
26801         * doc/functions/trunc.texi: Mention the 'trunc' module.
26802
26803 2007-10-03  Bruno Haible  <bruno@clisp.org>
26804
26805         * tests/test-fpending.c: New file, mostly copied
26806         from coreutils/lib/t-fpending.c.
26807         * modules/fpending-tests: New file.
26808
26809 2007-10-03  Bruno Haible  <bruno@clisp.org>
26810
26811         Port the stdio extensions to QNX (untested).
26812         * lib/fseterr.c (fseterr): Add support for QNX.
26813         * lib/fbufmode.c (fbufmode): Likewise.
26814         * lib/freadable.c (freadable): Likewise.
26815         * lib/fwritable.c (fwritable): Likewise.
26816         * lib/freading.c (freading): Likewise.
26817         * lib/fwriting.c (fwriting): Likewise.
26818         * lib/freadahead.c (freadahed): Likewise.
26819         * lib/fpurge.c (fpurge): Likewise.
26820         * lib/fseeko.c (rpl_fseeko): Likewise.
26821
26822 2007-10-03  Bruno Haible  <bruno@clisp.org>
26823             Jim Meyering  <jim@meyering.net>
26824             Eric Blake  <ebb9@byu.net>
26825
26826         * doc/relocatable.texi: Use @command instead of @program.
26827
26828 2007-10-02  Jim Meyering  <jim@meyering.net>
26829
26830         Perform one more "_.h" -> ".in.h" substitution.
26831         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
26832         instead of unistd_.h here, too.
26833
26834 2007-10-01  Bruno Haible  <bruno@clisp.org>
26835
26836         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
26837         Needed for the alloca-opt module.
26838
26839 2007-09-30  Bruno Haible  <bruno@clisp.org>
26840
26841         * lib/alloca.in.h: Renamed from lib/alloca_.h.
26842         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
26843         alloca_.h.
26844         * lib/argz.in.h: Renamed from lib/argz_.h.
26845         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
26846         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
26847         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
26848         byteswap_.h.
26849         * lib/dirent.in.h: Renamed from lib/dirent_.h.
26850         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
26851         dirent_.h.
26852         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
26853         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
26854         fcntl_.h.
26855         * lib/float.in.h: Renamed from lib/float_.h.
26856         * modules/float (Files, Makefile.am): Use float.in.h instead of
26857         float_.h.
26858         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
26859         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
26860         fnmatch_.h.
26861         * lib/getopt.in.h: Renamed from lib/getopt_.h.
26862         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
26863         getopt_.h.
26864         * lib/glob.in.h: Renamed from lib/glob_.h.
26865         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
26866         * lib/iconv.in.h: Renamed from lib/iconv_.h.
26867         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
26868         iconv_.h.
26869         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
26870         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
26871         inttypes_.h.
26872         * lib/locale.in.h: Renamed from lib/locale_.h.
26873         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
26874         locale_.h.
26875         * lib/math.in.h: Renamed from lib/math_.h.
26876         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
26877         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
26878         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
26879         of netinet_in_.h. Add dependency.
26880         * lib/poll.in.h: Renamed from lib/poll_.h.
26881         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
26882         * lib/search.in.h: Renamed from lib/search_.h.
26883         * modules/search (Files, Makefile.am): Use search.in.h instead of
26884         search_.h.
26885         * lib/signal.in.h: Renamed from lib/signal_.h.
26886         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
26887         _signal.h.
26888         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
26889         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
26890         stdbool_.h.
26891         * lib/stdint.in.h: Renamed from lib/stdint_.h.
26892         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
26893         stdint_.h.
26894         * lib/stdio.in.h: Renamed from lib/stdio_.h.
26895         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
26896         stdio_.h.
26897         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
26898         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
26899         stdlib_.h.
26900         * lib/string.in.h: Renamed from lib/string_.h.
26901         * modules/string (Files, Makefile.am): Use string.in.h instead of
26902         string_.h.
26903         * doc/gnulib-tool.texi (Initial import): Update.
26904         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
26905         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
26906         of sys_select_.h. Add dependency.
26907         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
26908         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
26909         of sys_socket_.h.
26910         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
26911         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
26912         sys_stat_.h.
26913         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
26914         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
26915         sys_time_.h.
26916         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
26917         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
26918         sysexits_.h.
26919         * lib/time.in.h: Renamed from lib/time_.h.
26920         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
26921         * lib/unistd.in.h: Renamed from lib/unistd_.h.
26922         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
26923         unistd_.h.
26924         * lib/wchar.in.h: Renamed from lib/wchar_.h.
26925         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
26926         wchar_.h.
26927         * lib/wctype.in.h: Renamed from lib/wctype_.h.
26928         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
26929         wctype_.h.
26930         * build-aux/bootstrap (slurp): Update.
26931         * lib/.cppi-disable: Update.
26932
26933 2007-09-30  Bruno Haible  <bruno@clisp.org>
26934
26935         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
26936         Needed on BeOS.
26937
26938 2007-09-30  Bruno Haible  <bruno@clisp.org>
26939
26940         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
26941
26942 2007-09-29  Bruno Haible  <bruno@clisp.org>
26943
26944         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
26945
26946 2007-09-29  Bruno Haible  <bruno@clisp.org>
26947
26948         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
26949         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
26950         * build-aux/install-reloc: Compile also areadlink.c.
26951         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
26952
26953 2007-09-29  Bruno Haible  <bruno@clisp.org>
26954
26955         * gnulib-tool (func_emit_initmacro_done): Indentation.
26956
26957 2007-09-29  Bruno Haible  <bruno@clisp.org>
26958
26959         * README: Add CVS checkout update instructions.
26960         Info from Bob Proulx <bob@proulx.com>.
26961
26962 2007-09-28  Eric Blake  <ebb9@byu.net>
26963
26964         Provide move-if-change.
26965         * build-aux/move-if-change: New file, based on best practice
26966         rather than any canonical upstream location.
26967
26968 2007-09-28  Jim Meyering  <jim@meyering.net>
26969
26970         Fix canonicalize loop-detection corner case.
26971         Do not attempt to stat the symlink values stored via seen_triple.
26972         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
26973         on linux-2.6.18, (but not 2.6.22).
26974         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
26975         triple_compare.  The former compares dev,ino,filename, while the latter
26976         would actually stat dirname(filename) when dev and ino were equal.
26977         * lib/hash-triple.c: Install <string.h>.
26978         (STREQ): Define.
26979         (triple_compare_ino_str): New function.
26980         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
26981
26982 2007-09-28  Eric Blake  <ebb9@byu.net>
26983
26984         Enforce that AC_REPLACE_FUNCS files exist.
26985         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
26986         override check for typos.
26987
26988         Fix test-closein on Solaris 10.
26989         * tests/test-closein.c (main): Don't assume stdin can be inherited
26990         closed on all systems.
26991         * tests/test-closein.sh: Likewise.
26992         Reported by Piotr Tarnowski.
26993
26994 2007-09-28  Jim Meyering  <jim@meyering.net>
26995
26996         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
26997
26998 2007-09-27  Jim Meyering  <jim@meyering.net>
26999
27000         canonicalize: Avoid a false-positive cycle failure.
27001         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
27002         Sort.  Remove cycle-check.
27003         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
27004         not cycle-check.h.
27005         (seen_triple): New function.
27006         (canonicalize_filename_mode): Use it instead of cycle-check.
27007         * tests/test-canonicalize.c: Add a test for this bug.
27008         * tests/test-canonicalize.sh: Set up and run the test.
27009
27010         New module, file-set, from coreutils.
27011         * modules/file-set: Define it.
27012         * lib/file-set.c, lib/file-set.h: Implement.
27013
27014         New module, hash-triple, from coreutils.
27015         * modules/hash-triple: Define it.
27016         * lib/hash-triple.c, lib/hash-triple.h: Implement.
27017
27018 2007-09-25  Eric Blake  <ebb9@byu.net>
27019
27020         Fix strerror on Interix.
27021         * lib/string_.h (strerror): Declare replacement.
27022         * doc/functions/strerror.texi (strerror): Document the Interix
27023         shortcoming.
27024         * modules/string (Makefile.am): Support new hooks.
27025         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
27026         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
27027         gl_FUNC_STRERROR_SEPARATE.
27028         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
27029         * lib/strerror.c (rpl_strerror): Provide replacement.
27030         * modules/strerror (Depends-on): Add string.
27031         (configure.ac): Detect use of module.
27032         * tests/test-strerror.c: New file.
27033         * modules/strerror-tests: New test module.
27034         * modules/argp (Depends-on): Add strerror.
27035         * modules/error (Depends-on): Likewise.
27036         Reported by Martin Koeppe.
27037
27038 2007-09-24  Bruno Haible  <bruno@clisp.org>
27039
27040         * README: Update git instructions.
27041
27042 2007-09-24  Eric Blake  <ebb9@byu.net>
27043
27044         Revert fpending breakage from 2007-09-08.
27045         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
27046         __fpending.c.
27047
27048 2007-09-24  Jim Meyering  <jim@meyering.net>
27049
27050         filenamecat.c: Add a test.
27051         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
27052         showing how the function works when DIR is the empty string.
27053
27054 2007-09-21  Simon Josefsson  <simon@josefsson.org>
27055
27056         * tests/test-canonicalize.sh: Turn on executable bit.
27057
27058 2007-09-19  Eric Blake  <ebb9@byu.net>
27059
27060         * README: Update CVS instructions.
27061
27062 2007-09-18  Bruno Haible  <bruno@clisp.org>
27063
27064         * modules/areadlink: New file.
27065         * lib/areadlink.h (areadlink): New declaration.
27066         * lib/areadlink.c: New file, based on lib/xreadlink.c.
27067
27068 2007-09-17  Jim Meyering  <jim@meyering.net>
27069
27070         * lib/savewd.c (ESTALE) [!defined]: Define.
27071         Reported to be required on Interix by Martin Koeppe.
27072
27073 2007-09-17  Bruno Haible  <bruno@clisp.org>
27074
27075         * gnulib-tool (func_version): Use $version.
27076
27077 2007-09-16  Bruno Haible  <bruno@clisp.org>
27078
27079         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
27080         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
27081         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
27082         Reported by Greg Schafer <gschafer@zip.com.au>.
27083
27084 2007-09-15  Bruno Haible  <bruno@clisp.org>
27085
27086         * gnulib-tool (sed): Try a little harder to make bash understand the
27087         alias.
27088         Reported by Bruce Korb <bruce.korb@gmail.com>.
27089
27090 2007-09-13  Eric Blake  <ebb9@byu.net>
27091
27092         * ChangeLog: Remove conflict markers.
27093
27094 2007-09-13  Simon Josefsson  <simon@josefsson.org>
27095
27096         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
27097         Reported by Bruno Haible <bruno@clisp.org>.
27098
27099 2007-09-12  Bruno Haible  <bruno@clisp.org>
27100
27101         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
27102         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
27103         is not defined.
27104
27105 2007-09-12  Eric Blake  <ebb9@byu.net>
27106
27107         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
27108         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
27109         Autoconf definition.
27110         * modules/euidaccess (Depends-on): Add extensions, for
27111         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
27112         * modules/fnmatch (Depends-on): Likewise.
27113         * modules/getaddrinfo (Depends-on): Likewise.
27114         * modules/getdelim (Depends-on): Likewise.
27115         * modules/getline (Depends-on): Likewise.
27116         * modules/getsubopt (Depends-on): Likewise.
27117         * modules/gettext (Depends-on): Likewise.
27118         * modules/group-member (Depends-on): Likewise.
27119         * modules/mbchar (Depends-on): Likewise.
27120         * modules/memmem (Depends-on): Likewise.
27121         * modules/mempcpy (Depends-on): Likewise.
27122         * modules/memrchr (Depends-on): Likewise.
27123         * modules/pagealign_alloc (Depends-on): Likewise.
27124         * modules/readutmp (Depends-on): Likewise.
27125         * modules/stpcpy (Depends-on): Likewise.
27126         * modules/stpncpy (Depends-on): Likewise.
27127         * modules/strchrnul (Depends-on): Likewise.
27128         * modules/strndup (Depends-on): Likewise.
27129         * modules/strsep (Depends-on): Likewise.
27130         * modules/strverscmp (Depends-on): Likewise.
27131         * modules/vasprintf (Depends-on): Likewise.
27132         * modules/wcwidth (Depends-on): Likewise.
27133         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
27134         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
27135         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
27136         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
27137         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
27138         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
27139         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
27140         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27141         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
27142         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
27143         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
27144         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
27145         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
27146         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
27147         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
27148         * m4/readutmp.m4 (gl_READUTMP): Likewise.
27149         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27150         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
27151         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
27152         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
27153         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
27154         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
27155         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
27156         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
27157         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
27158         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
27159         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
27160         so that lock.m4 can be used in gettext without extensions module.
27161
27162 2007-09-11  Bruno Haible  <bruno@clisp.org>
27163
27164         * m4/isc-posix.m4: Remove file.
27165         Suggested by Eric Blake.
27166
27167 2007-09-11  Eric Blake  <ebb9@byu.net>
27168
27169         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
27170
27171 2007-09-10  Bruno Haible  <bruno@clisp.org>
27172
27173         * posix-modules: Fix typo in error message.
27174         Reported by Matt <mkraai@beckman.com>.
27175
27176 2007-09-09  Bruno Haible  <bruno@clisp.org>
27177
27178         * doc/functions/getdelim.texi: Update list of platforms lacking the
27179         function.
27180         * doc/functions/getline.texi: Likewise.
27181
27182 2007-09-09  Jim Meyering  <jim@meyering.net>
27183
27184         * lib/hash.c (hash_initialize): Detect calloc failure.
27185         Reported by Bruno Haible.
27186
27187 2007-09-09  Bruno Haible  <bruno@clisp.org>
27188
27189         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
27190         malloc or realloc fails.
27191
27192 2007-09-09  Bruno Haible  <bruno@clisp.org>
27193
27194         * modules/getcwd (Depends-on): Add malloc-posix.
27195         * modules/glob (Depends-on): Likewise.
27196         * modules/putenv (Depends-on): Likewise.
27197         * modules/strdup (Depends-on): Likewise.
27198         * modules/getdelim (Depends-on): Add realloc-posix.
27199         * modules/read-file (Depends-on): Likewise.
27200
27201 2007-09-09  Bruno Haible  <bruno@clisp.org>
27202
27203         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
27204         (gl_FUNC_MALLOC_POSIX): Require it.
27205         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
27206         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
27207         * modules/realloc (Files): Add m4/malloc.m4.
27208         * modules/calloc (Files): Likewise.
27209
27210 2007-09-09  Bruno Haible  <bruno@clisp.org>
27211
27212         * modules/malloc-posix: New file.
27213         * modules/malloc (Depends-on): Add malloc-posix.
27214         * lib/malloc.c: Include errno.h.
27215         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
27216         and a POSIX-compatible malloc into a single function. Set ENOMEM
27217         when returning NULL.
27218         * m4/malloc.m4: New file.
27219         * doc/functions/malloc.texi: Mention the malloc-posix module.
27220         * lib/stdlib_.h (malloc): New declaration.
27221         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27222         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
27223         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
27224         and HAVE_MALLOC_POSIX.
27225
27226 2007-09-09  Bruno Haible  <bruno@clisp.org>
27227
27228         * modules/realloc-posix: New file.
27229         * modules/realloc (Depends-on): Add realloc-posix.
27230         * lib/realloc.c: Include errno.h.
27231         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
27232         and a POSIX-compatible realloc into a single function. Set ENOMEM
27233         when returning NULL.
27234         * m4/realloc.m4: New file.
27235         * doc/functions/realloc.texi: Mention the realloc-posix module.
27236         * lib/stdlib_.h (realloc): New declaration.
27237         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27238         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
27239         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
27240         and HAVE_REALLOC_POSIX.
27241
27242 2007-09-09  Bruno Haible  <bruno@clisp.org>
27243
27244         * modules/calloc-posix: New file.
27245         * modules/calloc (Depends-on): Add calloc-posix.
27246         * lib/calloc.c: Include errno.h.
27247         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
27248         and a POSIX-compatible calloc into a single function. Set ENOMEM
27249         when returning NULL.
27250         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
27251         * doc/functions/calloc.texi: Mention the calloc-posix module.
27252         * lib/stdlib_.h (calloc): New declaration.
27253         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27254         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
27255         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
27256         and HAVE_CALLOC_POSIX.
27257
27258 2007-09-09  Bruno Haible  <bruno@clisp.org>
27259
27260         Allow for modules to show an arbitrary notice.
27261         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
27262         * gnulib-tool: New option --extract-notice.
27263         (func_usage): Document it.
27264         (sed_extract_prog): Update.
27265         (func_get_notice): New function.
27266         (func_modules_notice): New function.
27267         (func_import, func_create_testdir): Invoke it.
27268         Suggested by Jim Meyering.
27269
27270 2007-09-09  Bruno Haible  <bruno@clisp.org>
27271
27272         * gnulib-tool: New options --verbose, --quiet.
27273         (func_usage): Document them.
27274         (verbose): New variable.
27275         (func_execute_command): New function.
27276         (func_import): Don't show the module list and the file list if
27277         $verbose < 0.
27278         (func_create_testdir): Likewise. Use func_execute_command.
27279         (func_create_megatestdir): Use func_execute_command.
27280
27281 2007-09-08  Bruno Haible  <bruno@clisp.org>
27282
27283         * gnulib-tool (func_import): Prefer rsync over wget when available,
27284         for fetching the PO files.
27285
27286 2007-09-08  Bruno Haible  <bruno@clisp.org>
27287
27288         * posix-modules: New file. Portions copied from gnulib-tool.
27289         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
27290
27291 2007-09-08  Jim Meyering  <jim@meyering.net>
27292
27293         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
27294         * lib/fpending.h: Rename from __fpending.h.
27295         * lib/fpending.c: Rename from __fpending.c.
27296         Include "fpending.h", not "__fpending.h".
27297         * lib/__fpending.h, lib/__fpending.c: Remove files.
27298         * modules/fpending (Files): Reflect new file names.
27299         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
27300
27301 2007-09-08  Bruno Haible  <bruno@clisp.org>
27302
27303         * m4/inttypes-h.m4: Remove stub file.
27304
27305 2007-09-07  Simon Josefsson  <simon@josefsson.org>
27306
27307         * doc/headers/stdint.texi: Discuss #include_next issue.
27308
27309 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27310
27311         * build-aux/bootstrap: Remove obsolete comment about wget --help.
27312
27313 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27314
27315         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
27316         in variable name.
27317
27318 2007-09-03  Jim Meyering  <jim@meyering.net>
27319
27320         New module: git-version-gen.
27321         * modules/git-version-gen: New file.
27322
27323         Import changes from coreutils for bootstrap script.
27324
27325         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
27326
27327         bootstrap: uses rsync to download the .po files
27328         * build-aux/bootstrap (po_download_command_format): New global.
27329         (download_po_files): Use rsync.
27330         (update_po_files): Don't remove .po files after download,
27331         so future rsync runs can take advantage of the copies.
27332
27333         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
27334
27335         Solve the unnecessary-.po-file-regeneration problem once and for all.
27336         * build-aux/bootstrap (download_po_files): New function, renamed from
27337         get_translations.  Now, downloads, but doesn't update LINGUAS.
27338         (update_po_files): New function.
27339
27340         bootstrap: Ignore more.
27341         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
27342         uniwidth to e.g., lib/.gitignore.
27343         (slurp): Handle the sys_stat_.h -> sys mapping, too.
27344
27345         * build-aux/bootstrap: New setting: vc_ignore.
27346         (insert_sorted_if_absent): Create $file if absent.
27347         Adapt to new, possibly empty, list: $vc_ignore.
27348
27349         bootstrap: generate more ignorable names
27350         * build-aux/bootstrap (slurp): When generating ignorable names,
27351         also map .sin to .sed, .gperf to .c, and .y to .c.
27352
27353 2007-09-03  Jim Meyering  <jim@meyering.net>
27354
27355         * build-aux/git-version-gen: New file, from coreutils.  For details, see
27356         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
27357
27358 2007-09-02  Bruno Haible  <bruno@clisp.org>
27359
27360         Fix mis-recognition of 'mcs' on QNX 6.
27361         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
27362         output contains the string "Mono".
27363         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
27364         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
27365
27366 2007-09-01  Bruno Haible  <bruno@clisp.org>
27367
27368         Fix collision between uniwidth/* and linebreak modules.
27369         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
27370         u32_width): Remove declarations.
27371         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
27372         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
27373         streq3, streq2, streq1, streq0): Remove functions.
27374         (STREQ): Remove macro.
27375         (is_cjk_encoding): Remove function.
27376         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
27377         (uc_width, u8_width, u16_width, u32_width): Remove functions.
27378         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
27379         * NEWS: Document the change.
27380
27381 2007-09-01  Bruno Haible  <bruno@clisp.org>
27382
27383         * lib/streq.h: Add double-inclusion guard.
27384
27385 2007-09-01  Karl Berry  <karl@gnu.org>
27386
27387         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
27388
27389 2007-08-28  Jim Meyering  <jim@meyering.net>
27390
27391         Rename mreadlink_with_size to areadlink_with_size.
27392         * NEWS: Document the change.
27393         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
27394         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
27395         * lib/mreadlink.h: Rename this to...
27396         * lib/areadlink.h: ...this.
27397         * modules/mreadlink-with-size: Rename this to...
27398         * modules/areadlink-with-size: ...this.
27399         * lib/canonicalize.c: Reflect the renaming.
27400         * modules/canonicalize: Likewise.
27401
27402 2007-08-26  Bruno Haible  <bruno@clisp.org>
27403
27404         * gnulib-tool (func_import): When deciding which files to remove,
27405         consider also dangling symbolic links.
27406         Reported by Eric Blake.
27407
27408 2007-08-26  Bruno Haible  <bruno@clisp.org>
27409
27410         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
27411
27412 2007-08-23  Simon Josefsson  <simon@josefsson.org>
27413
27414         * lib/readline.c: Don't include getline.h, the prototype is now
27415         found in stdio.h.
27416
27417 2007-08-23  Jim Meyering  <jim@meyering.net>
27418
27419         Getdelim touchup.
27420         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
27421         around the funlockfile call, since funlockfile never sets errno.
27422         Don't set errno upon failed realloc.
27423
27424 2007-08-22  Eric Blake  <ebb9@byu.net>
27425
27426         Getline touchups.
27427         * lib/getdelim.c (getdelim): Revert regression that required *n to
27428         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
27429         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
27430         getdelim, rather than whether implementation is missing.
27431         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
27432         * lib/stdio_.h (getline): Also declare if replacement is
27433         required.
27434         * doc/functions/getdelim.texi: New file.
27435         * doc/functions/getline.texi: Likewise.
27436         * doc/gnulib.texi (Function Substitutes): Add new files.
27437         Reported by Bruno Haible.
27438
27439 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
27440
27441         * users.txt: Add Guile.
27442
27443 2007-08-22  Eric Blake  <ebb9@byu.net>
27444
27445         * tests/test-getdelim.c (main): Use remove, not unlink.
27446         * tests/test-getline.c (main): Likewise.
27447
27448         Move getline and getdelim into stdio.h, per POSIX 200x.
27449         * modules/getline (Files): Remove getline.h.
27450         (Depends-on): Add stdio.
27451         (configure.ac): Add module indicator.
27452         * modules/getdelim (Files): Remove getdelim.h.
27453         (Depends-on): Add stdio.
27454         (configure.ac): Add module indicator.
27455         * modules/stdio (Makefile.am): Work with new indicators.
27456         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
27457         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
27458         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
27459         * lib/getdelim.h: Delete.
27460         * lib/getline.h: Delete.
27461         * lib/stdio_.h (getdelim, getline): Declare.
27462         * modules/getdelim-tests: New module.
27463         * modules/getline-tests: Likewise.
27464         * tests/test-getdelim.c: New file.
27465         * tests/test-getline.c: Likewise.
27466         * NEWS: Document the change.
27467         * lib/getline.c: Update choice of header.
27468         * lib/csharpcomp.c: Likewise.
27469         * lib/getpass.c: Likewise.
27470         * lib/javacomp.c: Likewise.
27471         * lib/javaversion.c: Likewise.
27472         * lib/yesno.c: Likewise.
27473         * lib/getdelim.c: Likewise.
27474         (getdelim): Set errno on failure, and avoid memory leak.
27475
27476 2007-08-19  Bruno Haible  <bruno@clisp.org>
27477
27478         * modules/closein (Depends-on): Add freadahead.
27479         * lib/closein.c: Include freadahead.h.
27480         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
27481         is zero.
27482
27483 2007-08-19  Bruno Haible  <bruno@clisp.org>
27484
27485         * modules/freadahead-tests: New file.
27486         * tests/test-freadahead.sh: New file.
27487         * tests/test-freadahead.c: New file.
27488
27489         * modules/freadahead: New file.
27490         * lib/freadahead.h: New file.
27491         * lib/freadahead.c: New file.
27492         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
27493         fbufmode, fpurge, freadable, fwritable.
27494
27495 2007-08-19  Eric Blake  <ebb9@byu.net>
27496
27497         Test yesno in combination with closein.
27498         * lib/yesno.c (yesno): Document use of stdin.
27499         * modules/yesno-tests (Files): New module.
27500         * tests/test-yesno.c (main): New file.
27501         * tests/test-yesno.sh: Likewise.
27502
27503 2007-08-19  Bruno Haible  <bruno@clisp.org>
27504
27505         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
27506         * lib/fseeko.c (rpl_fseeko): Likewise.
27507         * lib/fseterr.c (fseterr): Likewise.
27508
27509 2007-08-19  Bruno Haible  <bruno@clisp.org>
27510
27511         * tests/test-lseek.c (main): Disable a test for BeOS.
27512         * doc/functions/lseek.texi: Document the BeOS bug.
27513
27514 2007-08-19  Bruno Haible  <bruno@clisp.org>
27515             Eric Blake  <ebb9@byu.net>
27516
27517         * lib/lseek.c: Include <sys/stat.h>.
27518         (rpl_lseek): Add workaround code also for Unix platforms.
27519         Needed for BeOS.
27520         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
27521         * doc/functions/lseek.texi: Document BeOS definiency.
27522
27523 2007-08-18  Bruno Haible  <bruno@clisp.org>
27524
27525         * modules/fstrcmp-tests: New file.
27526         * tests/test-fstrcmp.c: New file.
27527
27528 2007-08-18  Bruno Haible  <bruno@clisp.org>
27529
27530         * modules/fstrcmp: New file, from GNU gettext with modifications.
27531         * lib/fstrcmp.h: New file, from GNU gettext.
27532         * lib/fstrcmp.c: New file, from GNU gettext.
27533         * MODULES.html.sh (String handling): Add fstrcmp.
27534
27535 2007-08-18  Bruno Haible  <bruno@clisp.org>
27536
27537         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
27538         'bool'.
27539         (diag, compareseq): Remove const from the ctxt argument.
27540         (USE_HEURISTIC): Undefine at the end.
27541
27542 2007-08-18  Jim Meyering  <jim@meyering.net>
27543
27544         New file: lib/idcache.h
27545         * NEWS: Mention the addition.
27546         * modules/idcache (Files): Add lib/idcache.h
27547         * lib/idcache.c: Include "idcache.h".
27548         Don't include <sys/types.h>.
27549         Add a FIXME comment.
27550         Move file-scoped "static" declarations to the top.
27551         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
27552
27553 2007-08-17  Bruno Haible  <bruno@clisp.org>
27554         and Paul Eggert  <eggert@cs.ucla.edu>
27555
27556         * MODULES.html.sh: Add diffseq.
27557         * modules/diffseq: New file.
27558         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
27559         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
27560
27561 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27562
27563         Import changes from coreutils for bootstrap script.
27564
27565         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
27566
27567         * build-aux/bootstrap (slurp): Work even in environments where
27568         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
27569         current code does not slurp files whose names start with ".", and
27570         this looks like it might be a troublesome area.
27571
27572         2007-07-11  Jim Meyering  <jim@meyering.net>
27573
27574         If there's a GPL vN copyright comment, require that N == 3.
27575
27576         2007-07-08  Jim Meyering  <jim@meyering.net>
27577
27578         Run the coreutils-specific code only if tests/Makefile.am.in exists.
27579         * build-aux/bootstrap (mam_template): Move definition out of loop.
27580
27581         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
27582
27583         * build-aux/bootstrap (symlink_to_dir): Rename function from
27584         symlink_to_gnulib.  Add a directory parameter.  Update all
27585         callers.
27586         (cp_mark_as_generated): Also check for -- and link to -- files in
27587         gl/.
27588
27589         2007-07-08  Jim Meyering  <jim@meyering.net>
27590
27591         Adapt to deeper hierarchy in gnulib.
27592         * build-aux/bootstrap (symlink_to_dir): If the destination
27593         directory doesn't exist, create it. This is required at least for
27594         "lib/uniwidth/cjk.h".
27595
27596         2007-05-15  Jim Meyering  <jim@meyering.net>
27597
27598         * build-aux/bootstrap: Now that generated Makefile.am files
27599         are no longer under version control, they must be created at
27600         bootstrap time.
27601
27602 2007-08-14  Ben Pfaff  <blp@gnu.org>
27603
27604         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
27605
27606 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
27607
27608         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
27609         given the changes below.
27610         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
27611         even on hosts that have padding bits beyond the supported 64.
27612
27613 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
27614
27615         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
27616         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
27617         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
27618         depends on it.
27619         (xstrtol_error): Remove.
27620         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
27621         but with a different signature.
27622         (ATTRIBUTE_NORETURN, __attribute__): New macros.
27623         * lib/xstrtol-error.c: Include exitfail.h.
27624         (xstrtol_fatal): New function, with a different signature from the
27625         old xstrtol_error, so that the caller need not worry about passing
27626         in an exit status, or about storage management of the option argument.
27627         (xstrtol_error): Now a static function.  Redo signature to
27628         implement xstrtol_fatal.  Output the correct number of hyphens in
27629         front of the option so that the caller need not worry about
27630         storage management.
27631         (N_): New macro.
27632         (_): Remove; not used now.
27633         * modules/xstrtol: Depend on getopt.
27634         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
27635         of old STRTOL_FATAL_ERROR macro.
27636         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
27637         of test program.
27638         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
27639         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
27640
27641 2007-08-08  Eric Blake  <ebb9@byu.net>
27642
27643         * lib/xstrtol-error.c: Add missing include.
27644
27645         Move xstrtol messages into gnulib domain, when --pobase is used.
27646         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
27647         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
27648         * modules/xstrtol (Files): Distribute new file.
27649         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
27650         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
27651         * tests/test-xstrtol.c: ...into new file.
27652         * tests/test-xstrtoul.c: Also test xstrtoul.
27653         * tests/test-xstrtoimax.c: Also test xstrtoimax.
27654         * tests/test-xstrtoumax.c: Also test xstrtoumax.
27655         * tests/test-xstrtol.sh: Drive the tests.
27656         * tests/test-xstrtoimax.sh: Likewise.
27657         * tests/test-xstrtoumax.sh: Likewise.
27658         * modules/xstrtol-tests: New module.
27659         * modules/xstrtoimax-tests: Likewise.
27660         * modules/xstrtoumax-tests: Likewise.
27661
27662 2007-08-08  Jim Meyering  <jim@meyering.net>
27663
27664         New function: mfile_name_concat.
27665         * lib/filenamecat.c (mfile_name_concat): New function, just like
27666         file_name_concat, but return NULL upon failure rather than exiting
27667         with a diagnostic.
27668         * lib/filenamecat.h: Declare it.
27669
27670 2007-08-07  Bruno Haible  <bruno@clisp.org>
27671
27672         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
27673         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
27674         warning from gcc.
27675         Reported by Eric Blake.
27676
27677 2007-08-07  Simon Josefsson  <simon@josefsson.org>
27678
27679         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
27680         * modules/crypto/arcfour (License): Likewise.
27681         * modules/crypto/des-tests (License): Likewise.
27682         * modules/crypto/gc-arctwo-tests (License): Likewise.
27683         * modules/crypto/gc-des-tests (License): Likewise.
27684         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
27685         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
27686         * modules/crypto/gc-md2-tests (License): Likewise.
27687         * modules/crypto/gc-md4-tests (License): Likewise.
27688         * modules/crypto/gc-md5-tests (License): Likewise.
27689         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
27690         * modules/crypto/gc-rijndael-tests (License): Likewise.
27691         * modules/crypto/gc-sha1-tests (License): Likewise.
27692         * modules/crypto/gc-tests (License): Likewise.
27693         * modules/crypto/hmac-md5 (License): Likewise.
27694         * modules/crypto/hmac-sha1 (License): Likewise.
27695         * modules/crypto/md2-tests (License): Likewise.
27696         * modules/crypto/md4-tests (License): Likewise.
27697         * modules/crypto/md5 (License): Likewise.
27698         * modules/crypto/rijndael (License): Likewise.
27699         * modules/crypto/sha1 (License): Likewise.
27700         * modules/memxor (License): Likewise.
27701
27702 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
27703         and Bruno Haible  <bruno@clisp.org>
27704
27705         * NEWS: Describe interface changes to human, xstrtol.
27706         * lib/human.h: Include <xstrtol.h>.
27707         (human_options): Return enum strtol_error, not int.  Remove
27708         bool arg; take int * instead.
27709         * lib/human.c: Don't include "gettext.h".
27710         (_): Remove; no longer used.
27711         Don't include <xstrtol.h>, since human.h does it.
27712         (human_options): Adjust to abovementioned interface changes.
27713         Do not report error to stderr; that's now the caller's
27714         responsibility.
27715         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
27716         interface change.
27717         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
27718         Str, Argument_type_string.  All uses changed.  Put " argument"
27719         in diagnostics to make them clearer.  Change wording of suffix
27720         message for clarity.
27721         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
27722         Argument_type_string.
27723         (STRTOL_FATAL_WARN): Remove; no longer used.
27724         * modules/human (Depends-on): Remove gettext-h.
27725
27726 2007-08-06  Simon Josefsson  <simon@josefsson.org>
27727
27728         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
27729
27730 2007-07-31  Bruno Haible  <bruno@clisp.org>
27731
27732         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
27733         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
27734         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
27735
27736 2007-07-31  Bruno Haible  <bruno@clisp.org>
27737
27738         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
27739         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
27740
27741 2007-07-30  Bruno Haible  <bruno@clisp.org>
27742
27743         * modules/base64 (License): Use the synonymous term "LGPLv2+".
27744         * modules/c-ctype (License): Likewise.
27745         * modules/c-strcase (License): Likewise.
27746         * modules/check-version (License): Likewise.
27747         * modules/iconv (License): Likewise.
27748         * modules/iconv_open (License): Likewise.
27749         * modules/read-file (License): Likewise.
27750         * modules/striconv (License): Likewise.
27751         * modules/strverscmp (License): Likewise.
27752         * modules/vasprintf (License): Likewise.
27753         * modules/crypto/des (License): Likewise.
27754         * modules/crypto/gc (License): Likewise.
27755         * modules/crypto/gc-arcfour (License): Likewise.
27756         * modules/crypto/gc-arctwo (License): Likewise.
27757         * modules/crypto/gc-des (License): Likewise.
27758         * modules/crypto/gc-hmac-md5 (License): Likewise.
27759         * modules/crypto/gc-hmac-sha1 (License): Likewise.
27760         * modules/crypto/gc-md2 (License): Likewise.
27761         * modules/crypto/gc-md4 (License): Likewise.
27762         * modules/crypto/gc-md5 (License): Likewise.
27763         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
27764         * modules/crypto/gc-random (License): Likewise.
27765         * modules/crypto/gc-rijndael (License): Likewise.
27766         * modules/crypto/gc-sha1 (License): Likewise.
27767         * modules/crypto/md2 (License): Likewise.
27768         * modules/crypto/md4 (License): Likewise.
27769
27770 2007-07-30  Jim Meyering  <jim@meyering.net>
27771
27772         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
27773         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
27774         it has valid stat data.  This bug would cause du not to count the
27775         sizes of inaccessible directories.
27776         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
27777         in <http://bugzilla.redhat.com/250077>.
27778
27779 2007-07-25  Peter O'Gorman  <peter@pogma.com>
27780             Bruno Haible  <bruno@clisp.org>
27781
27782         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
27783         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
27784         #include_next, gives a diagnostic about it, but reports no error in
27785         the exit code.
27786         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
27787
27788 2007-07-24  Ben Pfaff  <blp@gnu.org>
27789
27790         Improve name: "count-one-bits" is better than "popcount".
27791         * MODULES.html.sh: Update name.
27792         * lib/popcount.h: Renamed lib/count-one-bits.h.
27793         (popcount): Renamed count_one_bits.
27794         (popcountl): Renamed count_one_bits_l.
27795         (popcountll): Renamed count_one_bits_ll.
27796         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
27797         * modules/popcount: Renamed module/count-one-bits.
27798         * modules/popcount-tests: Renamed module/count-one-bits-tests.
27799         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
27800
27801 2007-07-23  Ben Pfaff  <blp@gnu.org>
27802
27803         * lib/popcount.h (popcount32): Reduce size of constants, to allow
27804         better code generation, and add U to large constants to avoid
27805         warnings, in non-GCC case.
27806         Suggested by Bruno Haible.
27807
27808 2007-07-23  Ben Pfaff  <blp@gnu.org>
27809
27810         * lib/popcount.h: Use verify_true instead of if...abort.
27811         * modules/popcount: Depend on verify module.
27812         Suggested by Jim Meyering.
27813
27814 2007-07-23  Bruno Haible  <bruno@clisp.org>
27815
27816         * gnulib-tool (func_import): Create a .cvsignore file also when the
27817         directory is not yet in CVS but the toplevel directory is. When
27818         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
27819         Reported by Karl Berry.
27820
27821 2007-07-22  Ben Pfaff  <blp@gnu.org>
27822
27823         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
27824         case.
27825         Suggested by Eric Blake.
27826
27827 2007-07-22  Ben Pfaff  <blp@gnu.org>
27828
27829         New module: popcount.
27830         * MODULES.html.sh: Add popcount.
27831         * modules/popcount: New file.
27832         * modules/popcount-tests: New file.
27833         * tests/test-popcount.c: New file.
27834         * lib/popcount.h: New file.
27835         * m4/popcount.m4: New file.
27836
27837 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27838
27839         * build-aux/announce-gen: Update to GPLv3.
27840
27841         * build-aux/config.guess: Update from config.
27842
27843 2007-07-21  Bruno Haible  <bruno@clisp.org>
27844
27845         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
27846         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
27847
27848 2007-07-20  Jim Meyering  <jim@meyering.net>
27849
27850         * check-module: Diagnose a self-dependency.
27851
27852 2007-07-19  Bruno Haible  <bruno@clisp.org>
27853
27854         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
27855         empty.
27856         Reported by Eric Blake.
27857
27858 2007-07-18  Bruno Haible  <bruno@clisp.org>
27859
27860         * gnulib-tool: New options --po-base, --po-domain.
27861         (func_usage): Document them.
27862         (pobase, po_domain): New variables.
27863         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
27864         DEFAULT_TEXT_DOMAIN.
27865         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
27866         (func_import): Consider pobase and po_domain. Create a po/ directory.
27867         (func_create_testdir): Set pobase and po_domain to empty.
27868         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
27869         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
27870
27871 2007-07-18  Bruno Haible  <bruno@clisp.org>
27872
27873         * gnulib-tool (func_get_automake_snippet): Synthesize also an
27874         EXTRA_DIST augmentation for files in build-aux/.
27875
27876 2007-07-16  Bruno Haible  <bruno@clisp.org>
27877
27878         * modules/lseek (License): Use the synonymous term "LGPLv2+".
27879         * modules/getdelim (License): Likewise.
27880
27881 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27882
27883         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
27884         * modules/d-type (License): Likewise.
27885         * modules/extensions (License): Likewise.
27886         * modules/fnmatch (License): Likewise.
27887         * modules/fseeko (License): Likewise.
27888         * modules/getaddrinfo (License): Likewise.
27889         * modules/getline (License): Likewise.
27890         * modules/getlogin_r (License): Likewise.
27891         * modules/getpass (License): Likewise.
27892         * modules/gettimeofday (License): Likewise.
27893         * modules/glob (License): Likewise.
27894         * modules/inet_ntop (License): Likewise.
27895         * modules/malloc (License): Likewise.
27896         * modules/malloca (License): Likewise.
27897         * modules/memmem (License): Likewise.
27898         * modules/mempcpy (License): Likewise.
27899         * modules/memset (License): Likewise.
27900         * modules/minmax (License): Likewise.
27901         * modules/mktime (License): Likewise.
27902         * modules/netinet_in (License): Likewise.
27903         * modules/pathmax (License): Likewise.
27904         * modules/poll (License): Likewise.
27905         * modules/regex (License): Likewise.
27906         * modules/snprintf (License): Likewise.
27907         * modules/stdbool (License): Likewise.
27908         * modules/stdint (License): Likewise.
27909         * modules/stdio (License): Likewise.
27910         * modules/strcase (License): Likewise.
27911         * modules/strcasestr (License): Likewise.
27912         * modules/strdup (License): Likewise.
27913         * modules/string (License): Likewise.
27914         * modules/strndup (License): Likewise.
27915         * modules/strnlen (License): Likewise.
27916         * modules/strpbrk (License): Likewise.
27917         * modules/strptime (License): Likewise.
27918         * modules/strsep (License): Likewise.
27919         * modules/sys_select (License): Likewise.
27920         * modules/sys_socket (License): Likewise.
27921         * modules/sys_stat (License): Likewise.
27922         * modules/sys_time (License): Likewise.
27923         * modules/time (License): Likewise.
27924         * modules/time_r (License): Likewise.
27925         * modules/timegm (License): Likewise.
27926         * modules/unistd (License): Likewise.
27927         * modules/vsnprintf (License): Likewise.
27928         * modules/wctype (License): Likewise.
27929
27930 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27931
27932         * modules/argz (License): LGPLv2+.
27933
27934 2007-07-15  Karl Berry  <karl@gnu.org>
27935
27936         * doc/gnulib.texi: revise node structure per new fdl.texi.
27937
27938 2007-07-14  Bruno Haible  <bruno@clisp.org>
27939
27940         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
27941         the output file.
27942         * lib/uniname/uninames.h: Regenerated.
27943
27944 2007-07-14  Karl Berry  <karl@gnu.org>
27945
27946         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
27947         omitting sectioning and index commands.
27948
27949 2007-07-13  Bruno Haible  <bruno@clisp.org>
27950
27951         New gnulib-tool option --more-symlinks.
27952         * gnulib-tool (func_usage): Document --more-symlinks.
27953         (do_copyrights): New variable.
27954         Recognize option --more-symlinks.
27955         (func_import): Don't add a copyright notice transform to
27956         sed_transform_lib_file if do_copyrights is empty.
27957
27958 2007-07-13  Bruno Haible  <bruno@clisp.org>
27959
27960         * lib/vasnprintf.c (decimal_point_char): Define also if
27961         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
27962         && !NEED_PRINTF_DIRECTIVE_A.
27963         Reported by Clemens Koller <clemens.koller@anagramm.de> via
27964         Gary V. Vaughan <gary@gnu.org>.
27965
27966 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
27967
27968         * lib/inttypes_.h: Undo previous change, since it was fixed
27969         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
27970
27971 2007-07-13  Bruno Haible  <bruno@clisp.org>
27972
27973         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
27974         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
27975
27976 2007-07-13  Jim Meyering  <jim@meyering.net>
27977
27978         df: Don't fail for Tru64's "file-on-file mount".
27979         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
27980         so we fall through and use statfs instead.  Details here:
27981         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
27982         Reported by Albert Chin.
27983
27984 2007-07-13  Bruno Haible  <bruno@clisp.org>
27985
27986         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
27987         * modules/configmake (License): Likewise.
27988         * modules/gettext (License): Likewise.
27989         * modules/gettext-h (License): Likewise.
27990         * modules/include_next (License): Likewise.
27991         * modules/link-warning (License): Likewise.
27992         * modules/localcharset (License): Likewise.
27993         * modules/localename (License): Likewise.
27994         * modules/lock (License): Likewise.
27995         * modules/relocatable-lib-lgpl (License): Likewise.
27996         * modules/size_max (License): Likewise.
27997         * modules/vasnprintf (License): Likewise.
27998         * modules/wchar (License): Likewise.
27999         * modules/xsize (License): Likewise.
28000
28001 2007-07-13  Bruno Haible  <bruno@clisp.org>
28002
28003         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
28004         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
28005
28006 2007-07-12  Bruno Haible  <bruno@clisp.org>
28007
28008         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
28009         in the modules files.
28010
28011 2007-07-11  Karl Berry  <karl@gnu.org>
28012
28013         * MODULES.html.sh (func_module): use
28014          sed -e '\|^'"${includefile}"'$|d'
28015          instead of /.../d, to avoid errors on $includefile's containing /.
28016
28017 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28018
28019         * gnulib-tool (func_import): Avoid duplication of --avoid
28020         statements
28021         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
28022         names to `_' in variable names.
28023
28024 2007-07-10  Eric Blake  <ebb9@byu.net>
28025
28026         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
28027         * NEWS: Document this change.
28028
28029 2007-07-08  Bruno Haible  <bruno@clisp.org>
28030
28031         Update to Unicode 5.0.
28032         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
28033         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
28034         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
28035         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
28036         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
28037         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
28038         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
28039         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
28040         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
28041         U+10A3F, U+1D242..U+1D244.
28042         (nonspacing_table_ind): Update.
28043         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
28044         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
28045
28046 2007-07-08  Bruno Haible  <bruno@clisp.org>
28047
28048         Update to Unicode 5.0.
28049         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
28050         code transform. Extend the name index field of unicode_name_to_code and
28051         unicode_code_to_name from 16 to 24 bits.
28052         * lib/uniname/uniname.c (unicode_character_name,
28053         unicode_name_character): Add the range 0x12xxx to the code transform.
28054         * lib/uniname/uninames.h: Regenerated.
28055         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
28056
28057 2007-07-07  Bruno Haible  <bruno@clisp.org>
28058
28059         * modules/wcwidth-tests: New file.
28060         * tests/test-wcwidth.c: New file.
28061
28062         Work around MacOS X wcwidth() bug.
28063         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
28064         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
28065         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
28066         original wcwidth in non-UTF-8 locales.
28067         * modules/wcwidth (Depends-on): Add localcharset, streq,
28068         uniwidth/width.
28069         * doc/functions/wcwidth.texi: Update.
28070
28071 2007-07-07  Bruno Haible  <bruno@clisp.org>
28072
28073         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
28074         (wcwidth): New declaration.
28075         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
28076         macros.
28077         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
28078         here. Prepare for creating <wchar.h> unconditionally.
28079         * modules/wchar (Depends-on): Add link-warning.
28080         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
28081         REPLACE_WCWIDTH, and GL_LINK_WARNING.
28082         * lib/wcwidth.h: Remove file.
28083         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
28084         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
28085         * modules/wcwidth (Files): Remove lib/wcwidth.h.
28086         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
28087         (Include): Replace wcwidth.h with <wchar.h>.
28088         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
28089         * lib/mbchar.h: Don't include wcwidth.h.
28090         * lib/mbswidth.c: Likewise.
28091         * NEWS: Mention the change.
28092
28093 2007-07-07  Bruno Haible  <bruno@clisp.org>
28094
28095         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
28096         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
28097         definition with an external declaration.
28098         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
28099         defined as a function. Remove AC_C_INLINE requirement.
28100         * modules/wcwidth (Files): Add lib/wcwidth.c.
28101         (Makefile.am): Remove redundant statement.
28102
28103 2007-07-07  Bruno Haible  <bruno@clisp.org>
28104
28105         * MODULES.html.sh (Unicode string functions): Add the new modules.
28106
28107         * tests/uniwidth/test-u32-strwidth.c: New file.
28108         * modules/uniwidth/u32-strwidth-tests: New file.
28109
28110         * lib/uniwidth/u32-strwidth.c: New file.
28111         * modules/uniwidth/u32-strwidth: New file.
28112
28113         * tests/uniwidth/test-u16-strwidth.c: New file.
28114         * modules/uniwidth/u16-strwidth-tests: New file.
28115
28116         * lib/uniwidth/u16-strwidth.c: New file.
28117         * modules/uniwidth/u16-strwidth: New file.
28118
28119         * tests/uniwidth/test-u8-strwidth.c: New file.
28120         * modules/uniwidth/u8-strwidth-tests: New file.
28121
28122         * lib/uniwidth/u8-strwidth.c: New file.
28123         * modules/uniwidth/u8-strwidth: New file.
28124
28125         * tests/uniwidth/test-u32-width.c: New file.
28126         * modules/uniwidth/u32-width-tests: New file.
28127
28128         * lib/uniwidth/u32-width.c: New file.
28129         * modules/uniwidth/u32-width: New file.
28130
28131         * tests/uniwidth/test-u16-width.c: New file.
28132         * modules/uniwidth/u16-width-tests: New file.
28133
28134         * lib/uniwidth/u16-width.c: New file.
28135         * modules/uniwidth/u16-width: New file.
28136
28137         * tests/uniwidth/test-u8-width.c: New file.
28138         * modules/uniwidth/u8-width-tests: New file.
28139
28140         * lib/uniwidth/u8-width.c: New file.
28141         * modules/uniwidth/u8-width: New file.
28142
28143         * tests/uniwidth/test-uc_width.c: New file.
28144         * modules/uniwidth/width-tests: New file.
28145
28146         * lib/uniwidth/width.c: New file, from GNU libiconv.
28147         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
28148         * modules/uniwidth/width: New file.
28149
28150         * lib/uniwidth.h: New file, from GNU libiconv.
28151         * modules/uniwidth/base: New file.
28152
28153 2007-07-07  Bruno Haible  <bruno@clisp.org>
28154
28155         * lib/uniname.h: New file, from GNU gettext.
28156         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
28157         * lib/uniname/uninames.h: New file, from GNU gettext.
28158         * lib/uniname/uniname.c: New file, from GNU gettext.
28159         * tests/uniname/test-uninames.sh: New file.
28160         * tests/uniname/test-uninames.c: New file, from GNU gettext.
28161         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
28162         * modules/uniname/base: New file.
28163         * modules/uniname/uniname: New file.
28164         * modules/uniname/uniname-tests: New file.
28165         * MODULES.html.sh (Unicode string functions): Add the new modules.
28166
28167 2007-07-06  Bruno Haible  <bruno@clisp.org>
28168
28169         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
28170
28171 2007-07-06  Bruno Haible  <bruno@clisp.org>
28172
28173         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
28174         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
28175         includes <cygwin/sys_time.h> which includes <sys/select.h> which
28176         include <sys/time.h>.
28177         Reported by Eric Blake.
28178
28179 2007-07-06  Eric Blake  <ebb9@byu.net>
28180
28181         Fix testing canonicalize on cygwin.
28182         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
28183         Revert patch from 2007-06-19.
28184         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
28185         canonicalize module is also in use.
28186         * tests/test-canonicalize.c: New file.
28187         * tests/test-canonicalize.sh: Likewise.
28188         * modules/canonicalize-tests: Likewise.
28189
28190 2007-07-06  Jim Meyering  <jim@meyering.net>
28191
28192         * lib/getugroups.c (getugroups): Detect getgrent failure.
28193         Adjust comment to reflect reality: this function may return -1.
28194
28195 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
28196
28197         * build-aux/bootstrap (TP_URL,get_translations): Update to use
28198         the new TP address.
28199         (usage): Fix typo
28200         (gnulib_mk): New variable.
28201
28202 2007-07-05  Jim Meyering  <jim@meyering.net>
28203
28204         Don't let endgrent clobber errno, no matter how improbable.
28205         * lib/getugroups.c (getugroups): Save and restore errno around
28206         endgrent call.
28207
28208         Close the group DB even when failing with 2^31 or more members.
28209         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
28210
28211 2007-07-04  Jim Meyering  <jim@meyering.net>
28212
28213         * lib/getugroups.h: New file.
28214         * lib/getugroups.c: Include "getugroups.h".
28215         Remove uses of "register" keyword.
28216         Move local variable, "cp", down into scope where used.
28217         Give "username" parameter the "const" attribute.
28218         * modules/getugroups (Files): Add lib/getugroups.h
28219
28220 2007-07-04  Karl Berry  <karl@gnu.org>
28221
28222         * MODULES.html.sh (func_all_modules): Complete rename of
28223         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
28224
28225 2007-07-02  Bruno Haible  <bruno@clisp.org>
28226
28227         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
28228         mode, when inttypes.h comes from gnulib.
28229         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
28230
28231 2007-07-02  Simon Josefsson  <simon@josefsson.org>
28232
28233         * NEWS: Mention lgpl module name change.
28234
28235         * modules/lgpl-2.1: Renamed from lgpl.
28236
28237         * NEWS: Mention gpl module name change.
28238
28239         * modules/gpl-3.0: New file, based on gpl-2.0.
28240
28241         * modules/gpl-2.0: Renamed from gpl.
28242
28243         * modules/gpl: Fix filename, doc/gpl.texi is now found at
28244         doc/gpl-2.0.texi.
28245
28246 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28247
28248         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
28249         #define __STDC_LIMIT_MACROS temporarily while including
28250         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
28251         Problem reported by Joel E. Denny in
28252         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
28253
28254 2007-07-01  Bruno Haible  <bruno@clisp.org>
28255
28256         * lib/unistdio.h: New file.
28257         * lib/unistdio/u-asnprintf.h: New file.
28258         * lib/unistdio/u-asprintf.h: New file.
28259         * lib/unistdio/u-printf-args.c: New file.
28260         * lib/unistdio/u-printf-args.h: New file.
28261         * lib/unistdio/u-printf-parse.h: New file.
28262         * lib/unistdio/u-snprintf.h: New file.
28263         * lib/unistdio/u-sprintf.h: New file.
28264         * lib/unistdio/u-vasprintf.h: New file.
28265         * lib/unistdio/u-vsnprintf.h: New file.
28266         * lib/unistdio/u-vsprintf.h: New file.
28267         * lib/unistdio/ulc-asnprintf.c: New file.
28268         * lib/unistdio/ulc-asprintf.c: New file.
28269         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
28270         * lib/unistdio/ulc-printf-parse.c: New file.
28271         * lib/unistdio/ulc-snprintf.c: New file.
28272         * lib/unistdio/ulc-sprintf.c: New file.
28273         * lib/unistdio/ulc-vasnprintf.c: New file.
28274         * lib/unistdio/ulc-vasprintf.c: New file.
28275         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
28276         * lib/unistdio/ulc-vsnprintf.c: New file.
28277         * lib/unistdio/ulc-vsprintf.c: New file.
28278         * lib/unistdio/u8-asnprintf.c: New file.
28279         * lib/unistdio/u8-asprintf.c: New file.
28280         * lib/unistdio/u8-printf-parse.c: New file.
28281         * lib/unistdio/u8-snprintf.c: New file.
28282         * lib/unistdio/u8-sprintf.c: New file.
28283         * lib/unistdio/u8-vasnprintf.c: New file.
28284         * lib/unistdio/u8-vasprintf.c: New file.
28285         * lib/unistdio/u8-vsnprintf.c: New file.
28286         * lib/unistdio/u8-vsprintf.c: New file.
28287         * lib/unistdio/u8-u8-asnprintf.c: New file.
28288         * lib/unistdio/u8-u8-asprintf.c: New file.
28289         * lib/unistdio/u8-u8-snprintf.c: New file.
28290         * lib/unistdio/u8-u8-sprintf.c: New file.
28291         * lib/unistdio/u8-u8-vasnprintf.c: New file.
28292         * lib/unistdio/u8-u8-vasprintf.c: New file.
28293         * lib/unistdio/u8-u8-vsnprintf.c: New file.
28294         * lib/unistdio/u8-u8-vsprintf.c: New file.
28295         * lib/unistdio/u16-asnprintf.c: New file.
28296         * lib/unistdio/u16-asprintf.c: New file.
28297         * lib/unistdio/u16-printf-parse.c: New file.
28298         * lib/unistdio/u16-snprintf.c: New file.
28299         * lib/unistdio/u16-sprintf.c: New file.
28300         * lib/unistdio/u16-vasnprintf.c: New file.
28301         * lib/unistdio/u16-vasprintf.c: New file.
28302         * lib/unistdio/u16-vsnprintf.c: New file.
28303         * lib/unistdio/u16-vsprintf.c: New file.
28304         * lib/unistdio/u16-u16-asnprintf.c: New file.
28305         * lib/unistdio/u16-u16-asprintf.c: New file.
28306         * lib/unistdio/u16-u16-snprintf.c: New file.
28307         * lib/unistdio/u16-u16-sprintf.c: New file.
28308         * lib/unistdio/u16-u16-vasnprintf.c: New file.
28309         * lib/unistdio/u16-u16-vasprintf.c: New file.
28310         * lib/unistdio/u16-u16-vsnprintf.c: New file.
28311         * lib/unistdio/u16-u16-vsprintf.c: New file.
28312         * lib/unistdio/u32-asnprintf.c: New file.
28313         * lib/unistdio/u32-asprintf.c: New file.
28314         * lib/unistdio/u32-printf-parse.c: New file.
28315         * lib/unistdio/u32-snprintf.c: New file.
28316         * lib/unistdio/u32-sprintf.c: New file.
28317         * lib/unistdio/u32-vasnprintf.c: New file.
28318         * lib/unistdio/u32-vasprintf.c: New file.
28319         * lib/unistdio/u32-vsnprintf.c: New file.
28320         * lib/unistdio/u32-vsprintf.c: New file.
28321         * lib/unistdio/u32-u32-asnprintf.c: New file.
28322         * lib/unistdio/u32-u32-asprintf.c: New file.
28323         * lib/unistdio/u32-u32-snprintf.c: New file.
28324         * lib/unistdio/u32-u32-sprintf.c: New file.
28325         * lib/unistdio/u32-u32-vasnprintf.c: New file.
28326         * lib/unistdio/u32-u32-vasprintf.c: New file.
28327         * lib/unistdio/u32-u32-vsnprintf.c: New file.
28328         * lib/unistdio/u32-u32-vsprintf.c: New file.
28329         * tests/unistdio/test-ulc-asnprintf1.c: New file.
28330         * tests/unistdio/test-ulc-asnprintf1.h: New file.
28331         * tests/unistdio/test-ulc-printf1.h: New file.
28332         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
28333         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
28334         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
28335         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
28336         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
28337         * tests/unistdio/test-ulc-vasprintf1.c: New file.
28338         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
28339         * tests/unistdio/test-ulc-vsprintf1.c: New file.
28340         * tests/unistdio/test-u8-asnprintf1.c: New file.
28341         * tests/unistdio/test-u8-asnprintf1.h: New file.
28342         * tests/unistdio/test-u8-printf1.h: New file.
28343         * tests/unistdio/test-u8-vasnprintf1.c: New file.
28344         * tests/unistdio/test-u8-vasnprintf2.c: New file.
28345         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
28346         * tests/unistdio/test-u8-vasnprintf3.c: New file.
28347         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
28348         * tests/unistdio/test-u8-vasprintf1.c: New file.
28349         * tests/unistdio/test-u8-vsnprintf1.c: New file.
28350         * tests/unistdio/test-u8-vsprintf1.c: New file.
28351         * tests/unistdio/test-u16-asnprintf1.c: New file.
28352         * tests/unistdio/test-u16-asnprintf1.h: New file.
28353         * tests/unistdio/test-u16-printf1.h: New file.
28354         * tests/unistdio/test-u16-vasnprintf1.c: New file.
28355         * tests/unistdio/test-u16-vasnprintf2.c: New file.
28356         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
28357         * tests/unistdio/test-u16-vasnprintf3.c: New file.
28358         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
28359         * tests/unistdio/test-u16-vasprintf1.c: New file.
28360         * tests/unistdio/test-u16-vsnprintf1.c: New file.
28361         * tests/unistdio/test-u16-vsprintf1.c: New file.
28362         * tests/unistdio/test-u32-asnprintf1.c: New file.
28363         * tests/unistdio/test-u32-asnprintf1.h: New file.
28364         * tests/unistdio/test-u32-printf1.h: New file.
28365         * tests/unistdio/test-u32-vasnprintf1.c: New file.
28366         * tests/unistdio/test-u32-vasnprintf2.c: New file.
28367         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
28368         * tests/unistdio/test-u32-vasnprintf3.c: New file.
28369         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
28370         * tests/unistdio/test-u32-vasprintf1.c: New file.
28371         * tests/unistdio/test-u32-vsnprintf1.c: New file.
28372         * tests/unistdio/test-u32-vsprintf1.c: New file.
28373         * modules/unistdio/base: New file.
28374         * modules/unistdio/u-printf-args: New file.
28375         * modules/unistdio/ulc-asnprintf: New file.
28376         * modules/unistdio/ulc-asprintf: New file.
28377         * modules/unistdio/ulc-fprintf: New file.
28378         * modules/unistdio/ulc-printf-parse: New file.
28379         * modules/unistdio/ulc-snprintf: New file.
28380         * modules/unistdio/ulc-sprintf: New file.
28381         * modules/unistdio/ulc-vasnprintf: New file.
28382         * modules/unistdio/ulc-vasprintf: New file.
28383         * modules/unistdio/ulc-vfprintf: New file.
28384         * modules/unistdio/ulc-vsnprintf: New file.
28385         * modules/unistdio/ulc-vsprintf: New file.
28386         * modules/unistdio/u8-asnprintf: New file.
28387         * modules/unistdio/u8-asprintf: New file.
28388         * modules/unistdio/u8-printf-parse: New file.
28389         * modules/unistdio/u8-snprintf: New file.
28390         * modules/unistdio/u8-sprintf: New file.
28391         * modules/unistdio/u8-vasnprintf: New file.
28392         * modules/unistdio/u8-vasprintf: New file.
28393         * modules/unistdio/u8-vsnprintf: New file.
28394         * modules/unistdio/u8-vsprintf: New file.
28395         * modules/unistdio/u8-u8-asnprintf: New file.
28396         * modules/unistdio/u8-u8-asprintf: New file.
28397         * modules/unistdio/u8-u8-snprintf: New file.
28398         * modules/unistdio/u8-u8-sprintf: New file.
28399         * modules/unistdio/u8-u8-vasnprintf: New file.
28400         * modules/unistdio/u8-u8-vasprintf: New file.
28401         * modules/unistdio/u8-u8-vsnprintf: New file.
28402         * modules/unistdio/u8-u8-vsprintf: New file.
28403         * modules/unistdio/u16-asnprintf: New file.
28404         * modules/unistdio/u16-asprintf: New file.
28405         * modules/unistdio/u16-printf-parse: New file.
28406         * modules/unistdio/u16-snprintf: New file.
28407         * modules/unistdio/u16-sprintf: New file.
28408         * modules/unistdio/u16-vasnprintf: New file.
28409         * modules/unistdio/u16-vasprintf: New file.
28410         * modules/unistdio/u16-vsnprintf: New file.
28411         * modules/unistdio/u16-vsprintf: New file.
28412         * modules/unistdio/u16-u16-asnprintf: New file.
28413         * modules/unistdio/u16-u16-asprintf: New file.
28414         * modules/unistdio/u16-u16-snprintf: New file.
28415         * modules/unistdio/u16-u16-sprintf: New file.
28416         * modules/unistdio/u16-u16-vasnprintf: New file.
28417         * modules/unistdio/u16-u16-vasprintf: New file.
28418         * modules/unistdio/u16-u16-vsnprintf: New file.
28419         * modules/unistdio/u16-u16-vsprintf: New file.
28420         * modules/unistdio/u32-asnprintf: New file.
28421         * modules/unistdio/u32-asprintf: New file.
28422         * modules/unistdio/u32-printf-parse: New file.
28423         * modules/unistdio/u32-snprintf: New file.
28424         * modules/unistdio/u32-sprintf: New file.
28425         * modules/unistdio/u32-vasnprintf: New file.
28426         * modules/unistdio/u32-vasprintf: New file.
28427         * modules/unistdio/u32-vsnprintf: New file.
28428         * modules/unistdio/u32-vsprintf: New file.
28429         * modules/unistdio/u32-u32-asnprintf: New file.
28430         * modules/unistdio/u32-u32-asprintf: New file.
28431         * modules/unistdio/u32-u32-snprintf: New file.
28432         * modules/unistdio/u32-u32-sprintf: New file.
28433         * modules/unistdio/u32-u32-vasnprintf: New file.
28434         * modules/unistdio/u32-u32-vasprintf: New file.
28435         * modules/unistdio/u32-u32-vsnprintf: New file.
28436         * modules/unistdio/u32-u32-vsprintf: New file.
28437         * modules/unistdio/ulc-asnprintf-tests: New file.
28438         * modules/unistdio/ulc-vasnprintf-tests: New file.
28439         * modules/unistdio/ulc-vasprintf-tests: New file.
28440         * modules/unistdio/ulc-vsnprintf-tests: New file.
28441         * modules/unistdio/ulc-vsprintf-tests: New file.
28442         * modules/unistdio/u8-asnprintf-tests: New file.
28443         * modules/unistdio/u8-vasnprintf-tests: New file.
28444         * modules/unistdio/u8-vasprintf-tests: New file.
28445         * modules/unistdio/u8-vsnprintf-tests: New file.
28446         * modules/unistdio/u8-vsprintf-tests: New file.
28447         * modules/unistdio/u16-asnprintf-tests: New file.
28448         * modules/unistdio/u16-vasnprintf-tests: New file.
28449         * modules/unistdio/u16-vasprintf-tests: New file.
28450         * modules/unistdio/u16-vsnprintf-tests: New file.
28451         * modules/unistdio/u16-vsprintf-tests: New file.
28452         * modules/unistdio/u32-asnprintf-tests: New file.
28453         * modules/unistdio/u32-vasnprintf-tests: New file.
28454         * modules/unistdio/u32-vasprintf-tests: New file.
28455         * modules/unistdio/u32-vsnprintf-tests: New file.
28456         * modules/unistdio/u32-vsprintf-tests: New file.
28457         * MODULES.html.sh (Unicode string functions): Add the new modules.
28458
28459 2007-07-01  Bruno Haible  <bruno@clisp.org>
28460
28461         * lib/sprintf.c (sprintf): Limit the available length estimation,
28462         to avoid address wraparound.
28463         * lib/vsprintf.c (vsprintf): Likewise.
28464         * modules/sprintf-posix (Dependencies): Add stdint.
28465         * modules/vsprintf-posix (Dependencies): Likewise.
28466
28467 2007-07-01  Bruno Haible  <bruno@clisp.org>
28468
28469         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
28470         Windows PATH as well. Conservative double-quoting. Comments.
28471
28472 2007-07-01  Bruno Haible  <bruno@clisp.org>
28473             Eric Blake  <ebb9@byu.net>
28474             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28475
28476         * gnulib-tool (self_abspathname): Fix algorithm to cope with
28477         empty components in $PATH, denoting '.'.
28478
28479 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28480
28481         * gnulib-tool: Fix indentation.
28482         (func_create_megatestdir): Likewise.
28483         Report by Bruno Haible.
28484
28485 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28486
28487         Sync from Automake.
28488         * build-aux/gnupload: Fix shell portability issues with for loops.
28489         Report by Karl Berry.
28490
28491 2007-06-29  Simon Josefsson  <simon@josefsson.org>
28492
28493         * build-aux/maint.mk (POURL): Use translationproject.org.
28494
28495 2007-06-27  Simon Josefsson  <simon@josefsson.org>
28496             Bruno Haible  <bruno@clisp.org>
28497
28498         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
28499         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
28500         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
28501         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
28502         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
28503
28504 2007-06-27  Bruno Haible  <bruno@clisp.org>
28505
28506         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
28507         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
28508
28509 2007-06-26  Karl Berry  <karl@gnu.org>
28510
28511         * MODULES.html.sh: remove xreadlink-with-size.
28512
28513 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28514
28515         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
28516         method that I hope also handles the double-include problem noted
28517         by Bruno Haible in
28518         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
28519
28520 2007-06-23  Bruno Haible  <bruno@clisp.org>
28521
28522         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28523         Don't let the 'mostlyclean' target fail if the last subdirectory could
28524         not be removed.
28525         Reported by Karl Berry.
28526
28527 2007-06-23  Bruno Haible  <bruno@clisp.org>
28528
28529         * gnulib-tool (echo): Add a speedier workaround for ksh.
28530         * tests/test-echo.sh: Likewise.
28531
28532 2007-06-23  Bruno Haible  <bruno@clisp.org>
28533
28534         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
28535         * tests/test-echo.sh: Likewise.
28536
28537 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28538
28539         * gnulib-tool (IFS): Initialize early, so we don't set it to
28540         empty later.
28541         (self_abspathname): Rewrite algorithm to set it, reindent.
28542         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
28543         (func_create_megatestdir): Merge some sed scripts.
28544
28545 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28546
28547         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
28548         exposed by Sun Studio 11 cc on Solaris 8.
28549
28550 2007-06-22  Bruno Haible  <bruno@clisp.org>
28551
28552         * gnulib-tool (echo): Ensure the echo primitive does not interpret
28553         backslashes.
28554         * tests/test-echo.sh: New file.
28555
28556 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28557
28558         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
28559         simplify `sed_replace_build_aux' scripts, they are portable but
28560         echoing them with `echo' is not.
28561         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
28562
28563 2007-06-21  Karl Berry  <karl@gnu.org>
28564
28565         * config/srclist.txt: guess we can't handle the licenses via
28566         srclist at the moment.
28567
28568 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28569
28570         * MODULES.html.sh: Add include_next.
28571         * modules/include_next: New file.
28572
28573 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28574
28575         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
28576         INCLUDE_NEXT.
28577         (gl_CHECK_NEXT_HEADERS): New macro.
28578         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
28579         the obsolescent gl_ABSOLUTE_HEADER.
28580         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
28581         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
28582         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
28583         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
28584         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
28585         * m4/math_h.m4 (gl_MATH_H): Likewise.
28586         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
28587         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
28588         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
28589         * m4/stdint.m4 (gl_STDINT_H): Likewise.
28590         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
28591         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
28592         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
28593         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
28594         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
28595         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
28596         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
28597         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
28598         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
28599         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
28600         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
28601         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
28602         * m4/inttypes.m4 (gl_INTTYPES_H): Define
28603         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
28604         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
28605         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
28606         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
28607         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
28608         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
28609         * lib/float_.h: Likewise.
28610         * lib/inttypes_.h: Likewise.
28611         * lib/math_.h: Likewise.
28612         * lib/search_.h: Likewise.
28613         * lib/signal_.h: Likewise.
28614         * lib/stdint_.h: Likewise.
28615         * lib/stdio_.h: Likewise.
28616         * lib/stdlib_.h: Likewise.
28617         * lib/string_.h: Likewise.
28618         * lib/sys_stat_.h: Likewise.
28619         * lib/sys_time_.h: Likewise.
28620         * lib/time_.h: Likewise.
28621         * lib/unistd_.h: Likewise.
28622         * lib/wchar_.h: Likewise.
28623         * lib/wctype_.h: Likewise.
28624         * lib/dirent_.h: Likewise.
28625         * lib/iconv_.h: Likewise.
28626         * lib/locale_.h: Likewise.
28627         * lib/netinet_in_.h: Likewise.
28628         * lib/sys_select_.h: Likewise.
28629         * lib/sys_socket_.h: Likewise.
28630         * lib/sysexits_.h: Likewise.
28631         * modules/fcntl (Depends-on): Depend on include_next, not
28632         absolute_header.
28633         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
28634         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
28635         * modules/fchdir: Likewise.
28636         * modules/float: Likewise.
28637         * modules/iconv_open: Likewise.
28638         * modules/inttypes: Likewise.
28639         * modules/locale: Likewise.
28640         * modules/math: Likewise.
28641         * modules/netinet_in: Likewise.
28642         * modules/search: Likewise.
28643         * modules/signal: Likewise.
28644         * modules/stdint: Likewise.
28645         * modules/stdio: Likewise.
28646         * modules/stdlib: Likewise.
28647         * modules/string: Likewise.
28648         * modules/sys_select: Likewise.
28649         * modules/sys_socket: Likewise.
28650         * modules/sys_stat: Likewise.
28651         * modules/sys_time: Likewise.
28652         * modules/sysexits: Likewise.
28653         * modules/time: Likewise.
28654         * modules/unistd: Likewise.
28655         * modules/wchar: Likewise.
28656         * modules/wctype: Likewise.
28657         * modules/sys_stat: Change maintainer to "all".
28658         * modules/unistd: Likewise.
28659
28660 2007-06-20  Karl Berry  <karl@gnu.org>
28661
28662         * config/srclist.txt: track www changes in license files.
28663
28664 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
28665
28666         * build-aux/bootstrap: Remove stray dot.
28667         Make sure build_aux settings are honored when linking
28668         gnulib_extra_files.
28669
28670 2007-06-19  Eric Blake  <ebb9@byu.net>
28671
28672         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
28673         Allow compilation on cygwin.
28674
28675 2007-06-19  Jim Meyering  <jim@meyering.net>
28676
28677         xreadlink-with-size: Remove module.  No longer used.
28678         Ex-callers now use xreadlink or mreadlink-with-size.
28679         * modules/xreadlink-with-size: Remove module.
28680         * lib/xreadlink-with-size.c: Remove file.
28681         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
28682         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
28683         just before the function definition *is* accurate.
28684
28685         Eliminate one way canonicalize_filename_mode could exit.
28686         * lib/canonicalize.c (canonicalize_filename_mode):
28687         Use mreadlink_with_size, not xreadlink_with_size.
28688
28689 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
28690
28691         Detect porting problems to FreeBSD/arm, which has time_t wider than
28692         long int.  Original problem reported for GNU diff by Xin Li in
28693         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
28694         * modules/getdate (Depends-on): Add intprops, verify.
28695         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
28696         is an integer type no wider than long int.
28697
28698 2007-06-18  Jim Meyering  <jim@meyering.net>
28699
28700         New module: mreadlink-with-size.
28701         * MODULES.html.sh: Add mreadlink-with-size.
28702         * modules/mreadlink-with-size: New module
28703         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
28704         not xreadlink-with-size.
28705         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
28706
28707 2007-06-16  Bruno Haible  <bruno@clisp.org>
28708
28709         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
28710         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
28711         Reported by Gary V. Vaughan <gary@gnu.org>.
28712
28713 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
28714
28715         Revamp lchown so that it lives in unistd.h where it belongs.
28716         * lib/lchown.h: Remove.
28717         * lib/dirchownmod.c: Don't include lib/lchown.h.
28718         * lib/fchownat.c: Likewise.
28719         * lib/openat.c: Likewise.
28720         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
28721         does not follow symlinks.
28722         (EOPNOTSUPP): Define if not defined.
28723         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
28724         is defined to 0.
28725         (lchown): New decl.
28726         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
28727         Do not check for lchown decl.
28728         Set REPLACE_LCHOWN.
28729         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
28730         REPLACE_LCHOWN.
28731         * modules/chown: Make it clear it follows symlinks.
28732         * modules/lchown: Make it clear it doesn't follow symlinks.
28733         (Files): Remove lib/lchown.h
28734         (Depends-on): Add unistd.
28735         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
28736         (Include): Include <unistd.h>, not "lchown.h".
28737         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
28738         REPLACE_LCHOWN.
28739
28740 2007-06-15  Jim Meyering  <jim@meyering.net>
28741
28742         Change license (GPL to LGPL) of fsusage and dependents.
28743         * modules/fsusage (License): Change to LGPL.
28744         * modules/full-read (License): Likewise.
28745         * modules/full-write (License): Likewise.
28746         * modules/safe-read (License): Likewise.
28747         * modules/safe-write (License): Likewise.
28748
28749 2007-06-14  Ben Pfaff  <blp@gnu.org>
28750
28751         Missing part of allocsa -> malloca transition.
28752         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
28753         gl_MALLOCA.
28754
28755 2007-06-12  Bruno Haible  <bruno@clisp.org>
28756
28757         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
28758         to ia64, x86_64, i386.
28759         Reported by Eric Blake.
28760
28761 2007-06-12  Bruno Haible  <bruno@clisp.org>
28762
28763         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
28764         cross-compiling to x86_64.
28765
28766 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
28767
28768         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
28769         glitch reported by Ralf Wildenhues in
28770         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
28771
28772         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
28773         Vin Shelton.
28774
28775 2007-06-11  Bruno Haible  <bruno@clisp.org>
28776
28777         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
28778         replacement string.
28779         Reported by Eric Blake.
28780
28781 2007-06-10  Bruno Haible  <bruno@clisp.org>
28782
28783         Prepare vasnprintf code for use with Unicode strings.
28784         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
28785         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
28786         TYPE_U32_STRING.
28787         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
28788         a_u32_string variants.
28789         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
28790         * lib/printf-args.c: Don't include config.h and the specification
28791         header if PRINTF_FETCHARGS is already defined.
28792         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
28793         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
28794         TYPE_U16_STRING, TYPE_U32_STRING.
28795         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
28796         u16_directive, u16_directives, u32_directive, u32_directives): New
28797         types.
28798         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
28799         New declarations.
28800         * lib/printf-parse.c: Don't include config.h and the specification
28801         header if PRINTF_PARSE is already defined. Eliminate the set of
28802         parameters for WIDE_CHAR_VERSION; the user of this file must provide
28803         them now. Include c-ctype.h.
28804         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
28805         directive and CHAR_T_ONLY_ASCII.
28806         * lib/vasnprintf.c: Don't include config.h and the specification header
28807         if VASNPRINTF is already defined.
28808         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
28809         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
28810         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
28811         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
28812         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
28813         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
28814         code accordingly.
28815         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
28816         pad_ourselves also in this case, with the 'c' and 's' directives, and
28817         with a different notion of "width".
28818         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
28819
28820 2007-06-10  Bruno Haible  <bruno@clisp.org>
28821
28822         * modules/unistr/u32-mbsnlen: New file.
28823         * lib/unistr/u32-mbsnlen.c: New file.
28824
28825         * modules/unistr/u16-mbsnlen: New file.
28826         * lib/unistr/u16-mbsnlen.c: New file.
28827
28828         * modules/unistr/u8-mbsnlen: New file.
28829         * lib/unistr/u8-mbsnlen.c: New file.
28830
28831         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
28832         declarations.
28833
28834 2007-06-10  Bruno Haible  <bruno@clisp.org>
28835
28836         * lib/string_.h (mbsnlen): New declaration.
28837         * lib/mbsnlen.c: New file.
28838         * m4/mbsnlen.m4: New file.
28839         * modules/mbsnlen: New file.
28840         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
28841         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
28842         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
28843
28844 2007-06-10  Bruno Haible  <bruno@clisp.org>
28845
28846         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
28847
28848 2007-06-10  Bruno Haible  <bruno@clisp.org>
28849
28850         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
28851         * lib/mbuiter.h: Likewise.
28852
28853 2007-06-10  Bruno Haible  <bruno@clisp.org>
28854
28855         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
28856         declaration.
28857
28858 2007-06-10  Karl Berry  <karl@gnu.org>
28859
28860         * config/srclist.txt: remove gettext entries, Bruno prefers
28861         to update individually.
28862
28863 2007-06-10  Bruno Haible  <bruno@clisp.org>
28864
28865         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
28866         'maxlen'. Ensure only length + width bytes are allocated, not
28867         length + 1 + width.
28868
28869 2007-06-09  Bruno Haible  <bruno@clisp.org>
28870
28871         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
28872         (CHAR_T): Remove macro.
28873         (VASNPRINTF): Update.
28874
28875 2007-06-09  Bruno Haible  <bruno@clisp.org>
28876
28877         * MODULES.html.sh (Unicode string functions): Add the new modules.
28878
28879         * modules/uniconv/u32-conv-to-enc: New file.
28880         * lib/uniconv/u32-conv-to-enc.c: New file.
28881         * modules/uniconv/u32-conv-to-enc-tests: New file.
28882         * tests/uniconv/test-u32-conv-to-enc.c: New file.
28883
28884         * modules/uniconv/u16-conv-to-enc: New file.
28885         * lib/uniconv/u16-conv-to-enc.c: New file.
28886         * lib/uniconv/u-conv-to-enc.h: New file.
28887         * modules/uniconv/u16-conv-to-enc-tests: New file.
28888         * tests/uniconv/test-u16-conv-to-enc.c: New file.
28889
28890         * modules/uniconv/u8-conv-to-enc: New file.
28891         * lib/uniconv/u8-conv-to-enc.c: New file.
28892         * modules/uniconv/u8-conv-to-enc-tests: New file.
28893         * tests/uniconv/test-u8-conv-to-enc.c: New file.
28894
28895         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
28896         u32_conv_to_encoding): New declarations.
28897
28898 2007-06-09  Bruno Haible  <bruno@clisp.org>
28899
28900         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
28901
28902 2007-06-09  Bruno Haible  <bruno@clisp.org>
28903
28904         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
28905         * modules/malloca: Renamed from modules/allocsa, updated.
28906         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
28907         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
28908         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
28909         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
28910         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
28911         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
28912         * modules/xmalloca: Renamed from modules/xallocsa, updated.
28913         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
28914         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
28915         * modules/c-strcasestr (Depends-on): Update.
28916         * lib/c-strcasestr.c: Update.
28917         * modules/c-strstr (Depends-on): Update.
28918         * lib/c-strstr.c: Update.
28919         * modules/canonicalize-lgpl (Depends-on): Update.
28920         * lib/canonicalize-lgpl.c: Update.
28921         * modules/clean-temp (Depends-on): Update.
28922         * lib/clean-temp.c: Update.
28923         * modules/csharpcomp (Depends-on): Update.
28924         * lib/csharpcomp.c: Update.
28925         * modules/csharpexec (Depends-on): Update.
28926         * lib/csharpexec.c: Update.
28927         * modules/javacomp (Depends-on): Update.
28928         * lib/javacomp.c: Update.
28929         * modules/javaexec (Depends-on): Update.
28930         * lib/javaexec.c: Update.
28931         * modules/mbscasestr (Depends-on): Update.
28932         * lib/mbscasestr.c: Update.
28933         * modules/mbsstr (Depends-on): Update.
28934         * lib/mbsstr.c: Update.
28935         * modules/setenv (Depends-on): Update.
28936         * lib/setenv.c: Update.
28937         * modules/strcasestr (Depends-on): Update.
28938         * lib/strcasestr.c: Update.
28939         * modules/striconveha (Depends-on): Update.
28940         * lib/striconveha.c: Update.
28941         * modules/relocatable-prog-wrapper (Files): Update.
28942         * lib/relocwrapper.c: Update.
28943         * build-aux/install-reloc: Update.
28944         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
28945
28946 2007-06-08  Bruno Haible  <bruno@clisp.org>
28947
28948         Port to uClibc.
28949         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
28950         * lib/fpurge.c (fpurge): Likewise.
28951         * lib/freading.c (freading): Likewise.
28952         * lib/fseeko.c (rpl_fseeko): Likewise.
28953         * lib/fseterr.c (fseterr): Likewise.
28954         * lib/fwriting.c (fwriting): Likewise.
28955         * tests/test-fflush.c (main): Avoid a failure on uClibc.
28956
28957 2007-06-08  Bruno Haible  <bruno@clisp.org>
28958
28959         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
28960         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
28961         * modules/gettext (Files): Add m4/intlmacosx.m4.
28962
28963 2007-06-07  Bruno Haible  <bruno@clisp.org>
28964
28965         * modules/localename-tests: New file.
28966         * tests/test-localename.c: New file.
28967
28968         New module 'localename'.
28969         * lib/localename.h: New file.
28970         * lib/localename.c: New file, from GNU gettext.
28971         * m4/localename.m4: New file.
28972         * modules/localename: New file.
28973
28974 2007-06-07  Bruno Haible  <bruno@clisp.org>
28975
28976         Work around the lack of <wchar.h> on some builds of uClibc.
28977         * doc/headers/wchar.texi: Update.
28978         * lib/wchar_.h: Include <wchar.h> only if it exists.
28979         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
28980         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
28981         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
28982         doesn't exist.
28983         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
28984         * modules/mbfile (Depends-on): Add wchar.
28985         * modules/mbiter (Depends-on): Likewise.
28986         * modules/mbuiter (Depends-on): Likewise.
28987         Reported by Simon Josefsson.
28988
28989 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
28990
28991         Work around problem reported by Steven M. Schweda in
28992         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
28993         Tru64 5.1B with the Compaq compiler environment installed declares
28994         an 'isblank' function but does not define it in the C library.
28995         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
28996         * lib/regex_internal.h (isblank): Likewise.
28997         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
28998         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28999
29000 2007-06-05  Bruno Haible  <bruno@clisp.org>
29001
29002         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
29003         ia64.
29004         * modules/printf-safe: New file.
29005         * modules/fprintf-posix (Depends-on): Add printf-safe.
29006         * modules/printf-posix (Depends-on): Likewise.
29007         * modules/snprintf-posix (Depends-on): Likewise.
29008         * modules/sprintf-posix (Depends-on): Likewise.
29009         * modules/vasnprintf-posix (Depends-on): Likewise.
29010         * modules/vasprintf-posix (Depends-on): Likewise.
29011         * modules/vfprintf-posix (Depends-on): Likewise.
29012         * modules/vprintf-posix (Depends-on): Likewise.
29013         * modules/vsnprintf-posix (Depends-on): Likewise.
29014         * modules/vsprintf-posix (Depends-on): Likewise.
29015         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
29016         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
29017         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
29018         "no" on i386, x86_64, ia64.
29019         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
29020         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29021         on i386, x86_64, ia64.
29022         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
29023         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29024         on i386, x86_64, ia64.
29025         * tests/test-vasnprintf-posix.c: Include float.h.
29026         (LDBL80_WORDS): New macro.
29027         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29028         on i386, x86_64, ia64.
29029         * tests/test-vasprintf-posix.c: Include float.h.
29030         (LDBL80_WORDS): New macro.
29031         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29032         on i386, x86_64, ia64.
29033         * tests/test-snprintf-posix.c: Include float.h.
29034         * tests/test-sprintf-posix.c: Likewise.
29035         * tests/test-vsnprintf-posix.c: Likewise.
29036         * tests/test-vsprintf-posix.c: Likewise.
29037
29038 2007-06-05  Bruno Haible  <bruno@clisp.org>
29039
29040         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
29041         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
29042         non-IEEE numbers on i386, x86_64, ia64.
29043         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
29044         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
29045         * tests/test-isnanl.h: Include float.h.
29046         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
29047
29048 2007-06-05  Bruno Haible  <bruno@clisp.org>
29049
29050         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
29051         also the %a / %A. Handle the %a / %A code before this extra handling.
29052
29053 2007-06-05  Bruno Haible  <bruno@clisp.org>
29054
29055         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
29056         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
29057
29058 2007-06-05  Bruno Haible  <bruno@clisp.org>
29059
29060         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
29061         typo in variable name.
29062
29063 2007-06-05  Eric Blake  <ebb9@byu.net>
29064
29065         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
29066         Reported by Simon Josefsson.
29067
29068 2007-06-04  Bruno Haible  <bruno@clisp.org>
29069
29070         Avoid test failures on some PowerPC platforms.
29071         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
29072         Define differently for PowerPC.
29073         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
29074         Reported by Gary V. Vaughan <gary@gnu.org>.
29075
29076 2007-06-02  Bruno Haible  <bruno@clisp.org>
29077
29078         Fix test-stdint failure on FreeBSD/ia64.
29079         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
29080         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
29081         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
29082         * doc/headers/stdint.texi: Update.
29083
29084 2007-06-01  Bruno Haible  <bruno@clisp.org>
29085
29086         * tests/test-binary-io.c (main): Pass a third argument to open().
29087         Reported by Gary V. Vaughan <gary@gnu.org>.
29088
29089 2007-06-01  Bruno Haible  <bruno@clisp.org>
29090
29091         * doc/functions/frexpl.texi: Update for mingw.
29092
29093 2007-06-01  Bruno Haible  <bruno@clisp.org>
29094
29095         * tests/test-lseek.c (main): Disable test of errno for invalid third
29096         argument.
29097         * doc/functions/lseek.texi: Update.
29098         Reported by Gary V. Vaughan <gary@gnu.org>.
29099
29100 2007-05-28  Bruno Haible  <bruno@clisp.org>
29101
29102         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
29103
29104 2007-05-31  Eric Blake  <ebb9@byu.net>
29105
29106         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
29107         cross compiling.
29108
29109 2007-05-30  Eric Blake  <ebb9@byu.net>
29110         and Bruno Haible  <bruno@clisp.org>
29111
29112         Work around mingw test failures exposed by m4-1.4.9b.
29113         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
29114         * tests/test-unistd.c: Disable uid_t and git_t tests for the
29115         moment.
29116
29117 2007-05-30  Bruno Haible  <bruno@clisp.org>
29118
29119         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
29120         assuming that they are closed. Needed on HP-UX 11.
29121
29122 2007-05-29  Bruno Haible  <bruno@clisp.org>
29123
29124         Fix a problem with #include_next.
29125         * lib/dirent_.h: Split the double-inclusion guard.
29126         * lib/fcntl_.h: Likewise.
29127         * lib/float_.h: Likewise.
29128         * lib/iconv_.h: Likewise.
29129         * lib/inttypes_.h: Likewise.
29130         * lib/locale_.h: Likewise.
29131         * lib/math_.h: Likewise.
29132         * lib/netinet_in_.h: Likewise.
29133         * lib/search_.h: Likewise.
29134         * lib/signal_.h: Likewise.
29135         * lib/stdint_.h: Likewise.
29136         * lib/stdio_.h: Likewise.
29137         * lib/stdlib_.h: Likewise.
29138         * lib/string_.h: Likewise.
29139         * lib/sys_select_.h: Likewise.
29140         * lib/sys_socket_.h: Likewise.
29141         * lib/sys_stat_.h: Likewise.
29142         * lib/sys_time_.h: Likewise.
29143         * lib/sysexits_.h: Likewise.
29144         * lib/time_.h: Likewise.
29145         * lib/unistd_.h: Likewise.
29146         * lib/wchar_.h: Likewise.
29147         * lib/wctype_.h: Likewise.
29148
29149 2007-05-29  Bruno Haible  <bruno@clisp.org>
29150
29151         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
29152         for the moment.
29153
29154 2007-05-29  Bruno Haible  <bruno@clisp.org>
29155
29156         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
29157         invocation.
29158         Reported by Eric Blake.
29159
29160 2007-05-29  Bruno Haible  <bruno@clisp.org>
29161
29162         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
29163         compiling case.
29164
29165 2007-05-29  Eric Blake  <ebb9@byu.net>
29166             Bruno Haible  <bruno@clisp.org>
29167
29168         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
29169         cross compiles.
29170
29171 2007-05-28  Eric Blake  <ebb9@byu.net>
29172
29173         * modules/closein-tests (test_closein_LDADD): Support test on
29174         cygwin with libtool.
29175
29176 2007-05-28  Bruno Haible  <bruno@clisp.org>
29177
29178         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
29179         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29180         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29181         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29182         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29183         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29184         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29185         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29186         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29187
29188 2007-05-28  Eric Blake  <ebb9@byu.net>
29189
29190         Unconditionally include <config.h> in unit tests.
29191         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
29192         * tests/test-allocsa.c, tests/test-arcfour.c,
29193         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
29194         tests/test-array_list.c, tests/test-array_oset.c,
29195         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
29196         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
29197         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
29198         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
29199         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
29200         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
29201         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
29202         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
29203         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
29204         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
29205         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
29206         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
29207         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
29208         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
29209         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
29210         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
29211         test-md5.c, test-memmem.c, test-printf-posix.c,
29212         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
29213         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
29214         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
29215         test-strcasestr.c, test-striconv.c, test-striconveh.c,
29216         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
29217         test-vasnprintf-posix2.c, test-vasnprintf.c,
29218         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
29219         test-vfprintf-posix.c, test-vprintf-posix.c,
29220         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
29221         test-xvasprintf.c: Likewise.
29222
29223 2007-05-28  Bruno Haible  <bruno@clisp.org>
29224
29225         * gnulib-tool (func_import): Remember the --with-tests command-line
29226         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
29227         Reported by Eric Blake.
29228
29229 2007-05-28  Bruno Haible  <bruno@clisp.org>
29230
29231         * modules/ftell-tests: New file.
29232         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
29233         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
29234
29235         * lib/ftell.c: New file.
29236         * modules/ftell: New file.
29237         * m4/ftell.m4: New file.
29238         * doc/functions/ftell.texi: Update.
29239         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
29240         REPLACE_FTELL.
29241         * lib/stdio_.h (rpl_ftell): New declaration.
29242         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
29243         REPLACE_FTELL.
29244
29245 2007-05-28  Eric Blake  <ebb9@byu.net>
29246
29247         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
29248
29249 2007-05-28  Bruno Haible  <bruno@clisp.org>
29250
29251         * modules/fseek-tests: New file.
29252         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
29253         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
29254
29255         * lib/fseek.c: New file.
29256         * modules/fseek: New file.
29257         * m4/fseek.m4: New file.
29258         * doc/functions/fseek.texi: Update.
29259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
29260         REPLACE_FSEEK.
29261         * lib/stdio_.h (rpl_fseek): New declaration.
29262         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
29263         REPLACE_FSEEK.
29264
29265 2007-05-28  Bruno Haible  <bruno@clisp.org>
29266
29267         * lib/stdio_.h (fflush): More comments.
29268
29269 2007-05-28  Bruno Haible  <bruno@clisp.org>
29270
29271         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
29272         runtime test.
29273
29274 2007-05-28  Eric Blake  <ebb9@byu.net>
29275
29276         Improve lseek module.
29277         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
29278         * lib/unistd_.h (lseek): Scale back link warning message.
29279         * tests/test-lseek.c: Beef up test.
29280         * tests/test-lseek.sh: Exercise more facets of lseek.
29281         Reported by Bruno Haible.
29282
29283 2007-05-28  Bruno Haible  <bruno@clisp.org>
29284
29285         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
29286         to define.
29287
29288 2007-05-27  Bruno Haible  <bruno@clisp.org>
29289
29290         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
29291
29292 2007-05-27  Bruno Haible  <bruno@clisp.org>
29293
29294         * modules/openmp: New file.
29295         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
29296         Noah Misch.
29297
29298 2007-05-26  Bruno Haible  <bruno@clisp.org>
29299
29300         * modules/chdir-long (Depends-on): Add fchdir.
29301         * modules/chdir-safer (Depends-on): Likewise.
29302         * modules/fts (Depends-on): Likewise.
29303         * modules/fts-lgpl (Depends-on): Likewise.
29304         * modules/openat (Depends-on): Likewise.
29305         * modules/savewd (Depends-on): Likewise.
29306
29307 2007-05-24  Eric Blake  <ebb9@byu.net>
29308
29309         Fix lseek on mingw.
29310         * modules/lseek: New module.
29311         * m4/lseek.m4: New file.
29312         * lib/lseek.c: New file.
29313         * modules/lseek-tests: New file.
29314         * tests/test-lseek.c: New file.
29315         * tests/test-lseek.sh: New file.
29316         * MODULES.html.sh: Document lseek module.
29317         * modules/fflush (Depends-on): Add lseek, fseeko.
29318         * modules/fseeko (Depends-on): Likewise.
29319         * modules/ftello (Depends-on): Likewise.
29320         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
29321         broken.
29322         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
29323         broken.
29324         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
29325         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
29326         * lib/ftello.c (rpl_ftello): Likewise.
29327         * tests/test-fseeko.c (main): Test this.
29328         * tests/test-fseeko.sh: Likewise.
29329         * tests/test-ftello.c (main): Likewise.
29330         * tests/test-ftello.sh: Likewise.
29331         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
29332         implies replacing fseek.
29333         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
29334         HAVE_FTELLO.
29335         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
29336         * modules/unistd (Makefile.am): Likewise.
29337         * lib/unistd_.h (lseek): Declare a replacement.
29338         * doc/functions/lseek.texi (lseek): Document this fix.
29339         * doc/functions/fseek.texi (fseek): Likewise.
29340         * doc/functions/ftell.texi (ftell): Likewise.
29341
29342 2007-05-24  Bruno Haible  <bruno@clisp.org>
29343
29344         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
29345         in the printed representation of a NaN.
29346         * tests/test-vasprintf-posix.c (test_function): Likewise.
29347         * tests/test-snprintf-posix.h (test_function): Likewise.
29348         * tests/test-sprintf-posix.h (test_function): Likewise.
29349         Reported by Eric Blake.
29350
29351 2007-05-23  Eric Blake  <ebb9@byu.net>
29352
29353         Fix fseeko/ftello on cygwin 1.5.24.
29354         * doc/functions/fseeko.texi (fseeko): Document the fix.
29355         * doc/functions/ftello.texi (ftello): Document the fix.
29356         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
29357         * doc/functions/stdout.text (stdout): New file.
29358         * doc/functions/stderr.text (stderr): New file.
29359         * doc/gnulib.texi (Function Substitutes): Use new files.
29360         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
29361         prior to 1.7.0.
29362         * tests/test-ftello.c (main): Likewise for ftello.
29363         * tests/test-fseeko.sh: New file.
29364         * tests/test-ftello.sh: New file.
29365         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
29366         with seekable stdin.
29367         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
29368         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
29369         (gl_REPLACE_FSEEKO): New macro.
29370         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
29371         * modules/fseeko (Files): Distribute fseeko.c.
29372         * modules/ftello (Files): Distribute ftello.c.
29373         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
29374         mode.
29375         * lib/ftello.c (rpl_ftello): New file.
29376         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
29377         fseeko, ftello.
29378         (gl_STDIN_LARGE_OFFSET): New macro.
29379         * modules/stdio (Makefile.am): Perform the replacement.
29380         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
29381
29382 2007-05-23  Bruno Haible  <bruno@clisp.org>
29383
29384         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
29385         GNULIB_POSIXCHECK is defined.
29386
29387 2007-05-21  Bruno Haible  <bruno@clisp.org>
29388
29389         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
29390         Check also the output for NaN arguments. When cross-compiling, guess
29391         no on IRIX.
29392         * lib/vasnprintf.c: Update comments.
29393         * tests/test-vasnprintf-posix.c (strisnan): New function.
29394         (test_function): Use it.
29395         * tests/test-vasprintf-posix.c (strisnan): New function.
29396         (test_function): Use it.
29397         * tests/test-snprintf-posix.h (strisnan): New function.
29398         (test_function): Use it.
29399         * tests/test-sprintf-posix.h (strisnan): New function.
29400         (test_function): Use it.
29401         Reported by Eric Blake.
29402
29403 2007-05-20  Bruno Haible  <bruno@clisp.org>
29404
29405         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
29406         numbers that fails on BeOS.
29407         * doc/functions/frexpl.texi: Update.
29408
29409 2007-05-20  Jim Meyering  <jim@meyering.net>
29410
29411         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
29412         forced upon us by glibc-2.6.
29413
29414 2007-05-20  Bruno Haible  <bruno@clisp.org>
29415
29416         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
29417         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
29418         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
29419         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
29420         NEED_PRINTF_INFINITE.
29421         (is_infinitel): New function.
29422         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
29423         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
29424         gl_PREREQ_VASNPRINTF_INFINITE.
29425         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
29426         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29427         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
29428         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
29429         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
29430         gl_PREREQ_VASNPRINTF_INFINITE.
29431         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29432         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29433         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29434         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29435         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29436         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29437         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29438         * doc/functions/fprintf.texi: Update.
29439         * doc/functions/printf.texi: Update.
29440         * doc/functions/snprintf.texi: Update.
29441         * doc/functions/sprintf.texi: Update.
29442         * doc/functions/vfprintf.texi: Update.
29443         * doc/functions/vprintf.texi: Update.
29444         * doc/functions/vsnprintf.texi: Update.
29445         * doc/functions/vsprintf.texi: Update.
29446
29447 2007-05-20  Bruno Haible  <bruno@clisp.org>
29448
29449         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
29450         was not found in libc.
29451         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
29452
29453 2007-05-20  Bruno Haible  <bruno@clisp.org>
29454
29455         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
29456         printed as "-nan" instead of "nan".
29457         * tests/test-vasprintf-posix.c (test_function): Likewise.
29458         * tests/test-snprintf-posix.h (test_function): Likewise.
29459         * tests/test-sprintf-posix.h (test_function): Likewise.
29460         Needed for HP-UX 11.
29461
29462 2007-05-20  Jim Meyering  <jim@meyering.net>
29463
29464         Fix buggy test for the fchownat-deref bug.
29465         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
29466         symlink required for the run-test.  Without it, this test would
29467         always declare that fchownat doesn't work, and client code would
29468         unnecessarily use the replacement function with fixed libc.
29469         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
29470         Reported by Greg Schafer.
29471
29472 2007-05-19  Bruno Haible  <bruno@clisp.org>
29473
29474         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
29475         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
29476         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
29477         Needed for IRIX 6.5 and Solaris 2.5.1.
29478
29479 2007-05-19  Bruno Haible  <bruno@clisp.org>
29480
29481         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
29482         (test_function): Skip tests involving -0.0 on platforms where
29483         -0.0 = 0.0.
29484         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
29485         (test_function): Skip tests involving -0.0 on platforms where
29486         -0.0 = 0.0.
29487         * tests/test-snprintf-posix.h (have_minus_zero): New function.
29488         (test_function): Skip tests involving -0.0 on platforms where
29489         -0.0 = 0.0.
29490         * tests/test-sprintf-posix.h (have_minus_zero): New function.
29491         (test_function): Skip tests involving -0.0 on platforms where
29492         -0.0 = 0.0.
29493         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
29494         tests.
29495         * tests/test-printf-posix.h (test_function): Likewise.
29496         * tests/test-printf-posix.output: Remove all -0.0 related results.
29497         Needed for IRIX 6.5.
29498
29499 2007-05-19  Bruno Haible  <bruno@clisp.org>
29500
29501         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
29502         printed as "nan0x7fffffff" instead of "nan".
29503         * tests/test-vasprintf-posix.c (test_function): Likewise.
29504         * tests/test-snprintf-posix.h (test_function): Likewise.
29505         * tests/test-sprintf-posix.h (test_function): Likewise.
29506         * tests/test-fprintf-posix.h (NaN): Remove macro.
29507         (test_function): Remove all NaN related tests.
29508         * tests/test-printf-posix.h (NaN): Remove macro.
29509         (test_function): Remove all NaN related tests.
29510         * tests/test-printf-posix.output: Remove all NaN related results.
29511         Needed for IRIX 6.5.
29512
29513 2007-05-19  Bruno Haible  <bruno@clisp.org>
29514
29515         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
29516         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
29517
29518 2007-05-19  Bruno Haible  <bruno@clisp.org>
29519
29520         * lib/float_.h: New file.
29521         * m4/float_h.m4: New file.
29522         * modules/float: New file.
29523         * modules/isnanl (Dependencies): Add float.
29524         * modules/isnanl-nolibm (Dependencies): Likewise.
29525         * modules/mathl (Dependencies): Likewise.
29526         * modules/printf-frexpl (Dependencies): Likewise.
29527         * modules/signbit (Dependencies): Likewise.
29528         * modules/vasnprintf (Dependencies): Likewise.
29529         * doc/headers/float.texi: Update.
29530
29531 2007-05-19  Jim Meyering  <jim@meyering.net>
29532
29533         * lib/utimens.c (gl_futimens): Rename from futimens,
29534         now that glibc-2.6 declares futimens.
29535         * lib/utimens.h: Likewise.
29536
29537 2007-05-19  Bruno Haible  <bruno@clisp.org>
29538
29539         Avoid test failures on mingw.
29540         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
29541         * tests/test-printf-posix.sh: Likewise.
29542         * tests/test-vfprintf-posix.sh: Likewise.
29543         * tests/test-vprintf-posix.sh: Likewise.
29544
29545 2007-05-19  Bruno Haible  <bruno@clisp.org>
29546
29547         Fix *printf result for NaN, Inf, -0.0 on mingw.
29548         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
29549         * lib/vasnprintf.c: Include math.h and isnan.h.
29550         (is_infinite_or_zero): New function.
29551         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
29552         values in the %f, %F, %e, %E, %g, %G directives.
29553         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
29554         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29555         gl_PRINTF_INFINITE and test its result. Invoke
29556         gl_PREREQ_VASNPRINTF_INFINITE.
29557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29558         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29559         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29560         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29562         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29563         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29564         * doc/functions/fprintf.texi: Update.
29565         * doc/functions/printf.texi: Update.
29566         * doc/functions/snprintf.texi: Update.
29567         * doc/functions/sprintf.texi: Update.
29568         * doc/functions/vfprintf.texi: Update.
29569         * doc/functions/vprintf.texi: Update.
29570         * doc/functions/vsnprintf.texi: Update.
29571         * doc/functions/vsprintf.texi: Update.
29572
29573 2007-05-19  Bruno Haible  <bruno@clisp.org>
29574
29575         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
29576         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
29577         Instead of multiplying with 10^k, set extra_zeroes to k.
29578         (scale10_round_long_double): Remove function.
29579
29580 2007-05-18  Bruno Haible  <bruno@clisp.org>
29581
29582         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
29583         introduced on 2007-05-06.
29584
29585 2007-05-18  Bruno Haible  <bruno@clisp.org>
29586
29587         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
29588         %g directives.
29589         * tests/test-vasprintf-posix.c (test_function): Likewise.
29590         * tests/test-snprintf-posix.h (test_function): Likewise.
29591         * tests/test-sprintf-posix.h (test_function): Likewise.
29592
29593 2007-05-18  Bruno Haible  <bruno@clisp.org>
29594
29595         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
29596         (strmatch): New function.
29597         (test_function): Test the %f directive on numbers of various exponents.
29598         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
29599         (strmatch): New function.
29600         (test_function): Test the %f directive on numbers of various exponents.
29601         * tests/test-snprintf-posix.h (strmatch): New function.
29602         (test_function): Test the %f directive on numbers of various exponents.
29603         * tests/test-sprintf-posix.h (strmatch): New function.
29604         (test_function): Test the %f directive on numbers of various exponents.
29605         * tests/test-snprintf-posix.c (SIZEOF): New macro.
29606         * tests/test-sprintf-posix.c (SIZEOF): New macro.
29607         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
29608         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
29609
29610 2007-05-18  Bruno Haible  <bruno@clisp.org>
29611
29612         Add support for 'long double' number output.
29613         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
29614         * lib/vasnprintf.c: Include math.h and float+.h.
29615         (mp_limb_t): New type.
29616         (GMP_LIMB_BITS): New macro.
29617         (mp_twolimb_t): New type.
29618         (GMP_TWOLIMB_BITS): New macro.
29619         (mpn_t): New type.
29620         (multiply, divide, convert_to_decimal, decode_long_double,
29621         scale10_round_long_double, scale10_round_decimal_long_double,
29622         floorlog10l): New functions.
29623         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
29624         for the %f, %F, %e, %E, %g, %G directives.
29625         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
29626         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29627         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
29628         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
29629         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29630         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29631         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29632         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29633         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29634         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29635         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29636         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
29637         * modules/snprintf-posix (Depends-on): Likewise.
29638         * modules/sprintf-posix (Depends-on): Likewise.
29639         * modules/vasnprintf-posix (Depends-on): Likewise.
29640         * modules/vasprintf-posix (Depends-on): Likewise.
29641         * modules/vfprintf-posix (Depends-on): Likewise.
29642         * modules/vsnprintf-posix (Depends-on): Likewise.
29643         * modules/vsprintf-posix (Depends-on): Likewise.
29644         * modules/vasnprintf (Files): Add lib/float+.h.
29645         * doc/functions/fprintf.texi: Update.
29646         * doc/functions/printf.texi: Update.
29647         * doc/functions/snprintf.texi: Update.
29648         * doc/functions/sprintf.texi: Update.
29649         * doc/functions/vfprintf.texi: Update.
29650         * doc/functions/vprintf.texi: Update.
29651         * doc/functions/vsnprintf.texi: Update.
29652         * doc/functions/vsprintf.texi: Update.
29653
29654 2007-05-18  Bruno Haible  <bruno@clisp.org>
29655
29656         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
29657
29658 2007-05-18  Bruno Haible  <bruno@clisp.org>
29659
29660         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
29661         for printing 64-bit integers. Needed for mingw.
29662
29663 2007-05-18  Bruno Haible  <bruno@clisp.org>
29664
29665         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
29666         gl_FUNC_FREXPL_WORKS.
29667         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
29668
29669 2007-05-18  Bruno Haible  <bruno@clisp.org>
29670
29671         * modules/frexpl-nolibm-tests: New file.
29672
29673         * modules/frexpl-nolibm: New file.
29674         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
29675
29676 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29677
29678         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
29679         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
29680         GCC 4.2, which otherwise issues a lot of warnings.
29681         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
29682         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
29683         Likewise.
29684         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
29685         * modules/iconv_open (iconv.h): Likewise.
29686         * modules/locale (locale.h): Likewise.
29687         * modules/netinet_in (netinet/in.h): Likewise.
29688         * modules/sys_select (sys_select.h): Likewise.
29689         * modules/sys_socket (sys/socket.h): Likewise.
29690         * modules/sys_stat (sys/stat.h): Likewise.
29691         * modules/sysexits (sysexits.h): Likewise.
29692         * modules/unistd (unistd.h): Likewise.
29693
29694 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29695
29696         * modules/closein-tests (Makefile.am): Distribute
29697         `test-closein.sh'.
29698
29699 2007-05-17  Bruno Haible  <bruno@clisp.org>
29700
29701         * tests/test-printf-posix.output: Renamed from
29702         tests/test-fprintf-posix.out.
29703         * modules/fprintf-posix-tests: Update.
29704         * modules/printf-posix-tests: Update.
29705         * modules/vfprintf-posix-tests: Update.
29706         * modules/vprintf-posix-tests: Update.
29707         * tests/test-fprintf-posix.sh: Update.
29708         * tests/test-printf-posix.sh: Update.
29709         * tests/test-vfprintf-posix.sh: Update.
29710         * tests/test-vprintf-posix.sh: Update.
29711         Reported by Ralf Wildenhues.
29712
29713 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29714
29715         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
29716         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
29717         GCC 4.2, which otherwise issues a lot of warnings.
29718         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
29719         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
29720         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
29721         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
29722         it should no longer be needed.
29723         * lib/string_.h: Likewise.
29724         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
29725         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
29726         * modules/inttypes (inttypes.h): Likewise.
29727         * modules/math (math.h): Likewise.
29728         * modules/search (search.h): Likewise.
29729         * modules/signal (signal.h): Likewise.
29730         * modules/stdint (stdint.h): Likewise.
29731         * modules/stdio (stdio.h): Likewise.
29732         * modules/stdlib (stdlib.h): Likewise.
29733         * modules/string (string.h): Likewise.
29734         * modules/sys_time (sys/time.h): Likewise.
29735         * modules/time (time.h): Likewise.
29736         * modules/wchar (wchar.h): Likewise.
29737         * modules/wctype (wtype.h): Likewise.
29738
29739 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
29740
29741         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
29742
29743 2007-05-13  Bruno Haible  <bruno@clisp.org>
29744
29745         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
29746         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
29747         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
29748         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
29749         (gl_PREREQ_STRTOK_R): Don't require it here.
29750
29751 2007-05-13  Bruno Haible  <bruno@clisp.org>
29752
29753         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
29754         when used in C++ mode.
29755
29756 2007-05-12  Bruno Haible  <bruno@clisp.org>
29757
29758         * lib/linebuffer.h: Tweak doc.
29759         * lib/linebuffer.c: Likewise.
29760
29761 2007-05-12  James Youngman  <jay@gnu.org>
29762
29763         * lib/linebuffer.c (readlinebuffer_delim): New function,
29764         like readlinebuffer, but use a caller-specified delimiter.
29765         (readlinebuffer): Just call readlinebuffer_delim with '\n'
29766         as the delimiter.
29767         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
29768
29769 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
29770
29771         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
29772         * modules/openat (Files): Remove openat-die.c.
29773         (Depends-on): Add openat-die.
29774         * modules/openat-die: New module.
29775
29776 2007-05-06  Bruno Haible  <bruno@clisp.org>
29777
29778         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
29779         Update with info about Cygwin.
29780         * doc/functions/fprintf.texi: Update.
29781         * doc/functions/printf.texi: Update.
29782         * doc/functions/snprintf.texi: Update.
29783         * doc/functions/sprintf.texi: Update.
29784         * doc/functions/vfprintf.texi: Update.
29785         * doc/functions/vprintf.texi: Update.
29786         * doc/functions/vsnprintf.texi: Update.
29787         * doc/functions/vsprintf.texi: Update.
29788         Reported by Eric Blake.
29789
29790 2007-05-06  Bruno Haible  <bruno@clisp.org>
29791
29792         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
29793         padding ourselves for the floating-point directives.
29794         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
29795         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
29796         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29797         gl_PRINTF_FLAG_ZERO and test its result. Invoke
29798         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
29799         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29800         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
29801         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29802         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29803         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29804         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29805         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29806         * tests/test-snprintf-posix.h (test_function): Also check the width
29807         and some flags in the %f directive.
29808         * tests/test-sprintf-posix.h (test_function): Likewise.
29809         * tests/test-vasnprintf-posix.c (test_function): Likewise.
29810         * tests/test-vasprintf-posix.c (test_function): Likewise.
29811         * doc/functions/fprintf.texi: Update.
29812         * doc/functions/printf.texi: Update.
29813         * doc/functions/snprintf.texi: Update.
29814         * doc/functions/sprintf.texi: Update.
29815         * doc/functions/vfprintf.texi: Update.
29816         * doc/functions/vprintf.texi: Update.
29817         * doc/functions/vsnprintf.texi: Update.
29818         * doc/functions/vsprintf.texi: Update.
29819
29820 2007-05-06  Bruno Haible  <bruno@clisp.org>
29821
29822         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
29823         pass the ' flag character to sprintf or snprintf.
29824         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
29825         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
29826         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29827         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
29828         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
29829         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29830         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
29831         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29832         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29833         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29834         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29835         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29836         * tests/test-snprintf-posix.h (test_function): Also check the grouping
29837         flag.
29838         * tests/test-sprintf-posix.h (test_function): Likewise.
29839         * tests/test-vasnprintf-posix.c (test_function): Likewise.
29840         * tests/test-vasprintf-posix.c (test_function): Likewise.
29841         * doc/functions/fprintf.texi: Update.
29842         * doc/functions/printf.texi: Update.
29843         * doc/functions/snprintf.texi: Update.
29844         * doc/functions/sprintf.texi: Update.
29845         * doc/functions/vfprintf.texi: Update.
29846         * doc/functions/vprintf.texi: Update.
29847         * doc/functions/vsnprintf.texi: Update.
29848         * doc/functions/vsprintf.texi: Update.
29849
29850 2007-05-01  Bruno Haible  <bruno@clisp.org>
29851
29852         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
29853
29854 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
29855
29856         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
29857         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
29858
29859 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
29860
29861         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
29862         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
29863         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
29864
29865 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
29866
29867         * lib/argp-help.c (struct hol_entry): New member `ord'.
29868         (HOL_ENTRY_PTRCMP): Use ord for comparison
29869         (hol_sort): Initialize ord.
29870
29871 2007-05-01  Bruno Haible  <bruno@clisp.org>
29872
29873         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
29874         Reported by Eric Blake.
29875         * doc/gnulib.texi (Function Substitutes): Update.
29876
29877 2007-05-01  Bruno Haible  <bruno@clisp.org>
29878
29879         * doc/functions.texi: Remove file, now redundant through
29880         doc/functions/*.texi.
29881
29882 2007-05-01  Bruno Haible  <bruno@clisp.org>
29883
29884         * modules/argp (Depends-on): Add sleep.
29885
29886 2007-05-01  Bruno Haible  <bruno@clisp.org>
29887
29888         * modules/sleep-tests: New file.
29889         * tests/test-sleep.c: New file.
29890
29891         * modules/sleep: New file.
29892         * lib/sleep.c: New file.
29893         * m4/sleep.m4: New file.
29894         * lib/unistd_.h (sleep): New declaration.
29895         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
29896         HAVE_SLEEP.
29897         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
29898         * doc/functions/sleep.texi: Document the sleep module.
29899
29900 2007-05-01  Bruno Haible  <bruno@clisp.org>
29901
29902         * lib/sigprocmask.h: Remove file.
29903         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
29904         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
29905         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
29906         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
29907         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
29908         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
29909         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
29910         HAVE_SIGSET_T as a shell variable.
29911         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
29912         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
29913         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
29914         (Depends-on): Add signal. Remove verify.
29915         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
29916         (Include): Mention <signal.h> instead of sigprocmask.h.
29917         * NEWS: Mention the change.
29918         * lib/fatal-signal.c: Don't include sigprocmask.h.
29919
29920 2007-05-01  Bruno Haible  <bruno@clisp.org>
29921
29922         * modules/signal: New file.
29923         * lib/signal_.h: New file.
29924         * m4/signal_h.m4: New file.
29925
29926 2007-05-01  Bruno Haible  <bruno@clisp.org>
29927
29928         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
29929         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
29930         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
29931         HAVE_WCTYPE_CTMP_BUG into wctype.h.
29932
29933 2007-05-01  Bruno Haible  <bruno@clisp.org>
29934
29935         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
29936         configure time.
29937         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
29938         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
29939         * modules/sys_stat (Makefile.am): Substitute their values into
29940         sys/stat.h.
29941
29942 2007-05-01  Bruno Haible  <bruno@clisp.org>
29943
29944         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
29945         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
29946         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
29947
29948 2007-05-01  Bruno Haible  <bruno@clisp.org>
29949
29950         * doc/header/assert.texi: Undo last change: don't mention the gnulib
29951         'assert' module here.
29952
29953 2007-05-01  Bruno Haible  <bruno@clisp.org>
29954
29955         * doc/functions/*.texi: New files.
29956         * doc/functions/google-ranking.txt: New file.
29957         * doc/gnulib.texi (Function Substitutes): New chapter.
29958         (ctime, inet_ntoa): Remove sections.
29959         * doc/ctime.texi: Remove file.
29960         * doc/inet_ntoa.texi: Remove file.
29961         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
29962         dependencies.
29963         (%.info): New rule, specifying a --reference-limit.
29964
29965 2007-05-01  Bruno Haible  <bruno@clisp.org>
29966
29967         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
29968
29969 2007-05-01  Bruno Haible  <bruno@clisp.org>
29970
29971         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
29972         the portability of 'mkdir' to mingw systems.
29973
29974 2007-05-01  Bruno Haible  <bruno@clisp.org>
29975
29976         * doc/headers/google-ranking.txt: New file.
29977
29978 2007-04-30  Eric Blake  <ebb9@byu.net>
29979
29980         Prefer fseeko to fseek.
29981         * modules/getpass (Depends-on): Add fseeko.
29982         * lib/getpass.c (getpass): Use fseeko, not fseek.
29983
29984 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
29985
29986         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
29987         assumes the sorting is stable, while most qsort implementations
29988         are not.  Use argument addresses to ensure they never compare as
29989         equal.
29990
29991         * tests/test-argp-2.sh (usage-indent test): Fix output
29992         (func_compare): Restore diff options
29993         * tests/test-argp.c: Restore #include "progname.h"
29994
29995 2007-04-29  Bruno Haible  <bruno@clisp.org>
29996
29997         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
29998         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29999         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
30000         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30001         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
30002         (configure.ac): Define CHECK_SNPRINTF_POSIX.
30003         (TESTS, check_PROGRAMS): Add test-snprintf.
30004         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
30005         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
30006         (TESTS, check_PROGRAMS): Add test-vsnprintf.
30007         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
30008         assertions that fail on HP-UX, OSF/1, or IRIX.
30009         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
30010
30011 2007-04-29  Bruno Haible  <bruno@clisp.org>
30012
30013         * MODULES.html.sh (posix_functions): Remove 'contents'.
30014
30015 2007-04-29  Karl Berry  <karl@gnu.org>
30016
30017         * config/srclist.txt (gendocs_template_min): new entry.
30018
30019 2007-04-29  Bruno Haible  <bruno@clisp.org>
30020
30021         Work around fpurge bug on BSD systems.
30022         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
30023         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
30024         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
30025         fpurge to rpl_fpurge if the system already has this function.
30026         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
30027         the case where the system already has this function. Correct invariants
30028         on BSD systems.
30029         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
30030         BSD systems.
30031
30032 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
30033
30034         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
30035         proposed by Sven Verdoolaege.
30036
30037         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
30038         options.
30039         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
30040         (usage and help tests): Update
30041
30042 2007-04-29  Bruno Haible  <bruno@clisp.org>
30043
30044         * tests/test-fflush.c (main): Use a file of size 17, not 10.
30045         Print more information in case of failure. Disable a test on BeOS.
30046
30047 2007-04-29  Bruno Haible  <bruno@clisp.org>
30048
30049         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
30050         This helps debugging on systems on which no gdb is available.
30051
30052 2007-04-29  Bruno Haible  <bruno@clisp.org>
30053
30054         * lib/freading.h: Improve comments.
30055         * lib/fwriting.h: Likewise.
30056         * tests/test-freading.c (main): Don't check freading immediately after
30057         repositioning. Needed for glibc.
30058
30059 2007-04-29  Bruno Haible  <bruno@clisp.org>
30060
30061         * lib/freading.c (freading): Trivial simplification.
30062
30063 2007-04-28  Bruno Haible  <bruno@clisp.org>
30064
30065         * tests/test-fwriting.c (main): Also test the interaction between
30066         fflush and fwriting.
30067         * modules/fwriting-tests (Depends-on): Add fflush.
30068
30069         * tests/test-freading.c (main): Also test the interaction between
30070         fflush and freading.
30071         * modules/freading-tests (Depends-on): Add fflush.
30072
30073 2007-04-28  Bruno Haible  <bruno@clisp.org>
30074
30075         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
30076         fseeko and ftello.
30077         Suggested by Eric Blake.
30078
30079 2007-04-28  Jim Meyering  <jim@meyering.net>
30080
30081         Avoid false-negative in gl_STDINT_H's C99 conformance test.
30082         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
30083         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
30084
30085 2007-04-27  Eric Blake  <ebb9@byu.net>
30086
30087         * doc/headers/assert.texi (assert.h): Document assert module use.
30088
30089 2007-04-27  Bruno Haible  <bruno@clisp.org>
30090
30091         * doc/headers/*.texi: New files.
30092         * doc/gnulib.texi (Header File Substitutes): New chapter.
30093         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
30094         dependencies.
30095         (standards.info ,standards.html, standards.dvi): Update dependencies.
30096         (mostlyclean, clean): New targets.
30097
30098 2007-04-27  Bruno Haible  <bruno@clisp.org>
30099
30100         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
30101         * modules/sysexits (Files, Makefile.am): Update.
30102
30103         * lib/sys_socket_.h: Renamed from lib/socket_.h.
30104         * modules/sys_socket (Files, Makefile.am): Update.
30105
30106         * lib/sys_stat_.h: Renamed from lib/stat_.h.
30107         * modules/sys_stat (Files, Makefile.am): Update.
30108
30109 2007-04-27  Eric Blake  <ebb9@byu.net>
30110
30111         * lib/freading.h: Improve comments.
30112         * lib/fwriting.h: Likewise.
30113         * lib/fflush.c: Likewise.
30114
30115         Fix closein for mingw.
30116         * modules/closein-tests: Add tests for closein.
30117         * tests/test-closein.c: New file.
30118         * tests/test-closein.sh: Likewise.
30119         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
30120         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
30121
30122 2007-04-27  Bruno Haible  <bruno@clisp.org>
30123
30124         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
30125         version is < 6.
30126         * lib/math_.h [__DECC]: Likewise.
30127         * lib/stdio_.h [__DECC]: Likewise.
30128         * lib/stdlib_.h [__DECC]: Likewise.
30129         * lib/string_.h [__DECC]: Likewise.
30130         * lib/time_.h [__DECC]: Likewise.
30131         * lib/wchar_.h [__DECC]: Likewise.
30132         * lib/wctype_.h [__DECC]: Likewise.
30133
30134 2007-04-27  Bruno Haible  <bruno@clisp.org>
30135
30136         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
30137
30138 2007-04-27  Bruno Haible  <bruno@clisp.org>
30139
30140         * lib/fflush.c: Add comments.
30141         * modules/fpurge-tests (Depends-on): Add fflush.
30142         * modules/freadable-tests (Depends-on): Likewise.
30143         * modules/fwritable-tests (Depends-on): Likewise.
30144
30145 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
30146
30147         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
30148         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
30149         Report by Bruno Haible <bruno@clisp.org>.
30150
30151 2007-04-26  Eric Blake  <ebb9@byu.net>
30152
30153         Fix fflush on mingw.
30154         * modules/fflush (Depends-on): Add freading.
30155         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
30156         but unread data.
30157
30158 2007-04-26  Eric Blake  <ebb9@byu.net>
30159         and Bruno Haible  <bruno@clisp.org>
30160
30161         Implement freading and fwriting.
30162         * lib/freading.c: New file.
30163         * lib/freading.h: Likewise.
30164         * m4/freading.m4: Likewise.
30165         * modules/freading: Likewise.
30166         * modules/freading-tests: Likewise.
30167         * tests/test-freading.c: Likewise.
30168         * lib/fwriting.c: New file.
30169         * lib/fwriting.h: Likewise.
30170         * m4/fwriting.m4: Likewise.
30171         * modules/fwriting: Likewise.
30172         * modules/fwriting-tests: Likewise.
30173         * tests/test-fwriting.c: Likewise.
30174         * MODULES.html.sh (File stream based Input/Output): Mention them.
30175
30176 2007-04-26  Bruno Haible  <bruno@clisp.org>
30177
30178         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
30179         'long' when we assume it.
30180         Suggested by Eric Blake.
30181
30182 2007-04-26  Bruno Haible  <bruno@clisp.org>
30183
30184         Ensure fseeko, ftello are declared on glibc systems.
30185         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
30186         * modules/fseeko (configure.ac-early): Likewise.
30187         * modules/ftello (configure.ac-early): Likewise.
30188         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
30189         AC_FUNC_FSEEKO for this.
30190         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
30191         (gl_CHECK_FSEEKO): Remove macro.
30192
30193 2007-04-26  Bruno Haible  <bruno@clisp.org>
30194
30195         * tests/test-fflush.c (main): Also check the ftell result after
30196         fflush and fseek/fseeko.
30197         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
30198         file descriptor position cache in the stream.
30199         * lib/fseeko.c (rpl_fseeko): Likewise.
30200
30201 2007-04-26  Bruno Haible  <bruno@clisp.org>
30202
30203         * modules/fflush-tests (Depends-on): Add fseeko.
30204
30205 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
30206             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30207
30208         * lib/argz_.h: ensure error_t definition is obtained in same
30209         mechanism system argz.h would have.
30210         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
30211         argz facilities are known bad.  Err on the side of caution if
30212         cross-compiling.
30213
30214 2007-04-25  Eric Blake  <ebb9@byu.net>
30215
30216         * lib/fpurge.c (includes): Use stdlib.h for free.
30217         * tests/test-fflush.c (main): Also test fflush-fseeko.
30218
30219 2007-04-25  Bruno Haible  <bruno@clisp.org>
30220
30221         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
30222         * lib/fseeko.c: New file.
30223         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
30224         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
30225         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
30226         gl_FUNC_FSEEKO.
30227         (gl_FUNC_FSEEKO): Invoke it.
30228         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
30229         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
30230         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
30231
30232 2007-04-25  Bruno Haible  <bruno@clisp.org>
30233
30234         * modules/fflush (Depends-on): Add ftello.
30235
30236 2007-04-25  Bruno Haible  <bruno@clisp.org>
30237
30238         * modules/ftello-tests: New file.
30239         * tests/test-ftello.c: New file.
30240
30241         * modules/ftello: New file.
30242         * m4/ftello.m4: New file.
30243         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
30244         HAVE_FTELLO.
30245         * lib/stdio_.h (ftello): New declaration.
30246         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
30247         HAVE_FTELLO.
30248
30249 2007-04-25  Bruno Haible  <bruno@clisp.org>
30250
30251         * modules/fseeko-tests: New file.
30252         * tests/test-fseeko.c: New file.
30253
30254         * modules/fseeko: New file.
30255         * m4/fseeko.m4: New file.
30256         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
30257         HAVE_FSEEKO.
30258         * lib/stdio_.h (fseeko): New declaration.
30259         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
30260         HAVE_FSEEKO.
30261
30262 2007-04-25  Bruno Haible  <bruno@clisp.org>
30263
30264         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
30265
30266 2007-04-25  Bruno Haible  <bruno@clisp.org>
30267
30268         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
30269         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
30270         * tests/test-unistd.c: Likewise.
30271         * tests/test-fcntl.c: Likewise.
30272
30273 2007-04-23  Eric Blake  <ebb9@byu.net>
30274
30275         * lib/fflush.c: Fix missing include.
30276         Reported by Bruno Haible.
30277
30278 2007-04-23  Bruno Haible  <bruno@clisp.org>
30279
30280         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
30281         Reported by Eric Blake.
30282
30283 2007-04-23  Bruno Haible  <bruno@clisp.org>
30284
30285         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
30286
30287 2007-04-23  Bruno Haible  <bruno@clisp.org>
30288
30289         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
30290
30291 2007-04-23  Bruno Haible  <bruno@clisp.org>
30292
30293         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
30294         Needed on HP-UX 11.
30295
30296 2007-04-16  Eric Blake  <ebb9@byu.net>
30297
30298         Make fflush rely on fpurge.
30299         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
30300         open coding all variants.
30301         * modules/fflush (Depends-on): Add fpurge and unistd.
30302         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
30303         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
30304
30305         Fix --with-tests compilation on cygwin.
30306         * modules/argmatch-tests (Makefile.am): List gnulib library first
30307         in LDADD.
30308         * modules/argp-tests (Makefile.am): Likewise.
30309         * modules/array-list-tests (Makefile.am): Likewise.
30310         * modules/array-oset-tests (Makefile.am): Likewise.
30311         * modules/avltree-list-tests (Makefile.am): Likewise.
30312         * modules/avltree-oset-tests (Makefile.am): Likewise.
30313         * modules/avltreehash-list-tests (Makefile.am): Likewise.
30314         * modules/carray-list-tests (Makefile.am): Likewise.
30315         * modules/dirname-tests (Makefile.am): Likewise.
30316         * modules/frexp-tests (Makefile.am): Likewise.
30317         * modules/isnanl-tests (Makefile.am): Likewise.
30318         * modules/linked-list-tests (Makefile.am): Likewise.
30319         * modules/linkedhash-list-tests (Makefile.am): Likewise.
30320         * modules/lock-tests (Makefile.am): Likewise.
30321         * modules/rbtree-list-tests (Makefile.am): Likewise.
30322         * modules/rbtree-oset-tests (Makefile.am): Likewise.
30323         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
30324         * modules/tls-tests (Makefile.am): Likewise.
30325         * modules/tsearch-tests (Makefile.am): Likewise.
30326         * modules/xvasprintf-tests (Makefile.am): Likewise.
30327
30328         Fix fpurge for cygwin.
30329         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
30330         value.
30331         * modules/fpurge-tests (Depends-on): Clean up trash.
30332
30333 2007-04-16  Simon Josefsson  <simon@josefsson.org>
30334
30335         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
30336
30337         * m4/autobuild.m4: Re-indent.
30338
30339 2007-04-13  Bruno Haible  <bruno@clisp.org>
30340
30341         * modules/fpurge-tests: New file.
30342         * tests/test-fpurge.c: New file.
30343
30344         * modules/fpurge: New file.
30345         * lib/fpurge.h: New file.
30346         * lib/fpurge.c: New file.
30347         * m4/fpurge.m4: New file.
30348
30349 2007-04-13  Bruno Haible  <bruno@clisp.org>
30350
30351         * modules/fbufmode-tests: New file.
30352         * tests/test-fbufmode.c: New file.
30353
30354         * modules/fbufmode: New file.
30355         * lib/fbufmode.h: New file.
30356         * lib/fbufmode.c: New file.
30357         * m4/fbufmode.m4: New file.
30358
30359 2007-04-13  Bruno Haible  <bruno@clisp.org>
30360
30361         * modules/fwritable-tests: New file.
30362         * tests/test-fwritable.c: New file.
30363
30364         * modules/fwritable: New file.
30365         * lib/fwritable.h: New file.
30366         * lib/fwritable.c: New file.
30367         * m4/fwritable.m4: New file.
30368
30369 2007-04-13  Bruno Haible  <bruno@clisp.org>
30370
30371         * modules/freadable-tests: New file.
30372         * tests/test-freadable.c: New file.
30373
30374         * modules/freadable: New file.
30375         * lib/freadable.h: New file.
30376         * lib/freadable.c: New file.
30377         * m4/freadable.m4: New file.
30378
30379 2007-04-13  Bruno Haible  <bruno@clisp.org>
30380
30381         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
30382         MOSTLYCLEANFILES.
30383
30384 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
30385
30386         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
30387         gzip bootstrap.conf to avoid dragging in i18n machinery.
30388         (gnulib_tool_option): Use it.
30389
30390 2007-04-13  Bruno Haible  <bruno@clisp.org>
30391
30392         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
30393         %F directives.
30394         * tests/test-vasprintf-posix.c (test_function): Likewise.
30395         * tests/test-snprintf-posix.h (test_function): Likewise.
30396         * tests/test-sprintf-posix.h (test_function): Likewise.
30397         * tests/test-fprintf-posix.h (test_function): Likewise.
30398         * tests/test-printf-posix.h (test_function): Likewise.
30399         * tests/test-fprintf-posix.out: Likewise.
30400
30401 2007-04-13  Bruno Haible  <bruno@clisp.org>
30402
30403         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
30404         * modules/tls-tests (configure.ac): Likewise.
30405         Reported by Arto C. Nirkko <anirkko@insel.ch>.
30406
30407 2007-04-13  Bruno Haible  <bruno@clisp.org>
30408
30409         * lib/tls.c (glthread_tls_get): Fix return type.
30410         Patch by Arto C. Nirkko <anirkko@insel.ch>.
30411
30412 2007-04-12  Eric Blake  <ebb9@byu.net>
30413
30414         * modules/gettime (Depends-on): Remove gettime.
30415         Reported by Dmitry V. Levin.
30416
30417 2007-04-12  Bruno Haible  <bruno@clisp.org>
30418
30419         * modules/fflush (Include): Mention <stdio.h>.
30420         * modules/strtoimax (Include): Mention <inttypes.h>.
30421         * modules/strtoumax (Include): Likewise.
30422
30423 2007-04-12  Eric Blake  <ebb9@byu.net>
30424
30425         * .cvsignore: New file.
30426         * .gitignore: Likewise.
30427
30428 2007-04-12  Bruno Haible  <bruno@clisp.org>
30429
30430         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
30431         not before, since $(LDADD) often contains libgnu.a.
30432         * modules/striconv-tests (test_striconv_LDADD): Likewise.
30433         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
30434         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
30435         Needed on Cygwin.
30436
30437 2007-04-12  Eric Blake  <ebb9@byu.net>
30438
30439         Work around glibc's failure to flush stdin on fclose.
30440         * lib/closein.c (close_stdin): Flush stdin before closing.
30441
30442         Work around glibc's failure to reset seekable stdin on exit.
30443         * modules/closein: New module.
30444         * lib/closein.c: New file.
30445         * lib/closein.h: Likewise.
30446         * m4/closein.m4: Likewise.
30447         * MODULES.html.sh (File stream based Input/Output): Document it.
30448
30449 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30450
30451         * gnulib-tool: Rename generated 'autobuild' script to
30452         'do-autobuild' in --create-megatestdir output.
30453
30454         * doc/gnulib.texi (Build robot for gnulib): Fix.
30455
30456 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30457
30458         * modules/sysexits (Depends-on): Add absolute-header.
30459
30460 2007-04-12  Eric Blake  <ebb9@byu.net>
30461
30462         No need to preserve errno on success.
30463         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
30464         Reported by Bruno Haible.
30465
30466 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30467
30468         * MODULES.html.sh (Support for maintaining and releasing
30469         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
30470
30471 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30472
30473         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
30474
30475 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30476
30477         * modules/autobuild: New module.
30478
30479         * m4/autobuild.m4: New file.
30480
30481 2007-04-11  Bruno Haible  <bruno@clisp.org>
30482
30483         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
30484         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
30485         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
30486         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
30487         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30488         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30489         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30490         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30491         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30492         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30493         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
30494         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30495         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30496         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
30497         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30498         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30499         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
30500         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30501         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30502         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
30503         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30504         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30505         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
30506         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30507         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30508         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
30509         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30510         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
30511         Reported by Eric Blake.
30512
30513 2007-04-11  Bruno Haible  <bruno@clisp.org>
30514
30515         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
30516
30517 2007-04-10  Bruno Haible  <bruno@clisp.org>
30518
30519         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
30520         for NaN and Infinity. Needed on FreeBSD 6.1.
30521         * tests/test-vasnprintf-posix.c (test_function): Undo last change
30522         regarding results for "%010a" of Infinity and NaN.
30523         * tests/test-vasprintf-posix.c (test_function): Likewise.
30524         * tests/test-snprintf-posix.h (test_function): Likewise.
30525         * tests/test-sprintf-posix.h (test_function): Likewise.
30526         * tests/test-fprintf-posix.h (test_function): Likewise.
30527         * tests/test-printf-posix.h (test_function): Likewise.
30528         * tests/test-fprintf-posix.out: Likewise.
30529
30530 2007-04-10  Bruno Haible  <bruno@clisp.org>
30531
30532         * modules/locale-tests: New file.
30533         * tests/test-locale.c: New file.
30534
30535         * modules/locale: New file.
30536         * lib/locale_.h: New file.
30537         * m4/locale_h.m4: New file.
30538
30539 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
30540             Bruno Haible  <bruno@clisp.org>
30541
30542         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
30543         be determined, test for availability of the copysignf, copysign,
30544         copysignl functions.
30545         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
30546         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
30547         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
30548
30549 2007-04-09  Eric Blake  <ebb9@byu.net>
30550
30551         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
30552         * modules/stdio (Makefile.am): Support fflush.
30553         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
30554         * modules/fflush: New file.
30555         * lib/fflush.c: Likewise.
30556         * m4/fflush.m4: Likewise.
30557         * modules/fflush-tests: New test.
30558         * tests/test-fflush.c: Likewise.
30559         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
30560
30561 2007-04-06  Bruno Haible  <bruno@clisp.org>
30562
30563         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
30564         (VASNPRINTF): Use signbit for faster determination whether to print a
30565         minus sign.
30566         * modules/vasnprintf (Files): Remove lib/float+.h.
30567         * modules/fprintf-posix (Depends-on): Add signbit.
30568         * modules/snprintf-posix (Depends-on): Likewise.
30569         * modules/sprintf-posix (Depends-on): Likewise.
30570         * modules/vasnprintf-posix (Depends-on): Likewise.
30571         * modules/vasprintf-posix (Depends-on): Likewise.
30572         * modules/vfprintf-posix (Depends-on): Likewise.
30573         * modules/vsnprintf-posix (Depends-on): Likewise.
30574         * modules/vsprintf-posix (Depends-on): Likewise.
30575
30576 2007-04-06  Bruno Haible  <bruno@clisp.org>
30577
30578         * tests/test-frexp.c (main): Test also the sign bit of zero results.
30579         * tests/test-frexpl.c (main): Likewise.
30580         * tests/test-ldexpl.c (main): Likewise.
30581         * modules/frexp-tests (Depends-on): Add signbit.
30582         * modules/frexpl-tests (Depdends-on): Likewise.
30583         * modules/ldexpl-tests (Depdends-on): Likewise.
30584
30585 2007-04-06  Bruno Haible  <bruno@clisp.org>
30586
30587         * modules/signbit-tests: New file.
30588         * tests/test-signbit.c: New file.
30589
30590         * modules/signbit: New file.
30591         * lib/signbitf.c: New file.
30592         * lib/signbitd.c: New file.
30593         * lib/signbitl.c: New file.
30594         * m4/signbit.m4: New file.
30595         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
30596         (signbit): New macro.
30597         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
30598         REPLACE_SIGNBIT.
30599         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
30600         REPLACE_FREXPL into math.h.
30601
30602 2007-04-06  Bruno Haible  <bruno@clisp.org>
30603
30604         * modules/isnanf-nolibm-tests: New file.
30605         * tests/test-isnanf.c: New file.
30606
30607         * modules/isnanf-nolibm: New file.
30608         * lib/isnanf.h: New file.
30609         * lib/isnanf.c: New file.
30610         * lib/isnan.c: Consider the USE_FLOAT macro.
30611         * m4/isnanf.m4: New file.
30612
30613 2007-04-06  Bruno Haible  <bruno@clisp.org>
30614
30615         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
30616         (Link): New section.
30617
30618         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
30619
30620 2007-04-06  Bruno Haible  <bruno@clisp.org>
30621
30622         Assume the 'long double' type.
30623         * m4/longdouble.m4: Remove file.
30624         * config/srclist.txt: Don't mention longdouble.m4.
30625         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
30626         * lib/float+.h: Likewise.
30627         * lib/frexp.c: Likewise.
30628         * lib/printf-args.h: Likewise.
30629         * lib/printf-args.c: Likewise.
30630         * lib/printf-frexp.c: Likewise.
30631         * lib/printf-parse.c: Likewise.
30632         * lib/vasnprintf.c: Likewise.
30633         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
30634         * m4/intl.m4: Likewise.
30635         * m4/isnanl.m4: Likewise.
30636         * m4/printf.m4: Likewise.
30637         * m4/printf-frexpl.m4: Likewise.
30638         * m4/vasnprintf.m4: Likewise.
30639         * modules/allocsa (Files): Remove m4/longdouble.m4.
30640         * modules/gettext (Files): Likewise.
30641         * modules/relocatable-prog-wrapper (Files): Likewise.
30642         * modules/vasnprintf (Files): Likewise.
30643         * modules/isnanl (Files): Likewise.
30644         (Include): Simplify.
30645         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
30646         (Include): Simplify.
30647         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
30648         (Include): Simplify.
30649         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
30650         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30651         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
30652         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30653         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
30654         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30655         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
30656         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30657         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
30658         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30659         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
30660         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
30661         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
30662         * tests/test-isnanl.c: Likewise.
30663         * tests/test-snprintf-posix.h: Likewise.
30664         * tests/test-sprintf-posix.h: Likewise.
30665         * tests/test-vasnprintf-posix.c: Likewise.
30666         * tests/test-vasnprintf-posix2.c: Likewise.
30667         * tests/test-vasprintf-posix.c: Likewise.
30668
30669 2007-04-06  Bruno Haible  <bruno@clisp.org>
30670
30671         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
30672         * lib/math_.h [__DECC]: Include the overridden include file through
30673         #include_next, outside the double-inclusion guard.
30674         * lib/stdio_.h [__DECC]: Likewise.
30675         * lib/stdlib_.h [__DECC]: Likewise.
30676         * lib/string_.h [__DECC]: Likewise.
30677         * lib/time_.h [__DECC]: Likewise.
30678         * lib/wchar_.h [__DECC]: Likewise.
30679         * lib/wctype_.h [__DECC]: Likewise.
30680         * lib/inttypes_.h [__DECC]: Likewise.
30681         Reported by Albert Chin <china@thewrittenword.com> in
30682         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
30683
30684 2007-04-04  Eric Blake  <ebb9@byu.net>
30685
30686         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
30687         1.5.x.
30688
30689 2007-04-04  Bruno Haible  <bruno@clisp.org>
30690
30691         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
30692         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
30693
30694 2007-04-04  Bruno Haible  <bruno@clisp.org>
30695
30696         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
30697         results for "%010a" of Infinity and NaN.
30698         * tests/test-vasprintf-posix.c (test_function): Likewise.
30699         * tests/test-snprintf-posix.h (test_function): Likewise.
30700         * tests/test-sprintf-posix.h (test_function): Likewise.
30701         * tests/test-fprintf-posix.h (test_function): Remove these tests.
30702         * tests/test-printf-posix.h (test_function): Likewise.
30703         * tests/test-fprintf-posix.out: Update.
30704         Needed for FreeBSD 6.1.
30705
30706 2007-04-04  Bruno Haible  <bruno@clisp.org>
30707
30708         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
30709         directly used by the gnulib modules nor by gnulib-tool.
30710
30711 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
30712
30713         * DEPENDENCIES: Give overall description of version dependency
30714         desirability.  Use more-typical names for apps.
30715         Add shell, coreutils, diffutils, grep, tar, gzip.
30716
30717 2007-04-04  Simon Josefsson  <simon@josefsson.org>
30718
30719         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
30720
30721 2007-04-04  Karl Berry  <karl@gnu.org>
30722
30723         * MODULES.html.sh (func_module): missing '.
30724
30725 2007-04-03  Bruno Haible  <bruno@clisp.org>
30726
30727         * modules/argmatch-tests (Makefile.am): New variable
30728         test_argmatch_LDADD.
30729         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
30730         * modules/array-list-tests (Makefile.am): New variable
30731         test_array_list_LDADD.
30732         * modules/array-oset-tests (Makefile.am): New variable
30733         test_array_oset_LDADD.
30734         * modules/avltree-list-tests (Makefile.am): New variable
30735         test_avltree_list_LDADD.
30736         * modules/avltree-oset-tests (Makefile.am): New variable
30737         test_avltree_oset_LDADD.
30738         * modules/avltreehash-list-tests (Makefile.am): New variable
30739         test_avltreehash_list_LDADD.
30740         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
30741         test_canonicalize_lgpl_LDADD.
30742         * modules/carray-list-tests (Makefile.am): New variable
30743         test_carray_list_LDADD.
30744         * modules/dirname-tests (Makefile.am): New variable
30745         test_dirname_LDADD.
30746         * modules/linked-list-tests (Makefile.am): New variable
30747         test_linked_list_LDADD.
30748         * modules/linkedhash-list-tests (Makefile.am): New variable
30749         test_linkedhash_list_LDADD.
30750         * modules/rbtree-list-tests (Makefile.am): New variable
30751         test_rbtree_list_LDADD.
30752         * modules/rbtree-oset-tests (Makefile.am): New variable
30753         test_rbtree_oset_LDADD.
30754         * modules/rbtreehash-list-tests (Makefile.am): New variable
30755         test_rbtreehash_list_LDADD.
30756         * modules/xvasprintf-tests (Makefile.am): New variable
30757         test_xvasprintf_LDADD.
30758         Reported by Eric Blake.
30759
30760 2007-04-03  Eric Blake  <ebb9@byu.net>
30761
30762         * DEPENDENCIES: Weaken m4 requirements.
30763
30764 2007-04-03  Bruno Haible  <bruno@clisp.org>
30765
30766         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
30767         * modules/isnanl-tests (configure.ac): Likewise.
30768
30769 2007-04-03  Ben Pfaff  <blp@gnu.org>
30770
30771         * modules/iconv_open: Add $(srcdir)/ to source directory
30772         references in Makefile fragments that call gperf, to fix VPATH
30773         builds.
30774
30775 2007-04-03  Bruno Haible  <bruno@clisp.org>
30776
30777         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
30778         * lib/ldexpl.c: Undo last change.
30779
30780 2007-04-03  Bruno Haible  <bruno@clisp.org>
30781
30782         * modules/printf-frexpl (Depends-on): Undo last change.
30783         (Files): Add m4/ldexpl.m4.
30784
30785 2007-04-03  Bruno Haible  <bruno@clisp.org>
30786
30787         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
30788         * modules/isnanl (Link): New section.
30789
30790         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
30791         * modules/frexp (Link): New section.
30792
30793         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
30794         * modules/frexpl (Link): New section.
30795
30796         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
30797         * modules/ldexpl (Link): New section.
30798
30799 2007-04-03  Bruno Haible  <bruno@clisp.org>
30800
30801         * modules/TEMPLATE-EXTENDED: New file.
30802         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
30803
30804 2007-04-03  Bruno Haible  <bruno@clisp.org>
30805
30806         * DEPENDENCIES: New file.
30807         Suggested by Simon Josefsson.
30808
30809 2007-04-03  Bruno Haible  <bruno@clisp.org>
30810
30811         * doc/gnulib.texi: Escape @.
30812
30813 2007-04-03  James Youngman  <jay@gnu.org>
30814         and Paul Eggert  <eggert@cs.ucla.edu>
30815
30816         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
30817         birthtime on all systems that have birthtime, not just those which
30818         use st_birthtimensec rather than st_birthtim.  Putting zero in
30819         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
30820         that the birth time is not available for files on an NFS mount.
30821
30822 2007-04-03  Simon Josefsson  <simon@josefsson.org>
30823
30824         * modules/memxor: Move back from crypto/, suggested by Bruno.
30825         * modules/crypto/hmac-sha1: Fix memxor dependency.
30826
30827         * modules/crypto/gc: Moved from ../.
30828
30829 2007-04-02  Eric Blake  <ebb9@byu.net>
30830
30831         * lib/ldexpl.c (includes): Avoid libm.
30832
30833         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
30834
30835 2007-04-02  Bruno Haible  <bruno@clisp.org>
30836
30837         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
30838         on IRIX.
30839
30840 2007-04-02  Bruno Haible  <bruno@clisp.org>
30841
30842         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
30843         x86 or x86_64 platforms running MacOS X.
30844         Reported by Ryan Schmidt <@ryandesign.com>.
30845
30846 2007-04-02  Bruno Haible  <bruno@clisp.org>
30847
30848         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
30849         i386.
30850
30851 2007-04-01  Simon Josefsson  <simon@josefsson.org>
30852
30853         * modules/crypto/arcfour: Moved from ../.
30854         * modules/crypto/arcfour-tests: Moved from ../.
30855         * modules/crypto/arctwo: Moved from ../.
30856         * modules/crypto/arctwo-tests: Moved from ../.
30857         * modules/crypto/des: Moved from ../.
30858         * modules/crypto/des-tests: Moved from ../.
30859         * modules/crypto/gc-arcfour: Moved from ../.
30860         * modules/crypto/gc-arcfour-tests: Moved from ../.
30861         * modules/crypto/gc-arctwo: Moved from ../.
30862         * modules/crypto/gc-arctwo-tests: Moved from ../.
30863         * modules/crypto/gc-des: Moved from ../.
30864         * modules/crypto/gc-des-tests: Moved from ../.
30865         * modules/crypto/gc-hmac-md5: Moved from ../.
30866         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
30867         * modules/crypto/gc-hmac-sha1: Moved from ../.
30868         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
30869         * modules/crypto/gc-md2: Moved from ../.
30870         * modules/crypto/gc-md2-tests: Moved from ../.
30871         * modules/crypto/gc-md4: Moved from ../.
30872         * modules/crypto/gc-md4-tests: Moved from ../.
30873         * modules/crypto/gc-md5: Moved from ../.
30874         * modules/crypto/gc-md5-tests: Moved from ../.
30875         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
30876         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
30877         * modules/crypto/gc-random: Moved from ../.
30878         * modules/crypto/gc-rijndael: Moved from ../.
30879         * modules/crypto/gc-rijndael-tests: Moved from ../.
30880         * modules/crypto/gc-sha1: Moved from ../.
30881         * modules/crypto/gc-sha1-tests: Moved from ../.
30882         * modules/crypto/gc-tests: Moved from ../.
30883         * modules/crypto/hmac-md5: Moved from ../.
30884         * modules/crypto/hmac-md5-tests: Moved from ../.
30885         * modules/crypto/hmac-sha1: Moved from ../.
30886         * modules/crypto/hmac-sha1-tests: Moved from ../.
30887         * modules/crypto/md2: Moved from ../.
30888         * modules/crypto/md2-tests: Moved from ../.
30889         * modules/crypto/md4: Moved from ../.
30890         * modules/crypto/md4-tests: Moved from ../.
30891         * modules/crypto/md5: Moved from ../.
30892         * modules/crypto/md5-tests: Moved from ../.
30893         * modules/crypto/memxor: Moved from ../.
30894         * modules/crypto/rijndael: Moved from ../.
30895         * modules/crypto/rijndael-tests: Moved from ../.
30896         * modules/crypto/sha1: Moved from ../.
30897
30898 2007-03-30  James Youngman  <jay@gnu.org>
30899
30900         * tests/test-stat-time.c (prepare_test): use chmod() rather than
30901         rename() to change the ctime of a file (because ctime is unaffected
30902         by rename on jfs2 on AIX 5.1).
30903         (main): Start by doing cleanup, in case a previous run failed leaving
30904         test files behind.
30905
30906 2007-03-31  Bruno Haible  <bruno@clisp.org>
30907
30908         Support old proprietary implementations of iconv.
30909         * modules/iconv_open: New file.
30910         * lib/iconv_.h: New file.
30911         * m4/iconv_h.m4: New file.
30912         * lib/iconv_open.c: New file.
30913         * lib/iconv_open-aix.gperf: New file.
30914         * lib/iconv_open-hpux.gperf: New file.
30915         * lib/iconv_open-irix.gperf: New file.
30916         * lib/iconv_open-osf.gperf: New file.
30917         * m4/iconv_open.m4: New file.
30918         * modules/linebreak (Depends-on): Add iconv_open.
30919         * modules/striconv (Depends-on): Likewise.
30920         * modules/striconveh (Depends-on): Likewise.
30921         * modules/unicodeio (Depends-on): Likewise.
30922         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
30923         (iconv_t)(-1).
30924         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
30925         conversion if cd is (iconv_t)(-1).
30926         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
30927         is not possible.
30928
30929 2007-03-31  Bruno Haible  <bruno@clisp.org>
30930
30931         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
30932         work on Solaris either. Protect also second use of "autodetect_jp".
30933
30934 2007-03-31  Bruno Haible  <bruno@clisp.org>
30935
30936         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
30937         the function is not present.
30938
30939 2007-03-31  Bruno Haible  <bruno@clisp.org>
30940
30941         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
30942         the function is not present.
30943
30944 2007-03-31  Bruno Haible  <bruno@clisp.org>
30945
30946         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
30947         a bug in HP-UX iconv_open().
30948
30949 2007-03-31  Bruno Haible  <bruno@clisp.org>
30950
30951         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
30952         (Mathematics <math.h>): New section, add fpieee.
30953         (Input/output <stdio.h>): Add fseterr.
30954         (Mathematics <math.h>): New section, add printf-frexp.
30955         (Container data structures): Add sublist.
30956         (Core language properties): Add fpucw, inline.
30957         (Functions for greatest-width integer types <inttypes.h>): Add
30958         imaxabs, imaxdiv, inttypes.
30959         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
30960         isnanl-nolibm, ldexp.
30961         (Mathematics <math.h>): New section, add printf-frexpl.
30962         (Support for systems lacking POSIX:2001): Add fprintf-posix,
30963         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
30964         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
30965         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
30966         (Unicode string functions): Add unistr/u*-mbtoucr.
30967         (Java): Add javacomp-script, javaexec-script.
30968         (C#): Add csharpcomp-script, csharpexec-script.
30969         (Support for building libraries and executables): Add havelib,
30970         relocatable-*.
30971         (Support for maintaining and releasing projects): Renamed from
30972         'Support for maintaining and release projects'. Add announce-gen.
30973
30974 2007-03-31  Bruno Haible  <bruno@clisp.org>
30975
30976         * README: Talk primarily about git.
30977         (git and CVS): Renamed from CVS.
30978         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
30979         gnulib is available through git.
30980         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
30981
30982 2007-03-30  Bruno Haible  <bruno@clisp.org>
30983
30984         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
30985         * lib/poll_.h: Likewise.
30986         * lib/stat_.h: Likewise.
30987         * lib/sys_time_.h: Likewise.
30988         * lib/sysexit_.h: Likewise.
30989         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
30990         * lib/stdbool_.h: Likewise.
30991         * lib/byteswap_.h: Add double-inclusion guard.
30992
30993 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
30994
30995         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
30996
30997 2007-03-30  Karl Berry  <karl@gnu.org>
30998
30999         * config/srclist-update: double space after USA in the license
31000         substitution, since that's how it's usually (?) written.
31001
31002 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31003
31004         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
31005         reported by Bruno Haible.
31006
31007 2007-03-29  Bruno Haible  <bruno@clisp.org>
31008
31009         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
31010         a bug in AIX iconv().
31011
31012 2007-03-29  Bruno Haible  <bruno@clisp.org>
31013
31014         * modules/ldexpl-tests: New file.
31015         * tests/test-ldexpl.c: New file.
31016
31017 2007-03-29  Bruno Haible  <bruno@clisp.org>
31018
31019         * lib/ldexpl.c: Include fpucw.h.
31020         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
31021         multiplication.
31022         * modules/ldexpl (Depends-on): Add fpucw.
31023
31024 2007-03-29  Bruno Haible  <bruno@clisp.org>
31025
31026         * modules/ldexpl: New file.
31027         * m4/ldexpl.m4: New file.
31028         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
31029         set.
31030         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
31031         REPLACE_LDEXPL.
31032         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
31033         REPLACE_LDEXPL.
31034         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
31035         gl_FUNC_LDEXPL_WORKS.
31036         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
31037         * modules/mathl (Files): Remove lib/ldexpl.c.
31038         (Depends-on): Add ldexpl.
31039
31040 2007-03-29  Bruno Haible  <bruno@clisp.org>
31041
31042         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
31043
31044 2007-03-29  Bruno Haible  <bruno@clisp.org>
31045
31046         * tests/test-striconveh.c (main): Don't assume that a direct conversion
31047         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
31048         and possibly also HP-UX.
31049         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
31050         work on AIX, IRIX, HP-UX, OSF/1.
31051         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
31052         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
31053         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
31054         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
31055         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
31056         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
31057
31058 2007-03-29  Bruno Haible  <bruno@clisp.org>
31059
31060         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
31061
31062 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
31063
31064         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
31065         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
31066
31067 2007-03-29  Eric Blake  <ebb9@byu.net>
31068
31069         * lib/acl-internal.h: Remove redundant include.
31070         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
31071         Cygwin when a file is locked.
31072
31073 2007-03-29  Bruno Haible  <bruno@clisp.org>
31074
31075         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
31076         file.
31077         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
31078
31079 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
31080
31081         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
31082         try to remove a parent directory if the child couldn't be removed
31083         (except for the first rmdir, which could fail because the child
31084         doesn't exist).  Problem reported by Jeff Blaine in
31085         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
31086
31087 2007-03-28  Bruno Haible  <bruno@clisp.org>
31088
31089         * lib/striconveh.c (utf8conv_carefully): New function.
31090         (mem_cd_iconveh_internal): Invoke it.
31091
31092 2007-03-28  Bruno Haible  <bruno@clisp.org>
31093
31094         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
31095         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
31096         input.
31097         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
31098         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
31099         unistr/u8-uctomb.
31100
31101 2007-03-28  Bruno Haible  <bruno@clisp.org>
31102
31103         * modules/unistr/u8-mbtoucr: New file.
31104         * lib/unistr/u8-mbtoucr.c: New file.
31105         * modules/unistr/u16-mbtoucr: New file.
31106         * lib/unistr/u16-mbtoucr.c: New file.
31107         * modules/unistr/u16-mbtoucr: New file.
31108         * lib/unistr/u16-mbtoucr.c: New file.
31109         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
31110
31111 2007-03-27  Simon Josefsson  <simon@josefsson.org>
31112             Bruno Haible  <bruno@clisp.org>
31113
31114         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
31115         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
31116         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
31117
31118         * m4/stdio_h.m4: Add stubs for vasprintf too.
31119
31120         * modules/stdio: Support vasprintf in sed command.
31121
31122         * modules/vasprintf: Depend on stdio for prototypes.  Remove
31123         vasprintf.h.  Add stdio module indicator.
31124
31125         * lib/stdio_.h: Declare asprintf and vasprintf, based on
31126         vasprintf.h.
31127
31128         * lib/vasprintf.h: File removed.
31129
31130         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
31131         * lib/vasprintf.c: Ditto.
31132         * lib/xvasprintf.c: Ditto.
31133         * tests/test-vasprintf-posix.c: Ditto.
31134         * tests/test-vasprintf.c: Ditto.
31135
31136 2007-03-27  Bruno Haible  <bruno@clisp.org>
31137
31138         Make vasnprintf multithread-safe.
31139         * lib/vasnprintf.c (decimal_point_char): New function.
31140         (VASNPRINTF): Use it.
31141         Suggested by Simon Josefsson.
31142
31143 2007-03-27  Eric Blake  <ebb9@byu.net>
31144
31145         Support sub-second birthtime on cygwin.
31146         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
31147         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
31148         (get_stat_birthtime): Also work with st_birthtim.
31149
31150 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
31151
31152         * lib/stat-time.h (USE_BIRTHTIME): Remove.
31153         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
31154         (get_stat_birthtime_ns): Do not try to use "spare" fields.
31155         (get_stat_birthtime_ns): Simplify compile-time tests.
31156         (get_stat_birthtime): Change the API to look like
31157         get_stat_mtime etc., except return a negative tv_nsec on error.
31158         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
31159         Don't check for "spare" fields.
31160         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
31161         or for struct stat.st_birthtime, as these tests aren't used.
31162         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
31163
31164 2007-03-27  Bruno Haible  <bruno@clisp.org>
31165
31166         * lib/stat-time.h: Include <sys/stat.h>.
31167
31168 2007-03-27  James Youngman  <jay@gnu.org>
31169
31170         * lib/stat-time.h (get_stat_birthtime): New function for
31171           retrieving st_birthtime as provided by UFS2 (hence *BSD).
31172         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
31173           and its variants.
31174         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
31175         * modules/stat-time-test: New file.
31176         * tests/test-stat-time.c: New test, devised by Bruno Haible.
31177
31178 2007-03-26  Bruno Haible  <bruno@clisp.org>
31179
31180         Better support of signalling NaNs.
31181         * lib/atanl.c: Include isnanl.h.
31182         (atanl): Perform test for NaN at the beginning of the function and
31183         through a call to isnanl.
31184         * lib/cosl.c: Include isnanl.h.
31185         (cosl): Perform test for NaN at the beginning of the function and
31186         through a call to isnanl.
31187         * lib/ldexpl.c: Include isnanl.h.
31188         (ldexpl): Perform test for NaN through a call to isnanl.
31189         * lib/logl.c: Include isnanl.h.
31190         (logl): Perform test for NaN at the beginning of the function and
31191         through a call to isnanl.
31192         * lib/sinl.c: Include isnanl.h.
31193         (sinl): Perform test for NaN at the beginning of the function and
31194         through a call to isnanl.
31195         * lib/sqrtl.c: Include isnanl.h.
31196         (sqrtl): Perform test for NaN at the beginning of the function and
31197         through a call to isnanl.
31198         * lib/tanl.c: Include isnanl.h.
31199         (tanl): Perform test for NaN at the beginning of the function and
31200         through a call to isnanl.
31201         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
31202         * modules/mathl (Depends-on): Add isnanl.
31203
31204 2007-03-26  Eric Blake  <ebb9@byu.net>
31205
31206         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
31207         regression in logic sense of previous patch.
31208
31209 2007-03-26  Bruno Haible  <bruno@clisp.org>
31210
31211         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
31212         unportable shell command "if ! ...".
31213         Reported by Ralf Wildenhues.
31214
31215 2007-03-25  Bruno Haible  <bruno@clisp.org>
31216
31217         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
31218         <sysexits.h> file, and only add EX_CONFIG.
31219         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
31220         absolute file name and whether it is sufficient. Substitute also
31221         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
31222         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
31223         ABSOLUTE_SYSEXITS_H into sysexits.h.
31224
31225 2007-03-25  Bruno Haible  <bruno@clisp.org>
31226
31227         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
31228         hints is NULL.
31229
31230 2007-03-25  Bruno Haible  <bruno@clisp.org>
31231
31232         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
31233         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
31234
31235 2007-03-25  Bruno Haible  <bruno@clisp.org>
31236
31237         * lib/vasnprintf.c: Include langinfo.h.
31238         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
31239         multithread-safe.
31240         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
31241         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
31242         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31243         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31244         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31245         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31246         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31247         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
31248         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31249         Reported by Simon Josefsson.
31250
31251 2007-03-25  Bruno Haible  <bruno@clisp.org>
31252
31253         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
31254         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
31255         * modules/vasnprintf (Depends-on): Add stdint.
31256
31257 2007-03-25  Bruno Haible  <bruno@clisp.org>
31258
31259         * modules/fpieee: New file.
31260         * m4/fpieee.m4: New file.
31261         * modules/isnan-nolibm (Depends-on): Add fpieee.
31262         * modules/isnanl-nolibm (Depends-on): Add fpieee.
31263         * modules/isnanl (Depends-on): Add fpieee.
31264
31265 2007-03-25  Bruno Haible  <bruno@clisp.org>
31266
31267         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
31268
31269 2007-03-25  Bruno Haible  <bruno@clisp.org>
31270
31271         Avoid test failures on IRIX 6.5.
31272         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
31273         (main): Use it.
31274         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
31275         macros.
31276         (main): Use them.
31277
31278 2007-03-25  Bruno Haible  <bruno@clisp.org>
31279
31280         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
31281         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
31282         exists but doesn't work.
31283         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
31284         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
31285         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
31286         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
31287
31288 2007-03-25  Bruno Haible  <bruno@clisp.org>
31289
31290         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
31291         returns inf. Needed on IRIX 6.5.
31292
31293 2007-03-25  Bruno Haible  <bruno@clisp.org>
31294
31295         * tests/test-frexpl.c: Include isnanl-nolibm.h.
31296         (main): Use isnanl instead of x != x idiom.
31297         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
31298
31299         * tests/test-frexp.c: Include isnan.h.
31300         (main): Use isnan instead of x != x idiom.
31301         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
31302
31303 2007-03-25  Bruno Haible  <bruno@clisp.org>
31304
31305         * tests/test-frexp.c (NaN): New function/macro.
31306         (main): Use it instead of 0.0 / 0.0.
31307         * tests/test-isnan.c (NaN): New function/macro.
31308         (main): Use it instead of 0.0 / 0.0.
31309         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
31310         (test_function): Use it instead of 0.0 / 0.0.
31311         * tests/test-vasprintf-posix.c (NaN): New function/macro.
31312         (test_function): Use it instead of 0.0 / 0.0.
31313         * tests/test-snprintf-posix.h (NaN): New function/macro.
31314         (test_function): Use it instead of 0.0 / 0.0.
31315         * tests/test-sprintf-posix.h (NaN): New function/macro.
31316         (test_function): Use it instead of 0.0 / 0.0.
31317         * tests/test-fprintf-posix.h (NaN): New function/macro.
31318         (test_function): Use it instead of 0.0 / 0.0.
31319         * tests/test-printf-posix.h (NaN): New function/macro.
31320         (test_function): Use it instead of 0.0 / 0.0.
31321
31322         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
31323
31324 2007-03-25  Bruno Haible  <bruno@clisp.org>
31325
31326         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
31327
31328 2007-03-25  Bruno Haible  <bruno@clisp.org>
31329
31330         * lib/regexec.c (merge_state_with_log): Make static.
31331
31332 2007-03-25  Bruno Haible  <bruno@clisp.org>
31333
31334         * lib/trigl.c (kernel_rem_pio2): Make static.
31335
31336 2007-03-25  Bruno Haible  <bruno@clisp.org>
31337
31338         * lib/sincosl.c (sincosl_table): Make static.
31339
31340 2007-03-25  Bruno Haible  <bruno@clisp.org>
31341
31342         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
31343         if the compiler does not support C99.
31344
31345 2007-03-25  Bruno Haible  <bruno@clisp.org>
31346
31347         * modules/time (Makefile.am): Ensure all rule action lines start with a
31348         tab.
31349
31350 2007-03-24  Bruno Haible  <bruno@clisp.org>
31351
31352         * modules/tsearch-tests: New file.
31353         * tests/test-tsearch.sh: New file.
31354         * tests/test-tsearch.c: New file, mostly copied from glibc.
31355
31356         * modules/search-tests: New file.
31357         * tests/test-search.c: New file.
31358
31359         * modules/search: New file.
31360         * lib/search_.h: New file, incorporating lib/tsearch.h.
31361         * m4/search_h.m4: New file.
31362         * lib/tsearch.h: Remove file.
31363         * lib/tsearch.c: Include search.h instead of tsearch.h.
31364         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
31365         HAVE_TSEARCH.
31366         * modules/tsearch (Files): Remove lib/tsearch.h.
31367         (Depends-on): Add search.
31368         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
31369         (Include): Change tsearch.h into search.h.
31370
31371 2007-03-24  Bruno Haible  <bruno@clisp.org>
31372
31373         * modules/fpucw: New file.
31374         * lib/fpucw.h: New file.
31375         * lib/frexp.c: Include fpucw.h.
31376         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
31377         (FUNC): Use them.
31378         * lib/printf-frexp.c: Include fpucw.h.
31379         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
31380         (FUNC): Use them.
31381         * lib/vasnprintf.c: Include fpucw.h.
31382         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
31383         'long double' calculations.
31384         * tests/test-frexpl.c: Include fpucw.h.
31385         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
31386         * tests/test-printf-frexpl.c: Include fpucw.h.
31387         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
31388         * modules/frexpl (Depends-on): Add fpucw.
31389         * modules/printf-frexpl (Depends-on): Likewise.
31390         * modules/fprintf-posix (Depends-on): Likewise.
31391         * modules/snprintf-posix (Depends-on): Likewise.
31392         * modules/sprintf-posix (Depends-on): Likewise.
31393         * modules/vasnprintf-posix (Depends-on): Likewise.
31394         * modules/vasprintf-posix (Depends-on): Likewise.
31395         * modules/vfprintf-posix (Depends-on): Likewise.
31396         * modules/vsnprintf-posix (Depends-on): Likewise.
31397         * modules/vsprintf-posix (Depends-on): Likewise.
31398         * modules/frexpl-tests (Depends-on): Likewise.
31399         * modules/printf-frexpl-tests (Depends-on): Likewise.
31400
31401 2007-03-24  Bruno Haible  <bruno@clisp.org>
31402
31403         * lib/float+.h: New file.
31404         * lib/isnan.c: Include float+.h.
31405         (SIZE): New macro.
31406         (FUNC): Compare only SIZE bytes of the value.
31407         * lib/vasnprintf.c: Include float+.h.
31408         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
31409         SIZEOF_LDBL or SIZEOF_DBL bytes.
31410         * modules/isnan-nolibm (Files): Add lib/float+.h.
31411         * modules/isnanl-nolibm (Files): Add lib/float+.h.
31412         * modules/isnanl (Files): Add lib/float+.h.
31413         * modules/vasnprintf (Files): Add lib/float+.h.
31414
31415 2007-03-24  Bruno Haible  <bruno@clisp.org>
31416
31417         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
31418         include isnanl-nolibm.h.
31419
31420 2007-03-24  Bruno Haible  <bruno@clisp.org>
31421
31422         * tests/test-read-file.c (main): Don't produce spurious output for
31423         expected situations. Make the test fail if it encountered unexpected
31424         results.
31425
31426 2007-03-24  Bruno Haible  <bruno@clisp.org>
31427
31428         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
31429         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
31430
31431 2007-03-24  Bruno Haible  <bruno@clisp.org>
31432
31433         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
31434
31435 2007-03-24  Bruno Haible  <bruno@clisp.org>
31436
31437         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
31438         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
31439
31440         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
31441         * modules/utf8-ucs4: Turn into a symbolic link to module
31442         unistr/u8-mbtouc.
31443
31444         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
31445         utf8-ucs4-unsafe.
31446         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
31447         unistr/u8-mbtouc-unsafe.
31448
31449         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
31450         * modules/utf16-ucs4: Turn into a symbolic link to module
31451         unistr/u16-mbtouc.
31452
31453         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
31454         utf16-ucs4-unsafe.
31455         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
31456         unistr/u16-mbtouc-unsafe.
31457
31458         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
31459         * modules/ucs4-utf8: Turn into a symbolic link to module
31460         unistr/u8-ubtomb.
31461
31462         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
31463         * modules/ucs4-utf16: Turn into a symbolic link to module
31464         unistr/u16-ubtomb.
31465
31466 2007-03-24  Bruno Haible  <bruno@clisp.org>
31467
31468         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
31469         Enable the function only if HAVE_INLINE.
31470         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
31471         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
31472         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
31473         Enable the function only if HAVE_INLINE.
31474         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
31475         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
31476         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
31477         Enable the function only if HAVE_INLINE.
31478         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
31479         Enable the function only if HAVE_INLINE.
31480         * modules/utf8-ucs4: Update.
31481         * modules/utf8-ucs4-unsafe: Update.
31482         * modules/utf16-ucs4: Update.
31483         * modules/utf16-ucs4-unsafe: Update.
31484         * modules/ucs4-utf8: Update.
31485         * modules/ucs4-utf16: Update.
31486
31487 2007-03-24  Bruno Haible  <bruno@clisp.org>
31488
31489         * lib/utf8-ucs4.h: Remove file.
31490         * lib/utf8-ucs4-unsafe.h: Remove file.
31491         * lib/utf16-ucs4.h: Remove file.
31492         * lib/utf16-ucs4-unsafe.h: Remove file.
31493         * lib/ucs4-utf8.h: Remove file.
31494         * lib/ucs4-utf16.h: Remove file.
31495         * lib/unistr.h: Include their previous contents.
31496         * m4/utf-ucs4.m4: Remove file.
31497         * m4/ucs4-utf.m4: Remove file.
31498         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
31499         (Depends-on): Add unistr/base.
31500         (configure.ac): Remove gl_UTF_UCS4.
31501         (Makefile.am): Update.
31502         (Include): Change to unistr.h.
31503         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
31504         (Depends-on): Add unistr/base.
31505         (configure.ac): Remove gl_UTF_UCS4.
31506         (Makefile.am): Update.
31507         (Include): Change to unistr.h.
31508         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
31509         (Depends-on): Add unistr/base.
31510         (configure.ac): Remove gl_UTF_UCS4.
31511         (Makefile.am): Update.
31512         (Include): Change to unistr.h.
31513         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
31514         (Depends-on): Add unistr/base.
31515         (configure.ac): Remove gl_UTF_UCS4.
31516         (Makefile.am): Update.
31517         (Include): Change to unistr.h.
31518         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
31519         (Depends-on): Add unistr/base.
31520         (configure.ac): Remove gl_UCS4_UTF.
31521         (Makefile.am): Update.
31522         (Include): Change to unistr.h.
31523         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
31524         (Depends-on): Add unistr/base.
31525         (configure.ac): Remove gl_UCS4_UTF.
31526         (Makefile.am): Update.
31527         (Include): Change to unistr.h.
31528         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
31529         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
31530         utf8-ucs4-unsafe.h.
31531         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
31532         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
31533         utf16-ucs4-unsafe.h.
31534         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
31535         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
31536         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
31537         * lib/unistr/u8-strchr.c: Likewise.
31538         * lib/unistr/u8-strrchr.c: Likewise.
31539         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
31540         * lib/unistr/u16-strchr.c: Likewise.
31541         * lib/unistr/u16-strrchr.c: Likewise.
31542         * lib/striconveh.c: Update.
31543         * lib/linebreak.c: Update.
31544
31545 2007-03-24  Bruno Haible  <bruno@clisp.org>
31546
31547         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
31548         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
31549
31550 2007-03-22  Bruno Haible  <bruno@clisp.org>
31551
31552         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
31553
31554 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31555
31556         * MODULES.html.sh (File system functions): New module write-any-file.
31557         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
31558         * m4/write-any-file.m4: New files.
31559
31560 2007-03-23  Eric Blake  <ebb9@byu.net>
31561
31562         * gnulib-tool: Rearrange space-tab sequences, since some editors
31563         like to eat them.
31564
31565 2007-03-23  Eric Blake  <ebb9@byu.net>
31566
31567         * lib/version-etc.c (version_etc_va): Update license wording to
31568         be more concise.  Recommended by Richard Stallman.
31569
31570 2007-03-22  Bruno Haible  <bruno@clisp.org>
31571
31572         * lib/poll.c (MSG_PEEK): New fallback definition.
31573
31574 2007-03-22  Bruno Haible  <bruno@clisp.org>
31575
31576         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
31577         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
31578         (main): Update.
31579         Fixes a compilation error on BeOS.
31580
31581 2007-03-22  Bruno Haible  <bruno@clisp.org>
31582
31583         * modules/frexpl-tests: New file.
31584         * tests/test-frexpl.c: New file.
31585
31586         * modules/frexpl: New file.
31587         * m4/frexpl.m4: New file.
31588         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
31589         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
31590         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
31591         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
31592         (Depends-on): Add frexpl. Remove isnanl-nolibm.
31593         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
31594
31595 2007-03-22  Bruno Haible  <bruno@clisp.org>
31596
31597         * lib/frexpl.c: Share code with lib/frexp.c.
31598         * modules/mathl (Files): Add lib/frexp.c.
31599         (Depends-on): Add isnanl-nolibm.
31600
31601 2007-03-22  Bruno Haible  <bruno@clisp.org>
31602
31603         * modules/printf-frexp (Files): Add m4/frexp.m4.
31604         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
31605         only if the found frexp function actually works.
31606
31607 2007-03-22  Bruno Haible  <bruno@clisp.org>
31608
31609         * lib/frexp.c: Remove older implementation that uses divisions.
31610
31611 2007-03-21  Bruno Haible  <bruno@clisp.org>
31612
31613         * modules/frexp-tests: New file.
31614         * tests/test-frexp.c: New file.
31615
31616         * modules/frexp: New file.
31617         * lib/frexp.c: New file.
31618         * m4/frexp.m4: New file.
31619         * lib/math_.h (frexp): New declaration.
31620         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
31621         REPLACE_FREXP.
31622         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
31623
31624 2007-03-21  Bruno Haible  <bruno@clisp.org>
31625
31626         * modules/isnanl-tests: New file.
31627         * tests/test-isnanl.c: New file.
31628
31629         * modules/isnanl: New file.
31630         * lib/isnanl.h: New file.
31631         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
31632         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
31633         gl_FUNC_ISNANL_WORKS.
31634         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
31635         New macros.
31636
31637 2007-03-21  Bruno Haible  <bruno@clisp.org>
31638
31639         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
31640         lib/isnanl.h.
31641         (Include): Update.
31642         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
31643         * lib/vasnprintf.c: Update.
31644         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
31645         tests/test-isnanl.h, remove tests/test-isnanl.c.
31646         (Makefile.am): Update.
31647         * tests/test-isnanl-nolibm.c: New file.
31648         * tests/test-isnanl.h: New file.
31649         * tests/test-isnanl.c: Remove file.
31650
31651 2007-03-21  Jim Meyering  <jim@meyering.net>
31652
31653         When trying to open ".", treat ESTALE like EACCES.
31654         * lib/savewd.c (savewd_save): Resort to forking not just upon
31655         failure with EACCES, but also when errno is ESTALE.
31656
31657 2007-03-20  Bruno Haible  <bruno@clisp.org>
31658
31659         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
31660         Needed on AIX 5.1. Reported by Matthew Woehlke.
31661
31662 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
31663
31664         Suggestions by Bruno Haible:
31665         * lib/acl-internal.h: Include "gettext.h" rather than rolling
31666         our own.
31667         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
31668         * modules/acl (Depends-on): Add gettext.
31669
31670 2007-03-19  Bruno Haible  <bruno@clisp.org>
31671
31672         * modules/iconvme: Remove file.
31673         * lib/iconvme.h: Remove file.
31674         * lib/iconvme.c: Remove file.
31675         * m4/iconvme.m4: Remove file.
31676
31677 2007-03-19  Bruno Haible  <bruno@clisp.org>
31678
31679         * doc/relocatable-maint.texi: Break long shell script line.
31680         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
31681
31682 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
31683
31684         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
31685         handle file_has_acl.
31686         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
31687         * lib/acl.c: Move header inclusions and related macro defns into
31688         lib/acl-internal.h.
31689         (S_ISLNK): Remove defn, since that's now done for us.
31690         (file_has_acl): Move to lib/file-has-acl.c.
31691         Call acl_trivial if available.  This is the crucial part of the fix.
31692         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
31693         shared within the library.  Rewrite a bit, partly to make it compatible
31694         with the GNU coding style.
31695         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
31696         Remove unnecessary double-quotes.
31697         Don't test for acl_to_text; the build will catch that.
31698         Replace acl_entries if it doesn't exist and it is needed.
31699         Check for -lsec and acl_trivial (as used on Solaris 10).
31700         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
31701         lib/file-has-acl.c.
31702         (Depends-on): Add sys_stat, for S_ISLNK.
31703
31704 2007-03-19  Ben Pfaff  <blp@gnu.org>
31705
31706         * doc/gnulib.texi: Fix typos.
31707         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
31708
31709 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
31710
31711         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
31712         If size is zero here, buf must be zero.
31713
31714 2007-03-19  Simon Josefsson  <simon@josefsson.org>
31715
31716         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
31717         <bruno@clisp.org>.
31718
31719 2007-03-18  Bruno Haible  <bruno@clisp.org>
31720
31721         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
31722         Suggested by Eric Blake.
31723
31724 2007-03-18  Ben Pfaff  <blp@gnu.org>
31725
31726         * doc/relocatable.texi: Recommend using as prefix a directory
31727         that does not exist and will never be created.  Based on
31728         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
31729         and others.
31730
31731 2007-03-17  Bruno Haible  <bruno@clisp.org>
31732
31733         * lib/fchownat.c: Include lchown.h.
31734
31735 2007-03-17  Bruno Haible  <bruno@clisp.org>
31736
31737         Fix endless loop when the given allocated size was > INT_MAX.
31738         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
31739         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
31740         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
31741         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
31742         * lib/sprintf.c (sprintf): Likewise.
31743
31744 2007-03-17  Bruno Haible  <bruno@clisp.org>
31745
31746         * tests/test-argp-2.sh (func_compare): Output a context diff.
31747
31748 2007-03-17  Bruno Haible  <bruno@clisp.org>
31749
31750         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
31751         locale's decimal-point character.
31752
31753 2007-03-17  Bruno Haible  <bruno@clisp.org>
31754
31755         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
31756         before comparing it. Needed because on some platforms (e.g. x86) a
31757         'long double' occupies less bytes than sizeof (long double).
31758
31759 2007-03-17  Bruno Haible  <bruno@clisp.org>
31760
31761         * tests/test-crc.c (main): Make printf statements 64-bit clean.
31762         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
31763         * tests/test-getaddrinfo.c (simple): Likewise.
31764         * tests/test-read-file.c (main): Likewise.
31765
31766 2007-03-17  Bruno Haible  <bruno@clisp.org>
31767
31768         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
31769
31770 2007-03-17  Bruno Haible  <bruno@clisp.org>
31771
31772         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
31773         unused variable.
31774
31775 2007-03-17  Bruno Haible  <bruno@clisp.org>
31776
31777         * tests/test-c-strcasecmp.c: Include c-strcase.h.
31778         * tests/test-c-strncasecmp.c: Likewise.
31779
31780 2007-03-17  Bruno Haible  <bruno@clisp.org>
31781
31782         * modules/stdlib (Depends-on): Add unistd.
31783         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
31784         Needed for MacOS X 10.3.
31785
31786 2007-03-17  Bruno Haible  <bruno@clisp.org>
31787
31788         * lib/unistr/u-strdup.h: Include <stdlib.h>.
31789
31790 2007-03-17  Bruno Haible  <bruno@clisp.org>
31791
31792         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
31793
31794 2007-03-17  Bruno Haible  <bruno@clisp.org>
31795
31796         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
31797         to reflect files copied from gnulib (with or without modifications).
31798         Suggested by Jim Meyering.
31799
31800 2007-03-17  Eric Blake  <ebb9@byu.net>
31801
31802         * NEWS: Document stdlib change from 2007-02-18.
31803
31804 2007-03-17  Jim Meyering  <jim@meyering.net>
31805
31806         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
31807         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
31808         someone uses a name containing shell meta-characters.
31809         Reported by Alfred M. Szmidt.
31810
31811         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
31812
31813 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
31814
31815         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
31816         and copy gettext configuration files only if configure.ac contains
31817         a use of AM_GNU_GETTEXT_VERSION.
31818
31819 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
31820
31821         * build-aux/bootstrap (gnulib_name): New variable.
31822         (gnulib_tool_options): Use it.
31823
31824 2007-03-13  Simon Josefsson  <simon@josefsson.org>
31825
31826         * tests/test-des.c: Use new namespace.
31827
31828 2007-03-15  Bruno Haible  <bruno@clisp.org>
31829
31830         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
31831         Reported by James Youngman <jay@gnu.org>.
31832
31833 2007-03-15  Bruno Haible  <bruno@clisp.org>
31834
31835         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
31836         declared prototype. Needed with cc on OSF/1 5.1.
31837
31838 2007-03-15  Bruno Haible  <bruno@clisp.org>
31839
31840         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
31841         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
31842         (struct gl_list_implementation): Add dispose_fn argument to the
31843         'create_empty', 'create' methods.
31844         (struct gl_list_impl_base): Add field 'dispose_fn'.
31845         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
31846         argument.
31847         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
31848         dispose_fn argument.
31849         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
31850         dispose_fn on the dropped values.
31851         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
31852         dispose_fn argument.
31853         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
31854         dropped values.
31855         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
31856         (gl_tree_remove_node): Call dispose_fn on the dropped value.
31857         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
31858         (gl_tree_remove_node): Call dispose_fn on the dropped value.
31859         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
31860         argument.
31861         (gl_tree_list_free): Call dispose_fn on the dropped values.
31862         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
31863         the dropped values.
31864         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
31865         Add dispose_fn argument.
31866         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
31867         Call dispose_fn on the dropped values.
31868         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
31869         Add dispose_fn argument.
31870         (gl_sublist_create): Initialize the 'dispose_fn' field.
31871         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
31872         * tests/test-array_list.c (main): Update.
31873         * tests/test-carray_list.c (main): Update.
31874         * tests/test-avltree_list.c (main): Update.
31875         * tests/test-rbtree_list.c (main): Update.
31876         * tests/test-avltreehash_list.c (main): Update.
31877         * tests/test-rbtreehash_list.c (main): Update.
31878         * tests/test-linked_list.c (main): Update.
31879         * tests/test-linkedhash_list.c (main): Update.
31880         * tests/test-array_oset.c (main): Update.
31881
31882 2007-03-15  Bruno Haible  <bruno@clisp.org>
31883
31884         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
31885         (gl_oset_create_empty): Add dispose_fn argument.
31886         (struct gl_oset_implementation): Add dispose_fn argument to
31887         'create_empty' method.
31888         (struct gl_oset_impl_base): Add dispose_fn field.
31889         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
31890         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
31891         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
31892         values.
31893         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
31894         (gl_tree_oset_free): Call dispose_fn on the dropped values.
31895         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
31896         dropped value.
31897         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
31898         dropped value.
31899         * tests/test-array_oset.c (main): Update.
31900         * tests/test-avltree_oset.c (main): Update.
31901         * tests/test-rbtree_oset.c (main): Update.
31902         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
31903
31904 2007-03-13  Bruno Haible  <bruno@clisp.org>
31905
31906         * tests/test-stdbool.c (i): Update after last patch.
31907
31908 2007-03-12  Bruno Haible  <bruno@clisp.org>
31909
31910         * lib/quotearg.c: Include <wctype.h> early, before the definition of
31911         the iswprint macro. Needed on Solaris 2.5.1.
31912
31913 2007-03-12  Bruno Haible  <bruno@clisp.org>
31914
31915         * tests/test-printf-frexp.c (main): Declare x as volatile.
31916
31917 2007-03-12  Simon Josefsson  <simon@josefsson.org>
31918
31919         * doc/gnulib.texi (Build robot for gnulib): New section.
31920
31921 2007-03-12  Jim Meyering  <jim@meyering.net>
31922
31923         * build-aux/bootstrap: New file.
31924         * build-aux/bootstrap.conf: New file, from coreutils.
31925
31926 2007-03-11  Bruno Haible  <bruno@clisp.org>
31927
31928         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
31929
31930 2007-03-12  Simon Josefsson  <simon@josefsson.org>
31931
31932         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
31933         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
31934         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
31935
31936 2007-03-11  Bruno Haible  <bruno@clisp.org>
31937
31938         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
31939         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
31940
31941 2007-03-11  Bruno Haible  <bruno@clisp.org>
31942
31943         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
31944         formula. Needed for SunPRO C 5.0.
31945
31946 2007-03-11  Bruno Haible  <bruno@clisp.org>
31947
31948         * modules/long-options (Depends-on): Add getopt.
31949
31950 2007-03-11  Bruno Haible  <bruno@clisp.org>
31951
31952         * modules/modechange (Depends-on): Add stdbool.
31953
31954 2007-03-11  Bruno Haible  <bruno@clisp.org>
31955
31956         * modules/i-ring (Depends-on): Add stdbool.
31957
31958 2007-03-11  Bruno Haible  <bruno@clisp.org>
31959
31960         * modules/gc-des (Depends-on): Add stdbool.
31961
31962 2007-03-11  Bruno Haible  <bruno@clisp.org>
31963
31964         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
31965
31966 2007-03-11  Bruno Haible  <bruno@clisp.org>
31967
31968         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
31969
31970 2007-03-11  Bruno Haible  <bruno@clisp.org>
31971
31972         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
31973
31974 2007-03-11  Bruno Haible  <bruno@clisp.org>
31975
31976         * lib/vasnprintf.c (sprintf): Undefine.
31977
31978 2007-03-11  Bruno Haible  <bruno@clisp.org>
31979
31980         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
31981         initializers in SunPRO C and Compaq C compilers.
31982
31983 2007-03-11  Bruno Haible  <bruno@clisp.org>
31984
31985         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
31986         decrementing code ANSI C compliant.
31987
31988 2007-03-11  Bruno Haible  <bruno@clisp.org>
31989
31990         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
31991         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
31992
31993 2007-03-11  Bruno Haible  <bruno@clisp.org>
31994
31995         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
31996         <stdbool.h> substitute doesn't pass.
31997
31998 2007-03-11  Bruno Haible  <bruno@clisp.org>
31999
32000         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
32001
32002 2007-03-11  Bruno Haible  <bruno@clisp.org>
32003
32004         * gnulib-tool (func_create_megatestdir): Create also an autobuild
32005         script, for submission to autobuild.josefsson.org.
32006
32007 2007-03-10  Bruno Haible  <bruno@clisp.org>
32008
32009         * modules/canonicalize-lgpl-tests: New file.
32010         * tests/test-canonicalize-lgpl.sh: New file.
32011         * tests/test-canonicalize-lgpl.c: New file.
32012
32013         * modules/c-strcase-tests: New file.
32014         * tests/test-c-strcase.sh: New file.
32015         * tests/test-c-strcasecmp.c: New file.
32016         * tests/test-c-strncasecmp.c: New file.
32017
32018         * modules/atexit-tests: New file.
32019         * tests/test-atexit.sh: New file.
32020         * tests/test-atexit.c: New file.
32021
32022 2007-03-10  Bruno Haible  <bruno@clisp.org>
32023
32024         * tests/test-binary-io.sh: Use temporary filenames that are not so
32025         likely to clash with those of other tests (in a parallel make).
32026         * tests/test-binary-io.c: Likewise.
32027
32028 2007-03-10  Bruno Haible  <bruno@clisp.org>
32029
32030         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
32031         fallback; use #error instead.
32032         Suggested by Simon Josefsson.
32033
32034 2007-03-10  Bruno Haible  <bruno@clisp.org>
32035
32036         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
32037         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
32038         first and the last.
32039
32040 2007-03-10  Bruno Haible  <bruno@clisp.org>
32041
32042         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
32043
32044 2007-03-10  Bruno Haible  <bruno@clisp.org>
32045
32046         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
32047         "make distcheck".
32048         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
32049         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
32050         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
32051
32052 2007-03-10  Bruno Haible  <bruno@clisp.org>
32053
32054         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
32055         variable.
32056         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
32057         variable.
32058
32059 2007-03-09  Eric Blake  <ebb9@byu.net>
32060         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
32061
32062         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
32063         types are not being provided by gnulib.
32064         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
32065         types are supported.
32066
32067 2007-03-10  Bruno Haible  <bruno@clisp.org>
32068
32069         * lib/stdio_.h (__attribute__): New macro.
32070         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
32071         vsprintf): Specify __attribute__ __format__ for GCC.
32072         Suggested by Eric Blake.
32073
32074 2007-03-09  Bruno Haible  <bruno@clisp.org>
32075
32076         * modules/printf-posix-tests: New file.
32077         * tests/test-printf-posix.sh: New file.
32078         * tests/test-printf-posix.c: New file.
32079
32080         * modules/printf-posix: New file.
32081         * lib/printf.c: New file.
32082         * m4/printf-posix-rpl.m4: New file.
32083         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
32084         REPLACE_PRINTF.
32085         * lib/stdio_.h (printf): New declaration.
32086         (format, __format__, ____printf____, ____scanf____, ____strftime____,
32087         ____strfmon____): New macros.
32088         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
32089         REPLACE_PRINTF.
32090
32091 2007-03-09  Bruno Haible  <bruno@clisp.org>
32092
32093         * tests/test-vasnprintf-posix2.sh: New file.
32094         * tests/test-vasnprintf-posix2.c: New file.
32095         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
32096         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
32097         (Makefile.am): Activate test-vasnprintf-posix2.sh.
32098
32099         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
32100         a locale dependent decimal point, rather than always '.'.
32101
32102 2007-03-09  Eric Blake  <ebb9@byu.net>
32103
32104         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
32105         spite of platforms like Tandem/NSK that define it to -1.
32106
32107 2007-03-08  Bruno Haible  <bruno@clisp.org>
32108
32109         * modules/vprintf-posix-tests: New file.
32110         * tests/test-vprintf-posix.sh: New file.
32111         * tests/test-vprintf-posix.c: New file.
32112         * tests/test-printf-posix.h: New file.
32113
32114         * modules/vprintf-posix: New file.
32115         * lib/vprintf.c: New file.
32116         * m4/vprintf-posix.m4: New file.
32117         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
32118         REPLACE_VPRINTF.
32119         * lib/stdio_.h (vprintf): New declaration.
32120         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
32121         REPLACE_VPRINTF.
32122
32123 2007-03-08  Bruno Haible  <bruno@clisp.org>
32124
32125         * modules/fprintf-posix-tests: New file.
32126         * tests/test-fprintf-posix.sh: New file.
32127         * tests/test-fprintf-posix.c: New file.
32128
32129         * modules/fprintf-posix: New file.
32130         * lib/fprintf.c: New file.
32131         * m4/fprintf-posix.m4: New file.
32132         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
32133         REPLACE_FPRINTF.
32134         * lib/stdio_.h (fprintf): New declaration.
32135         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
32136         REPLACE_FPRINTF.
32137
32138 2007-03-08  Bruno Haible  <bruno@clisp.org>
32139
32140         * modules/vfprintf-posix-tests: New file.
32141         * tests/test-vfprintf-posix.sh: New file.
32142         * tests/test-vfprintf-posix.c: New file.
32143         * tests/test-fprintf-posix.h: New file.
32144         * tests/test-fprintf-posix.out: New file.
32145
32146         * modules/vfprintf-posix: New file.
32147         * lib/vfprintf.c: New file.
32148         * m4/vfprintf-posix.m4: New file.
32149         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
32150         REPLACE_VFPRINTF.
32151         * lib/stdio_.h (vfprintf): New declaration.
32152         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
32153         REPLACE_VFPRINTF.
32154
32155 2007-03-08  Bruno Haible  <bruno@clisp.org>
32156
32157         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
32158
32159 2007-03-08  Bruno Haible  <bruno@clisp.org>
32160
32161         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
32162         instead of 'expr' invocations.
32163         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32164         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32165         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32166         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32167         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32168         Suggested by Paul Eggert.
32169
32170 2007-03-08  Bruno Haible  <bruno@clisp.org>
32171
32172         * modules/fseterr-tests: New file.
32173         * tests/test-fseterr.c: New file.
32174
32175         * modules/fseterr: New file.
32176         * lib/fseterr.h: New file.
32177         * lib/fseterr.c: New file.
32178
32179 2007-03-08  Bruno Haible  <bruno@clisp.org>
32180
32181         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
32182         * lib/getopt_.h: Likewise.
32183         * lib/mbswidth.h: Likewise.
32184         * lib/setenv.h: Likewise.
32185         * lib/vasnprintf.h: Likewise.
32186         * lib/vasprintf.h: Likewise.
32187         * lib/verror.h: Likewise.
32188         * lib/xsetenv.h: Likewise.
32189         * lib/xvasprintf.h: Likewise.
32190
32191 2007-03-08  Jim Meyering  <jim@meyering.net>
32192
32193         * users.txt: Add parted.
32194
32195         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
32196
32197 2007-03-07  Bruno Haible  <bruno@clisp.org>
32198
32199         * m4/printf.m4: Make the shell script snippets copy&pastable.
32200
32201 2007-03-02  Bruno Haible  <bruno@clisp.org>
32202
32203         * lib/netinet_in_.h: New file.
32204         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
32205         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
32206         * modules/netinet_in (Files): Add lib/netinet_in_.h.
32207         (Depends-on): Add absolute-header.
32208         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
32209         into netinet/in.h.
32210
32211 2007-03-03  Bruno Haible  <bruno@clisp.org>
32212
32213         * lib/sys_select_.h: New file.
32214         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
32215         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
32216         * modules/sys_select (Files): Add lib/sys_select_.h.
32217         (Depends-on): Add absolute-header.
32218         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
32219         into sys/select.h.
32220
32221 2007-03-02  Bruno Haible  <bruno@clisp.org>
32222
32223         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
32224         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
32225         values.
32226         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
32227         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
32228         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
32229         * modules/sys_socket (Depends-on): Add absolute-header.
32230         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
32231         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
32232         (Include): Remove requirement of inclusion of <sys/types.h>.
32233
32234 2007-03-02  Bruno Haible  <bruno@clisp.org>
32235
32236         * lib/byteswap_.h (bswap_32): Fix formula.
32237
32238 2007-03-06  Bruno Haible  <bruno@clisp.org>
32239
32240         * modules/sprintf-posix-tests: New file.
32241         * tests/test-sprintf-posix.c: New file.
32242
32243         * modules/sprintf-posix: New file.
32244         * lib/sprintf.c: New file.
32245         * m4/sprintf-posix.m4: New file.
32246         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
32247         REPLACE_SPRINTF.
32248         * lib/stdio_.h (sprintf): New declaration.
32249         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
32250         REPLACE_SPRINTF.
32251
32252 2007-03-06  Bruno Haible  <bruno@clisp.org>
32253
32254         * modules/vsprintf-posix-tests: New file.
32255         * tests/test-vsprintf-posix.c: New file.
32256         * tests/test-sprintf-posix.h: New file.
32257
32258         * modules/vsprintf-posix: New file.
32259         * lib/vsprintf.c: New file.
32260         * m4/vsprintf-posix.m4: New file.
32261         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
32262         REPLACE_VSPRINTF.
32263         * lib/stdio_.h (vsprintf): New declaration.
32264         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
32265         REPLACE_VSPRINTF.
32266
32267 2007-03-06  Bruno Haible  <bruno@clisp.org>
32268
32269         * modules/vsnprintf (Depend-on): Remove minmax.
32270
32271 2007-03-06  Bruno Haible  <bruno@clisp.org>
32272
32273         * modules/snprintf-posix-tests: New file.
32274         * tests/test-snprintf-posix.c: New file.
32275
32276         * modules/snprintf-posix: New file.
32277         * m4/snprintf-posix.m4: New file.
32278         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
32279         gl_FUNC_SNPRINTF.
32280         (gl_FUNC_SNPRINTF): Invoke it.
32281         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
32282         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
32283         is set.
32284         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
32285
32286 2007-03-06  Bruno Haible  <bruno@clisp.org>
32287
32288         * modules/vsnprintf-posix-tests: New file.
32289         * tests/test-vsnprintf-posix.c: New file.
32290         * tests/test-snprintf-posix.h: New file.
32291
32292         * modules/vsnprintf-posix: New file.
32293         * m4/vsnprintf-posix.m4: New file.
32294         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
32295         gl_FUNC_VSNPRINTF.
32296         (gl_FUNC_VSNPRINTF): Invoke it.
32297         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
32298         * lib/stdio_.h (vsnprintf): Define as a replacement if
32299         REPLACE_VSNPRINTF is set.
32300         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
32301
32302 2007-03-06  Bruno Haible  <bruno@clisp.org>
32303
32304         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
32305         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
32306
32307 2007-03-06  Bruno Haible  <bruno@clisp.org>
32308
32309         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
32310         (asinl): Declare also if HAVE_DECL_ASINL is set.
32311         (atanl): Declare also if HAVE_DECL_ATANL is set.
32312         (ceill): Declare also if HAVE_DECL_CEILL is set.
32313         (cosl): Declare also if HAVE_DECL_COSL is set.
32314         (expl): Declare also if HAVE_DECL_EXPL is set.
32315         (floorl): Declare also if HAVE_DECL_FLOORL is set.
32316         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
32317         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
32318         (logl): Declare also if HAVE_DECL_LOGL is set.
32319         (sinl): Declare also if HAVE_DECL_SINL is set.
32320         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
32321         (tanl): Declare also if HAVE_DECL_TANL is set.
32322         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
32323         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
32324         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
32325         declaration of frexpl, ldexpl.
32326         * modules/printf-frexpl (Depends-on): Add math.
32327         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
32328
32329 2007-03-05  Bruno Haible  <bruno@clisp.org>
32330
32331         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
32332         frexpl and ldexpl are declared.
32333         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
32334
32335 2007-03-05  Bruno Haible  <bruno@clisp.org>
32336
32337         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
32338         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
32339
32340 2007-03-05  Bruno Haible  <bruno@clisp.org>
32341
32342         * lib/stdio_.h: Include <stddef.h>.
32343
32344 2007-03-05  Bruno Haible  <bruno@clisp.org>
32345
32346         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
32347
32348 2007-03-05  Bruno Haible  <bruno@clisp.org>
32349
32350         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
32351         NetBSD 4, from Ralf Wildenhues.
32352
32353 2007-03-04  Bruno Haible  <bruno@clisp.org>
32354
32355         * lib/vasprintf.h: Update #if logic for the case when the functions
32356         exist but are overridden.
32357
32358 2007-03-04  Bruno Haible  <bruno@clisp.org>
32359
32360         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
32361         implementations: glibc-2.4 and MacOS X 10.3.
32362         * tests/test-vasnprintf-posix.c (test_function): Test also the case
32363         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
32364         * tests/test-vasprintf-posix.c (test_function): Likewise.
32365
32366 2007-03-04  Bruno Haible  <bruno@clisp.org>
32367
32368         * modules/vasprintf-posix-tests: New file.
32369         * tests/test-vasprintf-posix.c: New file.
32370
32371         * modules/vasprintf-posix: New file.
32372         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
32373         defined.
32374         * m4/vasprintf-posix.m4: New file.
32375         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
32376         gl_FUNC_VASPRINTF.
32377         (gl_FUNC_VASPRINTF): Invoke it.
32378         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
32379         here.
32380         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
32381
32382 2007-03-04  Bruno Haible  <bruno@clisp.org>
32383
32384         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
32385         REPLACE_GETTIMEOFDAY.
32386         * modules/sys_time (Makefile.am): Likewise.
32387         * m4/sys_time_h.m4: Likewise.
32388         * m4/gettimeofday.m4: Likewise.
32389
32390 2007-03-04  Bruno Haible  <bruno@clisp.org>
32391
32392         * modules/vasnprintf-posix-tests: New file.
32393         * tests/test-vasnprintf-posix.c: New file.
32394
32395         * modules/vasnprintf-posix: New file.
32396         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
32397         printf-frexpl.h.
32398         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
32399         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
32400         REPLACE_VASNPRINTF is defined.
32401         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
32402         gl_FUNC_VASNPRINTF.
32403         (gl_FUNC_VASNPRINTF): Invoke it.
32404         * m4/vasnprintf-posix.m4: New file.
32405         * m4/printf.m4: New file.
32406
32407 2007-03-04  Bruno Haible  <bruno@clisp.org>
32408
32409         Compile progreloc.c only if --enable-relocatable is specified.
32410         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
32411         if --enable-relocatable was specified.
32412         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
32413         lib_SOURCES.
32414
32415 2007-03-04  Jim Meyering  <jim@meyering.net>
32416
32417         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
32418         Use it consistently, rather than enumerating errno constants.
32419
32420 2007-03-04  Bruno Haible  <bruno@clisp.org>
32421
32422         * modules/xvasprintf-tests: New file.
32423         * tests/test-xvasprintf.c: New file.
32424
32425         * modules/vasprintf-tests: New file.
32426         * tests/test-vasprintf.c: New file.
32427
32428         * modules/vasnprintf-tests: New file.
32429         * tests/test-vasnprintf.c: New file.
32430
32431         * modules/vsnprintf-tests: New file.
32432         * tests/test-vsnprintf.c: New file.
32433
32434         * modules/snprintf-tests: New file.
32435         * tests/test-snprintf.c: New file.
32436
32437 2007-03-04  Bruno Haible  <bruno@clisp.org>
32438
32439         Compile relocatable.c only if --enable-relocatable is specified.
32440         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
32441         gl_RELOCATABLE_LIBRARY.
32442         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
32443         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
32444         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
32445         gl_RELOCATABLE_LIBRARY.
32446         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
32447         (Makefile.am): Remove lib_SOURCES.
32448         * modules/relocatable-lib-lgpl (configure.ac): Invoke
32449         gl_RELOCATABLE_LIBRARY.
32450         (Makefile.am): Remove lib_SOURCES.
32451         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
32452         always.
32453         * modules/relocatable-prog-wrapper (configure.ac): Invoke
32454         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
32455
32456 2007-03-04  Bruno Haible  <bruno@clisp.org>
32457
32458         * modules/argmatch-tests: New file.
32459         * tests/test-argmatch.c: New file.
32460
32461         * tests/test-allocsa.c (main): Halve the number of loop runs.
32462
32463         * modules/alloca-opt-tests: New file.
32464         * tests/test-alloca-opt.c: New file.
32465
32466 2007-03-04  Jim Meyering  <jim@meyering.net>
32467
32468         Work around difference between Linux ACLs and Solaris 10 ZFS.
32469         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
32470         for EINVAL.
32471
32472 2007-03-03  Bruno Haible  <bruno@clisp.org>
32473
32474         * modules/relocatable-prog (Depends-on): Add back progreloc's
32475         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
32476
32477 2007-03-03  Bruno Haible  <bruno@clisp.org>
32478
32479         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
32480         * modules/relocatable-lib: New file.
32481
32482 2007-03-03  Bruno Haible  <bruno@clisp.org>
32483
32484         * modules/relocatable-prog: Renamed from modules/relocatable.
32485         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
32486
32487 2007-03-03  Bruno Haible  <bruno@clisp.org>
32488
32489         * modules/relocatable-script (Files): Add doc/relocatable.texi,
32490         m4/relocatable-lib.m4.
32491         (Depends-on): Remove 'relocatable'.
32492         (configure.ac): Add gl_RELOCATABLE_NOP.
32493
32494 2007-03-03  Bruno Haible  <bruno@clisp.org>
32495
32496         * modules/relocatable-prog-wrapper: New file.
32497         * modules/relocatable (Depends-on): Add it. Remove all other
32498         dependencies except progname.
32499         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
32500
32501         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
32502         (gl_FUNC_STRERROR): Nop.
32503         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
32504
32505         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
32506         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
32507
32508         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
32509         (gl_FUNC_READLINK): Update.
32510
32511         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
32512
32513 2007-03-03  Bruno Haible  <bruno@clisp.org>
32514
32515         * lib/xreadlink.c: Include <unistd.h> unconditionally.
32516         * modules/xreadlink (Depends-on): Add unistd.
32517         * modules/xreadlink-with-size (Depends-on): Likewise.
32518
32519 2007-03-03  Bruno Haible  <bruno@clisp.org>
32520
32521         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
32522         extracted from gt_FUNC_SETENV.
32523         (gt_FUNC_SETENV): Remove macro.
32524         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
32525         remove gt_FUNC_SETENV.
32526
32527 2007-03-03  Bruno Haible  <bruno@clisp.org>
32528
32529         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
32530         ENABLE_RELOCATABLE here.
32531         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
32532
32533 2007-03-03  Bruno Haible  <bruno@clisp.org>
32534
32535         * modules/rbtreehash-list-tests (Depends-on): Add progname.
32536         * tests/test-rbtreehash_list.c: Include progname.h.
32537         (main): Call set_program_name.
32538
32539         * modules/rbtree-oset-tests (Depends-on): Add progname.
32540         * tests/test-rbtree_oset.c: Include progname.h.
32541         (main): Call set_program_name.
32542
32543         * modules/rbtree-list-tests (Depends-on): Add progname.
32544         * tests/test-rbtree_list.c: Include progname.h.
32545         (main): Call set_program_name.
32546
32547         * modules/linked-list-tests (Depends-on): Add progname.
32548         * tests/test-linked_list.c: Include progname.h.
32549         (main): Call set_program_name.
32550
32551 2007-03-03  Bruno Haible  <bruno@clisp.org>
32552
32553         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
32554         All uses of __restrict changed to _Restrict_.
32555         * lib/glob_.h (__restrict): Remove macro.
32556
32557 2007-03-02  Bruno Haible  <bruno@clisp.org>
32558
32559         * modules/gettext (configure.ac): Require gettext infrastructure
32560         from version 0.16.1.
32561
32562 2007-03-02  Bruno Haible  <bruno@clisp.org>
32563
32564         * modules/linkedhash-list-tests (Depends-on): Add progname.
32565         * tests/test-linkedhash_list.c: Include progname.h.
32566         (main): Call set_program_name.
32567
32568         * modules/carray-list-tests (Depends-on): Add progname.
32569         * tests/test-carray_list.c: Include progname.h.
32570         (main): Call set_program_name.
32571
32572         * modules/avltreehash-list-tests (Depends-on): Add progname.
32573         * tests/test-avltreehash_list.c: Include progname.h.
32574         (main): Call set_program_name.
32575
32576         * modules/avltree-oset-tests (Depends-on): Add progname.
32577         * tests/test-avltree_oset.c: Include progname.h.
32578         (main): Call set_program_name.
32579
32580         * modules/avltree-list-tests (Depends-on): Add progname.
32581         * tests/test-avltree_list.c: Include progname.h.
32582         (main): Call set_program_name.
32583
32584         * modules/array-oset-tests (Depends-on): Add progname.
32585         * tests/test-array_oset.c: Include progname.h.
32586         (main): Call set_program_name.
32587
32588         * modules/array-list-tests (Depends-on): Add progname.
32589         * tests/test-array_list.c: Include progname.h.
32590         (main): Call set_program_name.
32591
32592         * modules/argp-tests (Depends-on): Add progname.
32593         * tests/test-argp.c: Include argp.h first. Include progname.h.
32594         (main): Call set_program_name.
32595
32596 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
32597
32598         * doc/gnulib-tool.texi (Initial import): Reword description of
32599         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
32600         limited effect even if defined after the first system include.
32601
32602 2007-03-01  Bruno Haible  <bruno@clisp.org>
32603
32604         * build-aux/config.libpath: Update to libtool-1.5.22.
32605         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
32606
32607 2007-03-01  Bruno Haible  <bruno@clisp.org>
32608
32609         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
32610         foo_CFLAGS.
32611         Reported by Ralf Wildenhues.
32612
32613 2007-03-01  Bruno Haible  <bruno@clisp.org>
32614
32615         * build-aux/install-reloc: Remove object files left over by some
32616         compilers.
32617         Reported by Ralf Wildenhues.
32618
32619 2007-03-01  Bruno Haible  <bruno@clisp.org>
32620
32621         * build-aux/install-reloc: Break long lines.
32622
32623 2007-03-01  Bruno Haible  <bruno@clisp.org>
32624
32625         * doc/relocatable.texi: Document that it may not work on OpenBSD.
32626         Reported by Ralf Wildenhues.
32627
32628 2007-03-01  Bruno Haible  <bruno@clisp.org>
32629
32630         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
32631         include ordering constraints.
32632
32633 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32634
32635         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
32636         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
32637         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
32638         as another example.
32639         * lib/time_.h: Fix misspelling.
32640         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
32641         Require gl_HEADER_TIME_H_DEFAULTS.
32642         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
32643         * m4/time_r.m4 (gl_TIME_R): Likewise.
32644         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
32645
32646 2007-03-01  Bruno Haible  <bruno@clisp.org>
32647
32648         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
32649         * m4/utimens.m4 (gl_UTIMENS): Likewise.
32650
32651 2007-03-01  Jim Meyering  <jim@meyering.net>
32652
32653         * modules/xreadlink (Maintainer): Add my name.
32654         * modules/xreadlink-with-size (Depends-on): Alphabetize.
32655
32656 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
32657             Bruno Haible  <bruno@clisp.org>
32658
32659         * build-aux/install-reloc: Compile also c-ctype.c.
32660         * build-aux/relocatable.sh.in: New file.
32661         * doc/relocatable.texi: New file.
32662         * doc/relocatable-maint.texi: New file.
32663         * doc/gnulib.texi: Include relocatable-maint.texi.
32664         * lib/progreloc.c: Include unistd.h unconditionally.
32665         * lib/relocwrapper.c: Include unistd.h unconditionally.
32666         Include c-ctype.h.
32667         (add_dotbin): Use c_tolower.
32668         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
32669         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
32670         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
32671         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
32672         to m4/relocatable-lib.m4.
32673         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
32674         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
32675         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
32676         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
32677         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
32678         * modules/relocatable: New file.
32679         * modules/relocatable-lib: New file.
32680         * modules/relocatable-script: New file.
32681
32682 2007-02-28  Bruno Haible  <bruno@clisp.org>
32683
32684         Import --enable-relocatable infrastructure.
32685         * build-aux/config.libpath: New file, from GNU gettext.
32686         * build-aux/install-reloc: New file, from GNU gettext.
32687         * build-aux/reloc-ldflags: New file, from GNU gettext.
32688         * lib/relocatable.h: New file, from GNU gettext.
32689         * lib/relocatable.c: New file, from GNU gettext.
32690         * lib/relocwrapper.c: New file, from GNU gettext.
32691         * m4/relocatable.m4: New file, from GNU gettext.
32692
32693 2007-02-28  Bruno Haible  <bruno@clisp.org>
32694
32695         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
32696
32697         * modules/xreadlink: New file, from GNU gettext with modifications.
32698         * lib/xreadlink.c: New file, from GNU gettext.
32699         * lib/xreadlink.h: Add comments.
32700         (xreadlink): New declaration.
32701
32702         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
32703         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
32704         lib/xreadlink-with-size.c.
32705         (configure.ac): Remove gl_XREADLINK invocation.
32706         (Makefile.am): Augment lib_SOURCES.
32707         * m4/xreadlink.m4: Remove file.
32708         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
32709         (xreadlink_with_size): Renamed from xreadink.
32710         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
32711         * modules/canonicalize (Depends-on): Replace xreadlink with
32712         xreadlink-with-size.
32713         * lib/canonicalize.c (canonicalize_filename_mode): Update.
32714
32715 2007-02-25  Jim Meyering  <jim@meyering.net>
32716
32717         * build-aux/announce-gen: When complaining about excess arguments,
32718         list them.
32719
32720 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32721
32722         * README: Document signed integer overflow situation more
32723         accurately.
32724
32725 2007-02-25  Bruno Haible  <bruno@clisp.org>
32726
32727         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
32728         'a' or 'A' conversion.
32729
32730 2007-02-25  Bruno Haible  <bruno@clisp.org>
32731
32732         * modules/filename: Renamed from modules/pathname.
32733         (Files): Replace lib/pathname.h with lib/filename.h. Replace
32734         lib/concatpath.c with lib/concat-filename.c.
32735         (Makefile.am): Update.
32736         (Include): Replace pathname.h with filename.h.
32737         * lib/filename.h: Renamed from lib/pathname.h.
32738         (concatenated_filename): Renamed from concatenated_pathname.
32739         * lib/concat-filename.c: Renamed from lib/concatpath.c.
32740         (concatenated_filename): Renamed from concatenated_pathname.
32741         * lib/findprog.c: Include filename.h instead of pathname.h.
32742         (find_in_path): Update.
32743         * lib/javacomp.c: Include filename.h instead of pathname.h.
32744         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
32745         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
32746         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
32747         is_oldgcj_14_13_usable, is_javac_usable): Update.
32748         * lib/javaexec.c: Include filename.h instead of pathname.h.
32749         (execute_java_class): Update.
32750         * modules/findprog: Update.
32751         * modules/javacomp: Update.
32752         * modules/javaexec: Update.
32753         * MODULES.html.sh (File system functions): Add 'filename', remove
32754         'pathname'.
32755
32756 2007-02-25  Bruno Haible  <bruno@clisp.org>
32757
32758         * modules/printf-frexpl-tests: New file.
32759         * tests/test-printf-frexpl.c: New file.
32760
32761         * modules/printf-frexpl: New file.
32762         * lib/printf-frexpl.h: New file.
32763         * lib/printf-frexpl.c: New file.
32764         * m4/printf-frexpl.m4: New file.
32765
32766 2007-02-25  Bruno Haible  <bruno@clisp.org>
32767
32768         * modules/printf-frexp-tests: New file.
32769         * tests/test-printf-frexp.c: New file.
32770
32771         * modules/printf-frexp: New file.
32772         * lib/printf-frexp.h: New file.
32773         * lib/printf-frexp.c: New file.
32774         * m4/printf-frexp.m4: New file.
32775
32776 2007-02-25  Bruno Haible  <bruno@clisp.org>
32777
32778         Assume automake >= 1.10 for the tests.
32779         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
32780         * modules/arctwo-tests: Likewise.
32781         * modules/argp-tests: Likewise.
32782         * modules/avltree-list-tests: Likewise.
32783         * modules/avltree-oset-tests: Likewise.
32784         * modules/avltreehash-list-tests: Likewise.
32785         * modules/carray-list-tests: Likewise.
32786         * modules/crc-tests: Likewise.
32787         * modules/des-tests: Likewise.
32788         * modules/gc-arcfour-tests: Likewise.
32789         * modules/gc-arctwo-tests: Likewise.
32790         * modules/gc-des-tests: Likewise.
32791         * modules/gc-hmac-md5-tests: Likewise.
32792         * modules/gc-hmac-sha1-tests: Likewise.
32793         * modules/gc-md2-tests: Likewise.
32794         * modules/gc-md4-tests: Likewise.
32795         * modules/gc-md5-tests: Likewise.
32796         * modules/gc-pbkdf2-sha1-tests: Likewise.
32797         * modules/gc-rijndael-tests: Likewise.
32798         * modules/gc-sha1-tests: Likewise.
32799         * modules/gc-tests: Likewise.
32800         * modules/getaddrinfo-tests: Likewise.
32801         * modules/hmac-md5-tests: Likewise.
32802         * modules/hmac-sha1-tests: Likewise.
32803         * modules/linked-list-tests: Likewise.
32804         * modules/linkedhash-list-tests: Likewise.
32805         * modules/lock-tests: Likewise.
32806         * modules/md2-tests: Likewise.
32807         * modules/md4-tests: Likewise.
32808         * modules/md5-tests: Likewise.
32809         * modules/rbtree-list-tests: Likewise.
32810         * modules/rbtree-oset-tests: Likewise.
32811         * modules/rbtreehash-list-tests: Likewise.
32812         * modules/read-file-tests: Likewise.
32813         * modules/rijndael-tests: Likewise.
32814         * modules/stdint-tests: Likewise.
32815         * modules/tls-tests: Likewise.
32816
32817 2007-02-24  Bruno Haible  <bruno@clisp.org>
32818
32819         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
32820         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
32821         function; instead check whether isnan with a double argument links.
32822         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
32823         function; instead check whether isnan with a 'long double' argument
32824         links.
32825         Reported by Eric Blake <ebb9@byu.net>.
32826
32827 2007-02-24  Bruno Haible  <bruno@clisp.org>
32828
32829         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
32830         defined.
32831         * lib/isnanl.c: Remove all code. Just include isnan.c.
32832         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
32833
32834 2007-02-25  Jim Meyering  <jim@meyering.net>
32835
32836         Avoid conflicting types for 'unsetenv' on FreeBSD.
32837         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
32838         conflicting with FreeBSD's (5.0 and 6.1) function declaration
32839         in stdlib.h.
32840
32841 2007-02-24  Bruno Haible  <bruno@clisp.org>
32842
32843         * modules/isnanl-nolibm-tests: New file.
32844         * tests/test-isnanl.c: New file.
32845
32846         * modules/isnanl-nolibm: New file.
32847         * lib/isnanl.h: New file.
32848         * lib/isnanl.c: New file.
32849         * m4/isnanl.m4: New file.
32850
32851 2007-02-24  Bruno Haible  <bruno@clisp.org>
32852
32853         * modules/isnan-nolibm-tests: New file.
32854         * tests/test-isnan.c: New file.
32855
32856         * modules/isnan-nolibm: New file.
32857         * lib/isnan.h: New file.
32858         * lib/isnan.c: New file.
32859         * m4/isnan.m4: New file.
32860
32861 2007-02-24  Bruno Haible  <bruno@clisp.org>
32862
32863         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
32864         assume that an exponent fits in 20 bits.
32865
32866 2007-02-24  Jim Meyering  <jim@meyering.net>
32867
32868         * m4/regex.m4: Update the description of the configure-time option,
32869         --without-included-regex, to state accurately what the defaults are,
32870         and perhaps to give people an idea why using this option is risky.
32871
32872 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
32873
32874         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
32875         loops on small arguments.  This attempts to avoid the problem
32876         Bruno Haible reported for AIX 4.3.2 in
32877         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
32878
32879 2007-02-23  Bruno Haible  <bruno@clisp.org>
32880
32881         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
32882         Needed for help2man.
32883
32884 2007-02-23  Karl Berry  <karl@gnu.org>
32885
32886         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
32887         exists, foo.h should be cvs-ignored, not committed.
32888
32889 2007-02-23  Eric Blake  <ebb9@byu.net>
32890
32891         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
32892         * lib/stat-time.h (includes): Likewise.
32893         * lib/utimecmp.c (includes): Likewise.
32894         * lib/utimens.h (includes): Likewise.
32895         * lib/getdate.y (includes): Also include "timespec.h" for use
32896         internal to the module.
32897         * modules/utimens (Depends-on): Revert yesterday's patch.
32898         * modules/nanosleep (Depends-on): Add missing dependency.
32899
32900 2007-02-22  Bruno Haible  <bruno@clisp.org>
32901
32902         * lib/glob.c: Don't include getlogin_r.h.
32903
32904 2007-02-22  Jim Meyering  <jim@meyering.net>
32905
32906         * modules/utimens (Depends-on): Add timespec, required for
32907         utimens.h's inclusion of timespec.h.
32908
32909 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
32910
32911         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
32912         long unreadable paths in GNU/Linux.  Problem reported by Andreas
32913         Schwab in
32914         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
32915         I'll try to think of a better way to fix the Solaris problem.
32916
32917         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
32918         like glibc; on Solaris 10, it fails with errno == EINVAL.
32919         POSIX says the behavior is unspecified if the first argument is NULL,
32920         so play it safe and never pass NULL to the system getcwd.
32921
32922 2007-02-21  Jim Meyering  <jim@meyering.net>
32923
32924         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
32925         of gettimeofday.  It would conflict with the one now always
32926         provided via sys_time_.h.  Reported by Matthew Woehlke, as
32927         an IRIX 6.5 build failure.
32928
32929 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
32930
32931         Minor fixups to port to Solaris 10 with Sun C 5.8.
32932         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
32933         * modules/getcwd (Depends-on): Add dirfd.
32934         * lib/putenv.c (putenv): #undef it.
32935         (rpl_putenv): New decl.
32936         (malloc, free): Include <stdlib.h> rather than prototyping separately.
32937
32938 2007-02-20  Bruno Haible  <bruno@clisp.org>
32939
32940         * modules/stdio-tests: New file.
32941         * tests/test-stdio.c: New file.
32942
32943         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
32944         (Depends-on): Add stdio.
32945         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
32946         (Include): Use <stdio.h> instead of vsnprintf.h.
32947         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
32948         HAVE_DECL_VSNPRINTF.
32949         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
32950
32951         * modules/snprintf (Files): Remove lib/snprintf.h.
32952         (Depends-on): Add stdio.
32953         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
32954         (Include): Use <stdio.h> instead of snprintf.h.
32955         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
32956         HAVE_DECL_SNPRINTF.
32957         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
32958         * lib/getaddrinfo.c: Likewise.
32959
32960         * modules/stdio: New file.
32961         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
32962         * lib/snprintf.h: Remove file.
32963         * lib/vsnprintf.h: Remove file.
32964         * lib/.cppi-disable: Remove snprintf.h.
32965         * m4/stdio_h.m4: New file.
32966         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
32967
32968 2007-02-20  Jim Meyering  <jim@meyering.net>
32969
32970         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
32971         used by e.g., mingw.  From Bruno Haible.
32972
32973 2007-02-19  Bruno Haible  <bruno@clisp.org>
32974
32975         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
32976         warnings.
32977         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32978
32979 2007-02-19  Bruno Haible  <bruno@clisp.org>
32980
32981         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
32982         from mingw users.
32983
32984 2007-02-19  Bruno Haible  <bruno@clisp.org>
32985
32986         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
32987         warnings.
32988         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
32989
32990 2007-02-19  Jim Meyering  <jim@meyering.net>
32991
32992         Don't use FD after a successful "fdopendir (fd)".
32993         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
32994         Reset it by calling dirfd on the just-obtained DIR*.
32995
32996         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
32997         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
32998
32999 2007-02-18  Bruno Haible  <bruno@clisp.org>
33000
33001         * lib/readlink.c: Include <unistd.h>.
33002         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
33003         HAVE_READLINK.
33004         * modules/readlink (Depends-on): Add unistd.
33005         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33006         (Include): Add <unistd.h>.
33007
33008         * lib/getlogin_r.h: Remove file.
33009         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
33010         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
33011         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
33012         HAVE_DECL_GETLOGIN_R.
33013         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
33014         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33015         (Include): Use <unistd.h> instead of getlogin_r.h.
33016
33017         * lib/getcwd.h: Remove file.
33018         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
33019         * lib/xgetcwd.c: Likewise.
33020         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
33021         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
33022         * modules/getcwd (Files): Remove lib/getcwd.h.
33023         (Depends-on): Add unistd.
33024         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33025         (Include): Use <unistd.h> instad of getcwd.h.
33026
33027         * lib/ftruncate.c: Include <unistd.h> first.
33028         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
33029         Set HAVE_FTRUNCATE.
33030         * modules/ftruncate (Depends-on): Add unistd.
33031         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33032
33033         * lib/fchdir.c: Include <unistd.h> first.
33034         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
33035         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
33036         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
33037         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33038         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
33039
33040         * lib/dup2.c: Include <unistd.h> first.
33041         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
33042         HAVE_DUP2.
33043         * modules/dup2 (Depends-on): Add unistd.
33044         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33045
33046         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
33047         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
33048         REPLACE_CHOWN. Don't define chown as a macro here.
33049         * modules/chown (Depends-on): Add unistd.
33050         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33051
33052         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
33053         Add definition for GL_LINK_WARNING.
33054         (chown, dup2): New declarations.
33055         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
33056         link warning.
33057         (ftruncate): New declaration.
33058         (getcwd): New declaration, taken from old getcwd.h.
33059         (getlogin_r): New declaration, taken from old getlogin_r.h.
33060         (readlink): New declaration.
33061         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
33062         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
33063         (gl_PREREQ_UNISTD): Remove macro.
33064         (gl_UNISTD_MODULE_INDICATOR): New macro.
33065         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
33066         many new variables. Don't set UNISTD_H.
33067         * modules/unistd (Description): Change.
33068         (Depends-on): Add link-warning.
33069         (configure.ac): Update.
33070         (Makefile.am): Create unistd.h always. Substitute many new variables
33071         into it.
33072
33073 2007-02-18  Bruno Haible  <bruno@clisp.org>
33074
33075         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
33076         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
33077         HAVE_GETSUBOPT.
33078         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
33079         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
33080         * lib/getsubopt.h: Remove file.
33081         * modules/getsubopt (Files): Remove lib/getsubopt.h.
33082         (Depends-on): Add stdlib.
33083         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33084         (Includes): Use <stdlib.h> instead of getsubopt.h.
33085         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
33086         Set HAVE_GETSUBOPT.
33087         * lib/getsubopt.c: Don't include getsubopt.h.
33088
33089 2007-02-18  Bruno Haible  <bruno@clisp.org>
33090
33091         * modules/fchdir (Depends-on): Add dup2.
33092
33093 2007-02-18  Bruno Haible  <bruno@clisp.org>
33094
33095         * lib/stdlib_.h: Handle glibc's special invocation convention
33096         specially.
33097
33098 2007-02-18  Bruno Haible  <bruno@clisp.org>
33099
33100         * modules/stdlib-tests: New file.
33101         * tests/test-stdlib.c: New file.
33102
33103         * modules/mkstemp (Files): Remove lib/mkstemp.h.
33104         (Depends-on): Add stdlib.
33105         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33106         (Includes): Use <stdlib.h> instead of mkstemp.h.
33107         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33108         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
33109         * lib/mkstemp.c: Don't include mkstemp.h.
33110         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
33111         * lib/stdlib--.h: Don't include mkstemp.h.
33112
33113         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
33114         (Depends-on): Add stdlib.
33115         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33116         (Includes): Use <stdlib.h> instead of mkdtemp.h.
33117         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33118         HAVE_MKDTEMP.
33119         * lib/mkdtemp.c: Don't include mkdtemp.h.
33120         * lib/clean-temp.c: Don't include mkdtemp.h.
33121
33122         * modules/exit (Files): Remove lib/exit.h.
33123         (Depends-on): Add stdlib.
33124         (Makefile.am): Remove lib_SOURCES.
33125         (Include): Use <stdlib.h> instead of exit.h.
33126         * lib/argmatch.c: Don't include exit.h.
33127         * lib/execute.c: Likewise.
33128         * lib/pagealign_alloc.c: Likewise.
33129         * lib/pipe.c: Likewise.
33130         * lib/wait-process.c: Likewise.
33131         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
33132         * lib/exitfail.c: Likewise.
33133         * lib/savewd.c: Likewise.
33134         * lib/xsetenv.c: Likewise.
33135
33136         * modules/stdlib: New file.
33137         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
33138         and extra comments about mkstemp().
33139         * lib/exit.h: Remove file.
33140         * lib/mkdtemp.h: Remove file.
33141         * lib/mkstemp.h: Remove file.
33142         * m4/stdlib_h.m4: New file.
33143         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
33144
33145 2007-02-18  Bruno Haible  <bruno@clisp.org>
33146
33147         * modules/math-tests: New file.
33148         * tests/test-math.c: New file.
33149
33150         * modules/math: New file.
33151         * modules/mathl (Files): Remove lib/mathl.h.
33152         (Depends-on): Add math.
33153         (Makefile.am): Don't mention mathl.h.
33154         (Include): Use <math.h> instead of mathl.h.
33155         * lib/math_.h: New file.
33156         * lib/mathl.h: Remove file.
33157         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
33158         mathl.h.
33159         * lib/asinl.c: Likewise.
33160         * lib/atanl.c: Likewise.
33161         * lib/ceill.c: Likewise.
33162         * lib/cosl.c: Likewise.
33163         * lib/expl.c: Likewise.
33164         * lib/floorl.c: Likewise.
33165         * lib/frexpl.c: Likewise.
33166         * lib/ldexpl.c: Likewise.
33167         * lib/logl.c: Likewise.
33168         * lib/sincosl.c: Likewise.
33169         * lib/sinl.c: Likewise.
33170         * lib/sqrtl.c: Likewise.
33171         * lib/tanl.c: Likewise.
33172         * lib/trigl.c: Likewise.
33173         * m4/math_h.m4: New file.
33174         * MODULES.html.sh (Mathematics): Add math.
33175
33176 2007-02-17  Bruno Haible  <bruno@clisp.org>
33177
33178         * modules/wctype-tests: New file.
33179         * tests/test-wctype.c: New file.
33180
33181         * modules/wchar-tests: New file.
33182         * tests/test-wchar.c: New file.
33183
33184         * modules/unistd-tests: New file.
33185         * tests/test-unistd.c: New file.
33186
33187         * modules/time-tests: New file.
33188         * tests/test-time.c: New file.
33189
33190         * modules/sysexits-tests: New file.
33191         * tests/test-sysexits.c: New file.
33192
33193         * modules/sys_time-tests: New file.
33194         * tests/test-sys_time.c: New file.
33195
33196         * modules/sys_stat-tests: New file.
33197         * tests/test-sys_stat.c: New file.
33198
33199         * modules/sys_socket-tests: New file.
33200         * tests/test-sys_socket.c: New file.
33201
33202         * modules/sys_select-tests: New file.
33203         * tests/test-sys_select.c: New file.
33204
33205         * modules/string-tests: New file.
33206         * tests/test-string.c: New file.
33207
33208         * modules/stdbool-tests: New file.
33209         * tests/test-stdbool.c: New file.
33210
33211         * modules/netinet_in-tests: New file.
33212         * tests/test-netinet_in.c: New file.
33213
33214         * modules/inttypes-tests: New file.
33215         * tests/test-inttypes.c: New file.
33216
33217         * modules/fcntl-tests: New file.
33218         * tests/test-fcntl.c: New file.
33219
33220         * modules/byteswap-tests: New file.
33221         * tests/test-byteswap.c: New file.
33222
33223         * modules/arpa_inet-tests: New file.
33224         * tests/test-arpa_inet.c: New file.
33225
33226 2007-02-17  Bruno Haible  <bruno@clisp.org>
33227
33228         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
33229         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
33230         if the corresponding module is not enabled. Emit link warnings if
33231         the function is used nevertheless.
33232         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
33233         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
33234         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
33235         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
33236         * modules/inttypes (Depends-on): Add link-warning.
33237         (Makefile.am): Copy the contents of build-aux/link-warning.h into
33238         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
33239         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
33240         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
33241         * modules/imaxdiv (configure.ac): Likewise.
33242         * modules/strtoimax (configure.ac): Likewise.
33243         * modules/strtoumax (configure.ac): Likewise.
33244
33245 2007-02-17  Bruno Haible  <bruno@clisp.org>
33246
33247         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
33248         gl_STRING_MODULE_INDICATOR_DEFAULTS.
33249         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
33250         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
33251
33252 2007-02-17  Bruno Haible  <bruno@clisp.org>
33253
33254         * modules/link-warning: New file.
33255         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
33256         * lib/string_.h (GL_LINK_WARNING): Remove definition.
33257         * modules/string (Depends-on): Add link-warning.
33258         (Makefile.am): Copy the contents of build-aux/link-warning.h into
33259         string.h.
33260         * MODULES.html.sh (Support for building libraries and executables): Add
33261         link-warning.
33262
33263 2007-02-17  Bruno Haible  <bruno@clisp.org>
33264
33265         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
33266         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
33267         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
33268         long lines.
33269
33270 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
33271             Bruno Haible  <bruno@clisp.org>
33272
33273         * modules/tmpfile: New file.
33274         * lib/tmpfile.c: New file.
33275         * m4/tmpfile.m4: New file.
33276         * MODULES.html.sh (func_all_modules): New section "Input/output".
33277
33278 2007-02-15  Bruno Haible  <bruno@clisp.org>
33279
33280         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
33281         (supports_delete_on_close): New function.
33282         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
33283
33284 2007-02-14  Bruno Haible  <bruno@clisp.org>
33285
33286         * modules/mbspcasecmp-tests: New file.
33287         * tests/test-mbspcasecmp.sh: New file.
33288         * tests/test-mbspcasecmp.c: New file.
33289
33290         New module mbspcasecmp.
33291         * modules/mbspcasecmp: New file.
33292         * lib/mbspcasecmp.c: New file.
33293         * lib/string_.h (strncasecmp): Change warning message.
33294         (mbspcasecmp): New declaration.
33295         * m4/mbspcasecmp.m4: New file.
33296         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33297         GNULIB_MBSPCASECMP.
33298         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
33299         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
33300
33301 2007-02-14  Bruno Haible  <bruno@clisp.org>
33302
33303         * modules/mbsncasecmp-tests: New file.
33304         * tests/test-mbsncasecmp.sh: New file.
33305         * tests/test-mbsncasecmp.c: New file.
33306
33307         New module mbsncasecmp.
33308         * modules/mbsncasecmp: New file.
33309         * lib/mbsncasecmp.c: New file.
33310         * lib/string_.h (mbsncasecmp): New declaration.
33311         * m4/mbsncasecmp.m4: New file.
33312         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33313         GNULIB_MBSNCASECMP.
33314         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
33315         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
33316
33317 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
33318
33319         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
33320         Verify that it doesn't overlap with our flags.
33321         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
33322         do not have the desired effect in multibyte locales; instead, use
33323         mbscasecmp.
33324         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
33325         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
33326         we don't require GNU fnmatch ourselves (if our users require it, they
33327         should do so explicitly).
33328
33329         Fix regex code so it doesn't rely on strcasecmp.
33330         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
33331         Otherwise, include gnulib's langinfo.h.
33332         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
33333         undesirable behavior in non-C locales.  Instead, rely on localecharset.
33334         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
33335         * modules/regex (FILES): Remove m4/codeset.m4.
33336         (Depends-on): Add localcharset.  Remove strcase.
33337
33338 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33339
33340         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
33341         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
33342
33343 2007-02-13  Bruno Haible  <bruno@clisp.org>
33344
33345         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
33346         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33347
33348 2007-02-12  Bruno Haible  <bruno@clisp.org>
33349
33350         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
33351         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
33352         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
33353         time warning rather than a link error.
33354
33355 2007-02-12  Bruno Haible  <bruno@clisp.org>
33356
33357         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
33358         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
33359         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33360
33361 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
33362
33363         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
33364         args, not 2.
33365
33366 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
33367
33368         New module 'time', so that apps can include <time.h> as per
33369         POSIX and GNU instead of separate include files like time_r.h
33370         and timegm.h.  This implementation tries out a simpler approach
33371         for replacing decls in standard include files (as compared to
33372         the string module), somewhat as an experiment.
33373
33374         * config/srclist.txt: Comment out mktime.c for now.
33375         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
33376         since it doesn't apply any more.  Use generic wording instead.
33377         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
33378         'time'.
33379         * lib/time_.h, m4/time_h.m4, modules/time: New files.
33380         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
33381         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
33382         Don't include <sys/types.h>; no longer needed since we assume C89.
33383         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
33384         * lib/strftime.c: Likewise.
33385         * lib/time_r.c: Likewise.
33386         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
33387         * lib/nanosleep.c: Include <time.h> first, to check interface.
33388         * lib/strptime.c: Likewise.
33389         * lib/time_r.c: Likewise.
33390         * lib/timegm.c: Likewise.
33391         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
33392         needed.
33393         * lib/timegm.c: Don't include timegm.h; no longer needed.
33394         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
33395         time.h now handles any problems in that area.
33396         (struct timespec, nanosleep): Remove; time.h now arranges for these.
33397         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
33398         that time.h defines struct timespec.
33399         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
33400         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
33401         handles that.
33402         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
33403         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
33404         needed.  Set REPLACE_LOCALTIME.
33405         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
33406         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
33407         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
33408         nanosleep; time_h.m4 now does that.  Don't require
33409         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
33410         module handles this now.
33411         * modules/getdate (Depends-on): Remove timespec.  Add time.
33412         * modules/nanosleep (Depends-on): Likewise.
33413         * modules/stat-time (Depends-on): Likewise.
33414         * modules/nanosleep (Include): Include time.h, not timespec.h.
33415         * modules/strptime (Files): Remove lib/strptime.h.
33416         (Depends-on): Add extensions, time.
33417         (Include): Include time.h, not strptime.h.
33418         * modules/time_r (Files): Remove lib/time_r.h.
33419         (Depends-on): Add time.
33420         (Include): Include time.h, not time_r.h.
33421         * modules/timegm: Likewise.
33422         * modules/timespec (Description): Now does timespec-related decls
33423         of our own, instead of struct timespec itself.
33424         (Depends-on): Add time; remove extensions.
33425         (Maintainer): Add self.
33426         * modules/utimecmp (Depends-on): Add time; remove timespec.
33427         * modules/utimens (Depends-on): Likewise.
33428         * modules/xnanosleep (Depends-on): Likewise.
33429
33430 2007-02-11  Bruno Haible  <bruno@clisp.org>
33431
33432         * lib/c-strstr.c: Include allocsa.h.
33433         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
33434         * lib/c-strcasestr.c: Include allocsa.h.
33435         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
33436         * lib/strcasestr.c: Include allocsa.h.
33437         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
33438         * lib/mbsstr.c: Include allocsa.h.
33439         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
33440         allocsa/freesa instead of malloc/free.
33441         * lib/mbscasestr.c: Include allocsa.h.
33442         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
33443         allocsa/freesa instead of malloc/free.
33444         * modules/c-strstr (Depends-on): Add allocsa.
33445         * modules/c-strcasestr (Depends-on): Likewise.
33446         * modules/strcasestr (Depends-on): Likewise.
33447         * modules/mbsstr (Depends-on): Likewise.
33448         * modules/mbscasestr (Depends-on): Likewise.
33449
33450 2007-02-11  Bruno Haible  <bruno@clisp.org>
33451
33452         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
33453
33454         * modules/mbsspn-tests: New file.
33455         * tests/test-mbsspn.sh: New file.
33456         * tests/test-mbsspn.c: New file.
33457
33458 2007-02-11  Bruno Haible  <bruno@clisp.org>
33459
33460         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
33461
33462         * modules/mbspbrk-tests: New file.
33463         * tests/test-mbspbrk.sh: New file.
33464         * tests/test-mbspbrk.c: New file.
33465
33466 2007-02-11  Bruno Haible  <bruno@clisp.org>
33467
33468         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
33469         unneeded cast.
33470
33471         * modules/mbscspn-tests: New file.
33472         * tests/test-mbscspn.sh: New file.
33473         * tests/test-mbscspn.c: New file.
33474
33475 2007-02-11  Bruno Haible  <bruno@clisp.org>
33476
33477         * modules/mbscasecmp-tests: New file.
33478         * tests/test-mbscasecmp.sh: New file.
33479         * tests/test-mbscasecmp.c: New file.
33480
33481 2007-02-11  Bruno Haible  <bruno@clisp.org>
33482
33483         Ensure O(n) worst-case complexity of mbscasestr.
33484         * lib/mbscasestr.c: Include stdbool.h.
33485         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
33486         functions.
33487         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
33488         the bookkeeping indicates that it's worth it.
33489         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
33490
33491         * modules/mbscasestr-tests: New file.
33492         * tests/test-mbscasestr1.c: New file.
33493         * tests/test-mbscasestr2.sh: New file.
33494         * tests/test-mbscasestr2.c: New file.
33495         * tests/test-mbscasestr3.sh: New file.
33496         * tests/test-mbscasestr3.c: New file.
33497         * tests/test-mbscasestr4.sh: New file.
33498         * tests/test-mbscasestr4.c: New file.
33499         * m4/locale-tr.m4: New file.
33500
33501 2007-02-11  Bruno Haible  <bruno@clisp.org>
33502
33503         Ensure O(n) worst-case complexity of mbsstr.
33504         * lib/mbsstr.c: Include stdbool.h.
33505         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
33506         functions.
33507         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
33508         bookkeeping indicates that it's worth it.
33509         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
33510
33511         * modules/mbsstr-tests: New file.
33512         * tests/test-mbsstr1.c: New file.
33513         * tests/test-mbsstr2.sh: New file.
33514         * tests/test-mbsstr2.c: New file.
33515         * tests/test-mbsstr3.sh: New file.
33516         * tests/test-mbsstr3.c: New file.
33517         * m4/locale-fr.m4: New file.
33518
33519 2007-02-11  Bruno Haible  <bruno@clisp.org>
33520
33521         * lib/mbsrchr.c (mbsrchr): Fix bug.
33522
33523         * modules/mbsrchr-tests: New file.
33524         * tests/test-mbsrchr.sh: New file.
33525         * tests/test-mbsrchr.c: New file.
33526
33527 2007-02-11  Bruno Haible  <bruno@clisp.org>
33528
33529         * lib/mbschr.c (mbschr): Fix bug.
33530
33531         * modules/mbschr-tests: New file.
33532         * tests/test-mbschr.sh: New file.
33533         * tests/test-mbschr.c: New file.
33534         * m4/locale-zh.m4: New file.
33535
33536 2007-02-11  Bruno Haible  <bruno@clisp.org>
33537
33538         Support for copying multibyte string iterators.
33539         * lib/mbiter.h: Include <string.h>.
33540         (mbiter_multi_copy): New function.
33541         (mbi_copy): New macro.
33542         * lib/mbuiter.h: Include <string.h>.
33543         (mbuiter_multi_copy): New function.
33544         (mbui_copy): New macro.
33545
33546 2007-02-11  Bruno Haible  <bruno@clisp.org>
33547
33548         New module mbslen.
33549         * modules/mbslen: New file.
33550         * lib/mbslen.c: New file.
33551         * lib/string_.h (mbslen): New declaration.
33552         * m4/mbslen.m4: New file.
33553         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33554         GNULIB_MBSLEN.
33555         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
33556         * MODULES.html.sh (Internationalization functions): Add mbslen.
33557
33558 2007-02-11  Bruno Haible  <bruno@clisp.org>
33559
33560         Ensure O(n) worst-case complexity of strcasestr substitute.
33561         * lib/strcasestr.c: Include stdbool.h.
33562         (knuth_morris_pratt): New function.
33563         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
33564         bookkeeping indicates that it's worth it.
33565         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
33566
33567         * modules/strcasestr-tests: New file.
33568         * tests/test-strcasestr.c: New file.
33569
33570 2007-02-11  Bruno Haible  <bruno@clisp.org>
33571
33572         Ensure O(n) worst-case complexity of c_strcasestr.
33573         * lib/c-strcasestr.c: Include stdbool.h, string.h.
33574         (knuth_morris_pratt): New function.
33575         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
33576         the bookkeeping indicates that it's worth it.
33577         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
33578
33579         * modules/c-strcasestr-tests: New file.
33580         * tests/test-c-strcasestr.c: New file.
33581
33582 2007-02-11  Bruno Haible  <bruno@clisp.org>
33583
33584         Ensure O(n) worst-case complexity of c_strstr.
33585         * lib/c-strstr.c: Include stdbool.h, string.h.
33586         (knuth_morris_pratt): New function.
33587         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
33588         bookkeeping indicates that it's worth it.
33589         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
33590
33591         * lib/c-strstr.c: Complete rewrite for maintainability.
33592
33593         * modules/c-strstr-tests: New file.
33594         * tests/test-c-strstr.c: New file.
33595
33596 2007-02-11  Bruno Haible  <bruno@clisp.org>
33597
33598         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
33599         5.2.1 and earlier, whereby \055 was treated just like the range
33600         delimiter '-'.
33601         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33602
33603 2007-02-08  Bruno Haible  <bruno@clisp.org>
33604
33605         * modules/regex (Depends-on): Add stdbool.
33606         Reported by Dalibor Topic <robilad@kaffe.org>.
33607
33608 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
33609
33610         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
33611         Prefer returning from main to exiting from it.
33612         Remove unnecessary parens after sizeof.
33613
33614 2007-02-05  Bruno Haible  <bruno@clisp.org>
33615
33616         New module mbssep.
33617         * modules/mbssep: New file.
33618         * lib/mbssep.c: New file.
33619         * lib/string_.h (strsep): Add a conditional link warning.
33620         (mbssep): New declaration.
33621         * m4/mbssep.m4: New file.
33622         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33623         GNULIB_MBSSEP.
33624         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
33625         * MODULES.html.sh (Internationalization functions): Add mbssep.
33626
33627 2007-02-05  Bruno Haible  <bruno@clisp.org>
33628
33629         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
33630         Optimize search in case of 1 delimiter.
33631
33632 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
33633
33634         * lib/acl.h: Include sys/types.h before sys/acl.h.
33635
33636 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
33637
33638         Merge upstream fix for glibc bugzilla #3957:
33639
33640         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
33641
33642         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
33643         bit for RE_HAT_LISTS_NOT_NEWLINE.
33644         (build_charclass_op): Remove bogus comment.
33645
33646 2007-02-05  Simon Josefsson  <simon@josefsson.org>
33647
33648         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
33649
33650 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
33651
33652         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
33653         * lib/memmem.c [!defined _LIBC]: Include config.h.
33654
33655 2007-02-04  Bruno Haible  <bruno@clisp.org>
33656
33657         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
33658         warning message.
33659
33660 2007-02-04  Bruno Haible  <bruno@clisp.org>
33661
33662         New module mbstok_r.
33663         * modules/mbstok_r: New file.
33664         * lib/mbstok_r.c: New file.
33665         * lib/string_.h (strtok_r): Change argument names to match the
33666         comments. Add a conditional link warning.
33667         (mbstok_r): New declaration.
33668         * m4/mbstok_r.m4: New file.
33669         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33670         GNULIB_MBSTOK_R.
33671         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
33672         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
33673
33674 2007-02-04  Bruno Haible  <bruno@clisp.org>
33675
33676         New module mbsspn.
33677         * modules/mbsspn: New file.
33678         * lib/mbsspn.c: New file.
33679         * lib/string_.h (strspn): Add a conditional link warning.
33680         (mbsspn): New declaration.
33681         * m4/mbsspn.m4: New file.
33682         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33683         GNULIB_MBSSPN.
33684         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
33685         * MODULES.html.sh (Internationalization functions): Add mbsspn.
33686
33687 2007-02-04  Bruno Haible  <bruno@clisp.org>
33688
33689         New module mbspbrk.
33690         * modules/mbspbrk: New file.
33691         * lib/mbspbrk.c: New file.
33692         * lib/string_.h (strpbrk): Add a conditional link warning.
33693         (mbspbrk): New declaration.
33694         * m4/mbspbrk.m4: New file.
33695         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33696         GNULIB_MBSPBRK.
33697         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
33698         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
33699
33700 2007-02-04  Bruno Haible  <bruno@clisp.org>
33701
33702         New module mbscspn.
33703         * modules/mbscspn: New file.
33704         * lib/mbscspn.c: New file.
33705         * lib/string_.h (strcspn): Add a conditional link warning.
33706         (mbscspn): New declaration.
33707         * m4/mbscspn.m4: New file.
33708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33709         GNULIB_MBSCSPN.
33710         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
33711         * MODULES.html.sh (Internationalization functions): Add mbscspn.
33712
33713 2007-02-04  Bruno Haible  <bruno@clisp.org>
33714
33715         New module mbscasestr, reduced goal of strcasestr.
33716         * modules/mbscasestr: New file.
33717         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
33718         (mbscasestr): Renamed from strcasestr.
33719         * lib/strcasestr.c: Don't include mbuiter.h.
33720         (strcasestr): Remove support for multibyte locales.
33721         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
33722         Change the conditional link warning.
33723         (mbscasestr): New declaration.
33724         * m4/mbscasestr.m4: New file.
33725         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
33726         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
33727         REPLACE_STRCASESTR.
33728         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
33729         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
33730         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
33731         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
33732         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
33733         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
33734         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
33735         (Depends-on): Remove mbuiter.
33736         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
33737
33738 2007-02-04  Bruno Haible  <bruno@clisp.org>
33739
33740         Simplify handling of strncasecmp.
33741         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
33742         the conditional link warning.
33743         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
33744         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
33745         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
33746         * modules/strcase (configure.ac): Don't invoke
33747         gl_STRING_MODULE_INDICATOR.
33748         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
33749
33750 2007-02-04  Bruno Haible  <bruno@clisp.org>
33751
33752         New module mbscasecmp, reduced goal of strcasecmp.
33753         * modules/mbscasecmp: New file.
33754         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
33755         (mbscasecmp): Renamed from strcasecmp.
33756         * lib/strcasecmp.c: Don't include mbuiter.h.
33757         (strcasecmp): Remove support for multibyte locales.
33758         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
33759         Change the conditional link warning.
33760         (mbscasecmp): New declaration.
33761         * m4/mbscasecmp.m4: New file.
33762         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
33763         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
33764         REPLACE_STRCASECMP.
33765         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
33766         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33767         GNULIB_MBSCASECMP.
33768         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
33769         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
33770         * modules/strcase (Files): Remove m4/mbrtowc.m4.
33771         (Depends-on): Remove mbuiter.
33772         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
33773
33774 2007-02-04  Bruno Haible  <bruno@clisp.org>
33775
33776         New module mbsstr. Remove module strstr.
33777         * modules/mbsstr: New file.
33778         * modules/strstr: Remove file.
33779         * lib/mbsstr.c: Renamed from lib/strstr.c.
33780         (mbsstr): Renamed from strstr.
33781         * lib/string_.h (strstr): Remove declaration. Change the conditional
33782         link warning.
33783         (mbsstr): New declaration.
33784         * m4/mbsstr.m4: New file.
33785         * m4/strstr.m4: Remove file.
33786         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
33787         REPLACE_STRSTR.
33788         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
33789         Don't initialize GNULIB_STRSTR.
33790         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
33791         substitute GNULIB_STRSTR and REPLACE_STRSTR.
33792         * MODULES.html.sh (Internationalization functions): Add mbsstr.
33793         (Support for systems lacking ANSI C 89): Remove strstr.
33794
33795 2007-02-04  Bruno Haible  <bruno@clisp.org>
33796
33797         New module mbsrchr.
33798         * modules/mbsrchr: New file.
33799         * lib/mbsrchr.c: New file.
33800         * lib/string_.h (strrchr): Add a conditional link warning.
33801         (mbsrchr): New declaration.
33802         * m4/mbsrchr.m4: New file.
33803         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33804         GNULIB_MBSRCHR.
33805         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
33806         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
33807
33808 2007-02-04  Bruno Haible  <bruno@clisp.org>
33809
33810         New module mbschr.
33811         * modules/mbschr: New file.
33812         * lib/mbschr.c: New file.
33813         * lib/string_.h (strchr): Add a conditional link warning.
33814         (mbschr): New declaration.
33815         * m4/mbschr.m4: New file.
33816         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33817         GNULIB_MBSCHR.
33818         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
33819         * MODULES.html.sh (Internationalization functions): Add mbschr.
33820
33821 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
33822
33823         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
33824
33825         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
33826
33827 2007-02-04  Bruno Haible  <bruno@clisp.org>
33828
33829         New module description section 'configure.ac-early'.
33830         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
33831         (func_get_autoconf_early_snippet): New function.
33832         (func_import, func_create_testdir): Use it. Remove special cases for
33833         modules 'extensions' and 'lock'.
33834         * modules/extensions (configure.ac-early): Require
33835         gl_USE_SYSTEM_EXTENSIONS.
33836         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
33837
33838 2007-02-04  Bruno Haible  <bruno@clisp.org>
33839
33840         Make use of gcj-4.3's -fsource and -ftarget option.
33841         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
33842         and if so try the options -fsource and -ftarget.
33843         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
33844         source_version, ftarget_option, target_version arguments.
33845         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
33846         (is_envjavac_oldgcj_14_14_usable): Renamed from
33847         is_envjavac_gcj_14_14_usable.
33848         (is_envjavac_oldgcj_14_13_usable): Renamed from
33849         is_envjavac_gcj_14_13_usable.
33850         (is_gcj_present): Update.
33851         (is_gcj_43, is_gcj43_usable): New functions.
33852         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
33853         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
33854         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
33855         try the options -fsource and -ftarget.
33856
33857 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33858
33859         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
33860         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
33861         larger value.
33862
33863 2007-02-03  Jim Meyering  <jim@meyering.net>
33864
33865         Give tools a better chance to allocate space for very large buffers.
33866         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
33867
33868         Make pwd and readlink work also when run with an unreadable parent dir
33869         on systems with openat support.
33870         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
33871         provided getcwd function, even when we have openat support.
33872         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
33873
33874 2007-02-02  Bruno Haible  <bruno@clisp.org>
33875
33876         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
33877         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
33878         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
33879         portability problems if one of these functions is only used on specific
33880         platforms.
33881         Reported by Paul Eggert.
33882
33883 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
33884
33885         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
33886         is causing more trouble than it's curing.
33887         * lib/regex_internal.h (__mempcpy): Remove.
33888         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
33889         (and make the code a tad smaller to boot).
33890         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
33891
33892 2007-02-02  Jim Meyering  <jim@meyering.net>
33893
33894         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
33895         section, not in the Makefile.am: one.
33896
33897 2007-02-02  Eric Blake  <ebb9@byu.net>
33898
33899         * lib/strchrnul.c: Always include config.h first.
33900
33901         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
33902         gnulib strstr is not necessary here.
33903
33904 2007-02-02  Simon Josefsson  <simon@josefsson.org>
33905
33906         * m4/socklen.m4: Fix typo.
33907
33908 2007-02-02  Eric Blake  <ebb9@byu.net>
33909
33910         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
33911         * modules/netinet_in (Makefile.am): Likewise.
33912
33913 2007-02-01  Bruno Haible  <bruno@clisp.org>
33914
33915         * lib/string_.h (GL_LINK_WARNING): New macro.
33916         (strcasecmp, strstr, strcasestr): If provided by the system,
33917         conditionally define as a macro that leads to a warning instead of to
33918         an error.
33919         (strncasecmp): Conditionally define as a macro that leads to a warning.
33920
33921 2007-02-01  Karl Berry  <karl@gnu.org>
33922
33923         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
33924
33925 2007-02-01  Bruno Haible  <bruno@clisp.org>
33926
33927         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
33928         renamings.
33929
33930 2007-02-01  Eric Blake  <ebb9@byu.net>
33931
33932         * modules/regex (Depends-on): Revert dependence on mempcpy.
33933         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
33934         module's definition of mempcpy.
33935         Reported by Paul Eggert.
33936
33937 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33938
33939         * lib/string_.h: If the gnulib module XYZ is not present, undefine
33940         the symbol XYZ before redefining it.  This fixes a problem with
33941         programs that don't use XYZ, when compiled on systems that define
33942         XYZ to something else.
33943
33944 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
33945
33946         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
33947         occurs when "mkdir -m foo" creates a setgid directory that is (1)
33948         writeable to group or other and (2) is intended to have a special
33949         mode bit that is set or cleared.  In such a case, the directory
33950         should be neither group- nor other-writeable until the special
33951         mode bits are right.
33952
33953 2007-01-31  Eric Blake  <ebb9@byu.net>
33954
33955         * modules/mountlist (Depends-on): Add strstr.
33956
33957         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
33958         bug.
33959         * modules/string (Makefile.am): Remove redundant replacement.
33960         * modules/regex (Depends-on): Add mempcpy.
33961
33962 2007-01-31  Bruno Haible  <bruno@clisp.org>
33963
33964         New module description field 'Link'.
33965         * gnulib-tool (func_usage): Document --extract-link-directive.
33966         (sed_extract_prog): Recognize 'Link' directive.
33967         (func_get_link_directive): New function.
33968         (func_import): Show summary of link directives.
33969         Handle --extract-link-directive option.
33970         * modules/acl (Link): New section.
33971         * modules/clock-time (Link): New section.
33972         * modules/euidaccess (Link): New section.
33973         * modules/gettext (Link): New section.
33974         * modules/iconv (Link): New section.
33975         * modules/lock (Link): New section.
33976         * modules/nanosleep (Link): New section.
33977         * modules/readline (Link): New section.
33978
33979 2007-01-27  Bruno Haible  <bruno@clisp.org>
33980
33981         Enforce the use of gnulib modules for unportable <string.h> functions.
33982         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
33983         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
33984         (gl_HEADER_STRING_H_BODY): Require it.
33985         * lib/string_.h: If the gnulib module XYZ is not present, redefine
33986         the symbol XYZ to one that gives a link error.
33987         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
33988         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
33989         * modules/mempcpy (configure.ac): Likewise.
33990         * modules/memrchr (configure.ac): Likewise.
33991         * modules/stpcpy (configure.ac): Likewise.
33992         * modules/stpncpy (configure.ac): Likewise.
33993         * modules/strcase (configure.ac): Likewise.
33994         * modules/strcasestr (configure.ac): Likewise.
33995         * modules/strchrnul (configure.ac): Likewise.
33996         * modules/strdup (configure.ac): Likewise.
33997         * modules/strndup (configure.ac): Likewise.
33998         * modules/strnlen (configure.ac): Likewise.
33999         * modules/strpbrk (configure.ac): Likewise.
34000         * modules/strsep (configure.ac): Likewise.
34001         * modules/strstr (configure.ac): Likewise.
34002         * modules/strtok_r (configure.ac): Likewise.
34003
34004 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
34005
34006         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
34007
34008 2007-01-30  Jim Meyering  <jim@meyering.net>
34009
34010         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
34011
34012 2007-01-29  Bruno Haible  <bruno@clisp.org>
34013
34014         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
34015         * lib/execute.c: Likewise.
34016         * lib/pipe.c: Likewise.
34017         * lib/printf-args.h: Likewise.
34018         * lib/printf-args.c: Likewise.
34019         * lib/printf-parse.c: Likewise.
34020         * lib/vasnprintf.c: Likewise.
34021
34022 2007-01-29  Eric Blake  <ebb9@byu.net>
34023
34024         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
34025         declaration.
34026
34027 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
34028
34029         * lib/strptime.h (strptime): Use 'restrict' for args where
34030         POSIX requires this.
34031         * lib/strptime.c (strptime): Likewise.
34032         Change license notice from LGPL to GPL, since gnulib-tool will
34033         change this as needed.
34034         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
34035         defined.
34036         Include "strptime.h" first, to check interface.
34037         Do not #undef _LIBC and _NL_CURRENT.
34038         Do not include <stdlib.h>; no longer needed.
34039         Include "time_r.h" and declare ptime_locale_status
34040         only if _LIBC is not defined.
34041         (__P): Remove unused macro.
34042         (match_string): Bring back glibc version, but use it only if _LIBC
34043         is defined.
34044         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
34045         Remove unnecessary assertion and abort() call.
34046         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
34047         * m4/strptime.m4: Fix serial number comment.
34048         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
34049         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
34050         (Depends-on): Add time_r.
34051
34052 2007-01-29  Bruno Haible  <bruno@clisp.org>
34053
34054         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34055         strptime.
34056         * modules/strptime (Depends-on): Add stdbool.
34057         * lib/strptime.h: Include <time.h> always. Add comments.
34058
34059 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34060
34061         * modules/strptime: New file.
34062         * lib/strptime.h: New file.
34063         * lib/strptime.c: New file.
34064         * m4/strptime.m4: New file.
34065
34066 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34067
34068         * MODULES.html.sh: New module mpsort.
34069         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
34070
34071         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
34072         a circularity problem with HP-UX ia64 reported by Bob Proulx in
34073         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
34074         All uses changed.
34075         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
34076         All uses changed.
34077         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
34078         to _Restrict_.
34079         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
34080         the parameter matches the prototype.
34081
34082 2007-01-28  Jim Meyering  <jim@meyering.net>
34083
34084         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
34085         sys/time.h here, reverting that part of the previous patch:
34086         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
34087
34088 2007-01-28  Bruno Haible  <bruno@clisp.org>
34089
34090         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
34091         value of $(SYS_TIME_H).
34092         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
34093         remove it conditionally, too. [added by Jim Meyering]
34094         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
34095         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
34096         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
34097         GETTIMEOFDAY_REPLACEMENT to 1.
34098
34099 2007-01-28  Bruno Haible  <bruno@clisp.org>
34100
34101         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
34102         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
34103         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
34104         Set UNISTD_H instead of UNISTD_H2.
34105         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
34106
34107 2007-01-28  Bruno Haible  <bruno@clisp.org>
34108
34109         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
34110         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
34111
34112 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34113
34114         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
34115         (func_create_testdir): Ensure C locale for `grep' and `tr'
34116         character ranges.
34117         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
34118         ACLOCAL_AMFLAGS parsing state machine.
34119
34120 2007-01-27  Bruno Haible  <bruno@clisp.org>
34121
34122         * modules/unistr/base: Update.
34123
34124 2007-01-27  Bruno Haible  <bruno@clisp.org>
34125
34126         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
34127         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
34128         * modules/unistr/u32-mbtouc-unsafe: Renamed from
34129         modules/unistr/u32-mbtouc.
34130         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
34131         * lib/unistr.h: Update.
34132         * lib/linebreak.c: Update.
34133         * modules/unistr/u32-mbtouc: Renamed from
34134         modules/unistr/u32-mbtouc-safe.
34135         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
34136         * lib/unistr.h: Update.
34137         * lib/unistr/u32-to-u8.c: Update.
34138         * lib/unistr/u32-to-u16.c: Update.
34139
34140 2007-01-27  Bruno Haible  <bruno@clisp.org>
34141
34142         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
34143         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
34144         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
34145         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
34146         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
34147         * modules/unistr/u16-mbtouc-unsafe: Renamed from
34148         modules/unistr/u16-mbtouc.
34149         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
34150         * lib/unistr.h: Update.
34151         * lib/linebreak.c: Update.
34152         * modules/linebreak: Update.
34153         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
34154         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
34155         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
34156         * modules/unistr/u16-mbtouc: Renamed from
34157         modules/unistr/u16-mbtouc-safe.
34158         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
34159         * lib/unistr.h: Update.
34160         * lib/unistr/u16-to-u8.c: Update.
34161         * modules/unistr/u16-to-u8: Update.
34162         * lib/unistr/u16-to-u32.c: Update.
34163         * modules/unistr/u16-to-u32: Update.
34164
34165 2007-01-27  Bruno Haible  <bruno@clisp.org>
34166
34167         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
34168         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
34169         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
34170         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
34171         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
34172         * modules/unistr/u8-mbtouc-unsafe: Renamed from
34173         modules/unistr/u8-mbtouc.
34174         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
34175         * lib/unistr.h: Update.
34176         * lib/striconveh.c: Update.
34177         * modules/striconveh: Update.
34178         * lib/linebreak.c: Update.
34179         * modules/linebreak: Update.
34180         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
34181         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
34182         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
34183         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
34184         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
34185         * lib/unistr.h: Update.
34186         * lib/striconveh.c: Update.
34187         * modules/striconveh: Update.
34188         * lib/unistr/u8-to-u16.c: Update.
34189         * modules/unistr/u8-to-u16: Update.
34190         * lib/unistr/u8-to-u32.c: Update.
34191         * modules/unistr/u8-to-u32: Update.
34192
34193 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34194
34195         Sync from Libtool.
34196         * lib/argz.c: Do not include strings.h nor memory.h, include
34197         string.h unconditionally.  Patch by Simon Josefsson.
34198
34199 2007-01-27  Bruno Haible  <bruno@clisp.org>
34200
34201         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
34202         from gl_HEADER_STRING_H_BODY.
34203         (gl_HEADER_STRING_H_BODY): Require it.
34204         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
34205         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
34206         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
34207         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
34208         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34209         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
34210         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
34211         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
34212         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
34213         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
34214         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
34215         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
34216         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
34217         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
34218         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34219
34220 2007-01-27  Bruno Haible  <bruno@clisp.org>
34221
34222         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
34223         check_PROGRAMS into noinst_PROGRAMS.
34224         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
34225         check_PROGRAMS in this case.
34226         (func_import): Set for_test to false.
34227         (func_create_testdir): Set for_test to true.
34228
34229 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
34230             Bruno Haible  <bruno@clisp.org>
34231
34232         * modules/strcasestr (Files): Remove lib/strcasestr.h.
34233         (Depends-on): Add string.
34234         (Includes): Use <string.h> instead of strcasestr.h.
34235         * modules/string (Makefile.am): Also substitute the value of
34236         REPLACE_STRCASESTR.
34237         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
34238         assume strcasestr is declared in <string.h> not <strings.h>. Also
34239         set REPLACE_STRCASESTR.
34240         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
34241         REPLACE_STRCASESTR.
34242         * lib/strcasestr.h: Remove file.
34243         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
34244         * lib/string_.h (strcasestr): New declaration.
34245
34246 2007-01-27  Bruno Haible  <bruno@clisp.org>
34247
34248         * lib/string_.h: Use 'extern'.
34249
34250 2007-01-27  Jim Meyering  <jim@meyering.net>
34251
34252         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
34253         of set-but-not-used local, "q".
34254
34255         * lib/mempcpy.c: Include <config.h> before <string.h>.
34256         This fixes a compilation error on HP-UX, due to the system's
34257         "restrict"-using mempcpy prototype.
34258
34259 2007-01-26  Bruno Haible  <bruno@clisp.org>
34260
34261         Small optimization.
34262         * lib/javacomp.c: Include c-strstr.h.
34263          (is_envjavac_gcj): Use c_strstr instead of strstr.
34264         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
34265
34266 2007-01-26  Bruno Haible  <bruno@clisp.org>
34267
34268         * MODULES.html.sh (Unicode string functions): Add the new modules.
34269
34270         * modules/uniconv/u32-strconv-to-locale: New file.
34271         * lib/uniconv/u32-strconv-to-locale.c: New file.
34272
34273         * modules/uniconv/u16-strconv-to-locale: New file.
34274         * lib/uniconv/u16-strconv-to-locale.c: New file.
34275
34276         * modules/uniconv/u8-strconv-to-locale: New file.
34277         * lib/uniconv/u8-strconv-to-locale.c: New file.
34278
34279         * modules/uniconv/u32-strconv-from-locale: New file.
34280         * lib/uniconv/u32-strconv-from-locale.c: New file.
34281
34282         * modules/uniconv/u16-strconv-from-locale: New file.
34283         * lib/uniconv/u16-strconv-from-locale.c: New file.
34284
34285         * modules/uniconv/u8-strconv-from-locale: New file.
34286         * lib/uniconv/u8-strconv-from-locale.c: New file.
34287
34288         * modules/uniconv/u32-strconv-to-enc: New file.
34289         * lib/uniconv/u32-strconv-to-enc.c: New file.
34290         * modules/uniconv/u32-strconv-to-enc-tests: New file.
34291         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
34292
34293         * modules/uniconv/u16-strconv-to-enc: New file.
34294         * lib/uniconv/u16-strconv-to-enc.c: New file.
34295         * lib/uniconv/u-strconv-to-enc.h: New file.
34296         * modules/uniconv/u16-strconv-to-enc-tests: New file.
34297         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
34298
34299         * modules/uniconv/u8-strconv-to-enc: New file.
34300         * lib/uniconv/u8-strconv-to-enc.c: New file.
34301         * modules/uniconv/u8-strconv-to-enc-tests: New file.
34302         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
34303
34304         * modules/uniconv/u32-strconv-from-enc: New file.
34305         * lib/uniconv/u32-strconv-from-enc.c: New file.
34306         * modules/uniconv/u32-strconv-from-enc-tests: New file.
34307         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
34308
34309         * modules/uniconv/u16-strconv-from-enc: New file.
34310         * lib/uniconv/u16-strconv-from-enc.c: New file.
34311         * modules/uniconv/u16-strconv-from-enc-tests: New file.
34312         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
34313
34314         * modules/uniconv/u8-strconv-from-enc: New file.
34315         * lib/uniconv/u8-strconv-from-enc.c: New file.
34316         * lib/uniconv/u-strconv-from-enc.h: New file.
34317         * modules/uniconv/u8-strconv-from-enc-tests: New file.
34318         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
34319
34320         * modules/uniconv/u32-conv-from-enc: New file.
34321         * lib/uniconv/u32-conv-from-enc.c: New file.
34322         * modules/uniconv/u32-conv-from-enc-tests: New file.
34323         * tests/uniconv/test-u32-conv-from-enc.c: New file.
34324
34325         * modules/uniconv/u16-conv-from-enc: New file.
34326         * lib/uniconv/u16-conv-from-enc.c: New file.
34327         * lib/uniconv/u-conv-from-enc.h: New file.
34328         * modules/uniconv/u16-conv-from-enc-tests: New file.
34329         * tests/uniconv/test-u16-conv-from-enc.c: New file.
34330
34331         * modules/uniconv/u8-conv-from-enc: New file.
34332         * lib/uniconv/u8-conv-from-enc.c: New file.
34333         * modules/uniconv/u8-conv-from-enc-tests: New file.
34334         * tests/uniconv/test-u8-conv-from-enc.c: New file.
34335
34336         * modules/uniconv/base: New file.
34337         * lib/uniconv.h: New file.
34338
34339 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
34340
34341         * doc/gnulib-tool.texi (Initial import): Update to match current
34342         behavior with strdup module.
34343         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
34344         * lib/memmem.h: Remove; all uses removed.  This is now done
34345         by <string.h>.
34346         * lib/mempcpy.h: Likewise.
34347         * lib/memrchr.h: Likewise.
34348         * lib/stpcpy.h: Likewise.
34349         * lib/stpncpy.h: Likewise.
34350         * lib/strcase.h: Likewise.
34351         * lib/strchrnul.h: Likewise.
34352         * lib/strdup.h: Likewise.
34353         * lib/strndup.h: Likewise.
34354         * lib/strnlen.h: Likewise.
34355         * lib/strpbrk.h: Likewise.
34356         * lib/strsep.h: Likewise.
34357         * lib/strstr.h: Likewise.
34358         * lib/strtok_r.h: Likewise.
34359         * lib/string_.h: New file.
34360         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
34361         Rely on <string.h> instead.
34362         * lib/canon-host.c: Likewise.
34363         * lib/chdir-long.c: Likewise.
34364         * lib/concatpath.c: Likewise.
34365         * lib/exclude.c: Likewise.
34366         * lib/fchdir.c: Likewise.
34367         * lib/getaddrinfo.c: Likewise.
34368         * lib/getcwd.c: Likewise.
34369         * lib/getsubopt.c: Likewise.
34370         * lib/glob.c: Likewise.
34371         * lib/hard-locale.c: Likewise.
34372         * lib/iconvme.c: Likewise.
34373         * lib/javacomp.c: Likewise.
34374         * lib/mempcpy.c: Likewise.
34375         * lib/memrchr.c: Likewise.
34376         * lib/regex_internal.h: Likewise.
34377         * lib/stpncpy.c: Likewise.
34378         * lib/strcasecmp.c: Likewise.
34379         * lib/strchrnul.c: Likewise.
34380         * lib/strdup.c: Likewise.
34381         * lib/striconv.c: Likewise.
34382         * lib/striconveh.c: Likewise.
34383         * lib/striconveha.c: Likewise.
34384         * lib/strncasecmp.c: Likewise.
34385         * lib/strndup.c: Likewise.
34386         * lib/strnlen.c: Likewise.
34387         * lib/strsep.c: Likewise.
34388         * lib/strstr.c: Likewise.
34389         * lib/strtok_r.c: Likewise.
34390         * lib/userspec.c: Likewise.
34391         * lib/w32spawn.h: Likewise.
34392         * lib/xstrndup.c: Likewise.
34393         * lib/mountlist.c (strstr): Remove decl.
34394         * m4/string_h.m4: New file.
34395         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
34396         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
34397         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
34398         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
34399         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
34400         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
34401         Set REPLACE_STRCASECMP if necessary.
34402         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
34403         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
34404         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
34405         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
34406         HAVE_DECL_STRDUP if necessary.
34407         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
34408         since gl_FUNC_STRNDUP does that now.
34409         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
34410         Check for decl here...
34411         (gl_PREREQ_STRNLEN): ... not here.
34412         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
34413         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
34414         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
34415         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
34416         necessary.
34417         * modules/string: New file.
34418         * modules/memmem (Files): Remove special-purpose include file.
34419         (Depends-on): Add string.
34420         (Include): Include <string.h>, not the removed file.
34421         * modules/mempcpy: Likewise.
34422         * modules/memrchr: Likewise.
34423         * modules/stpcpy: Likewise.
34424         * modules/stpncpy: Likewise.
34425         * modules/strcase: Likewise.
34426         * modules/strchrnul: Likewise.
34427         * modules/strdup: Likewise.
34428         * modules/strndup: Likewise.
34429         * modules/strnlen: Likewise.
34430         * modules/strpbrk: Likewise.
34431         * modules/strsep: Likewise.
34432         * modules/strstr: Likewise.
34433         * modules/strtok_r: Likewise.
34434         * tests/test-dirname.c: Don't include "strdup.h", since
34435         <string.h> now suffices.
34436         * tests/test-memmem.c: Don't include "memmem.h", since
34437         <string.h> now suffices.
34438
34439 2007-01-25  Bruno Haible  <bruno@clisp.org>
34440
34441         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
34442         *resultp is 0.
34443
34444         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
34445         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
34446         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
34447         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
34448
34449         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
34450         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
34451         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
34452         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
34453         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
34454         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
34455
34456 2007-01-24  Bruno Haible  <bruno@clisp.org>
34457
34458         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
34459         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
34460         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
34461         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
34462         gl_FUNC_FTS_CORE.
34463         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
34464         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
34465         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34466         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
34467         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
34468         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
34469         gl_FUNC_FCHOWNAT.
34470         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
34471         gl_FUNC_STRFTIME.
34472         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
34473         Reported by Ralf Wildenhues.
34474
34475 2007-01-24  Bruno Haible  <bruno@clisp.org>
34476
34477         Drop AC_REQUIRE calls that are redundant with the module dependencies.
34478         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
34479         gl_GETADDRINFO.
34480         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
34481         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
34482         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
34483
34484 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
34485
34486         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
34487         Don't use 'exit'; just return from 'main'.
34488         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
34489
34490         * lib/fnmatch_.h: Readjust white space and comments to match
34491         glibc, to avoid spurious diffs.
34492
34493 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34494
34495         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
34496         2004-12-01 change by Jakub Jelinek, since this code won't compile
34497         if !LIBC.  Problem reported by Bob Proulx.
34498
34499 2007-01-23  Bruno Haible  <bruno@clisp.org>
34500
34501         * lib/striconveh.c: Include c-strcaseeq.h.
34502         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
34503         * modules/striconveh (Depends-on): Add c-strcaseeq.
34504
34505 2007-01-23  Bruno Haible  <bruno@clisp.org>
34506
34507         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
34508
34509         * modules/c-strcaseeq: New file.
34510         * lib/c-strcaseeq.h: New file.
34511
34512         * modules/streq: New file.
34513         * lib/streq.h: New file.
34514
34515 2007-01-23  Bruno Haible  <bruno@clisp.org>
34516
34517         * modules/striconveha-tests: New file.
34518         * tests/test-striconveha.c: New file.
34519
34520         * lib/striconveha.h: Include <stdbool.h>.
34521         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
34522         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
34523         (mem_iconveha_notranslit): Renamed from mem_iconveha.
34524         (mem_iconveha): New function.
34525         (str_iconveha_notranslit): Renamed from str_iconveha.
34526         (str_iconveha): New function.
34527         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
34528         c-strcase.
34529
34530 2007-01-23  Bruno Haible  <bruno@clisp.org>
34531
34532         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
34533         encodings without forgiving before trying any encoding with handler.
34534         (str_iconveha): Try all encodings without forgiving before trying any
34535         encoding with handler.
34536
34537 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34538
34539         Import the following changes from libc.
34540
34541         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
34542
34543         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
34544
34545         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
34546
34547         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
34548         normal_bracket label.
34549
34550         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
34551
34552         [BZ #361]
34553         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
34554         to normal_bracket after fetching the next character.
34555
34556 2007-01-22  Bruno Haible  <bruno@clisp.org>
34557
34558         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
34559         argument.
34560         * lib/striconveh.c (iconv_carefully_1): New function.
34561         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
34562         argument.
34563         (str_cd_iconveh): Update.
34564         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
34565         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
34566         * tests/test-striconveh.c (MAGIC): New macro.
34567         (new_offsets): New function.
34568         (main): Test call with and without offsets.
34569
34570 2007-01-22  Bruno Haible  <bruno@clisp.org>
34571
34572         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
34573         * modules/sys_select (Makefile.am): Likewise.
34574         * modules/sys_socket (Makefile.am): Likewise.
34575         * modules/sys_time (Makefile.am): Likewise.
34576
34577 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
34578
34579         * modules/gettimeofday (License): Change from GPL to LGPL, since
34580         gettimeofday is a library function.
34581
34582 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34583
34584         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
34585
34586 2007-01-21  Bruno Haible  <bruno@clisp.org>
34587
34588         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
34589
34590 2007-01-21  Bruno Haible  <bruno@clisp.org>
34591
34592         * modules/striconveha: New file.
34593         * lib/striconveha.h: New file.
34594         * lib/striconveha.c: New file.
34595         * MODULES.html.sh (Internationalization functions): Add striconveha.
34596         * lib/striconv.c (str_iconv): Optimize the case of an empty input
34597         string.
34598         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
34599
34600 2007-01-21  Bruno Haible  <bruno@clisp.org>
34601
34602         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
34603         * lib/striconveh.c (str_iconveh): Likewise.
34604
34605 2007-01-21  Bruno Haible  <bruno@clisp.org>
34606
34607         * lib/striconveh.h (mem_iconveh): New declaration.
34608         * lib/striconveh.c (mem_iconveh): New function.
34609         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
34610
34611 2007-01-21  Bruno Haible  <bruno@clisp.org>
34612
34613         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
34614
34615         * lib/striconveh.h (mem_cd_iconveh): Change specification.
34616         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
34617         original result buffer.
34618         (str_cd_iconveh): Update.
34619         * tests/test-striconveh.c (main): Update.
34620
34621         * lib/striconv.h (mem_cd_iconv): Change specification.
34622         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
34623         result buffer.
34624         (str_cd_iconv): Update.
34625         * tests/test-striconv.c (main): Update.
34626
34627 2007-01-21  Bruno Haible  <bruno@clisp.org>
34628
34629         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
34630
34631 2007-01-20  Jim Meyering  <jim@meyering.net>
34632
34633         * lib/userspec.c (parse_with_separator): If a user or group string
34634         starts with "+", skip the corresponding name-to-ID look-up, since
34635         such a look-up must fail: user and group names may not include "+".
34636
34637 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34638
34639         * lib/poll.c: Include sys/time.h and time.h unconditionally,
34640         since we now assume the sys_time module.
34641         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
34642         check for sys/time.h; no longer needed.
34643         * modules/poll (Depends-on): Depend on sys_time.
34644
34645 2007-01-18  Bruno Haible  <bruno@clisp.org>
34646
34647         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
34648         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
34649
34650         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
34651         gettimeofday.
34652
34653         * tests/test-gettimeofday.c: Include <time.h>.
34654         (dummy): Remove variable.
34655
34656         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
34657         gl_HEADER_SYS_TIME_H.
34658         (gl_HEADER_SYS_TIME_H): New macro.
34659
34660         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
34661         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34662         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
34663         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
34664         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34665         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
34666         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
34667         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34668         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
34669         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
34670         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34671
34672         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
34673         last change; it caused a compilation error when cross-compiling to
34674         Cygwin.
34675
34676 2007-01-18  Jim Meyering  <jim@meyering.net>
34677
34678         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
34679         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
34680         than the race-prone "test -d sys || mkdir sys".
34681         (configure.ac): Use AC_PROG_MKDIR_P.
34682         * modules/sys_select: Likewise.
34683         * modules/sys_socket: Likewise.
34684         * modules/sys_time: Likewise.
34685
34686 2007-01-18  Eric Blake  <ebb9@byu.net>
34687
34688         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
34689         replace gettimeofday.
34690         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
34691         name, to avoid infinite recursion.
34692
34693 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
34694
34695         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
34696         module sys_time.
34697         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
34698         assume timespec.h defines struct timeval.
34699         * lib/settime.c: Likewise.
34700         * lib/utimens.c: Likewise.
34701         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
34702         since we now assume the gettimeofday module.
34703         * lib/tempname.c (__gen_tempname): Likewise.
34704         * lib/gettimeofday.h: Remove.
34705         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
34706         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
34707         Include <time.h>, for 'time()'.
34708         (localtime_buffer_addr): Also use this workaround if
34709         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
34710         to simplify the uses.  All uses changed.
34711         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
34712         that #undef is inside {}, and 'const' follows type name consistently.
34713         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
34714         (gettimeofday): Do not use the maximum possible value for
34715         tv->tv_usec, since that might break usages other than ls.c.
34716         Instead, we'll leave ls.c alone.  This undoes today's patch
34717         by Bruno.  Add a compile-time warning for 1s-clock resolution;
34718         we've never observed the problem but might as well keep the
34719         canary.
34720         * lib/nanosleep.c: Include timespec.h first, for interface check.
34721         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
34722         now assume the sys_time module.
34723         * lib/tempname.c: Likewise.
34724         * lib/timespec.h: Likewise.
34725         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
34726         needed.
34727         * lib/strftime.c: Likewise.
34728         * lib/timespec.h: Likewise.
34729         * lib/posixtm.c: Include posixtm.h first, for interface check.
34730         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
34731         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
34732         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
34733         * lib/sys_time_.h: New file.
34734         * lib/timespec.h (struct timespec): Use long int, not long.
34735         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
34736         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
34737         Remove obsolescent call to AC_HEADER_TIME.
34738         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
34739         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34740         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
34741         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
34742         Likewise.
34743         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
34744         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
34745         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
34746         into the sys_time module.  Check for gettimeofday just once.
34747         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
34748         for gettimeofday signature to just check the signature.  Merely
34749         compile it, since linking doesn't test signature.  Improve test for
34750         whether gettimeofday.o is actually needed.
34751         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
34752         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
34753         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
34754         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34755         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
34756         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
34757         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
34758         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
34759         than worrying about sys/time.h.
34760         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
34761         Don't bother worrying about TIME_WITH_SYS_TIME.
34762         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
34763         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
34764         * m4/sys_time_h.m4: New file.
34765         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
34766         Don't include sys/time.h.  Return from main rather than exiting.
34767         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
34768         all uses changed.
34769         * modules/gethrxtime (Depends-on): Add sys_time.
34770         * modules/gettime (Depends-on): Likewise.
34771         * modules/gettimeofday (Depends-on): Likewise.
34772         * modules/nanosleep (Depends-on): Likewise.
34773         * modules/settime (Depends-on): Likewise.
34774         * modules/tempname (Depends-on): Likewise.
34775         * modules/utimens (Depends-on): Likewise.
34776         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
34777         (Include:) Change back to <sys/time.h>.
34778         (Maintainer:) Add self.
34779         * modules/sys_time: New file.
34780         * modules/tempname (Depends-on): Add gettimeofday.
34781         * tests/test-gettimeofday.c: Include <sys/time.h>
34782         rather than gettimeofday.h.
34783
34784 2007-01-17  Bruno Haible  <bruno@clisp.org>
34785
34786         * gnulib-tool (func_get_license): Revert last patch. Instead, let
34787         the license default to GPL.
34788         (func_create_testdir): Don't complain if a module is LGPL and its
34789         tests module depends on GPLed modules.
34790
34791 2007-01-17  Bruno Haible  <bruno@clisp.org>
34792
34793         * lib/gettimeofday.c (gettimeofday): Add code for the case
34794         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
34795         maximum possible value for tv->tv_usec, rather than the minimum one.
34796
34797 2005-10-08  Martin Lambers  <marlam@marlam.de>
34798 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
34799 2007-01-16  Bruno Haible  <bruno@clisp.org>
34800
34801         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
34802         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
34803         gl_FUNC_GETTIMEOFDAY.
34804         (Include): Add gettimeofday.h.
34805         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
34806         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
34807         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
34808         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
34809         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
34810         * lib/gettimeofday.h: New file.
34811         * lib/gettimeofday.c: Include <sys/timeb.h>.
34812         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
34813         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
34814         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
34815         fall back on time().
34816
34817         * tests/test-gettimeofday.c: New file.
34818         * modules/gettimeofday-tests: New file.
34819
34820 2007-01-16  Eric Blake  <ebb9@byu.net>
34821
34822         * modules/fnmatch (Depends-on): Depend on wchar.
34823         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
34824         * m4/fnmatch.m4: Likewise.
34825         * modules/mbchar (Makefile.am): Assume <wchar.h>.
34826         * m4/mbchar.m4: Likewise.
34827         * modules/mbswidth (Depends-on): Depend on wchar.
34828         * lib/mbswidth.c: Assume <wchar.h>.
34829         * m4/mbswidth.m4: Likewise.
34830         * modules/quotearg (Depends-on): Depend on wchar.
34831         * lib/quotearg.c: Assume <wchar.h>.
34832         * m4/quotearg.m4: Likewise.
34833         * modules/regex (Depends-on): Depend on wchar.
34834         * lib/regex_internal.h: Assume <wchar.h>.
34835         * m4/regex.m4: Likewise.
34836         * modules/stdint (Depends-on): Depend on wchar.
34837         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
34838         * m4/stdint.m4: Likewise.
34839         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
34840         * modules/strftime (Depends-on): Depend on wchar.
34841         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
34842         * modules/strtol (Depends-on): Depend on wchar.
34843         * lib/strtol.c: Assume <wchar.h>.
34844         * modules/wcwidth (Depends-on): Depend on wchar.
34845         * lib/wcwidth.h: Assume <wchar.h>.
34846         * m4/wcwidth.m4: Likewise.
34847
34848 2007-01-16  Bruno Haible  <bruno@clisp.org>
34849
34850         * modules/csharpexec-script: New, created from...
34851         * modules/csharpexec: ... this.
34852
34853 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
34854
34855         * modules/javaexec-script: New, created from...
34856         * modules/javaexec: ... this.
34857
34858 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34859
34860         * modules/poll (Dependencies): Add sys_select.
34861
34862 2007-01-15  Jim Meyering  <jim@meyering.net>
34863
34864         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
34865         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
34866         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
34867         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
34868
34869 2007-01-15  Bruno Haible  <bruno@clisp.org>
34870
34871         * modules/striconveh: New file.
34872         * lib/striconveh.h: New file.
34873         * lib/striconveh.c: New file.
34874         * MODULES.html.sh (Internationalization functions): Add striconveh.
34875
34876         * modules/striconveh-tests: New file.
34877         * tests/test-striconveh.c: New file.
34878
34879 2007-01-15  Bruno Haible  <bruno@clisp.org>
34880
34881         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
34882         not from GNU libiconv or GNU libc.
34883
34884 2007-01-15  Bruno Haible  <bruno@clisp.org>
34885
34886         * doc/gnulib-intro.texi (Copyright): Explain the different license
34887         terms for module descriptions, autoconf macros, tests, documentation.
34888
34889 2007-01-14  Bruno Haible  <bruno@clisp.org>
34890
34891         * modules/striconv-tests: New file.
34892         * tests/test-striconv.c: New file.
34893
34894 2007-01-14  Bruno Haible  <bruno@clisp.org>
34895
34896         * modules/iconv-tests: New file.
34897         * tests/test-iconv.c: New file.
34898
34899 2007-01-14  Bruno Haible  <bruno@clisp.org>
34900
34901         * gnulib-tool (func_get_license): For test modules, use the license of
34902         the main module.
34903
34904 2007-01-14  Bruno Haible  <bruno@clisp.org>
34905
34906         * modules/iconv (Include): Clarify that <iconv.h> can only be included
34907         if iconv is found to exist.
34908
34909 2007-01-14  Bruno Haible  <bruno@clisp.org>
34910
34911         * modules/c-ctype-tests: New file.
34912         * tests/test-c-ctype.c: New file.
34913
34914 2007-01-14  Bruno Haible  <bruno@clisp.org>
34915
34916         * modules/binary-io-tests: New file.
34917         * tests/test-binary-io.sh: New file.
34918         * tests/test-binary-io.c: New file.
34919
34920 2007-01-14  Bruno Haible  <bruno@clisp.org>
34921
34922         * modules/array-oset-tests: New file.
34923         * tests/test-array_oset.c: New file.
34924
34925 2007-01-14  Bruno Haible  <bruno@clisp.org>
34926
34927         * modules/array-list-tests: New file.
34928         * tests/test-array_list.c: New file.
34929
34930 2007-01-14  Bruno Haible  <bruno@clisp.org>
34931
34932         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
34933         and make.
34934         Reported by Simon Josefsson in
34935         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
34936
34937 2007-01-14  Bruno Haible  <bruno@clisp.org>
34938
34939         * modules/allocsa-tests: New file.
34940         * tests/test-allocsa.c: New file.
34941
34942 2007-01-14  Bruno Haible  <bruno@clisp.org>
34943
34944         * modules/fchdir (Depends-on): Add absolute-header.
34945         * modules/unistd (Depends-on): Likewise.
34946
34947 2006-12-30  Bruno Haible  <bruno@clisp.org>
34948
34949         * modules/fchdir: New file.
34950         * modules/unistd (Files): Add lib/unistd_.h.
34951         (Makefile.am): Generate unistd.h from unistd_.h.
34952         * lib/fchdir.c: New file.
34953         * lib/dirent_.h: New file.
34954         * lib/unistd_.h: New file.
34955         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
34956         * m4/fchdir.m4: New file.
34957         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
34958         (gl_HEADER_UNISTD): Invoke it.
34959         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
34960         function.
34961         * lib/backupfile.c (opendir, closedir): Undefine.
34962         * lib/chown.c (open, close): Undefine.
34963         * lib/clean-temp.c (open, close): Undefine.
34964         * lib/copy-file.c (open, close): Undefine.
34965         * lib/execute.c (open, close): Undefine.
34966         * lib/fsusage.c (open, close): Undefine.
34967         * lib/gc-gnulib.c (open, close): Undefine.
34968         * lib/getcwd.c (opendir, closedir): Undefine.
34969         * lib/glob.c (opendir, closedir): Undefine.
34970         * lib/javacomp.c (open, close): Undefine.
34971         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
34972         * lib/openat-proc.c (open, close): Undefine.
34973         * lib/pagealign_alloc.c (open, close): Undefine.
34974         * lib/pipe.c (open, close): Undefine.
34975         * lib/progreloc.c (open, close): Undefine.
34976         * lib/savedir.c (opendir, closedir): Undefine.
34977         * lib/utime.c (open, close): Undefine.
34978         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
34979
34980 2007-01-10  Bruno Haible  <bruno@clisp.org>
34981
34982         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
34983
34984 2007-01-12  Eric Blake  <ebb9@byu.net>
34985
34986         Provide a robust <wchar.h>.  Further simplifications are now
34987         possible in other modules, but not included here.
34988         * modules/wchar: New module.
34989         * m4/wchar.m4: New file.
34990         * lib/wchar_.h: Likewise.
34991         * modules/mbchar (Depends-on): Depend on wchar, as the first use
34992         of the new module.
34993         * MODULES.html.sh (Extended multibyte and wide character utilities):
34994         New section.
34995
34996 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
34997
34998         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
34999         to a reasonable default for memory allocation.
35000         (xreadlink): Don't allocate a huge buffer, to work around a buggy
35001         file system that reports garbage st_size values for symlinks.
35002         Problem reported by Liyang Hu.
35003
35004 2007-01-11  Simon Josefsson  <simon@josefsson.org>
35005
35006         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
35007         Emacs .#* auto-save files).
35008
35009 2007-01-11  Bruno Haible  <bruno@clisp.org>
35010
35011         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
35012         directory.
35013
35014 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35015
35016         Use @...@ consistently in lib/wctype_.h.
35017         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
35018         on it being set to 1 or 0.
35019         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
35020         go back to AC_SUBSTing it.
35021         * modules/wctype (Makefile.am): Undo previous change.
35022
35023 2007-01-10  Eric Blake  <ebb9@byu.net>
35024
35025         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
35026         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
35027         * modules/wctype (Makefile.am): Likewise.
35028         Reported by Chris McGuire.
35029
35030 2007-01-10  Jim Meyering  <jim@meyering.net>
35031
35032         fts.c: a small readability/maintainability improvement
35033         * lib/fts.c (fts_read): Make this code slightly more readable and
35034         maintainable by hoisting the "sp->fts_cur = p" assignments to
35035         immediately follow the statements that set P.  Derived from
35036         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
35037
35038 2007-01-10  Eric Blake  <ebb9@byu.net>
35039
35040         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
35041         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
35042         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
35043         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
35044         Reported by Chris McGuire.
35045
35046 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35047
35048         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
35049         in sed script.
35050
35051 2007-01-09  Bruno Haible  <bruno@clisp.org>
35052
35053         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
35054         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
35055         variables.
35056         (func_module): Use them.
35057
35058 2007-01-09  Bruno Haible  <bruno@clisp.org>
35059
35060         * modules/unistr/base: New file.
35061         * lib/unistr.h: New file.
35062
35063         * modules/unistr/u8-to-u16: New file.
35064         * lib/unistr/u8-to-u16.c: New file.
35065
35066         * modules/unistr/u8-to-u32: New file.
35067         * lib/unistr/u8-to-u32.c: New file.
35068
35069         * modules/unistr/u16-to-u8: New file.
35070         * lib/unistr/u16-to-u8.c: New file.
35071
35072         * modules/unistr/u16-to-u32: New file.
35073         * lib/unistr/u16-to-u32.c: New file.
35074
35075         * modules/unistr/u32-to-u8: New file.
35076         * lib/unistr/u32-to-u8.c: New file.
35077
35078         * modules/unistr/u32-to-u16: New file.
35079         * lib/unistr/u32-to-u16.c: New file.
35080
35081         * modules/unistr/u8-check: New file.
35082         * modules/unistr/u16-check: New file.
35083         * modules/unistr/u32-check: New file.
35084         * lib/unistr/u8-check.c: New file.
35085         * lib/unistr/u16-check.c: New file.
35086         * lib/unistr/u32-check.c: New file.
35087
35088         * modules/unistr/u8-chr: New file.
35089         * modules/unistr/u16-chr: New file.
35090         * modules/unistr/u32-chr: New file.
35091         * lib/unistr/u8-chr.c: New file.
35092         * lib/unistr/u16-chr.c: New file.
35093         * lib/unistr/u32-chr.c: New file.
35094
35095         * modules/unistr/u8-cmp: New file.
35096         * modules/unistr/u16-cmp: New file.
35097         * modules/unistr/u32-cmp: New file.
35098         * lib/unistr/u8-cmp.c: New file.
35099         * lib/unistr/u16-cmp.c: New file.
35100         * lib/unistr/u32-cmp.c: New file.
35101
35102         * modules/unistr/u8-cpy: New file.
35103         * modules/unistr/u16-cpy: New file.
35104         * modules/unistr/u32-cpy: New file.
35105         * lib/unistr/u8-cpy.c: New file.
35106         * lib/unistr/u16-cpy.c: New file.
35107         * lib/unistr/u32-cpy.c: New file.
35108         * lib/unistr/u-cpy.h: New file.
35109
35110         * modules/unistr/u8-cpy-alloc: New file.
35111         * modules/unistr/u16-cpy-alloc: New file.
35112         * modules/unistr/u32-cpy-alloc: New file.
35113         * lib/unistr/u8-cpy-alloc.c: New file.
35114         * lib/unistr/u16-cpy-alloc.c: New file.
35115         * lib/unistr/u32-cpy-alloc.c: New file.
35116         * lib/unistr/u-cpy-alloc.h: New file.
35117
35118         * modules/unistr/u8-endswith: New file.
35119         * modules/unistr/u16-endswith: New file.
35120         * modules/unistr/u32-endswith: New file.
35121         * lib/unistr/u8-endswith.c: New file.
35122         * lib/unistr/u16-endswith.c: New file.
35123         * lib/unistr/u32-endswith.c: New file.
35124         * lib/unistr/u-endswith.h: New file.
35125
35126         * modules/unistr/u8-mblen: New file.
35127         * modules/unistr/u16-mblen: New file.
35128         * modules/unistr/u32-mblen: New file.
35129         * lib/unistr/u8-mblen.c: New file.
35130         * lib/unistr/u16-mblen.c: New file.
35131         * lib/unistr/u32-mblen.c: New file.
35132
35133         * modules/unistr/u8-mbtouc: New file.
35134         * modules/unistr/u16-mbtouc: New file.
35135         * modules/unistr/u32-mbtouc: New file.
35136         * lib/unistr/u8-mbtouc.c: New file.
35137         * lib/unistr/u16-mbtouc.c: New file.
35138         * lib/unistr/u32-mbtouc.c: New file.
35139
35140         * modules/unistr/u8-mbtouc-safe: New file.
35141         * modules/unistr/u16-mbtouc-safe: New file.
35142         * modules/unistr/u32-mbtouc-safe: New file.
35143         * lib/unistr/u8-mbtouc-safe.c: New file.
35144         * lib/unistr/u16-mbtouc-safe.c: New file.
35145         * lib/unistr/u32-mbtouc-safe.c: New file.
35146
35147         * modules/unistr/u8-move: New file.
35148         * modules/unistr/u16-move: New file.
35149         * modules/unistr/u32-move: New file.
35150         * lib/unistr/u8-move.c: New file.
35151         * lib/unistr/u16-move.c: New file.
35152         * lib/unistr/u32-move.c: New file.
35153         * lib/unistr/u-move.h: New file.
35154
35155         * modules/unistr/u8-next: New file.
35156         * modules/unistr/u16-next: New file.
35157         * modules/unistr/u32-next: New file.
35158         * lib/unistr/u8-next.c: New file.
35159         * lib/unistr/u16-next.c: New file.
35160         * lib/unistr/u32-next.c: New file.
35161
35162         * modules/unistr/u8-prev: New file.
35163         * modules/unistr/u16-prev: New file.
35164         * modules/unistr/u32-prev: New file.
35165         * lib/unistr/u8-prev.c: New file.
35166         * lib/unistr/u16-prev.c: New file.
35167         * lib/unistr/u32-prev.c: New file.
35168
35169         * modules/unistr/u8-set: New file.
35170         * modules/unistr/u16-set: New file.
35171         * modules/unistr/u32-set: New file.
35172         * lib/unistr/u8-set.c: New file.
35173         * lib/unistr/u16-set.c: New file.
35174         * lib/unistr/u32-set.c: New file.
35175         * lib/unistr/u-set.h: New file.
35176
35177         * modules/unistr/u8-startswith: New file.
35178         * modules/unistr/u16-startswith: New file.
35179         * modules/unistr/u32-startswith: New file.
35180         * lib/unistr/u8-startswith.c: New file.
35181         * lib/unistr/u16-startswith.c: New file.
35182         * lib/unistr/u32-startswith.c: New file.
35183         * lib/unistr/u-startswith.h: New file.
35184
35185         * modules/unistr/u8-stpcpy: New file.
35186         * modules/unistr/u16-stpcpy: New file.
35187         * modules/unistr/u32-stpcpy: New file.
35188         * lib/unistr/u8-stpcpy.c: New file.
35189         * lib/unistr/u16-stpcpy.c: New file.
35190         * lib/unistr/u32-stpcpy.c: New file.
35191         * lib/unistr/u-stpcpy.h: New file.
35192
35193         * modules/unistr/u8-stpncpy: New file.
35194         * modules/unistr/u16-stpncpy: New file.
35195         * modules/unistr/u32-stpncpy: New file.
35196         * lib/unistr/u8-stpncpy.c: New file.
35197         * lib/unistr/u16-stpncpy.c: New file.
35198         * lib/unistr/u32-stpncpy.c: New file.
35199         * lib/unistr/u-stpncpy.h: New file.
35200
35201         * modules/unistr/u8-strcat: New file.
35202         * modules/unistr/u16-strcat: New file.
35203         * modules/unistr/u32-strcat: New file.
35204         * lib/unistr/u8-strcat.c: New file.
35205         * lib/unistr/u16-strcat.c: New file.
35206         * lib/unistr/u32-strcat.c: New file.
35207         * lib/unistr/u-strcat.h: New file.
35208
35209         * modules/unistr/u8-strchr: New file.
35210         * modules/unistr/u16-strchr: New file.
35211         * modules/unistr/u32-strchr: New file.
35212         * lib/unistr/u8-strchr.c: New file.
35213         * lib/unistr/u16-strchr.c: New file.
35214         * lib/unistr/u32-strchr.c: New file.
35215
35216         * modules/unistr/u8-strcmp: New file.
35217         * modules/unistr/u16-strcmp: New file.
35218         * modules/unistr/u32-strcmp: New file.
35219         * lib/unistr/u8-strcmp.c: New file.
35220         * lib/unistr/u16-strcmp.c: New file.
35221         * lib/unistr/u32-strcmp.c: New file.
35222
35223         * modules/unistr/u8-strcpy: New file.
35224         * modules/unistr/u16-strcpy: New file.
35225         * modules/unistr/u32-strcpy: New file.
35226         * lib/unistr/u8-strcpy.c: New file.
35227         * lib/unistr/u16-strcpy.c: New file.
35228         * lib/unistr/u32-strcpy.c: New file.
35229         * lib/unistr/u-strcpy.h: New file.
35230
35231         * modules/unistr/u8-strcspn: New file.
35232         * modules/unistr/u16-strcspn: New file.
35233         * modules/unistr/u32-strcspn: New file.
35234         * lib/unistr/u8-strcspn.c: New file.
35235         * lib/unistr/u16-strcspn.c: New file.
35236         * lib/unistr/u32-strcspn.c: New file.
35237         * lib/unistr/u-strcspn.h: New file.
35238
35239         * modules/unistr/u8-strdup: New file.
35240         * modules/unistr/u16-strdup: New file.
35241         * modules/unistr/u32-strdup: New file.
35242         * lib/unistr/u8-strdup.c: New file.
35243         * lib/unistr/u16-strdup.c: New file.
35244         * lib/unistr/u32-strdup.c: New file.
35245         * lib/unistr/u-strdup.h: New file.
35246
35247         * modules/unistr/u8-strlen: New file.
35248         * modules/unistr/u16-strlen: New file.
35249         * modules/unistr/u32-strlen: New file.
35250         * lib/unistr/u8-strlen.c: New file.
35251         * lib/unistr/u16-strlen.c: New file.
35252         * lib/unistr/u32-strlen.c: New file.
35253         * lib/unistr/u-strlen.h: New file.
35254
35255         * modules/unistr/u8-strmblen: New file.
35256         * modules/unistr/u16-strmblen: New file.
35257         * modules/unistr/u32-strmblen: New file.
35258         * lib/unistr/u8-strmblen.c: New file.
35259         * lib/unistr/u16-strmblen.c: New file.
35260         * lib/unistr/u32-strmblen.c: New file.
35261
35262         * modules/unistr/u8-strmbtouc: New file.
35263         * modules/unistr/u16-strmbtouc: New file.
35264         * modules/unistr/u32-strmbtouc: New file.
35265         * lib/unistr/u8-strmbtouc.c: New file.
35266         * lib/unistr/u16-strmbtouc.c: New file.
35267         * lib/unistr/u32-strmbtouc.c: New file.
35268
35269         * modules/unistr/u8-strncat: New file.
35270         * modules/unistr/u16-strncat: New file.
35271         * modules/unistr/u32-strncat: New file.
35272         * lib/unistr/u8-strncat.c: New file.
35273         * lib/unistr/u16-strncat.c: New file.
35274         * lib/unistr/u32-strncat.c: New file.
35275         * lib/unistr/u-strncat.h: New file.
35276
35277         * modules/unistr/u8-strncmp: New file.
35278         * modules/unistr/u16-strncmp: New file.
35279         * modules/unistr/u32-strncmp: New file.
35280         * lib/unistr/u8-strncmp.c: New file.
35281         * lib/unistr/u16-strncmp.c: New file.
35282         * lib/unistr/u32-strncmp.c: New file.
35283
35284         * modules/unistr/u8-strncpy: New file.
35285         * modules/unistr/u16-strncpy: New file.
35286         * modules/unistr/u32-strncpy: New file.
35287         * lib/unistr/u8-strncpy.c: New file.
35288         * lib/unistr/u16-strncpy.c: New file.
35289         * lib/unistr/u32-strncpy.c: New file.
35290         * lib/unistr/u-strncpy.h: New file.
35291
35292         * modules/unistr/u8-strnlen: New file.
35293         * modules/unistr/u16-strnlen: New file.
35294         * modules/unistr/u32-strnlen: New file.
35295         * lib/unistr/u8-strnlen.c: New file.
35296         * lib/unistr/u16-strnlen.c: New file.
35297         * lib/unistr/u32-strnlen.c: New file.
35298         * lib/unistr/u-strnlen.h: New file.
35299
35300         * modules/unistr/u8-strpbrk: New file.
35301         * modules/unistr/u16-strpbrk: New file.
35302         * modules/unistr/u32-strpbrk: New file.
35303         * lib/unistr/u8-strpbrk.c: New file.
35304         * lib/unistr/u16-strpbrk.c: New file.
35305         * lib/unistr/u32-strpbrk.c: New file.
35306         * lib/unistr/u-strpbrk.h: New file.
35307
35308         * modules/unistr/u8-strrchr: New file.
35309         * modules/unistr/u16-strrchr: New file.
35310         * modules/unistr/u32-strrchr: New file.
35311         * lib/unistr/u8-strrchr.c: New file.
35312         * lib/unistr/u16-strrchr.c: New file.
35313         * lib/unistr/u32-strrchr.c: New file.
35314
35315         * modules/unistr/u8-strspn: New file.
35316         * modules/unistr/u16-strspn: New file.
35317         * modules/unistr/u32-strspn: New file.
35318         * lib/unistr/u8-strspn.c: New file.
35319         * lib/unistr/u16-strspn.c: New file.
35320         * lib/unistr/u32-strspn.c: New file.
35321         * lib/unistr/u-strspn.h: New file.
35322
35323         * modules/unistr/u8-strstr: New file.
35324         * modules/unistr/u16-strstr: New file.
35325         * modules/unistr/u32-strstr: New file.
35326         * lib/unistr/u8-strstr.c: New file.
35327         * lib/unistr/u16-strstr.c: New file.
35328         * lib/unistr/u32-strstr.c: New file.
35329         * lib/unistr/u-strstr.h: New file.
35330
35331         * modules/unistr/u8-strtok: New file.
35332         * modules/unistr/u16-strtok: New file.
35333         * modules/unistr/u32-strtok: New file.
35334         * lib/unistr/u8-strtok.c: New file.
35335         * lib/unistr/u16-strtok.c: New file.
35336         * lib/unistr/u32-strtok.c: New file.
35337         * lib/unistr/u-strtok.h: New file.
35338
35339         * modules/unistr/u8-uctomb: New file.
35340         * modules/unistr/u16-uctomb: New file.
35341         * modules/unistr/u32-uctomb: New file.
35342         * lib/unistr/u8-uctomb.c: New file.
35343         * lib/unistr/u16-uctomb.c: New file.
35344         * lib/unistr/u32-uctomb.c: New file.
35345
35346         * MODULES.html.sh (Unicode string functions): Add the new modules.
35347
35348 2007-01-08  Bruno Haible  <bruno@clisp.org>
35349
35350         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
35351         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
35352         subdirectories.
35353
35354 2007-01-08  Karl Berry  <karl@gnu.org>
35355
35356         * doc/error.texi: mention that main() fns must set program_name
35357         when progname is used.
35358
35359 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
35360
35361         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
35362         WCTYPE_H is empty, for the benefit of builds from non-distclean
35363         directories.  Problem reported by Eric Blake in
35364         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
35365
35366 2007-01-08  Bruno Haible  <bruno@clisp.org>
35367
35368         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
35369         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
35370         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
35371         PROVIDE_CANONICALIZE_FILENAME_MODE.
35372         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
35373
35374 2007-01-08  Bruno Haible  <bruno@clisp.org>
35375
35376         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
35377         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
35378         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
35379         * lib/fts.c: Likewise.
35380         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
35381
35382 2006-12-25  Bruno Haible  <bruno@clisp.org>
35383
35384         * modules/utf8-ucs4-safe: New file.
35385         * lib/utf8-ucs4-safe.h: New file.
35386         * lib/unistr/utf8-ucs4-safe.c: New file.
35387
35388         * modules/utf16-ucs4-safe: New file.
35389         * lib/utf16-ucs4-safe.h: New file.
35390         * lib/unistr/utf16-ucs4-safe.c: New file.
35391
35392         * MODULES.html.sh (Unicode string functions): Add the new modules.
35393
35394 2007-01-08  Bruno Haible  <bruno@clisp.org>
35395
35396         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
35397         (Depends-on): Add unitypes.
35398         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
35399         (u8_mbtouc_aux): Move out to separate file.
35400         (u8_mbtouc): Use ucs4_t, uint8_t types.
35401         * lib/unistr/utf8-ucs4.c: New file.
35402
35403         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
35404         (Depends-on): Add unitypes.
35405         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
35406         (u16_mbtouc_aux): Move out to separate file.
35407         (u16_mbtouc): Use ucs4_t, uint16_t types.
35408         * lib/unistr/utf16-ucs4.c: New file.
35409
35410         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
35411         (Depends-on): Add unitypes.
35412         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
35413         (u8_uctomb_aux): Move out to separate file.
35414         (u8_uctomb): Use ucs4_t, uint8_t types.
35415         * lib/unistr/ucs4-utf8.c: New file.
35416
35417         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
35418         (Depends-on): Add unitypes.
35419         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
35420         (u16_uctomb_aux): Move out to separate file.
35421         (u16_uctomb): Use ucs4_t, uint16_t types.
35422         * lib/unistr/ucs4-utf16.c: New file.
35423
35424 2006-12-25  Bruno Haible  <bruno@clisp.org>
35425
35426         * modules/unitypes: New file.
35427         * lib/unitypes.h: New file.
35428         * MODULES.html.sh (func_all_modules): New section "Unicode string
35429         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
35430         this section. Add unitypes.
35431
35432 2007-01-08  Bruno Haible  <bruno@clisp.org>
35433
35434         Avoid variable names that conflict with those from libtool.
35435         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
35436         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
35437         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
35438         library_names_spec to acl_library_names_spec, hardcode_* to
35439         acl_hardcode_*.
35440         Reported by Ralf Wildenhues.
35441
35442 2007-01-08  Bruno Haible  <bruno@clisp.org>
35443
35444         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
35445         definition.
35446         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
35447         definition.
35448         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
35449         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
35450         definition.
35451         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
35452         definition.
35453         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
35454         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
35455         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
35456         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
35457         definition.
35458         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
35459         definition.
35460         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
35461         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
35462         GC_USE_<algorithm>.
35463         * lib/gc-libgcrypt.c: Likewise.
35464         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
35465         * modules/gc-arctwo (configure.ac): Likewise.
35466         * modules/gc-des (configure.ac): Likewise.
35467         * modules/gc-hmac-md5 (configure.ac): Likewise.
35468         * modules/gc-hmac-sha1 (configure.ac): Likewise.
35469         * modules/gc-md2 (configure.ac): Likewise.
35470         * modules/gc-md4 (configure.ac): Likewise.
35471         * modules/gc-md5 (configure.ac): Likewise.
35472         * modules/gc-random (configure.ac): Likewise.
35473         * modules/gc-rijndael (configure.ac): Likewise.
35474         * modules/gc-sha1 (configure.ac): Likewise.
35475
35476 2007-01-08  Bruno Haible  <bruno@clisp.org>
35477
35478         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
35479         macro definition.
35480         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
35481         definition.
35482         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
35483         definition.
35484         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
35485         * modules/fcntl-safer (configure.ac): Likewise.
35486         * modules/fopen-safer (configure.ac): Likewise.
35487         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
35488         GNULIB_FWRITEERROR macro definition.
35489
35490 2007-01-08  Bruno Haible  <bruno@clisp.org>
35491
35492         * m4/gnulib-common.m4: New file.
35493         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
35494         (func_get_filelist): Add m4/gnulib-common.m4.
35495
35496 2007-01-08  Bruno Haible  <bruno@clisp.org>
35497
35498         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
35499         command.
35500
35501 2007-01-08  Jim Meyering  <jim@meyering.net>
35502
35503         Use a more robust test for a "can't happen" condition.
35504         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
35505         narrowed the st_size value.  Presuming the "can't happen" condition
35506         is true, that narrowing could conceivably convert an invalid st_size
35507         value into a valid one.  Instead, use a change based on Matthew
35508         Woehlke's original patch.
35509
35510         Slight readability improvement: use an assert-like macro
35511         in place of literal "abort ()" uses.
35512         * lib/fts.c (fts_assert): Define.
35513         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
35514         Use this macro instead of a bare 'abort'.
35515
35516 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
35517
35518         Don't worry about using IRIX 5.3's wctype.h broken definitions;
35519         simply work around them.
35520         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
35521         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
35522         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
35523         declaring.
35524         Don't bother to define as macros, since the standard doesn't require it.
35525         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
35526         longer worry about IRIX 5.3.
35527         (HAVE_WCTYPE_CTMP_BUG): Remove.
35528
35529 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35530
35531         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
35532         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
35533         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
35534         Problems reported by Georg Schwarz for IRIX 5.3.
35535
35536         * gnulib-tool (autoconf_minversion): Take the maximum version number
35537         found, not the minimum.  Problem reported by James Youngman.
35538
35539 2007-01-03  Karl Berry  <karl@gnu.org>
35540
35541         * doc/error.texi: new file, explaining interaction with progname.
35542         * doc/gnulib.texi: include it.  Update copyright.
35543
35544 2007-01-03  Simon Josefsson  <simon@josefsson.org>
35545
35546         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
35547         AC_CANONICAL_HOST, to improve autobuild outputs.
35548
35549 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
35550             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
35551
35552         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
35553         sockets, server sockets, and other file descriptors.  Count errors
35554         to compute the return value.  Reorder the code a bit to be easier
35555         to follow.  Don't set event bits that were not requested (except
35556         POLLERR and POLLHUP).
35557
35558 2007-01-01  Bruno Haible  <bruno@clisp.org>
35559
35560         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
35561
35562 2007-01-03  Jim Meyering  <jim@meyering.net>
35563
35564         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
35565
35566 2007-01-02  Bruno Haible  <bruno@clisp.org>
35567
35568         * modules/settime (Include): Require timespec.h.
35569         * modules/nanosleep (Include): Likewise.
35570
35571 2007-01-01  Bruno Haible  <bruno@clisp.org>
35572
35573         * gnulib-tool (func_emit_copyright_notice): Bump year.
35574         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
35575
35576 2007-01-01  Bruno Haible  <bruno@clisp.org>
35577
35578         Improve support for OpenBSD.
35579         * build-aux/config.rpath (libname_spec): Export.
35580         (library_names_spec): New variable. Export.
35581         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
35582         library_names_spec from the config.rpath output. Locate shared library
35583         through the name pattern in library_names_spec.
35584
35585 2007-01-01  Eric Blake  <ebb9@byu.net>
35586
35587         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
35588
35589 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
35590
35591         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
35592         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
35593         assume the C locale, and avoid an "eval" that could cause trouble.
35594         Problem with SORT reported by Bob Proulx.
35595
35596         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
35597         Define.  Trivial patch from Henning Nielsen Lund, originally
35598         sent to bug-grep@gnu.org today.
35599
35600 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
35601
35602         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
35603         struct stat.  Problem reported by Henning Nielsen Lund.
35604         * lib/acl.c: Include acl.h first, to check interface.  Don't
35605         bother to include sys/types.h and sys/stat.h again.
35606
35607 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35608
35609         Import the following change from libc; problem reported by
35610         Sven Verdoolaege.
35611
35612         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
35613
35614         [BZ #1373]
35615         * lib/argp.h: Remove __NTH for __argp_usage inline function.
35616
35617 2006-12-28  Jim Meyering  <jim@meyering.net>
35618
35619         * build-aux/announce-gen: Do not assume that the package
35620         builds any of tar.gz, tar.bz2, and .xdelta files.
35621         Suggestion from Simon Josefsson.
35622
35623 2006-12-28  Simon Josefsson  <simon@josefsson.org>
35624
35625         * modules/announce-gen: New file.
35626
35627 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
35628
35629         * lib/mbchar.h: Just include <wctype.h>; the wctype module
35630         handles its gotchas now.
35631         * lib/mbswidth.c: Likewise.
35632         * lib/wcwidth.h: Likewise.
35633         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
35634         and iswcntrl; the wctype module does this stuff now.
35635         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
35636         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
35637         * modules/mbchar (Depends-on): Add wctype.
35638         * modules/mbswidth (Depends-on): Likewise.
35639         * modules/wcwidth (Depends-on): Likewise.
35640
35641 2006-12-27  Eric Blake  <ebb9@byu.net>
35642
35643         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
35644         module uses more than what <wctype.h> is required to provide.
35645
35646 2006-12-26  Eric Blake  <ebb9@byu.net>
35647
35648         * gnulib-tool (sed_extract_prog): Avoid space-tab.
35649
35650 2006-12-26  Eric Blake  <ebb9@byu.net>
35651
35652         * modules/absolute-header: New module.
35653         * modules/fcntl (Depends-on): Depend on it.
35654         * modules/inttypes (Depends-on): Likewise.
35655         * modules/stdint (Depends-on): Likewise.
35656         * modules/sys_stat (Depends-on): Likewise.
35657         * modules/wctype (Depends-on): Likewise.
35658         * MODULES.html.sh (Support for building libraries and
35659         executables): Document it.
35660
35661 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
35662
35663         * gnulib-tool (SED): Remove, undoing previous change.
35664         The problem was that it broke coreutils on Solaris, because
35665         "sed --posix" leaked into a makefile.
35666         (sed): New alias, if 'alias' and GNU sed.
35667
35668 2006-12-24  Jim Meyering  <jim@meyering.net>
35669
35670         Work around an fchownat bug in glibc-2.4:
35671         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
35672         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
35673         in spite of the -P option.
35674         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
35675         New macros.
35676         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
35677         * modules/openat (Files): Add lib/fchownat.c.
35678         * lib/openat.c (fchownat): Don't define here.  Move to...
35679         * lib/fchownat.c: ...this new file.
35680
35681 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35682
35683         Fix bug reported by Bruno Haible in
35684         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
35685         where quotearg.c didn't compile on Mac OS X 10.2 because it
35686         lacks <wchar.h> and wint_t.
35687         * lib/wctype_.h (__wctype_wint_t): New type.
35688         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
35689         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
35690         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
35691         Arg is now of type __wctype_wint_t, not wint_t.
35692         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
35693         substitute HAVE_WINT_T.
35694         * modules/wctype (Files): Add m4/wint_t.m4.
35695         (wctype.h): Substitute HAVE_WINT_T.
35696
35697 2006-12-23  Bruno Haible  <bruno@clisp.org>
35698
35699         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
35700
35701 2006-12-23  Bruno Haible  <bruno@clisp.org>
35702
35703         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
35704         S_ISLNK.
35705         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
35706         mingw.
35707
35708 2006-12-22  Bruno Haible  <bruno@clisp.org>
35709
35710         * lib/copy-file.c: Include acl.h.
35711         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
35712         Close the file descriptors only after being done with copy_acl.
35713         * modules/copy-file (Depends-on): Add acl.
35714
35715 2006-12-22  Bruno Haible  <bruno@clisp.org>
35716
35717         * gnulib-tool (SED): New variable.
35718         Use $SED instead of sed everywhere.
35719
35720 2006-12-22  Bruno Haible  <bruno@clisp.org>
35721
35722         * modules/no-c++: New file.
35723         * m4/no-c++.m4: New file.
35724         * MODULES.html.sh (Support for building libraries and executables):
35725         Add no-c++.
35726
35727 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
35728
35729         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
35730         Include <limits.h>, and use its INT_MAX to rewrite the
35731         j loop so that it does not overflow 'int'.  Problem reported by
35732         Ralf Wildenhues in
35733         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
35734         Play it safe by shifting left by 1 rather than multiplying by 2,
35735         as GCC is less likely to optimize this away when the value
35736         is signed (when it assumes overflow leads to undefined behavior).
35737         Also, don't assume time_t uses two's complement.
35738
35739 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
35740
35741         * MODULES.html.sh: New module wctype.
35742         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
35743         * lib/fnmatch.c: Don't bother to include <wchar.h> before
35744         <wctype.h>, since the new wctype module should fix this.
35745         * lib/quotearg.c: Include <wctype.h> unconditionally, since
35746         the wctype module should arrange for it.
35747         * lib/regex_internal.h: Likewise.
35748         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
35749         since the wctype module should handle this now.
35750         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
35751         * modules/fnmatch (Depends-on): Add wctype.
35752         * modules/quotearg (Depends-on): Likewise.
35753         * modules/regex (Depends-on): Likewise.
35754
35755 2006-12-19  Bruno Haible  <bruno@clisp.org>
35756
35757         * lib/strdup.h [C++]: Wrap definitions in extern "C".
35758         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
35759
35760 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35761
35762         * modules/savewd (Depends-on): Fix dependency on fcntl.
35763
35764 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
35765
35766         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
35767         conforms to C99, rather than relying on the user's environment
35768         setting of STDINT_H.
35769
35770 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
35771         and Eric Blake  <ebb9@byu.net>
35772
35773         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
35774         This is more consistent with the other defines here.
35775         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
35776         Port to z/OS.  Problem reported by Paul Gilmartin.
35777         Change local vars to use gl_ prefix rather than ac_.
35778         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
35779         with other defines.
35780         * modules/double-slash-root: New module.
35781         * modules/dirname (Files): Remove m4/double-slash-root.m4.
35782         (Depends-on): Add double-slash-root.
35783         * MODULES.html.sh (File system functions): Mention new module.
35784
35785 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
35786
35787         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
35788         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
35789         This is for the benefit of gzip, which doesn't do i18n.
35790
35791 2006-12-12  Jim Meyering  <jim@meyering.net>
35792
35793         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
35794         Reported by Andreas Schwab <schwab@suse.de>.
35795
35796 2006-12-12  Bruno Haible  <bruno@clisp.org>
35797
35798         Merge these changes.
35799         2006-09-05  Bruno Haible  <bruno@clisp.org>
35800         * lib/iconvme.c (iconv_string): No need to save and restore errno when
35801         iconv_alloc succeeded.
35802         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
35803         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
35804         test for " && dest " at the end - dest is always != NULL there. Call
35805         iconv with 4xNULL arguments initially, to reset the state. Call iconv
35806         with 2xNULL arguments, also to flush the state storage. Handle the
35807         IRIX iconv behaviour. Realloc the final result, to throw away unused
35808         memory.
35809
35810 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
35811
35812         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
35813         and fchmodat unconditionally, since glibc 2.4 has them.
35814         Problem reported by Arkadiusz Miskiewicz.
35815
35816 2006-12-10  Bruno Haible  <bruno@clisp.org>
35817
35818         * gnulib-tool (func_import): Show the include files only for those
35819         modules that are copied and specified.
35820         Reported by Karl Berry.
35821
35822 2006-12-08  Jim Meyering  <jim@meyering.net>
35823
35824         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
35825         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
35826
35827         * build-aux/announce-gen: Add two new options, both optional:
35828         --bootstrap-tools=TOOL_LIST
35829               a comma-separated list of tools, e.g.,
35830               autoconf,automake,bison,gnulib
35831         --gnulib-snapshot-date=DATE
35832               if gnulib is in the bootstrap tool list,
35833               then report this as the snapshot date.
35834               If not specified, use the current date/time.
35835               If you specify a date here, be sure it's UTC.
35836
35837 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35838
35839         * tests/test-argp-2.sh: Fix test to match actual output.
35840         (func_compare): Fix sed script to be portable.
35841
35842 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
35843
35844         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
35845         workaround for this case.  It is not autoconfigured now; offhand
35846         it's hard to see how to autoconfigure it.
35847
35848 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
35849
35850         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
35851         a directory that is about to be chowned.  Such a directory's
35852         initial file permissions should permit the owner only and this
35853         should not be changed until after the chown, since the group and
35854         other bits would be incorrect if they granted permission before
35855         the chown.
35856
35857         Fix porting problem for iswctype reported by Georg Schwarz in:
35858         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
35859         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
35860         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
35861         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
35862         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35863
35864 2006-12-03  Jim Meyering  <jim@meyering.net>
35865
35866         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
35867         p->fts_statp may not yet be defined.
35868         (fts_read): Instead, set it in the caller, once p->fts_statp is
35869         sure to be defined, and corresponds to a top-level directory.
35870         This bug made du -x fail.  Here's the coreutils test case:
35871         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
35872         Reported by Mike Frysinger.
35873
35874 2006-12-01  Jim Meyering  <jim@meyering.net>
35875
35876         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
35877         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
35878         Reported by Simon Josefsson.
35879
35880 2006-11-30  Jim Meyering  <jim@meyering.net>
35881
35882         * m4/warning.m4: Use the all-permissive copyright notice
35883         recommended by RMS (rather than LGPL).
35884         * m4/vararrays.m4: Likewise.
35885         * m4/flexmember.m4: Likewise.
35886
35887 2006-11-29  Bruno Haible  <bruno@clisp.org>
35888
35889         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
35890         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
35891         using +=.
35892         Reported by Simon Josefsson <simon@josefsson.org>.
35893
35894 2006-11-28  James Youngman <jay@gnu.org>
35895
35896         * README: Advise users that they might find the bug-gnulib@gnu.org
35897         and autotools-announce@gnu.org mailing lists useful.
35898
35899 2006-11-28  Bruno Haible  <bruno@clisp.org>
35900
35901         * m4/ptrdiff_max.m4: Remove file.
35902
35903 2006-11-21  Bruno Haible  <bruno@clisp.org>
35904
35905         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
35906         _AC_COMPUTE_INT.
35907         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35908         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
35909         _AC_COMPUTE_INT.
35910         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35911         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
35912         _AC_COMPUTE_INT.
35913         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35914
35915 2006-11-28  Jim Meyering  <jim@meyering.net>
35916
35917         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
35918         warning from "gcc -Wshadow" about shadowing the builtin.
35919
35920 2006-11-27  Bruno Haible  <bruno@clisp.org>
35921
35922         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
35923         _AC_COMPUTE_INT.
35924         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
35925
35926 2006-11-27  Bruno Haible  <bruno@clisp.org>
35927             Paul Eggert  <eggert@cs.ucla.edu>
35928
35929         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
35930
35931 2006-11-26  Bruno Haible  <bruno@clisp.org>
35932
35933         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
35934         noinst_LTLIBRARIES.
35935
35936 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35937             Bruno Haible  <bruno@clisp.org>
35938
35939         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
35940         if compiling with "gcc -ansi".
35941
35942 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35943
35944         Fix some incompatibilities with gcc -ansi -pedantic.
35945         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
35946         if compiling pedantically with GCC, unless it's C99 or later.
35947         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
35948         it mishandles gcc -ansi -pedantic as well.
35949         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
35950         if gcc -pedantic.
35951         * lib/regexec.c (check_node_accept_bytes): Don't use auto
35952         initializers for struct if -pedantic, unless it's C99 or later.
35953
35954 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
35955
35956         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
35957         Don't close an fd more than once. Identical atimes indicate
35958         success, not failure.
35959
35960 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
35961
35962         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
35963
35964 2006-11-23  Jim Meyering  <jim@meyering.net>
35965
35966         * build-aux/announce-gen: New file.  From coreutils.
35967
35968 2006-11-22  Jim Meyering  <jim@meyering.net>
35969
35970         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
35971         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
35972         (fts_read): Use a temporary to narrow the overused st_size member
35973         before using it in a switch statement.  Reported by Matthew Woehlke.
35974
35975         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
35976         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
35977
35978 2006-11-20  Bruno Haible  <bruno@clisp.org>
35979
35980         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
35981         changequote instead of pairs of brackets.
35982         Reported by Andreas Schwab <schwab@suse.de>.
35983
35984 2006-11-21  Jim Meyering  <jim@meyering.net>
35985
35986         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
35987         so as to remain compatible with older compilers.
35988         Patch from Michael Deutschmann.
35989
35990 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35991
35992         * MODULES.html.sh (File system functions): Add openat.
35993
35994         * lib/openat.h (rpl_fstatat): New macro, if
35995         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
35996         (fstatat): Define to rpl_fstatat under the same conditions,
35997         unless COMPILING_FSTATAT.
35998         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
35999         seems to have the bug.
36000         * lib/fstatat.c: New file.
36001         * modules/openat (Files): Add it.
36002
36003 2006-11-20  Bruno Haible  <bruno@clisp.org>
36004
36005         * Makefile: New file.
36006
36007 2006-11-20  Jim Meyering  <jim@meyering.net>
36008
36009         The beginnings of syntax-related checks for gnulib.
36010         * lib/Makefile: New file.
36011         * lib/t-idcache: New script.  Ensure that the two halves of
36012         idcache.c stay in sync.
36013
36014         * lib/idcache.c: Adjust comments in user- and group- portions to
36015         be more accurate, and to be consistent with one another.
36016
36017 2006-11-20  Jim Meyering  <jim@meyering.net>
36018
36019         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
36020         continue using the flexible array member (thus, this module performs
36021         half as many malloc calls), with the addition that...
36022         (getgroup, getuser): Consistently record a non-match via an empty
36023         "name" string, and map an empty string match to a NULL return value.
36024         * modules/idcache (Depends-on): Re-add flexmember.
36025
36026         * lib/idcache.c (getuser): Remove all uses of the register keyword.
36027         (getuidbyname, getgroup, getgidbyname): Likewise.
36028
36029         Use cleaner syntax: NULL rather than 0.
36030         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
36031
36032 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
36033
36034         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
36035         It mishandled the case where the group was missing.
36036         Problem reported by Greg Schafer.
36037         * modules/idcache: Likewise.
36038
36039 2006-11-18  Jim Meyering  <jim@meyering.net>
36040
36041         * check-module (%exempt_header): Add exception for some
36042         conditionally-included headers.
36043
36044         * modules/i-ring (Depends-on): Add verify.
36045         (License): Change to LGPL.
36046
36047 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
36048
36049         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
36050         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
36051         and inttostr.h.  Use snprintf rather than uinttostr, so that
36052         LGPLed code doesn't depend on GPLed.
36053
36054 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
36055
36056         * modules/inline (License): Change from GPL to LGPL.
36057
36058 2006-11-17  Jim Meyering  <jim@meyering.net>
36059
36060         * modules/d-type (License): Switch to LGPL.
36061
36062 2006-11-15  Bruno Haible  <bruno@clisp.org>
36063
36064         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
36065
36066 2006-11-15  Eric Blake  <ebb9@byu.net>
36067
36068         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
36069         the module dependency.
36070
36071 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36072             Bruno Haible  <bruno@clisp.org>
36073
36074         * gnulib-tool (func_create_testdir): Add license consistency check.
36075
36076 2006-11-15  Eric Blake  <ebb9@byu.net>
36077
36078         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
36079         random "(cached)" in configure output.
36080
36081 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36082
36083         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
36084         test for conforming inttypes.h is both announced and cached.
36085
36086         * MODULES.html.sh (seen_modules, seen_files): New variables.
36087         (func_module): Rewrite to use a few less gnulib-tool and sed
36088         invocations.  Avoid a couple of quadratic algorithms for ...
36089         (missed_modules, missed_files): ... these, with ...
36090         (func_append, func_tmpdir): ... these new functions, from
36091         gnulib-tool.  Analogously, install traps for cleanup.
36092
36093         * tests/test-gc.c (main): Remove unused variables.
36094         * tests/test-read-file.c: Include stdlib.h, for 'free'.
36095
36096 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
36097
36098         * modules/inttostr (License): Change to LGPL.
36099
36100 2006-11-14  Eric Blake  <ebb9@byu.net>
36101
36102         * modules/tempname (License): Change to LGPL.
36103
36104 2006-11-14  Eric Blake  <ebb9@byu.net>
36105
36106         * doc/functions.texi (Function Portability): *printf functions on
36107         Cygwin now understand all POSIX size specifiers.
36108
36109 2006-11-14  Bruno Haible  <bruno@clisp.org>
36110
36111         * modules/c-ctype (License): Change to LGPL.
36112
36113 2006-11-12  Bruno Haible  <bruno@clisp.org>
36114
36115         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
36116         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
36117         for GNOME libraries, for which the include files are installed in
36118         subdirectories of $prefix/include.
36119
36120 2006-11-12  Bruno Haible  <bruno@clisp.org>
36121
36122         * m4/lib-link.m4: Require at least autoconf-2.54.
36123         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
36124         name to underscores for the --with option.
36125
36126 2006-11-13  Bruno Haible  <bruno@clisp.org>
36127
36128         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
36129         the tests directory.
36130         Reported by Ralf Wildenhues.
36131
36132 2006-11-13  Bruno Haible  <bruno@clisp.org>
36133
36134         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
36135         (func_emit_initmacro_end): Undo the override here.
36136         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
36137         Works around the famous automake error in coreutils.
36138
36139 2006-11-13  Eric Blake  <ebb9@byu.net>
36140
36141         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
36142         element, not its node.
36143
36144 2006-11-12  Bruno Haible  <bruno@clisp.org>
36145
36146         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
36147         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
36148
36149 2006-11-12  Bruno Haible  <bruno@clisp.org>
36150
36151         * gnulib-tool: New option --local-symlink.
36152         (func_usage): Document it.
36153         (lsymbolic): New variable.
36154         (func_import, func_create_testdir): If --symlink was not specified,
36155         test whether --local-symlink was specified and the file comes from
36156         the local_gnulib_dir.
36157
36158 2006-11-12  Bruno Haible  <bruno@clisp.org>
36159
36160         * gnulib-tool (func_ln): New function.
36161         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
36162
36163 2006-11-12  Bruno Haible  <bruno@clisp.org>
36164
36165         Finish support for source files in subdirectories.
36166         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
36167         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
36168         AUTOMAKE_OPTIONS.
36169         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
36170
36171 2006-11-12  Bruno Haible  <bruno@clisp.org>
36172
36173         * gnulib-tool (func_get_automake_snippet): Synthesize also an
36174         EXTRA_lib_SOURCES augmentation.
36175         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
36176
36177 2006-11-12  Jim Meyering  <jim@meyering.net>
36178
36179         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
36180         file descriptors.  This also averts a failure on systems with
36181         native openat support when a traversed directory lacks "x" access.
36182         * lib/fts_.h: Include "i-ring.h"
36183         (struct FTS) [fts_fd_ring]: New member.
36184         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
36185         (FCHDIR): Add parentheses.
36186         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
36187         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
36188         When descending, rather than simply closing the previous
36189         fts_cwd_fd value, push that file descriptor onto the ring.
36190         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
36191         (fts_open): Initialize the new fd_ring member.
36192         (fts_close): Clear the ring.
36193         (fts_safe_changedir): When possible, use our new fd_ring to skip
36194         the diropen and fstat and dev/ino comparison that would normally
36195         accompany a virtual `chdir ("..")'.
36196
36197         * modules/fts (Depends-on): Add i-ring.
36198         * modules/i-ring: New module.
36199         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
36200         * m4/i-ring.m4: New file.
36201
36202 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36203
36204         * gnulib-tool (func_create_testdir): Fix replacement of
36205         `build-aux' in configure.ac.  Run autotools in gltests
36206         subdirectory.
36207         (func_create_testdir, func_create_megatestdir, test): There is
36208         no need for '--force' in most autotool invocations in a new
36209         tree.  Actually fail the whole test if any of the tools, or the
36210         configure or make stages fail.
36211
36212         Sync from Automake.
36213         * build-aux/gnupload: Revert last change.  Add pointer to upload
36214         instructions of the GNU Maintenance Instructions.
36215         Suggestion by Karl Berry.
36216
36217 2006-11-10  Jim Meyering  <jim@meyering.net>
36218
36219         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
36220
36221 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36222
36223         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
36224         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
36225         (bind_textdomain_codeset) [! ENABLE_NLS]:
36226         Evaluate all the arguments.  That way, callers get compatible behavior
36227         if the arguments have side effects.  Also, it avoids some GCC
36228         diagnostics in some cases; Joel E. Denny reported problems when Bison
36229         was configured with --enable-gcc-warnigs.
36230
36231 2006-11-10  Jim Meyering  <jim@meyering.net>
36232
36233         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
36234         relevant options in CFLAGS (like -O, -fno-inline) are taken into
36235         account.
36236
36237 2006-11-10  Jim Meyering  <jim@meyering.net>
36238
36239         * modules/inline: New file/module.
36240         * modules/xalloc (Files): Remove m4/inline.m4.
36241         (Depends-on): Add inline, instead.
36242         * modules/oset: Likewise.
36243         * modules/list: Likewise.
36244
36245 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36246
36247         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
36248         Problem reported by Matthew Woehlke.
36249
36250 2006-11-09  Bruno Haible  <bruno@clisp.org>
36251
36252         * lib/tempname.c (gen_tempname): Remove variant that invokes
36253         __gen_tempname.
36254         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
36255         __gen_tempname.
36256
36257 2006-11-08  Bruno Haible  <bruno@clisp.org>
36258
36259         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
36260         to 'yes' instead of 'cross-compiling'.
36261
36262 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
36263
36264         * lib/quotearg.h (quotearg_free): New decl.
36265         * lib/quotearg.c (quotearg_free): New function.
36266         (slot0, nslots, slotvec0, slotvec):
36267         Now file-scope so that quotearg_free can get at them.
36268
36269 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36270
36271         Sync from Automake.
36272         * build-aux/gnupload: Add missing 'gnu' to example URL.
36273         Report by Karl Berry.
36274
36275 2006-11-08  Bruno Haible  <bruno@clisp.org>
36276
36277         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
36278         Suggested by Paul Eggert.
36279
36280 2006-11-08  Jim Meyering  <jim@meyering.net>
36281
36282         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
36283         It's already included if !_LIBC.
36284         (fts_safe_changedir): Add a comment.
36285
36286 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
36287
36288         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
36289         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
36290         Matthew Woehlke.
36291
36292         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
36293         definitions up, to avoid colliding with change below.
36294         (static_inline) [HAVE_INLINE]: New macro.
36295         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
36296         Provide extern decls when !HAVE_INLINE.  Do not define unless
36297         static_inline is defined, either by us or by xmalloc.c.  Use
36298         static_inline rather than static inline.
36299         (XCALLOC): Optimize sizeof(T) = 1 case.
36300         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
36301
36302 2006-11-07  Bruno Haible  <bruno@clisp.org>
36303
36304         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
36305         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
36306         AC_C_INLINE.
36307         * modules/xalloc (Files): Add m4/inline.m4.
36308
36309 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36310
36311         * README: Fix typo.
36312         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
36313         (Miscellanous Notes): ...from this.
36314
36315 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
36316
36317         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
36318         Mention that offsetof should be used instead of sizeof.
36319         From Bruno Haible.
36320
36321 2006-11-07  Bruno Haible  <bruno@clisp.org>
36322
36323         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
36324
36325 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
36326
36327         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
36328         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
36329         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
36330         (gl_tree_add_before, gl_tree_add_after):
36331         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
36332         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
36333         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36334         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
36335         (gl_linked_add_after, gl_linked_add_at): Likewise.
36336         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
36337         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
36338         (gl_tree_add_before, gl_tree_add_after): Likewise.
36339         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
36340         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
36341         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
36342
36343 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36344
36345         * lib/gl_oset.h: Use C comment style, not C++ comment style.
36346
36347 2006-11-06  Bruno Haible  <bruno@clisp.org>
36348
36349         * m4/inline.m4: New file.
36350         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
36351         * modules/list (Files): Add m4/inline.m4.
36352         * modules/oset (Files): Likewise.
36353
36354 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
36355
36356         * lib/idcache.c: Include <stddef.h>, for offsetof.
36357         (struct userid.name): Change from char * to a flexible array member.
36358         All uses changed.
36359         * modules/idcache (Depends-on): Add flexmember.
36360
36361         * MODULES.html.sh (Core language properties): New module flexmember.
36362         * modules/flexmember, m4/flexmember.m4: New files.
36363
36364         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
36365         inline functions that are identical with the old xnmalloc_inline,
36366         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
36367         that we can avoid some unnecessary integer multiplications and
36368         divisions in the common case where the element size is known at
36369         compile time.
36370         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
36371         needed.
36372         (xnboundedmalloc): Remove.
36373         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
36374         arguments, for consistency with rest of this header.
36375         (xcharalloc): Rewrite using XNMALLOC.
36376         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
36377         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
36378         versions have been moved to lib/xalloc.h and renamed to be the
36379         non-*_inline versions.
36380         (xmalloc, xrealloc): Implement without reference to the xnmalloc
36381         and xnrealloc functions, since those functions are now inline and
36382         now call us.
36383         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
36384         renaming described above.
36385         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
36386         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
36387         captures the dependency in AC_C_INLINE.
36388
36389         New module canonicalize-lgpl, proposed by Charles Wilson in
36390         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
36391         with a few small changes afterwards.
36392         * MODULES.html.sh (File system functions): New module
36393         canonicalize-lgpl.
36394         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
36395         and canonicalize_file_name.
36396         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
36397         * modules/canonicalize-lgpl: New files.
36398
36399 2006-11-05  Bruno Haible  <bruno@clisp.org>
36400
36401         * gnulib-tool (func_import, func_create_testdir): Create directories
36402         also for files in subdirectories of lib/.
36403
36404 2006-11-05  Bruno Haible  <bruno@clisp.org>
36405
36406         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
36407         ANSI C compliant.
36408
36409 2006-11-03  Bruno Haible  <bruno@clisp.org>
36410
36411         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
36412         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
36413         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
36414         (xnboundedmalloc): New inline function.
36415         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
36416         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
36417         xmalloc.
36418         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
36419         xmalloc.
36420         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
36421         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
36422         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
36423         xmalloc.
36424         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
36425         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
36426         xmalloc.
36427         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
36428         gl_tree_add_after): Use XMALLOC instead of xmalloc.
36429         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
36430         xmalloc.
36431         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
36432         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
36433         gl_tree_add_after): Use XMALLOC instead of xmalloc.
36434         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
36435         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
36436         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
36437         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
36438
36439 2006-11-03  Bruno Haible  <bruno@clisp.org>
36440
36441         * lib/c-ctype.h [C++]: Define functions without name mangling.
36442         * lib/fwriteerror.h [C++]: Likewise.
36443         * lib/gcd.h [C++]: Likewise.
36444         * lib/linebreak.h [C++]: Likewise.
36445
36446 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
36447
36448         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
36449         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
36450         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
36451         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
36452         Check for functions and headers just once.
36453         Check for declaration of canonicalize_file_name.
36454         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
36455
36456 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
36457
36458         * gnulib-tool (func_import): Fix typo in actioncmd.
36459
36460 2006-11-02  Bruno Haible  <bruno@clisp.org>
36461
36462         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
36463         newline sequence in the Makefile.am snippet as a space, like "make"
36464         does.
36465         Reported by Roger Persson <perrog@gmail.com>.
36466
36467 2006-11-01  Bruno Haible  <bruno@clisp.org>
36468
36469         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
36470         already declared in <string.h>.
36471         * lib/strcase.h (strncasecmp): Don't declare it if yes.
36472
36473 2006-11-01  Bruno Haible  <bruno@clisp.org>
36474
36475         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
36476         * lib/strcase.h: Include <string.h>.
36477         (strcasecmp): Define to rpl_strcasecmp here.
36478
36479 2006-11-01  Bruno Haible  <bruno@clisp.org>
36480
36481         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
36482
36483 2006-11-01  Eric Blake  <ebb9@byu.net>
36484
36485         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
36486
36487         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
36488
36489 2006-10-29  Bruno Haible  <bruno@clisp.org>
36490
36491         Make it compile in C++ mode.
36492         * lib/full-write.c (full_rw): Add a cast.
36493
36494 2006-11-01  Bruno Haible  <bruno@clisp.org>
36495
36496         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
36497         be POSIX compliant.
36498         Reported by Roger Persson <perrog@gmail.com>.
36499
36500 2006-11-01  Eric Blake  <ebb9@byu.net>
36501
36502         * lib/getopt_.h: Fix comments.
36503
36504 2006-10-31  Eric Blake  <ebb9@byu.net>
36505
36506         * modules/tmpdir (Depends-on): Add sys_stat.
36507         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
36508         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
36509         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
36510         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
36511         tempname.
36512
36513 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
36514
36515         Avoid some C++ diagnostics reported by Bruno Haible.
36516         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
36517         xmalloc.
36518         (quotearg_alloc): Use xcharalloc rather than xmalloc.
36519         (struct slotvec): Move to top level.
36520         (quotearg_n_options): Rewrite to avoid xmalloc.
36521         * lib/xalloc.h (xcharalloc): New function.
36522         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
36523         [defined __cplusplus]: Add function template that provides result
36524         type propagation.  This part of the change is from Bruno Haible.
36525
36526 2006-10-29  Bruno Haible  <bruno@clisp.org>
36527
36528         Make it compile in C++ mode.
36529         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
36530         * lib/strnlen1.c (strnlen1): Cast memchr result.
36531         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
36532         * lib/clean-temp.c (string_equals, string_hash): Add casts.
36533         (create_temp_dir): Rename local variable 'template'.
36534         (compile_csharp_using_sscli): Add cast.
36535         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
36536         * lib/findprog.c (find_in_path): Likewise.
36537         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
36538         * lib/wait-process.c (register_slave_subprocess): Likewise.
36539
36540 2006-10-22  Bruno Haible  <bruno@clisp.org>
36541
36542         * modules/tsearch: New file.
36543         * lib/tsearch.h: New file.
36544         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
36545         * m4/tsearch.m4: New file.
36546         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
36547
36548 2006-10-29  Eric Blake  <ebb9@byu.net>
36549
36550         * lib/arcfour.c: Assume config.h.
36551         * lib/arctwo.c: Likewise.
36552         * lib/base64.c: Likewise.
36553         * lib/check-version.c: Likewise.
36554         * lib/crc.c: Likewise.
36555         * lib/des.c: Likewise.
36556         * lib/gc-gnulib.c: Likewise.
36557         * lib/gc-libgcrypt.c: Likewise.
36558         * lib/gc-pbkdf2-sha1.c: Likewise.
36559         * lib/getaddrinfo.c: Likewise.
36560         * lib/getdelim.c: Likewise.
36561         * lib/getline.c: Likewise.
36562         * lib/hmac-md5.c: Likewise.
36563         * lib/hmac-sha1.c: Likewise.
36564         * lib/iconvme.c: Likewise.
36565         * lib/md2.c: Likewise.
36566         * lib/md4.c: Likewise.
36567         * lib/memxor.c: Likewise.
36568         * lib/read-file.c: Likewise.
36569         * lib/readline.c: Likewise.
36570         * lib/rijndael-alg-fst.c: Likewise.
36571         * lib/rijndael-api-fst.c: Likewise.
36572         * lib/xgetdomainname.c: Likewise.
36573
36574 2006-10-28  Eric Blake  <ebb9@byu.net>
36575
36576         * lib/xstrndup.c: Assume config.h.
36577
36578 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
36579
36580         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
36581         stat-macros.h is now for our own macros, whereas stat_h is for
36582         macros in the <sys/stat.h> name space.
36583         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
36584         (STAT_MACROS_H): Remove.
36585         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
36586         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
36587         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
36588         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
36589         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
36590         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
36591         Move these macros to ...
36592         * lib/stat_.h: here.  Don't include stat-macros.h.
36593         * lib/canonicalize.c: Don't include stat-macros.h.
36594         * lib/chown.c: Likewise.
36595         * lib/euidaccess.c: Likewise.
36596         * lib/file-type.c: Likewise.
36597         * lib/filemode.c: Likewise.
36598         * lib/glob.c: Likewise.
36599         * lib/isapipe.c: Likewise.
36600         * lib/lchown.c: Likewise.
36601         * lib/lstat.c: Likewise.
36602         * lib/mkdir-p.c: Likewise.
36603         * lib/rmdir.c: Likewise.
36604         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
36605         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
36606         unless mkdir isn't declared, to speed up 'configure'.
36607         Always create sys/stat.h, since it's unlikely any real sys/stat.h
36608         would define all the S_* symbols.
36609         * modules/canonicalize (Depends-on):
36610         Depend on sys_stat, not stat-macros.
36611         * modules/chown: Likewise.
36612         * modules/euidaccess: Likewise.
36613         * modules/filemode: Likewise.
36614         * modules/file-type: Likewise.
36615         * modules/glob: Likewise.
36616         * modules/isapipe: Likewise.
36617         * modules/lchown: Likewise.
36618         * modules/lstat: Likewise.
36619         * modules/mkancesdirs: Likewise.
36620         * modules/rmdir: Likewise.
36621         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
36622         * modules/modechange: Likewise.
36623         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
36624         (configure.ac): Remove gl_STAT_MACROS.
36625         * modules/sys_stat (Depends-on): Remove stat-macros.
36626
36627 2006-10-27  Bruno Haible  <bruno@clisp.org>
36628
36629         * m4/signed.m4: Remove file.
36630         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
36631         invocation.
36632         * modules/vasnprintf (Files): Remove m4/signed.m4.
36633
36634 2006-10-27  Bruno Haible  <bruno@clisp.org>
36635
36636         Update to GNU gettext 0.16.
36637         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
36638         m4/inttypes-h.m4, m4/signed.m4.
36639         * m4/gettext.m4: Update to GNU gettext 0.16.
36640         * m4/intl.m4: New file, from GNU gettext.
36641         * m4/intldir.m4: New file, from GNU gettext.
36642         * config/srclist.txt: Update
36643
36644 2006-10-27  Eric Blake  <ebb9@byu.net>
36645
36646         * MODULES.html.sh: Document tempname.
36647         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
36648         dependencies.
36649         (Files): Move lib/tempname.c...
36650         * modules/tempname: ...to this new module.
36651         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
36652         (gl_PREREQ_TEMPNAME): Move...
36653         * m4/tempname.m4: ...to this new file.
36654         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
36655         * modules/sys_stat (Depends-on): Add stat-macros.
36656         * lib/stat_.h (includes): Pick up stat macros.
36657         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
36658         if stat macros are broken.
36659         * lib/tempname.c (includes): No need to include "stat-macros.h".
36660         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
36661         (direxists, __path_search) [!_LIBC]: Don't compile these in
36662         gnulib; the tmpdir module covers that.
36663         * lib/tempname.h: New file.
36664
36665 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
36666
36667         * COPYING: Explain how gnulib-tool converts licence headers.
36668         Almost all wording by Eric Blake.
36669
36670 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
36671
36672         * lib/mbchar.h (is_basic_table): Make read-only.
36673         * lib/mbchar.c (is_basic_table): Likewise.
36674         Reported by John Darrington.
36675
36676 2006-10-25  Bruno Haible  <bruno@clisp.org>
36677
36678         * lib/progname.h (set_program_name): Undefine before defining.
36679
36680 2006-10-25  Bruno Haible  <bruno@clisp.org>
36681
36682         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
36683         false for non-gcc C++ compilers.
36684         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
36685
36686 2006-10-24  Bruno Haible  <bruno@clisp.org>
36687
36688         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
36689         iconv implementations like Irix iconv.
36690
36691 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36692
36693         * modules/vararrays: New file.
36694         * m4/vararrays.m4: New file, taken from diffutils.
36695         * MODULES.html.sh: New module vararrays.
36696
36697 2006-10-24  Karl Berry  <karl@gnu.org>
36698
36699         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
36700         Don't call GNU Unix.
36701
36702 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36703
36704         * users.txt: Add Libtool.
36705
36706         Sync from Libtool:
36707
36708         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36709
36710         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
36711         to gnulib's policy of including config.h unconditionally.
36712
36713 2006-10-24  Bruno Haible  <bruno@clisp.org>
36714
36715         * modules/wcwidth (Files): Add m4/wint_t.m4.
36716         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
36717         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
36718
36719 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36720
36721         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
36722         to pacify GCC with some -W flags enabled.  Problem reported by
36723         Bruno Haible.
36724
36725 2006-10-24  Jim Meyering  <jim@meyering.net>
36726
36727         * MODULES.html.sh: Remove uinttostr.  It's not a module.
36728         Reported by Karl Berry.
36729
36730 2006-10-23  Bruno Haible  <bruno@clisp.org>
36731
36732         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
36733
36734 2006-10-24  Bruno Haible  <bruno@clisp.org>
36735
36736         * lib/gl_list.h: Use C comment style, not C++ comment style.
36737
36738 2006-10-23  Eric Blake  <ebb9@byu.net>
36739
36740         * lib/getaddrinfo.c (includes): Add missing include.
36741
36742 2006-10-23  Bruno Haible  <bruno@clisp.org>
36743             Paul Eggert  <eggert@cs.ucla.edu>
36744
36745         Ability to rename obstack_free.
36746         * lib/obstack.h (__obstack_free): New macro. Declare instead of
36747         obstack_free.
36748         (obstack_free): Invoke the __obstack_free macro.
36749         * lib/obstack.c (obstack_free): Use __obstack_free macro.
36750
36751 2006-10-23  Bruno Haible  <bruno@clisp.org>
36752             Paul Eggert  <eggert@cs.ucla.edu>
36753
36754         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
36755         __argc, __argv from the declaration. (They are defined as macros on
36756         mingw.)
36757
36758 2006-10-22  Bruno Haible  <bruno@clisp.org>
36759
36760         * doc/gnulib-intro.texi: New file.
36761         * doc/gnulib.texi: Include it.
36762
36763 2006-10-21  Bruno Haible  <bruno@clisp.org>
36764
36765         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
36766         "Introduction", "Miscellanous Notes", "Particular Modules".
36767
36768 2006-10-21  Bruno Haible  <bruno@clisp.org>
36769
36770         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36771         Change mostlyclean-local rule to avoid sh syntax error from bash
36772         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
36773
36774 2006-10-23  Jim Meyering  <jim@meyering.net>
36775
36776         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
36777         in place of snprintf.
36778
36779         * modules/inttostr (Files): Add lib/uinttostr.c.
36780         * lib/uinttostr.c (inttostr): New file/function.
36781         * lib/inttostr.h (uinttostr): Declare.
36782         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
36783         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
36784         Add uinttostr.
36785         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
36786
36787 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
36788
36789         * lib/canonicalize.c (ELOOP): Define if not already defined.
36790         Problem reported by Bruno Haible in
36791         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
36792
36793 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
36794
36795         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
36796         Problem reported by Perry Smith and Ville Laurikari.
36797
36798         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
36799         uses.
36800
36801 2006-10-19  Bruno Haible  <bruno@clisp.org>
36802
36803         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
36804         for mingw.
36805
36806 2006-10-19  Bruno Haible  <bruno@clisp.org>
36807
36808         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
36809         Needed for mingw.
36810
36811 2006-10-19  Bruno Haible  <bruno@clisp.org>
36812
36813         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
36814
36815 2006-10-19  Bruno Haible  <bruno@clisp.org>
36816
36817         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
36818         it.
36819
36820 2006-10-19  Bruno Haible  <bruno@clisp.org>
36821
36822         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
36823         invocation.
36824
36825 2006-10-19  Bruno Haible  <bruno@clisp.org>
36826
36827         * gnulib-tool (func_create_testdir): Don't include ftruncate and
36828         mountlist by default.
36829
36830 2006-10-16  Bruno Haible  <bruno@clisp.org>
36831
36832         * lib/c-strstr.c: Include c-strstr.h.
36833
36834 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
36835
36836         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
36837         in a slash.
36838
36839 2006-10-18  Bruno Haible  <bruno@clisp.org>
36840
36841         * lib/lock.h [C++]: Wrap definitions in extern "C".
36842
36843 2006-10-18  Bruno Haible  <bruno@clisp.org>
36844
36845         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
36846         gl_LIBOBJS list.
36847
36848 2006-10-18  Bruno Haible  <bruno@clisp.org>
36849
36850         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
36851
36852 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
36853
36854         * lib/xstrtol.h: Include gettext.h.
36855         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
36856         Problem reported by Eric Blake.
36857         * modules/xstrtol (Depends-on): Add gettext-h.
36858
36859 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
36860
36861         * lib/strftime.c (advance): New macro.
36862         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
36863         incomplete type, so you can't add 0 to it.  Problem and patch
36864         reported by Eelco Dolstra for dietlibc.
36865
36866 2006-10-18  Jim Meyering  <jim@meyering.net>
36867
36868         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
36869         type for a local, and rename it: s/up/user_proc/.
36870
36871 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
36872
36873         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
36874         READ_UTMP_USER_PROCESS.
36875         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
36876
36877 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
36878
36879         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
36880         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
36881
36882 2006-10-17  Eric Blake  <ebb9@byu.net>
36883
36884         * lib/sigprocmask.c (sigprocmask): Fix typo.
36885
36886         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
36887
36888         * modules/clean-temp (Makefile.am): Don't add to make output...
36889         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
36890         config.h.
36891
36892 2006-10-17  Bruno Haible  <bruno@clisp.org>
36893
36894         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
36895         differently if DEFAULT_TEXT_DOMAIN is set.
36896
36897 2006-10-16  Bruno Haible  <bruno@clisp.org>
36898
36899         * lib/clean-temp.c: Include fwriteerror.h.
36900
36901 2006-10-16  Bruno Haible  <bruno@clisp.org>
36902
36903         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
36904
36905 2006-10-16  Bruno Haible  <bruno@clisp.org>
36906
36907         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
36908         * lib/sigprocmask.h: Include <sys/types.h>.
36909         (sigset_t): Use the system's definition if present.
36910
36911 2006-10-17  Eric Blake  <ebb9@byu.net>
36912
36913         * lib/xvasprintf.c (includes): Assume config.h.
36914         * lib/xasprintf.c (includes): Likewise.
36915
36916 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
36917
36918         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
36919         at least as wide as intmax_t.
36920
36921 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
36922
36923         (Imported from Automake.)
36924         * build-aux/gnupload: Update to version 1.1 of directive file.
36925
36926 2006-10-16  Eric Blake  <ebb9@byu.net>
36927
36928         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
36929         match Automake 1.10a.
36930
36931 2006-10-14  Bruno Haible  <bruno@clisp.org>
36932
36933         * modules/sigprocmask: New file.
36934         * lib/sigprocmask.h: New file.
36935         * lib/sigprocmask.c: New file.
36936         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
36937         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
36938         request sigprocmask.o.
36939         (gl_PREREQ_SIGPROCMASK): New macro.
36940         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
36941         (Depends-on): Add sigprocmask.
36942         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
36943         gt_SIGNALBLOCKING. Test for 'raise' only once.
36944         * lib/fatal-signal.c: Include sigprocmask.h.
36945         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
36946         unblock_fatal_signals): Define always.
36947         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36948         sigprocmask.
36949
36950 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36951
36952         Sync from Automake.
36953         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
36954         which incorrectly sets the mode of an existing destination
36955         directory.  In some cases the unpatched install-sh could do the
36956         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
36957         system.  We hope this is rare in practice, but it's clearly worth
36958         fixing.  Problem reported by Alex Unleashed in
36959         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
36960         Also, don't bother to check for -m bugs unless we're using -m;
36961         suggested by Stepan Kasal.
36962
36963 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36964
36965         Sync from Automake.
36966         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
36967         `-c' flag, so they appear at the same position as in %FASTDEP%
36968         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
36969         which ignores unknown options only after the first non-option.
36970         Bug report against M4 by Nelson H. F. Beebe.
36971
36972 2006-10-13  Jim Meyering  <jim@meyering.net>
36973
36974         Fix a bug in yesterday's change.
36975         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
36976         p->fts_statp->st_dev would be used uninitialized.
36977         Ensures that we always call fts_stat on the very first entry.
36978         Miklos Szeredi reported that find -xdev stopped working.
36979
36980 2006-10-12  Bruno Haible  <bruno@clisp.org>
36981
36982         * gnulib-tool (func_get_automake_snippet): Append an automatically
36983         computed EXTRA_DIST augmentation.
36984         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
36985         * modules/alloca-opt (Makefile.am): Likewise.
36986         * modules/allocsa (Makefile.am): Likewise.
36987         * modules/arcfour (Makefile.am): Likewise.
36988         * modules/arctwo (Makefile.am): Likewise.
36989         * modules/argmatch (Makefile.am): Likewise.
36990         * modules/argz (Makefile.am): Likewise.
36991         * modules/atexit (Makefile.am): Likewise.
36992         * modules/backupfile (Makefile.am): Likewise.
36993         * modules/byteswap (Makefile.am): Likewise.
36994         * modules/c-strtod (Makefile.am): Likewise.
36995         * modules/c-strtold (Makefile.am): Likewise.
36996         * modules/calloc (Makefile.am): Likewise.
36997         * modules/canon-host (Makefile.am): Likewise.
36998         * modules/canonicalize (Makefile.am): Likewise.
36999         * modules/chdir-long (Makefile.am): Likewise.
37000         * modules/chdir-safer (Makefile.am): Likewise.
37001         * modules/check-version (Makefile.am): Likewise.
37002         * modules/chown (Makefile.am): Likewise.
37003         * modules/cloexec (Makefile.am): Likewise.
37004         * modules/close-stream (Makefile.am): Likewise.
37005         * modules/closeout (Makefile.am): Likewise.
37006         * modules/crc (Makefile.am): Likewise.
37007         * modules/csharpexec (Makefile.am): Likewise.
37008         * modules/cycle-check (Makefile.am): Likewise.
37009         * modules/des (Makefile.am): Likewise.
37010         * modules/dev-ino (Makefile.am): Likewise.
37011         * modules/dirfd (Makefile.am): Likewise.
37012         * modules/dirname (Makefile.am): Likewise.
37013         * modules/dup2 (Makefile.am): Likewise.
37014         * modules/eealloc (Makefile.am): Likewise.
37015         * modules/error (Makefile.am): Likewise.
37016         * modules/euidaccess (Makefile.am): Likewise.
37017         * modules/exclude (Makefile.am): Likewise.
37018         * modules/exitfail (Makefile.am): Likewise.
37019         * modules/fcntl-safer (Makefile.am): Likewise.
37020         * modules/fcntl (Makefile.am): Likewise.
37021         * modules/file-type (Makefile.am): Likewise.
37022         * modules/fileblocks (Makefile.am): Likewise.
37023         * modules/filemode (Makefile.am): Likewise.
37024         * modules/filenamecat (Makefile.am): Likewise.
37025         * modules/fnmatch (Makefile.am): Likewise.
37026         * modules/fopen-safer (Makefile.am): Likewise.
37027         * modules/fpending (Makefile.am): Likewise.
37028         * modules/fprintftime (Makefile.am): Likewise.
37029         * modules/free (Makefile.am): Likewise.
37030         * modules/fsusage (Makefile.am): Likewise.
37031         * modules/ftruncate (Makefile.am): Likewise.
37032         * modules/fts (Makefile.am): Likewise.
37033         * modules/gc-arcfour (Makefile.am): Likewise.
37034         * modules/gc-des (Makefile.am): Likewise.
37035         * modules/gc-hmac-md5 (Makefile.am): Likewise.
37036         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
37037         * modules/gc-md4 (Makefile.am): Likewise.
37038         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
37039         * modules/gc-sha1 (Makefile.am): Likewise.
37040         * modules/gc (Makefile.am): Likewise.
37041         * modules/getaddrinfo (Makefile.am): Likewise.
37042         * modules/getcwd (Makefile.am): Likewise.
37043         * modules/getdelim (Makefile.am): Likewise.
37044         * modules/getdomainname (Makefile.am): Likewise.
37045         * modules/getgroups (Makefile.am): Likewise.
37046         * modules/gethostname (Makefile.am): Likewise.
37047         * modules/gethrxtime (Makefile.am): Likewise.
37048         * modules/getline (Makefile.am): Likewise.
37049         * modules/getloadavg (Makefile.am): Likewise.
37050         * modules/getlogin_r (Makefile.am): Likewise.
37051         * modules/getndelim2 (Makefile.am): Likewise.
37052         * modules/getopt (Makefile.am): Likewise.
37053         * modules/getpagesize (Makefile.am): Likewise.
37054         * modules/getpass-gnu (Makefile.am): Likewise.
37055         * modules/getpass (Makefile.am): Likewise.
37056         * modules/getsubopt (Makefile.am): Likewise.
37057         * modules/gettime (Makefile.am): Likewise.
37058         * modules/gettimeofday (Makefile.am): Likewise.
37059         * modules/getugroups (Makefile.am): Likewise.
37060         * modules/getusershell (Makefile.am): Likewise.
37061         * modules/glob (Makefile.am): Likewise.
37062         * modules/group-member (Makefile.am): Likewise.
37063         * modules/hard-locale (Makefile.am): Likewise.
37064         * modules/hash (Makefile.am): Likewise.
37065         * modules/hmac-md5 (Makefile.am): Likewise.
37066         * modules/hmac-sha1 (Makefile.am): Likewise.
37067         * modules/human (Makefile.am): Likewise.
37068         * modules/idcache (Makefile.am): Likewise.
37069         * modules/imaxabs (Makefile.am): Likewise.
37070         * modules/imaxdiv (Makefile.am): Likewise.
37071         * modules/inet_ntop (Makefile.am): Likewise.
37072         * modules/inet_pton (Makefile.am): Likewise.
37073         * modules/intprops (Makefile.am): Likewise.
37074         * modules/inttostr (Makefile.am): Likewise.
37075         * modules/inttypes (Makefile.am): Likewise.
37076         * modules/isapipe (Makefile.am): Likewise.
37077         * modules/javaversion (Makefile.am): Likewise.
37078         * modules/lchmod (Makefile.am): Likewise.
37079         * modules/lchown (Makefile.am): Likewise.
37080         * modules/localcharset (Makefile.am): Likewise.
37081         * modules/long-options (Makefile.am): Likewise.
37082         * modules/lstat (Makefile.am): Likewise.
37083         * modules/malloc (Makefile.am): Likewise.
37084         * modules/mathl (Makefile.am): Likewise.
37085         * modules/mbchar (Makefile.am): Likewise.
37086         * modules/md2 (Makefile.am): Likewise.
37087         * modules/md4 (Makefile.am): Likewise.
37088         * modules/md5 (Makefile.am): Likewise.
37089         * modules/memcasecmp (Makefile.am): Likewise.
37090         * modules/memchr (Makefile.am): Likewise.
37091         * modules/memcmp (Makefile.am): Likewise.
37092         * modules/memcoll (Makefile.am): Likewise.
37093         * modules/memcpy (Makefile.am): Likewise.
37094         * modules/memmem (Makefile.am): Likewise.
37095         * modules/memmove (Makefile.am): Likewise.
37096         * modules/mempcpy (Makefile.am): Likewise.
37097         * modules/memrchr (Makefile.am): Likewise.
37098         * modules/memset (Makefile.am): Likewise.
37099         * modules/memxor (Makefile.am): Likewise.
37100         * modules/mkancesdirs (Makefile.am): Likewise.
37101         * modules/mkdir-p (Makefile.am): Likewise.
37102         * modules/mkdir (Makefile.am): Likewise.
37103         * modules/mkdtemp (Makefile.am): Likewise.
37104         * modules/mkstemp (Makefile.am): Likewise.
37105         * modules/mktime (Makefile.am): Likewise.
37106         * modules/modechange (Makefile.am): Likewise.
37107         * modules/mountlist (Makefile.am): Likewise.
37108         * modules/nanosleep (Makefile.am): Likewise.
37109         * modules/obstack (Makefile.am): Likewise.
37110         * modules/openat (Makefile.am): Likewise.
37111         * modules/pagealign_alloc (Makefile.am): Likewise.
37112         * modules/pathmax (Makefile.am): Likewise.
37113         * modules/physmem (Makefile.am): Likewise.
37114         * modules/poll (Makefile.am): Likewise.
37115         * modules/posixtm (Makefile.am): Likewise.
37116         * modules/posixver (Makefile.am): Likewise.
37117         * modules/putenv (Makefile.am): Likewise.
37118         * modules/quote (Makefile.am): Likewise.
37119         * modules/quotearg (Makefile.am): Likewise.
37120         * modules/raise (Makefile.am): Likewise.
37121         * modules/read-file (Makefile.am): Likewise.
37122         * modules/readline (Makefile.am): Likewise.
37123         * modules/readlink (Makefile.am): Likewise.
37124         * modules/readtokens (Makefile.am): Likewise.
37125         * modules/readutmp (Makefile.am): Likewise.
37126         * modules/realloc (Makefile.am): Likewise.
37127         * modules/regex (Makefile.am): Likewise.
37128         * modules/rename-dest-slash (Makefile.am): Likewise.
37129         * modules/rename (Makefile.am): Likewise.
37130         * modules/rijndael (Makefile.am): Likewise.
37131         * modules/rmdir (Makefile.am): Likewise.
37132         * modules/rpmatch (Makefile.am): Likewise.
37133         * modules/safe-read (Makefile.am): Likewise.
37134         * modules/safe-write (Makefile.am): Likewise.
37135         * modules/same-inode (Makefile.am): Likewise.
37136         * modules/same (Makefile.am): Likewise.
37137         * modules/save-cwd (Makefile.am): Likewise.
37138         * modules/savedir (Makefile.am): Likewise.
37139         * modules/setenv (Makefile.am): Likewise.
37140         * modules/settime (Makefile.am): Likewise.
37141         * modules/sha1 (Makefile.am): Likewise.
37142         * modules/sig2str (Makefile.am): Likewise.
37143         * modules/snprintf (Makefile.am): Likewise.
37144         * modules/stat-macros (Makefile.am): Likewise.
37145         * modules/stat-time (Makefile.am): Likewise.
37146         * modules/stdbool (Makefile.am): Likewise.
37147         * modules/stdint (Makefile.am): Likewise.
37148         * modules/stdlib-safer (Makefile.am): Likewise.
37149         * modules/stpcpy (Makefile.am): Likewise.
37150         * modules/stpncpy (Makefile.am): Likewise.
37151         * modules/strcase (Makefile.am): Likewise.
37152         * modules/strcasestr (Makefile.am): Likewise.
37153         * modules/strchrnul (Makefile.am): Likewise.
37154         * modules/strcspn (Makefile.am): Likewise.
37155         * modules/strdup (Makefile.am): Likewise.
37156         * modules/strerror (Makefile.am): Likewise.
37157         * modules/strftime (Makefile.am): Likewise.
37158         * modules/strndup (Makefile.am): Likewise.
37159         * modules/strnlen (Makefile.am): Likewise.
37160         * modules/strpbrk (Makefile.am): Likewise.
37161         * modules/strsep (Makefile.am): Likewise.
37162         * modules/strstr (Makefile.am): Likewise.
37163         * modules/strtod (Makefile.am): Likewise.
37164         * modules/strtoimax (Makefile.am): Likewise.
37165         * modules/strtok_r (Makefile.am): Likewise.
37166         * modules/strtol (Makefile.am): Likewise.
37167         * modules/strtoll (Makefile.am): Likewise.
37168         * modules/strtoul (Makefile.am): Likewise.
37169         * modules/strtoull (Makefile.am): Likewise.
37170         * modules/strtoumax (Makefile.am): Likewise.
37171         * modules/strverscmp (Makefile.am): Likewise.
37172         * modules/sys_socket (Makefile.am): Likewise.
37173         * modules/sys_stat (Makefile.am): Likewise.
37174         * modules/sysexits (Makefile.am): Likewise.
37175         * modules/time_r (Makefile.am): Likewise.
37176         * modules/timegm (Makefile.am): Likewise.
37177         * modules/timespec (Makefile.am): Likewise.
37178         * modules/tmpfile-safer (Makefile.am): Likewise.
37179         * modules/trim (Makefile.am): Likewise.
37180         * modules/unistd-safer (Makefile.am): Likewise.
37181         * modules/unlinkdir (Makefile.am): Likewise.
37182         * modules/unlocked-io (Makefile.am): Likewise.
37183         * modules/userspec (Makefile.am): Likewise.
37184         * modules/utime (Makefile.am): Likewise.
37185         * modules/utimecmp (Makefile.am): Likewise.
37186         * modules/utimens (Makefile.am): Likewise.
37187         * modules/vasnprintf (Makefile.am): Likewise.
37188         * modules/vasprintf (Makefile.am): Likewise.
37189         * modules/vsnprintf (Makefile.am): Likewise.
37190         * modules/xalloc (Makefile.am): Likewise.
37191         * modules/xgetcwd (Makefile.am): Likewise.
37192         * modules/xnanosleep (Makefile.am): Likewise.
37193         * modules/xreadlink (Makefile.am): Likewise.
37194         * modules/xstrtod (Makefile.am): Likewise.
37195         * modules/xstrtol (Makefile.am): Likewise.
37196         * modules/xstrtold (Makefile.am): Likewise.
37197         * modules/yesno (Makefile.am): Likewise.
37198         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
37199
37200 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
37201
37202         * modules/error (Makefile.am): Distribute files through
37203         EXTRA_DIST, not lib_SOURCES.
37204
37205 2006-10-12  Eric Blake  <ebb9@byu.net>
37206
37207         * modules/error (Makefile.am): Distribute files in /lib.
37208         * modules/obstack (Makefile.am): Likewise.
37209
37210 2006-10-12  Bruno Haible  <bruno@clisp.org>
37211
37212         * modules/acl (Makefile.am): Distribute all files in lib/ through
37213         EXTRA_DIST.
37214         * modules/arcfour (Makefile.am): Likewise.
37215         * modules/arctwo (Makefile.am): Likewise.
37216         * modules/argmatch (Makefile.am): Likewise.
37217         * modules/argz (Makefile.am): Likewise.
37218         * modules/atexit (Makefile.am): Likewise.
37219         * modules/backupfile (Makefile.am): Likewise.
37220         * modules/c-strtod (Makefile.am): Likewise.
37221         * modules/c-strtold (Makefile.am): Likewise.
37222         * modules/calloc (Makefile.am): Likewise.
37223         * modules/canon-host (Makefile.am): Likewise.
37224         * modules/canonicalize (Makefile.am): Likewise.
37225         * modules/chdir-long (Makefile.am): Likewise.
37226         * modules/chdir-safer (Makefile.am): Likewise.
37227         * modules/check-version (Makefile.am): Likewise.
37228         * modules/chown (Makefile.am): Likewise.
37229         * modules/cloexec (Makefile.am): Likewise.
37230         * modules/close-stream (Makefile.am): Likewise.
37231         * modules/closeout (Makefile.am): Likewise.
37232         * modules/crc (Makefile.am): Likewise.
37233         * modules/cycle-check (Makefile.am): Likewise.
37234         * modules/des (Makefile.am): Likewise.
37235         * modules/dirfd (Makefile.am): Likewise.
37236         * modules/dirname (Makefile.am): Likewise.
37237         * modules/dup2 (Makefile.am): Likewise.
37238         * modules/euidaccess (Makefile.am): Likewise.
37239         * modules/exclude (Makefile.am): Likewise.
37240         * modules/exitfail (Makefile.am): Likewise.
37241         * modules/fcntl-safer (Makefile.am): Likewise.
37242         * modules/file-type (Makefile.am): Likewise.
37243         * modules/fileblocks (Makefile.am): Likewise.
37244         * modules/filemode (Makefile.am): Likewise.
37245         * modules/filenamecat (Makefile.am): Likewise.
37246         * modules/fnmatch (Makefile.am): Likewise.
37247         * modules/fopen-safer (Makefile.am): Likewise.
37248         * modules/fpending (Makefile.am): Likewise.
37249         * modules/fprintftime (Makefile.am): Likewise.
37250         * modules/free (Makefile.am): Likewise.
37251         * modules/fsusage (Makefile.am): Likewise.
37252         * modules/ftruncate (Makefile.am): Likewise.
37253         * modules/fts (Makefile.am): Likewise.
37254         * modules/gc (Makefile.am): Likewise.
37255         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
37256         * modules/getaddrinfo (Makefile.am): Likewise.
37257         * modules/getcwd (Makefile.am): Likewise.
37258         * modules/getdelim (Makefile.am): Likewise.
37259         * modules/getdomainname (Makefile.am): Likewise.
37260         * modules/getgroups (Makefile.am): Likewise.
37261         * modules/gethostname (Makefile.am): Likewise.
37262         * modules/gethrxtime (Makefile.am): Likewise.
37263         * modules/getline (Makefile.am): Likewise.
37264         * modules/getloadavg (Makefile.am): Likewise.
37265         * modules/getlogin_r (Makefile.am): Likewise.
37266         * modules/getopt (Makefile.am): Likewise.
37267         * modules/getpass (Makefile.am): Likewise.
37268         * modules/getpass-gnu (Makefile.am): Likewise.
37269         * modules/getsubopt (Makefile.am): Likewise.
37270         * modules/gettime (Makefile.am): Likewise.
37271         * modules/gettimeofday (Makefile.am): Likewise.
37272         * modules/getugroups (Makefile.am): Likewise.
37273         * modules/getusershell (Makefile.am): Likewise.
37274         * modules/glob (Makefile.am): Likewise.
37275         * modules/group-member (Makefile.am): Likewise.
37276         * modules/hard-locale (Makefile.am): Likewise.
37277         * modules/hash (Makefile.am): Likewise.
37278         * modules/hmac-md5 (Makefile.am): Likewise.
37279         * modules/hmac-sha1 (Makefile.am): Likewise.
37280         * modules/human (Makefile.am): Likewise.
37281         * modules/idcache (Makefile.am): Likewise.
37282         * modules/imaxabs (Makefile.am): Likewise.
37283         * modules/imaxdiv (Makefile.am): Likewise.
37284         * modules/inet_ntop (Makefile.am): Likewise.
37285         * modules/inet_pton (Makefile.am): Likewise.
37286         * modules/inttostr (Makefile.am): Likewise.
37287         * modules/isapipe (Makefile.am): Likewise.
37288         * modules/lchown (Makefile.am): Likewise.
37289         * modules/long-options (Makefile.am): Likewise.
37290         * modules/lstat (Makefile.am): Likewise.
37291         * modules/malloc (Makefile.am): Likewise.
37292         * modules/mathl (Makefile.am): Likewise.
37293         * modules/mbchar (Makefile.am): Likewise.
37294         * modules/md2 (Makefile.am): Likewise.
37295         * modules/md4 (Makefile.am): Likewise.
37296         * modules/md5 (Makefile.am): Likewise.
37297         * modules/memcasecmp (Makefile.am): Likewise.
37298         * modules/memchr (Makefile.am): Likewise.
37299         * modules/memcmp (Makefile.am): Likewise.
37300         * modules/memcoll (Makefile.am): Likewise.
37301         * modules/memcpy (Makefile.am): Likewise.
37302         * modules/memmem (Makefile.am): Likewise.
37303         * modules/memmove (Makefile.am): Likewise.
37304         * modules/mempcpy (Makefile.am): Likewise.
37305         * modules/memrchr (Makefile.am): Likewise.
37306         * modules/memset (Makefile.am): Likewise.
37307         * modules/memxor (Makefile.am): Likewise.
37308         * modules/mkancesdirs (Makefile.am): Likewise.
37309         * modules/mkdir (Makefile.am): Likewise.
37310         * modules/mkdir-p (Makefile.am): Likewise.
37311         * modules/mkdtemp (Makefile.am): Likewise.
37312         * modules/mkstemp (Makefile.am): Likewise.
37313         * modules/mktime (Makefile.am): Likewise.
37314         * modules/modechange (Makefile.am): Likewise.
37315         * modules/mountlist (Makefile.am): Likewise.
37316         * modules/nanosleep (Makefile.am): Likewise.
37317         * modules/openat (Makefile.am): Likewise.
37318         * modules/pagealign_alloc (Makefile.am): Likewise.
37319         * modules/physmem (Makefile.am): Likewise.
37320         * modules/poll (Makefile.am): Likewise.
37321         * modules/posixtm (Makefile.am): Likewise.
37322         * modules/posixver (Makefile.am): Likewise.
37323         * modules/putenv (Makefile.am): Likewise.
37324         * modules/quote (Makefile.am): Likewise.
37325         * modules/quotearg (Makefile.am): Likewise.
37326         * modules/raise (Makefile.am): Likewise.
37327         * modules/read-file (Makefile.am): Likewise.
37328         * modules/readline (Makefile.am): Likewise.
37329         * modules/readlink (Makefile.am): Likewise.
37330         * modules/readtokens (Makefile.am): Likewise.
37331         * modules/readutmp (Makefile.am): Likewise.
37332         * modules/realloc (Makefile.am): Likewise.
37333         * modules/regex (Makefile.am): Likewise.
37334         * modules/rename (Makefile.am): Likewise.
37335         * modules/rename-dest-slash (Makefile.am): Likewise.
37336         * modules/rijndael (Makefile.am): Likewise.
37337         * modules/rmdir (Makefile.am): Likewise.
37338         * modules/rpmatch (Makefile.am): Likewise.
37339         * modules/safe-read (Makefile.am): Likewise.
37340         * modules/safe-write (Makefile.am): Likewise.
37341         * modules/same (Makefile.am): Likewise.
37342         * modules/save-cwd (Makefile.am): Likewise.
37343         * modules/savedir (Makefile.am): Likewise.
37344         * modules/setenv (Makefile.am): Likewise.
37345         * modules/settime (Makefile.am): Likewise.
37346         * modules/sha1 (Makefile.am): Likewise.
37347         * modules/sig2str (Makefile.am): Likewise.
37348         * modules/snprintf (Makefile.am): Likewise.
37349         * modules/stdlib-safer (Makefile.am): Likewise.
37350         * modules/stpcpy (Makefile.am): Likewise.
37351         * modules/stpncpy (Makefile.am): Likewise.
37352         * modules/strcase (Makefile.am): Likewise.
37353         * modules/strcasestr (Makefile.am): Likewise.
37354         * modules/strchrnul (Makefile.am): Likewise.
37355         * modules/strcspn (Makefile.am): Likewise.
37356         * modules/strdup (Makefile.am): Likewise.
37357         * modules/strerror (Makefile.am): Likewise.
37358         * modules/strftime (Makefile.am): Likewise.
37359         * modules/strndup (Makefile.am): Likewise.
37360         * modules/strnlen (Makefile.am): Likewise.
37361         * modules/strpbrk (Makefile.am): Likewise.
37362         * modules/strsep (Makefile.am): Likewise.
37363         * modules/strstr (Makefile.am): Likewise.
37364         * modules/strtod (Makefile.am): Likewise.
37365         * modules/strtoimax (Makefile.am): Likewise.
37366         * modules/strtok_r (Makefile.am): Likewise.
37367         * modules/strtol (Makefile.am): Likewise.
37368         * modules/strtoll (Makefile.am): Likewise.
37369         * modules/strtoul (Makefile.am): Likewise.
37370         * modules/strtoull (Makefile.am): Likewise.
37371         * modules/strtoumax (Makefile.am): Likewise.
37372         * modules/strverscmp (Makefile.am): Likewise.
37373         * modules/time_r (Makefile.am): Likewise.
37374         * modules/timegm (Makefile.am): Likewise.
37375         * modules/tmpfile-safer (Makefile.am): Likewise.
37376         * modules/unistd-safer (Makefile.am): Likewise.
37377         * modules/unlinkdir (Makefile.am): Likewise.
37378         * modules/userspec (Makefile.am): Likewise.
37379         * modules/utime (Makefile.am): Likewise.
37380         * modules/utimecmp (Makefile.am): Likewise.
37381         * modules/utimens (Makefile.am): Likewise.
37382         * modules/vasnprintf (Makefile.am): Likewise.
37383         * modules/vasprintf (Makefile.am): Likewise.
37384         * modules/vsnprintf (Makefile.am): Likewise.
37385         * modules/xalloc (Makefile.am): Likewise.
37386         * modules/xgetcwd (Makefile.am): Likewise.
37387         * modules/xnanosleep (Makefile.am): Likewise.
37388         * modules/xreadlink (Makefile.am): Likewise.
37389         * modules/xstrtod (Makefile.am): Likewise.
37390         * modules/xstrtol (Makefile.am): Likewise.
37391         * modules/xstrtold (Makefile.am): Likewise.
37392         * modules/yesno (Makefile.am): Likewise.
37393
37394 2006-10-12  Jim Meyering  <jim@meyering.net>
37395
37396         * m4/getloadavg.m4: Revert the change below.
37397
37398         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
37399         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
37400         fail with a symlink, which is what coreutils' ./bootstrap now
37401         creates by default.
37402
37403 2006-10-12  Bruno Haible  <bruno@clisp.org>
37404
37405         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
37406         mingw.
37407         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
37408         MSVC and mingw explicitly.
37409
37410 2006-10-11  Simon Josefsson  <jas@extundo.com>
37411             Bruno Haible  <bruno@clisp.org>
37412
37413         Add support for multiple gnulib-tool invocations in the scope of a
37414         single configure.ac file.
37415         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
37416         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
37417         with the same contents as the _LIBADD variable.
37418         (func_emit_initmacro_start, func_emit_initmacro_end,
37419         func_emit_initmacro_done): New functions.
37420         (func_import, func_create_testdir): Invoke them. Allow the identifiers
37421         gl_LIBOBJS and gl_LTLIBOBJS.
37422
37423 2006-10-11  Bruno Haible  <bruno@clisp.org>
37424
37425         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
37426         (func_create_testdir): Don't create po/Makefile.am, don't invoke
37427         autoreconf. Instead, invoke autopoint explicitly but move back the
37428         *.m4 files from gnulib.
37429
37430 2006-10-11  Bruno Haible  <bruno@clisp.org>
37431
37432         * gnulib-tool (func_usage): Make module names after --create-testdir
37433         optional.
37434         (func_create_testdir): If no module was specified, use nearly all
37435         modules.
37436
37437 2006-10-12  Jim Meyering  <jim@meyering.net>
37438
37439         Big performance improvement for fts-based tools that use FTS_NOSTAT.
37440         Avoid spurious inode-mismatch problems on non-POSIX file systems.
37441         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
37442         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
37443         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
37444         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
37445         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
37446         (fts_set_stat_required): New function.
37447         (fts_open): Defer the calls to fts_stat, if possible or requested.
37448         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
37449         into fts_stat itself.
37450         (fts_read): Perform any required (deferred) fts_stat call.
37451         (fts_build): Likewise, for the directory we're about to open and read.
37452         In the readdir loop, carefully decide whether each entry will require
37453         an eventual call to fts_stat, using dirent.d_type info if available.
37454         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
37455         a command line argument into this function.  Update all callers.
37456         Map a return value of FTS_DOT to FTS_D for a command line argument.
37457         * modules/fts (Depends-on): Add d-type.  Alphabetize.
37458         Thanks to Miklos Szeredi for his tenacity and for the initial
37459         bug report about "find" failing on a FUSE-based file system.
37460
37461         * lib/fts.c (fts_open): Use consistent indentation.
37462
37463 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
37464
37465         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
37466         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
37467         reported by Jim Meyering.  All uses of cache variables renamed
37468         to match Autoconf's.
37469         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
37470         the other one.
37471
37472         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
37473         Fix misspelling in diagnostic.
37474
37475 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
37476
37477         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
37478         defined.  Problem reported by Matthew Woehlke.
37479
37480         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
37481         Add support for Tandem NonStop R series.
37482         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
37483         Use new macro.
37484
37485         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
37486         (has_trailing_slash): Omit size arg; all callers changed.
37487         Omit 'inline', since it doesn't help performance and we'd
37488         need to configure it.
37489         Don't count //, ///, etc. as having a trailing slash.
37490         As a side effect, this removes a C99ism reported by Matthew Woehlke.
37491         (rpl_rename_dest_slash): On failure, use rename's errno rather
37492         than (in some cases) an incorrect or junk errno.
37493         Simplify code by removing need to compute length; this does
37494         cause it to make two passes instead of one over the file name,
37495         but it's worth it.
37496
37497         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
37498         change, since Autoconf's version may no longer be appropriate now
37499         that we are using CVS Autoconf's version.  Add support for Tandem.
37500
37501 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
37502             Bruno Haible  <bruno@clisp.org>
37503
37504         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
37505         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
37506         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
37507         gl_AC_TYPE_LONG_LONG.
37508
37509         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
37510         instead of HAVE_LONG_LONG.
37511         * lib/printf-args.c (printf_fetchargs): Likewise.
37512         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
37513         * lib/vasnprintf.c (VASNPRINTF): Likewise.
37514         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
37515         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
37516         gl_AC_TYPE_LONG_LONG.
37517
37518 2006-10-11  Bruno Haible  <bruno@clisp.org>
37519
37520         * m4/longlong.m4: Add comments.
37521         * m4/ulonglong.m4: Likewise.
37522
37523 2006-10-10  Bruno Haible  <bruno@clisp.org>
37524
37525         Make it possible to #define stpcpy, strdup to aliases.
37526         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
37527         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
37528
37529 2006-10-10  Bruno Haible  <bruno@clisp.org>
37530
37531         Make it possible to #define gcd to an alias.
37532         * lib/gcd.c: Include config.h.
37533
37534 2006-10-10  Bruno Haible  <bruno@clisp.org>
37535
37536         Make it possible to #define c_isascii to an alias.
37537         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
37538         defined. Undefine the macros before defining them, to avoid gcc
37539         warnings.
37540         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
37541         define NO_C_CTYPE_MACROS early.
37542
37543 2006-10-10  Bruno Haible  <bruno@clisp.org>
37544
37545         Make it possible to #define set_program_name to an alias.
37546         * lib/progname.c: Don't undefine set_program_name; instead, undefine
37547         ENABLE_RELOCATABLE early.
37548
37549 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
37550
37551         Port to Tandem NSK OSS, which has 64-bit signed int but at most
37552         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
37553         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
37554         More generally, don't assume that 64-bit signed int is available
37555         if unsigned int is, and vice versa.
37556         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
37557         unsigned symbols, not on their signed counterparts.
37558         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
37559         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
37560         (UINT64_C, UINTMAX_C):
37561         Likewise.
37562         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
37563         unsigned counterparts.
37564         (Have_long_long, Unsigned): New macros.
37565         (Int): Renamed from INT.
37566         (strtoimax): Use the new macros.
37567         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
37568         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
37569         * modules/inttypes (inttypes.h): Substitute
37570         HAVE_UNSIGNED_LONG_LONG_INT.
37571         * modules/stdint (stdint.h): Likewise.
37572         (Files): Add m4/ulonglong.m4.
37573
37574 2006-10-10  Bruno Haible  <bruno@clisp.org>
37575
37576         Fix a gcc -Wshadow warning.
37577         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
37578         to 'bucket'.
37579         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
37580         gl_linked_indexof_from_to): Likewise.
37581         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
37582         Likewise.
37583         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
37584         Likewise.
37585         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
37586         Reported by Eric Blake.
37587
37588 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
37589
37590         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
37591         for NetBSD.  Problem reported by Bruno Haible.
37592
37593 2006-10-09  Jim Meyering  <jim@meyering.net>
37594
37595         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
37596         Patch from Bruno Haible.
37597
37598 2006-10-09  Jim Meyering  <jim@meyering.net>
37599
37600         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
37601         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
37602         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
37603
37604 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
37605
37606         Don't include <config.h> twice; this doesn't work in some cases,
37607         e.g., when config.h has "#define intmax_t long long int" and
37608         we include <config.h>, <inttypes.h>, <config.h> in that order.
37609         Problem reported by Matthew Woehlke in:
37610         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
37611         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
37612         * lib/fts-cycle.c: Don't include config.h.
37613         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
37614         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
37615         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
37616         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
37617         inttypes.h.
37618         * lib/xstrtoumax.c: Likewise.
37619         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
37620         __strtol and the like, so that this module is more like its siblings.
37621         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
37622         Remove; no longer needed now that we assume gnulib inttypes.h.
37623
37624 2006-10-08  Bruno Haible  <bruno@clisp.org>
37625
37626         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
37627         option.
37628
37629 2006-10-07  Jim Meyering  <jim@meyering.net>
37630
37631         * modules/inttypes (inttypes.h): Revert what seems to have been
37632         an inadvertent part of today's change: use "|", not "/" in the
37633         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
37634
37635 2006-10-07  Bruno Haible  <bruno@clisp.org>
37636
37637         * modules/sublist: New file.
37638
37639 2006-10-07  Bruno Haible  <bruno@clisp.org>
37640
37641         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
37642         * modules/argz (argz.h): Likewise.
37643         * modules/arpa_inet (arpa/inet.h): Likewise.
37644         * modules/byteswap (byteswap.h): Likewise.
37645         * modules/configmake (configmake.h): Likewise.
37646         * modules/fcntl (fcntl.h): Likewise.
37647         * modules/fnmatch (fnmatch.h): Likewise.
37648         * modules/getopt (getopt.h): Likewise.
37649         * modules/glob (glob.h): Likewise.
37650         * modules/inttypes (inttypes.h): Likewise.
37651         * modules/netinet_in (netinet/in.h): Likewise.
37652         * modules/poll (poll.h): Likewise.
37653         * modules/stdbool (stdbool.h): Likewise.
37654         * modules/stdint (stdint.h): Likewise.
37655         * modules/sys_select (sys/select.h): Likewise.
37656         * modules/sys_socket (sys/socket.h): Likewise.
37657         * modules/sys_stat (sys/stat.h): Likewise.
37658         * modules/sysexits (sysexits.h): Likewise.
37659         * modules/unistd (unistd.h): Likewise.
37660         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37661         Add a "DO NOT EDIT" comment to the generated file.
37662         (func_import): Likewise for gnulib-comp.m4.
37663
37664 2006-10-07  Bruno Haible  <bruno@clisp.org>
37665
37666         * lib/gl_sublist.h: New file.
37667         * lib/gl_sublist.c: New file.
37668
37669 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
37670
37671         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
37672         name (relative to the original working directory) and the file
37673         name component (relative to the temporary working directory).  All
37674         callers changed.
37675         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
37676         * lib/mkdir-p.c (make_dir_parents): Likewise.
37677         * lib/mkdir-p.h (make_dir_parents): Likewise.
37678
37679 2006-10-06  Eric Blake  <ebb9@byu.net>
37680
37681         Define several macros for use by the clean-temp module.
37682         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
37683         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
37684         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
37685
37686         * lib/clean-temp.h (close_stream_temp): New declaration.
37687         * lib/clean-temp.c (includes): Pull in headers according to what
37688         other modules are in use.
37689         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
37690
37691 2006-10-06  Bruno Haible  <bruno@clisp.org>
37692
37693         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
37694         instead of fopen, fwriteerror.
37695
37696 2006-10-06  Bruno Haible  <bruno@clisp.org>
37697
37698         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
37699         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
37700         int.
37701         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
37702         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
37703         Return an error indicator.
37704         Suggested by Eric Blake.
37705
37706 2006-10-06  Bruno Haible  <bruno@clisp.org>
37707
37708         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
37709         Reported by Eric Blake.
37710
37711 2006-10-06  Bruno Haible  <bruno@clisp.org>
37712
37713         * modules/closeout (Description): Mention stderr too.
37714
37715 2006-10-06  Bruno Haible  <bruno@clisp.org>
37716         and Paul Eggert  <eggert@cs.ucla.edu>
37717
37718         * lib/closeout.c (close_stdout): Also close stderr.
37719         * lib/closeout.h: Update comment.
37720
37721 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
37722
37723         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
37724         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
37725         * lib/dirchownmod.c: Include lchown.h.
37726         * lib/lchown.c: Don't include files that lchown.h now includes.
37727         Don't declare chown, since lchown.h now does that.
37728         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
37729         (lchown): Define to rpl_chown if lchown is declared but
37730         does not exist.  Declare using a prototype if lchown is not
37731         declared.  Add a copyright notice.
37732         * lib/mkstemp.h: Include <unistd.h>.
37733         * lib/openat.c: Include lchown.h.
37734
37735         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
37736         we now test for that separately.
37737         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
37738         rather than O_NOFOLLOW, when testing whether it's possible to
37739         avoid a race condition reliably.
37740         * lib/savewd.c (savewd_chdir): Likewise.
37741
37742         Remove macros that are no longer needed now that stdint.h is
37743         reliable.
37744         * lib/fsusage.c (UINTMAX_MAX): Remove.
37745         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
37746         * lib/utimecmp.c (SIZE_MAX): Remove.
37747
37748         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
37749
37750         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
37751         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
37752         O_NOATIME works.
37753
37754 2006-10-05  Bruno Haible  <bruno@clisp.org>
37755
37756         * lib/gl_list.h (gl_sortedlist_search_from_to,
37757         gl_sortedlist_indexof_from_to): New declarations.
37758         (gl_list_implementation): New fields sortedlist_search_from_to,
37759         sortedlist_indexof_from_to.
37760         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
37761         inline functions.
37762         * lib/gl_list.c (gl_sortedlist_search_from_to,
37763         gl_sortedlist_indexof_from_to): New functions.
37764         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
37765         function.
37766         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
37767         (gl_array_sortedlist_search_from_to): New function.
37768         (gl_array_list_implementation): Update.
37769         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
37770         function.
37771         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
37772         (gl_carray_sortedlist_search_from_to): New function.
37773         (gl_carray_list_implementation): Update.
37774         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
37775         gl_linked_sortedlist_indexof_from_to): New functions.
37776         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
37777         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
37778         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
37779         gl_tree_sortedlist_indexof_from_to): New functions.
37780         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
37781         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
37782         Update.
37783         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
37784         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
37785         Update.
37786
37787 2006-10-05  Bruno Haible  <bruno@clisp.org>
37788
37789         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
37790         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
37791         (struct gl_list_implementation): Add fields search_from_to,
37792         indexof_from_to. Remove fields search, indexof.
37793         (gl_list_search): Use the search_from_to method.
37794         (gl_list_search_from, gl_list_search_from_to): New functions.
37795         (gl_list_indexof): Use the indexof_from_to method.
37796         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
37797         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
37798         (gl_list_search_from, gl_list_search_from_to): New functions.
37799         (gl_list_indexof): Use the indexof_from_to method.
37800         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
37801         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
37802         gl_array_indexof. Add start_index, end_index arguments.
37803         (gl_array_search_from_to): Renamed from gl_array_search. Add
37804         start_index, end_index arguments.
37805         (gl_array_remove, gl_array_list_implementation): Update.
37806         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
37807         gl_carray_indexof. Add start_index, end_index arguments.
37808         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
37809         start_index, end_index arguments.
37810         (gl_carray_remove, gl_carray_list_implementation): Update.
37811         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
37812         gl_linked_search. Add start_index, end_index arguments.
37813         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
37814         start_index, end_index arguments.
37815         (gl_linked_remove): Update.
37816         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
37817         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
37818         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
37819         field to 'size_t'.
37820         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
37821         gl_tree_search. Add start_index, end_index arguments.
37822         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
37823         start_index, end_index arguments.
37824         (gl_tree_remove): Update.
37825         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
37826         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
37827         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
37828         function.
37829         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
37830         gl_tree_search. Add start_index, end_index arguments.
37831         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
37832         start_index, end_index arguments.
37833         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
37834         Update.
37835         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
37836
37837 2006-10-05  Bruno Haible  <bruno@clisp.org>
37838
37839         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
37840
37841         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
37842         fwriteerror_temp): New declarations.
37843         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
37844         (descriptors): New variable.
37845         (cleanup): First, close the descriptors.
37846         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
37847         fclose_temp, fwriteerror_temp): New functions.
37848
37849 2006-10-04  Jim Meyering  <jim@meyering.net>
37850
37851         * lib/fts.c (fts_open): Tiny comment change.
37852
37853 2006-10-04  Bruno Haible  <bruno@clisp.org>
37854
37855         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
37856         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
37857         gl_LOCK_BODY.
37858         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
37859         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
37860         gl_LOCK_EARLY_BODY.
37861         (gl_LOCK): Require gl_LOCK_BODY.
37862
37863 2006-10-04  Bruno Haible  <bruno@clisp.org>
37864
37865         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
37866         (gl_oset_search_atleast): New declaration.
37867         (struct gl_oset_implementation): Add field 'search_atleast'.
37868         (gl_oset_search_atleast): New inline function.
37869         * lib/gl_oset.c (gl_oset_search_atleast): New function.
37870         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
37871         (gl_array_oset_implementation): Update.
37872         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
37873         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
37874         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
37875
37876 2006-10-04  Bruno Haible  <bruno@clisp.org>
37877
37878         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
37879
37880 2006-10-03  Bruno Haible  <bruno@clisp.org>
37881
37882         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
37883         from gl_avltreehash_list_implementation.
37884
37885 2006-10-03  Bruno Haible  <bruno@clisp.org>
37886
37887         * lib/gl_oset.c (gl_oset_add): Fix return type.
37888
37889 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
37890
37891         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
37892
37893 2006-10-02  Eric Blake  <ebb9@byu.net>
37894
37895         * modules/strnlen (Depends-on): Add extensions.
37896
37897 2006-10-02  Eric Blake  <ebb9@byu.net>
37898
37899         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
37900         definition in 2.60+.
37901
37902 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37903
37904         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
37905         checks.
37906
37907 2006-10-02  Bruno Haible  <bruno@clisp.org>
37908
37909         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
37910         to the AUTOMAKE_OPTIONS.
37911         Reported by Jim Meyering.
37912
37913 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
37914
37915         Work around bug in Solaris 10 /proc file system:
37916         /proc/self/fd/NNN/.. isn't the parent directory of
37917         the directory whose file descriptor is NNN.  This needs to
37918         be worked around at run time, not compile time, since a
37919         program might be built on Solaris 8, where things work, and
37920         run on Solaris 10.
37921         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
37922         to use the following interface instead:
37923         (OPENAT_BUFFER_SIZE): New macro.
37924         (openat_proc_name): New function.
37925         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
37926         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
37927         Likewise.
37928         * lib/openat-proc.c: New file.
37929         * modules/openat (Files): Add lib/openat-proc.c.
37930         (Depends-on): Add same-inode, stdbool.
37931         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
37932
37933 2006-09-29  Bruno Haible  <bruno@clisp.org>
37934
37935         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
37936         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
37937         argument. Set stdout_closed before testing for ferror, not after.
37938         (fwriteerror, fwriteerror_no_ebadf): New functions.
37939
37940 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37941
37942         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
37943
37944 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
37945
37946         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
37947         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
37948
37949 2006-09-28  Jim Meyering  <jim@meyering.net>
37950
37951         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
37952         Include <unistd.h>.
37953
37954 2006-09-28  Bruno Haible  <bruno@clisp.org>
37955
37956         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
37957         * modules/linkedhash-list (Depends-on): Likewise.
37958         * modules/rbtreehash-list (Depends-on): Likewise.
37959
37960 2006-09-28  Bruno Haible  <bruno@clisp.org>
37961
37962         * lib/strndup.h: Simplify the redefinition of strndup.
37963         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
37964         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
37965
37966 2006-09-28  Bruno Haible  <bruno@clisp.org>
37967
37968         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
37969         * lib/gl_linkedhash_list.c: Likewise.
37970         * lib/gl_rbtreehash_list.c: Likewise.
37971
37972 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
37973
37974         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
37975         getaddrinfo.
37976
37977         * lib/__fpending.h: Don't include <stdio_ext.h> unless
37978         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
37979         it causes <stdio_ext.h> to cause a compile-time error.
37980         Problem reported by Nelson H. F. Beebe.
37981         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
37982         of HAVE_DECL___PENDING.
37983
37984         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
37985         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
37986         declaration.
37987
37988 2006-09-27  Jim Meyering  <jim@meyering.net>
37989
37990         This file could end up with a definition for a function
37991         named __strndup, rather than rpl_strndup on a system with
37992         incomplete weak_alias support.
37993         * lib/strndup.c (strndup): Rename from __strndup.
37994         Remove #defines that used to map __strndup to strndup.
37995         Don't use K&R prototypes.
37996         Remove LIBC-related code, since this file is not sync'd with glibc.
37997         * lib/strndup.h: Revamp, accordingly.
37998         * m4/strndup.m4: Modernize.
37999
38000 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
38001
38002         * modules/savewd (Depends-on): Add 'raise'.
38003         * lib/savewd.c: Include <signal.h>, for 'raise'.
38004
38005 2006-09-26  Jim Meyering  <jim@meyering.net>
38006
38007         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
38008         when we detect Darwin 8.7.0's acl_get_file bug.
38009         Rearrange to perform the new (below) run-test while $LIBS
38010         contains any acl-related library.  Set USE_ACL at the end.
38011         (gl_ACL_GET_FILE): New function.
38012
38013 2006-09-26  Eric Blake  <ebb9@byu.net>
38014
38015         * lib/verror.c: Include <config.h> unconditionally.
38016
38017 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
38018
38019         * modules/clock-time (Maintainer): Add self.
38020         * modules/getlogin_r (Depends-on): Add extensions.
38021
38022 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38023
38024         * modules/clock-time: New module.
38025         * modules/nanosleep (Depends-on): Add clock-time.
38026         * modules/gethrxtime (Depends-on): Likewise.
38027         * modules/gettime (Depends-on): Likewise.
38028         * modules/settime (Depends-on): Likewise.
38029
38030         * modules/fts-lgpl: Depend on openat.
38031         * modules/mkancesdirs: Depend on savewd.
38032         * modules/mkdir-p: Likewise.
38033
38034 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38035
38036         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
38037
38038         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
38039         `gl_have_arbitrary_file_name_length_limit' to
38040         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
38041         actually works between configure runs.
38042
38043 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38044             Bruno Haible  <bruno@clisp.org>
38045
38046         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
38047
38048 2006-09-25  Jim Meyering  <jim@meyering.net>
38049
38050         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
38051         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
38052
38053 2006-09-25  Eric Blake  <ebb9@byu.net>
38054
38055         * gnulib-tool (func_import, func_create_testdir): Fix typos in
38056         exec's in 2006-09-18 patch when shuffling fds.
38057
38058 2006-09-25  Bruno Haible  <bruno@clisp.org>
38059
38060         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
38061         Reported by Jim Meyering.
38062
38063 2006-09-24  Jim Meyering  <jim@meyering.net>
38064
38065         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
38066         compare a pointer against a literal "0".  That caused failures with
38067         at least HP-UX's hpcc.
38068
38069 2006-09-22  Simon Josefsson  <jas@extundo.com>
38070
38071         * modules/gc-sha1:
38072         * modules/gc-md4:
38073         * modules/gc-hmac-sha1:
38074         * modules/gc-hmac-md5:
38075         * modules/gc-des:
38076         * modules/gc-arcfour: Distribute more files.
38077
38078 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38079
38080         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
38081         (gl_linked_iterator_from_to): Initialize struct completely.
38082         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
38083         (gl_tree_iterator_from_to): Likewise
38084         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
38085         * lib/gl_array_list.c [lint] (gl_array_iterator)
38086         (gl_array_iterator_from_to): Likewise.
38087         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
38088         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
38089         (gl_carray_iterator_from_to): Likewise.
38090
38091         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
38092         * lib/md4.c (md4_process_block): Remove unused variable.
38093         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
38094         parentheses for clarity.
38095
38096 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38097
38098         * modules/bison-i18n (Depends-on): Add gettext.
38099
38100 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38101
38102         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
38103         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
38104         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
38105         also add missing comma that caused broken test.
38106         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
38107         stdlib.h, for `abort'.
38108         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
38109         variables.
38110         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
38111         include unistd.h if present, for `rmdir'.
38112         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
38113         variables.
38114         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
38115         in the process include standard headers for prototypes.
38116         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
38117         gets declared on GNU/Linux.
38118         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
38119         unistd.h, for `rmdir'.
38120         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
38121
38122         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
38123         always true.
38124         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
38125
38126         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
38127
38128 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38129
38130         * gnulib-tool (func_version): Create output all at once.  This
38131         may help avoid triggering unnecessary SIGPIPEs, and at any
38132         rate it doesn't hurt.
38133
38134 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38135             Bruno Haible  <bruno@clisp.org>
38136
38137         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
38138         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
38139         * m4/signed.m4 (bh_C_SIGNED): Likewise.
38140
38141         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
38142         (gl_FUNC_VASPRINTF): Invoke it.
38143
38144 2006-09-22  Bruno Haible  <bruno@clisp.org>
38145
38146         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
38147         getloadavg.c as first argument.
38148
38149 2006-09-22  Bruno Haible  <bruno@clisp.org>
38150
38151         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
38152         at the beginning of the gl_INIT macro.
38153         * modules/getloadavg (configure.ac): Pass $gl_source_base to
38154         gl_GETLOADAVG.
38155
38156 2006-09-22  Bruno Haible  <bruno@clisp.org>
38157
38158         * gnulib-tool (func_create_megatestdir): Don't include the config-h
38159         module.
38160         Suggested by Ralf Wildenhues.
38161
38162 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38163
38164         Import this patch from libc:
38165
38166         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
38167
38168         * lib/regex_internal.c (re_string_reconstruct): Handle
38169         offset < pstr->valid_raw_len && pstr->offsets_needed case.
38170         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
38171         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
38172         re_string_context_at.
38173
38174         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
38175         now requires it.
38176         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
38177         gl_REGEX now does it for us.
38178         (gl_REGEX): Add test taken from
38179         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
38180
38181         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
38182         Check that large offsets work.  Modernize Autoconf usages.
38183         Prefer "yes" to mean a good thing rather than a bad.
38184         Don't put "#define mkstemp" in config.h, as this might interfere
38185         with standard system headers that "#define mkstemp mkstemp64".
38186
38187         * modules/mkstemp (Depends-on): Add extensions, so that
38188         mkstemp is visible on some platforms.
38189         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
38190         (Include): Change to "mkstemp.h" from <stdlib.h>.
38191         (Files): Add mkstemp.h.
38192
38193         * lib/mkstemp.h: New file, since some standard headers
38194         #define mkstemp.
38195         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
38196         Include "mkstemp.h".
38197         Make the _LIBC code resemble glibc original more,
38198         e.g., use K&R style.
38199         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
38200         (mkstemp): Remove, since mkstemp.h does this for us.
38201         * lib/stdlib--.h: Include mkstemp.h.
38202
38203         Import this patch from libc:
38204
38205         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
38206
38207         * lib/tempname.c (__gen_tempname): Change attempts_min
38208         into a macro.  Use preprocessor to decide how to initialize
38209         attempts [Coverity CID 67].
38210
38211 2006-09-20  Bruno Haible  <bruno@clisp.org>
38212
38213         * lib/mkdtemp.c: Import from libc.
38214         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
38215                 * sysdeps/posix/tempname.c (__gen_tempname): Change
38216                 attempts_min into a macro.  Use preprocessor to decide how to
38217                 initialize attempts [Coverity CID 67].
38218         2001-11-27  Paul Eggert  <eggert@twinsun.com>
38219                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
38220                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
38221
38222 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38223
38224         * gnulib-tool (func_exit): New function, to allow to pass the
38225         exit status portably through the trap.  Use everywhere.
38226         (--help, --version): Signal a write error.
38227         (trap): catch SIGPIPE, for write errors.
38228         Exit at the end of the trap, with the correct exit status.
38229
38230 2006-09-19  Karl Berry  <karl@gnu.org>
38231
38232         * doc/gnulib.texi: note about the license texinfo files.
38233
38234 2006-09-19  Eric Blake  <ebb9@byu.net>
38235
38236         * gnulib-tool: Avoid space-tab.
38237
38238 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
38239
38240         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
38241         that prevented coreutils 6.1 from building.  Problem reported
38242         by Petter Reinholdtsen.
38243
38244 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
38245
38246         * gnulib-tool (avoidlist): Fix typo that broke options like
38247         --avoid=lock that are used by coreutils bootstrap.
38248
38249 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
38250
38251         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
38252         more systematically.
38253
38254 2006-09-18  Jim Meyering  <jim@meyering.net>
38255
38256         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
38257
38258 2006-09-18  Bruno Haible  <bruno@clisp.org>
38259
38260         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
38261
38262 2006-09-18  Bruno Haible  <bruno@clisp.org>
38263
38264         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
38265         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
38266         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
38267         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
38268         * m4/gettext.m4: Require autoconf >= 2.52.
38269         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
38270         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
38271         of gl_cv_header_inttypes_h.
38272
38273 2006-09-18  Bruno Haible  <bruno@clisp.org>
38274
38275         * lib/javaversion.c: Include configmake.h.
38276
38277 2006-09-18  Bruno Haible  <bruno@clisp.org>
38278
38279         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
38280         avoid that the while loops be executed in a subshell.
38281
38282 2006-09-18  Bruno Haible  <bruno@clisp.org>
38283
38284         * MODULES.html.sh (func_module): Break long lines.
38285         Suggested by Bruce Korb <bkorb@gnu.org>.
38286
38287 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38288
38289         Speed up by a factor of 1.12.
38290         * gnulib-tool (nl): New variable.
38291         (func_import): Rewrite include directive extraction to only read each
38292         directive once.
38293
38294 2006-09-17  Bruno Haible  <bruno@clisp.org>
38295
38296         * modules/javaversion (Makefile.am): Remove DEFS setting.
38297         (Depends-on): Add configmake, for PKGDATADIR definition.
38298
38299 2006-09-17  Bruno Haible  <bruno@clisp.org>
38300
38301         * gnulib-tool (func_create_testdir): Rewrite all files at once.
38302
38303 2006-09-17  Bruno Haible  <bruno@clisp.org>
38304
38305         * gnulib-tool (func_append): New function, stolen from libtool.m4.
38306         (func_modules_transitive_closure, func_modules_add_dummy,
38307         func_modules_to_filelist, func_import, func_create_testdir,
38308         func_create_megatestdir, ...): Use it wherever possible.
38309         Suggested by Ralf Wildenhues.
38310
38311 2006-09-16  Karl Berry  <karl@gnu.org>
38312
38313         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
38314         to avoid sectioning errors.
38315         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
38316         [ifinfo]: blank line after @center-ed titles.
38317         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
38318         Spell FSF address consistently with others.
38319         (These changes approved by rms.)
38320
38321 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38322
38323         Speed up by a factor of 1.61.
38324         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
38325         already checked module names again.
38326
38327 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38328
38329         Speed up by a factor of 1.13.
38330         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
38331         for new_files, and the input to func_add_or_update.
38332
38333 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38334
38335         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
38336         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
38337
38338 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38339
38340         * modules/mkancesdirs (Depends-on): Add fcntl.
38341         * modules/savewd: New file.
38342         * MODULES.html.sh (File system functions): Add savewd.
38343
38344         * modules/configmake (Makefile.am): Add support for the
38345         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
38346
38347 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38348
38349         * m4/savewd.m4: New file.
38350
38351 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38352
38353         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
38354         (dirchownmod): New arg FD.  All callers changed.
38355         Use FD rather than opening the directory ourself, as opening is
38356         now the caller's responsibility.
38357         * lib/dirchownmod.h: Likewise.
38358         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
38359         hosts that require <sys/types.h> before <sys/stat.h>.  Include
38360         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
38361         (test_dir): Remove.
38362         (mkancesdirs): Return length of prefix of FILE that has already
38363         been made, or -2 if there is a child doing the work.  Redo
38364         algorithm so that it is O(N) rather than O(N**2).  Optimize away
38365         ".", and treat ".." specially since it might stray back into
38366         already-created areas.  Use a subprocess if necessary.  New arg
38367         WD; all users changed.  MAKE_DIR function should now return 1
38368         if it creates a directory that is not readable.  Return -2 if
38369         a child process is spun off.
38370         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
38371         Adjust signature to match code.
38372         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
38373         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
38374         all users changed.
38375         * lib/savewd.c, lib/savewd.h: New files.
38376
38377 2006-09-15  Jim Meyering  <jim@meyering.net>
38378
38379         * modules/rename-dest-slash: New module.
38380         * MODULES.html.sh (posix_compat): Add it here.
38381
38382         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
38383
38384 2006-09-15  Jim Meyering  <jim@meyering.net>
38385
38386         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
38387         file.
38388
38389         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
38390
38391 2006-09-15  Jim Meyering  <jim@meyering.net>
38392
38393         * lib/rename-dest-slash.c (has_trailing_slash): Use
38394         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
38395         (rpl_rename_dest_slash): Perform the cheaper trailing slash
38396         test before testing whether SRC is a directory.
38397         Suggestions from Bruno Haible.
38398
38399         Avoid a warning about an unused variable.
38400         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
38401         into the #ifdef block where it's used.
38402
38403         * lib/rename-dest-slash.c: New file.
38404
38405 2006-09-14  Bruno Haible  <bruno@clisp.org>
38406
38407         * lib/allocsa.c: Include <config.h> unconditionally.
38408         * lib/asnprintf.c: Likewise.
38409         * lib/asprintf.c: Likewise.
38410         * lib/c-strcasecmp.c: Likewise.
38411         * lib/c-strcasestr.c: Likewise.
38412         * lib/c-strncasecmp.c: Likewise.
38413         * lib/c-strstr.c: Likewise.
38414         * lib/classpath.c: Likewise.
38415         * lib/clean-temp.c: Likewise.
38416         * lib/concatpath.c: Likewise.
38417         * lib/copy-file.c: Likewise.
38418         * lib/csharpcomp.c: Likewise.
38419         * lib/csharpexec.c: Likewise.
38420         * lib/execute.c: Likewise.
38421         * lib/fatal-signal.c: Likewise.
38422         * lib/findprog.c: Likewise.
38423         * lib/fwriteerror.c: Likewise.
38424         * lib/gl_array_list.c: Likewise.
38425         * lib/gl_array_oset.c: Likewise.
38426         * lib/gl_avltree_list.c: Likewise.
38427         * lib/gl_avltree_oset.c: Likewise.
38428         * lib/gl_avltreehash_list.c: Likewise.
38429         * lib/gl_carray_list.c: Likewise.
38430         * lib/gl_linked_list.c: Likewise.
38431         * lib/gl_linkedhash_list.c: Likewise.
38432         * lib/gl_list.c: Likewise.
38433         * lib/gl_oset.c: Likewise.
38434         * lib/gl_rbtree_list.c: Likewise.
38435         * lib/gl_rbtree_oset.c: Likewise.
38436         * lib/gl_rbtreehash_list.c: Likewise.
38437         * lib/imaxabs.c: Likewise.
38438         * lib/imaxdiv.c: Likewise.
38439         * lib/javacomp.c: Likewise.
38440         * lib/javaexec.c: Likewise.
38441         * lib/javaversion.c: Likewise.
38442         * lib/linebreak.c: Likewise.
38443         * lib/localcharset.c: Likewise.
38444         * lib/lock.c: Likewise.
38445         * lib/mbchar.c: Likewise.
38446         * lib/mbswidth.c: Likewise.
38447         * lib/mkdtemp.c: Likewise.
38448         * lib/pipe.c: Likewise.
38449         * lib/printf-args.c: Likewise.
38450         * lib/printf-parse.c: Likewise.
38451         * lib/progname.c: Likewise.
38452         * lib/progreloc.c: Likewise.
38453         * lib/readlink.c: Likewise.
38454         * lib/sh-quote.c: Likewise.
38455         * lib/stpcpy.c: Likewise.
38456         * lib/stpncpy.c: Likewise.
38457         * lib/strcasecmp.c: Likewise.
38458         * lib/strcasestr.c: Likewise.
38459         * lib/strcspn.c: Likewise.
38460         * lib/striconv.c: Likewise.
38461         * lib/strncasecmp.c: Likewise.
38462         * lib/strnlen1.c: Likewise.
38463         * lib/strstr.c: Likewise.
38464         * lib/strtok_r.c: Likewise.
38465         * lib/tls.c: Likewise.
38466         * lib/tmpdir.c: Likewise.
38467         * lib/unicodeio.c: Likewise.
38468         * lib/unsetenv.c: Likewise.
38469         * lib/vasnprintf.c: Likewise.
38470         * lib/vasprintf.c: Likewise.
38471         * lib/wait-process.c: Likewise.
38472         * lib/xallocsa.c: Likewise.
38473         * lib/xsetenv.c: Likewise.
38474         * lib/xstriconv.c: Likewise.
38475
38476 2006-09-13  Simon Josefsson  <jas@extundo.com>
38477
38478         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
38479         that internally, suggested by Ralf Wildenhues
38480         <Ralf.Wildenhues@gmx.de>.
38481
38482 2006-09-13  Simon Josefsson  <jas@extundo.com>
38483
38484         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
38485         @LIBOBJS@.
38486         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38487
38488 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38489
38490         * lib/_fpending.c: Include <config.h> unconditionally, since we no
38491         longer worry about uses that don't define HAVE_CONFIG_H.
38492         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
38493         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
38494         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
38495         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
38496         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
38497         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
38498         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
38499         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
38500         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
38501         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
38502         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
38503         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
38504         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
38505         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
38506         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
38507         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
38508         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
38509         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
38510         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
38511         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
38512         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
38513         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
38514         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
38515         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
38516         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
38517         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
38518         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
38519         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
38520         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
38521         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
38522         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
38523         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
38524         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
38525         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
38526         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
38527         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
38528         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
38529         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
38530         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
38531         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
38532         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
38533         Likewise.
38534
38535 2006-09-13  Eric Blake  <ebb9@byu.net>
38536
38537         * lib/getopt.c: Fix typo in last commit.
38538
38539 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
38540
38541         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
38542         dgettext.
38543
38544 2006-09-12  Jim Meyering  <jim@meyering.net>
38545
38546         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
38547         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
38548         Reported by Nelson H. F. Beebe.
38549
38550 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
38551
38552         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
38553         program_invocation_name and program_invocation_short_name are
38554         initialized.
38555         * lib/argp-namefrob.h: Move declarations of program_invocation_name
38556         and program_invocation_short_name to argp.h, so they are visible
38557         to user programs.
38558         * lib/argp.h: Likewise
38559
38560 2006-09-10  Bruno Haible  <bruno@clisp.org>
38561
38562         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
38563         m4/inttypes_h.m4, m4/uintmax_t.m4.
38564
38565 2006-09-10  Bruno Haible  <bruno@clisp.org>
38566
38567         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
38568         gl_AC_TYPE_UINTMAX_T.
38569
38570 2006-09-10  Bruno Haible  <bruno@clisp.org>
38571
38572         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
38573
38574 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38575
38576         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
38577         convention.  Text proposed by Bruno Haible.
38578         (struct argp_option): Document the use of N_() wrappers.
38579
38580         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
38581         '\v', and translate the two parts separately, instead of feeding
38582         the whole string to gettext.  This allows to exclude
38583         '\v' from the strings visible to the translator by writing doc
38584         strings as N_("..") "\v" N_("..").
38585
38586 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
38587
38588         * config/srclist.txt: Undo latest change; the bug was fixed.
38589
38590 2006-09-09  Bruno Haible  <bruno@clisp.org>
38591
38592         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
38593         assignments if building a library without libtool.
38594         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
38595         in func_emit_lib_Makefile_am.
38596         (func_import): When building a static library libfoo.a, arrange to
38597         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
38598         (func_create_testdir): Likewise.
38599         * modules/gc (configure.ac, Makefile.am): If building statically,
38600         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
38601         * modules/iconvme (configure.ac, Makefile.am): Likewise.
38602         * modules/striconv (configure.ac, Makefile.am): Likewise.
38603         Based on a suggestion by Ralf Wildenhues.
38604
38605 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38606
38607         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
38608         Check for unistd.h too, since Autoconf doesn't assume POSIX.
38609         Also:
38610
38611         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38612         Add year_2050_test to catch glibc bug 2821
38613         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
38614
38615         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38616         Prefer #ifdef to #if.
38617
38618         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
38619         Return from 'main' instead of calling 'exit'.
38620
38621 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38622
38623         * lib/mktime.c (guess_time_tm): Fix bug where mktime
38624         returned the maximum time_t value rather than (time_t) -1.
38625         Problem originally reported by William Bardwell
38626         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
38627
38628         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
38629         Moved to here ...
38630         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
38631         ... from here.
38632
38633 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38634
38635         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
38636         2821 is fixed.
38637
38638 2006-09-08  Jim Meyering  <jim@meyering.net>
38639
38640         Don't make generated files read-only.  That would bother too many
38641         people.  However, do retain the ability to work when targets are
38642         read-only: remove the destination and temporary files before writing
38643         them (when generated via sed or echo), or by using the -f option for
38644         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
38645         * modules/alloca-opt, modules/argz, modules/arpa_inet:
38646         * modules/byteswap, modules/configmake, modules/fcntl:
38647         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
38648         * modules/localcharset, modules/netinet_in, modules/poll:
38649         * modules/stdbool, modules/stdint, modules/sys_select:
38650         * modules/sys_socket, modules/sys_stat, modules/sysexits:
38651
38652 2006-09-08  Jim Meyering  <jim@meyering.net>
38653
38654         Avoid new build failure on FreeBSD 6.0.
38655         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
38656         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
38657         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
38658
38659 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38660
38661         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
38662
38663 2006-09-07  Jim Meyering  <jim@meyering.net>
38664
38665         Fix global typo in last change: use chmod u-w, not chmod u-x.
38666         Spotted by Paul Eggert and Bruce Korb.
38667         * modules/alloca-opt, modules/argz, modules/arpa_inet:
38668         * modules/byteswap, modules/configmake, modules/fcntl:
38669         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
38670         * modules/localcharset, modules/netinet_in, modules/poll:
38671         * modules/stdbool, modules/stdint, modules/sys_select:
38672         * modules/sys_socket, modules/sys_stat, modules/sysexits:
38673
38674 2006-09-06  Jim Meyering  <jim@meyering.net>
38675
38676         Make generated files be read-only.
38677         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
38678         Ensure that each generated file is now read-only.
38679         * modules/argz: Likewise.
38680         * modules/arpa_inet: Likewise.
38681         * modules/byteswap: Likewise.
38682         * modules/configmake: Likewise.
38683         * modules/fcntl: Likewise.
38684         * modules/fnmatch: Likewise.
38685         * modules/getopt: Likewise.
38686         * modules/glob: Likewise.
38687         * modules/inttypes: Likewise.
38688         * modules/netinet_in: Likewise.
38689         * modules/poll: Likewise.
38690         * modules/stdbool: Likewise.
38691         * modules/stdint: Likewise.
38692         * modules/sys_select: Likewise.
38693         * modules/sys_socket: Likewise.
38694         * modules/sys_stat: Likewise.
38695         * modules/sysexits: Likewise.
38696         * modules/localcharset: Same as above, but continue using temporary
38697         file named "t-$@" (why different?) rather than the "$@-t" used
38698         everywhere else.
38699
38700         * modules/sysexits (Makefile.am): Replace literal occurrences
38701         of "sysexit.h" more readable, and more consistent, "$@".
38702
38703 2006-09-06  Bruno Haible  <bruno@clisp.org>
38704
38705         * modules/striconv: New file.
38706         * modules/xstriconv: New file.
38707         * MODULES.html.sh (Internationalization functions): Add striconv,
38708         xstriconv.
38709
38710 2006-09-06  Bruno Haible  <bruno@clisp.org>
38711
38712         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
38713         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
38714         not using libtool correctly.
38715
38716 2006-09-06  Bruno Haible  <bruno@clisp.org>
38717
38718         * lib/striconv.h: New file.
38719         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
38720         iconvstring.c.
38721         * lib/xstriconv.h: New file.
38722         * lib/xstriconv.c: New file.
38723
38724 2006-09-06  Bruno Haible  <bruno@clisp.org>
38725
38726         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38727         lib_..._LDFLAGS.
38728
38729 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38730
38731         * lib/argz_.h: Sync from Libtool.
38732
38733         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
38734                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38735
38736         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
38737
38738 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
38739
38740         * modules/trim: New file.
38741
38742 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
38743
38744         * lib/trim.h: New file.
38745         * lib/trim.c: New file.
38746
38747 2006-09-05  Bruno Haible  <bruno@clisp.org>
38748
38749         * MODULES.html.sh (String handling): Add trim.
38750
38751 2006-09-04  Karl Berry  <karl@gnu.org>
38752
38753         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
38754         until next release.
38755
38756 2006-09-03  Bruno Haible  <bruno@clisp.org>
38757
38758         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
38759         correctly.
38760
38761 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38762
38763         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
38764         not gl_GETLOADAVG.  Omit unneeded semicolons.
38765         Problems reported by Ralf Wildenhues in
38766         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
38767         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
38768         at the end, which is the usual gnulib style.
38769
38770         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
38771         of doing all the work ourselves.
38772         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
38773         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
38774
38775 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38776
38777         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
38778         Problem reported by Ralf Wildenhues in
38779         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
38780
38781         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
38782         HAVE_STRUCT_STATFS_F_FSTYPENAME.
38783
38784 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38785
38786         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
38787         yesterday's patch by changing test -n to test -z.
38788
38789 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38790
38791         * modules/getloadavg (Files): Add m4/getloadavg.m4.
38792         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
38793         the former is now obsolescent.
38794
38795         * modules/chdir-long (Depends-on): Add fcntl.
38796
38797 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38798
38799         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
38800         obsolescent, and programs should use gnulib instead.
38801         * m4/getloadavg.m4: New file, with contents taken from Autoconf
38802         but with prefixes changed.
38803
38804 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38805
38806         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
38807         or stdbool.h, because they might not exist while configuring.
38808
38809         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
38810         Don't include unistd.h or limits.h; not needed, since chdir-long.h
38811         does that for us.
38812         (O_DIRECTORY): Remove.
38813
38814 2006-08-31  Eric Blake  <ebb9@byu.net>
38815
38816         * gnulib-tool: Don't let emacs change spaces to TAB.
38817
38818 2006-08-31  Bruno Haible  <bruno@clisp.org>
38819
38820         * gnulib-tool: When calling func_import more than once, do it in a
38821         subshell.
38822         Reported by Eric Blake <ebb9@byu.net>.
38823
38824 2006-08-31  Bruno Haible  <bruno@clisp.org>
38825
38826         * gnulib-tool (nl): Remove variable.
38827         (sed_transform_lib_file): Use more robust test for config-h module.
38828         (func_import): Fix typo in 2006-08-25 patch.
38829
38830 2006-08-31  Bruno Haible  <bruno@clisp.org>
38831
38832         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
38833         specified, augment Makefile.am variables instead of assigning them.
38834
38835 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38836
38837         Work around a bug in both the Linux and SunOS 64-bit kernels:
38838         nanosleep mishandles sleeps for longer than 2**31 seconds.
38839         Problem reported by Frank v Waveren in
38840         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
38841         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
38842         Check for nanosleep bug.
38843         (LIB_NANOSLEEP): Append clock_gettime library if needed.
38844
38845 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38846
38847         Work around a bug in both the Linux and SunOS 64-bit kernels:
38848         nanosleep mishandles sleeps for longer than 2**31 seconds.
38849         Problem reported by Frank v Waveren in
38850         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
38851         * lib/nanosleep.c (BILLION): New constant.
38852         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
38853         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
38854         implementation.
38855
38856 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38857
38858         * modules/nanosleep (Depends-on): Add gettime.
38859
38860 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
38861         and Simon Josefsson  <jas@extundo.com>
38862         and Oskar Liljeblad  <oskar@osk.mine.nu>
38863
38864         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
38865         * gnulib-tool (func_import): New license type 'unmodifiable license
38866         text'.
38867         * modules/fdl: Use it.  Longer description.
38868         * module/gpl, module/lgpl: New files.
38869
38870 2006-08-30  Jim Meyering  <jim@meyering.net>
38871
38872         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
38873         shadowing the parameter.
38874
38875 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38876
38877         Sync from Libtool:
38878
38879         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38880
38881         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
38882         sharing with gnulib.  Report by Eric Blake.
38883
38884 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38885
38886         * modules/isapipe: New file.
38887         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
38888
38889 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38890
38891         * modules/configmake (Makefile.am): Add a comment, and omit
38892         the CONFIGMAKE_ prefix from generated macro names.  Suggested
38893         by Bruno Haible.
38894
38895 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38896
38897         * m4/isapipe.m4: New file.
38898
38899 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
38900
38901         * lib/isapipe.c, lib/isapipe.h: New files.
38902
38903 2006-08-29  Jim Meyering  <jim@meyering.net>
38904
38905         * modules/configmake (Makefile.am): Make configmake.h depend on
38906         Makefile.  Otherwise, a stale configmake.h could hang around.
38907
38908 2006-08-29  Eric Blake  <ebb9@byu.net>
38909
38910         * lib/error.c (error_at_line, print_errno_message): Match libc, after
38911         resolution of upstream bug 3044.
38912
38913 2006-08-29  Bruno Haible  <bruno@clisp.org>
38914
38915         * modules/localcharset (Depends-on): Add configmake.
38916         (Makefile.am): Remove setting of LIBDIR through DEFS.
38917
38918 2006-08-29  Bruno Haible  <bruno@clisp.org>
38919
38920         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
38921         defined.
38922
38923 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38924
38925         * modules/fcntl: New file.
38926         * modules/chdir-safer (Depends-on): Add fcntl.
38927         * modules/fts: Likewise.
38928         * modules/mkdir-p: Likewise.
38929
38930         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
38931         This undoes the most recent change, since we're now addressing the
38932         problem in a different way.
38933
38934         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
38935         into output, since the output might be called Makefile.am even
38936         if $makefile_name is something different.
38937         (func_import): Use $makefile_am rather than
38938         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
38939         empty.
38940
38941         * modules/inttypes (Files): Add m4/inttypes-h.m4.
38942
38943 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38944
38945         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
38946         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
38947         recent change to stdint.m4, since we're now addressing the problem in a
38948         different way.
38949
38950 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38951
38952         * m4/fcntl_h.m4: New file.
38953
38954 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
38955
38956         * lib/fcntl_.h: New file.
38957         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
38958         the fcntl module.
38959         * lib/dirchownmod.c: Likewise.
38960         * lib/fts.c: Likewise.
38961
38962         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
38963         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
38964         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
38965         just before including <inttypes.h>, to avoid circular inclusion.
38966
38967 2006-08-28  Jim Meyering  <jim@meyering.net>
38968
38969         * doc/visibility.texi: Actually read and correct the grammar of the
38970         sentence affected by yesterday's change.
38971
38972 2006-08-28  Eric Blake  <ebb9@byu.net>
38973
38974         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
38975         needs wrapper.
38976
38977 2006-08-28  Eric Blake  <ebb9@byu.net>
38978
38979         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
38980
38981 2006-08-28  Eric Blake  <ebb9@byu.net>
38982
38983         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
38984
38985 2006-08-28  Bruno Haible  <bruno@clisp.org>
38986
38987         * modules/c-strstr: New file, from GNU gettext.
38988         * MODULES.html.sh (String handling): Add c-strstr.
38989
38990 2006-08-28  Bruno Haible  <bruno@clisp.org>
38991
38992         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
38993         macros.
38994         Reported by Eric Blake.
38995
38996 2006-08-28  Bruno Haible  <bruno@clisp.org>
38997
38998         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
38999         (VASNPRINTF): Return a string of length > INT_MAX without failing.
39000         * lib/vasprintf.c: Include errno.h, limits.h.
39001         (EOVERFLOW): New fallback definition.
39002         (vasprintf): Test here whether the string length is > INT_MAX.
39003         * lib/vsnprintf.c: Include errno.h, limits.h.
39004         (EOVERFLOW): New fallback definition.
39005         (vsnprintf): Fix bug when generated string was too long for the buffer.
39006         Test here whether the string length is > INT_MAX.
39007
39008 2006-08-28  Bruno Haible  <bruno@clisp.org>
39009
39010         * lib/inttypes_.h (SCNX*): Remove definitions.
39011         Reported by Eric Blake.
39012
39013 2006-08-28  Bruno Haible  <bruno@clisp.org>
39014
39015         * lib/c-strstr.h: New file, from GNU gettext.
39016         * lib/c-strstr.c: New file, from GNU gettext.
39017
39018 2006-08-28  Bruno Haible  <bruno@clisp.org>
39019
39020         * gnulib-tool: Reorder some statements.
39021
39022 2006-08-28  Bruno Haible  <bruno@clisp.org>
39023
39024         * gnulib-tool: New option --makefile-name.
39025         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
39026         $makefile_name.
39027         (func_import): Write $makefile_name to the cache file, and read it from
39028         there unless explicitly specified. Use $makefile_name as file name
39029         instead of Makefile.am. Adjust the recommendations accordingly.
39030
39031 2006-08-28  Bruno Haible  <bruno@clisp.org>
39032
39033         * gnulib-tool (func_verify_module): Check against misapplying patch.
39034
39035 2006-08-28  Bruno Haible  <bruno@clisp.org>
39036
39037         * gnulib-tool (func_relativize, func_relconcat): New functions.
39038         Give an error if --local-dir is given with --update.
39039         Remove trailing slashes from $local_gnulib_dir.
39040         (func_import): Store the relativized $local_gnulib_dir in
39041         gnulib-cache.m4, and read it from there if not specified explicitly.
39042
39043 2006-08-28  Bruno Haible  <bruno@clisp.org>
39044
39045         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
39046         is the current directory. Respect also $local_gnulib_dir.
39047
39048 2006-08-28  Bruno Haible  <bruno@clisp.org>
39049             Simon Josefsson  <jas@extundo.com>
39050
39051         BeOS portability.
39052         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
39053
39054 2006-08-27  Jim Meyering  <jim@meyering.net>
39055
39056         * doc/visibility.texi: Remove duplicate word: "pointer".
39057
39058 2006-08-26  Bruno Haible  <bruno@clisp.org>
39059
39060         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
39061         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
39062         (Makefile.am): Create inttypes.h from inttypes_.h.
39063         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
39064
39065         * modules/imaxabs: New file.
39066
39067         * modules/imaxdiv: New file.
39068
39069 2006-08-26  Bruno Haible  <bruno@clisp.org>
39070
39071         * m4/inttypes.m4: New file.
39072         * m4/_inttypes_h.m4: Remove file.
39073         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
39074         PRI_MACROS_BROKEN.
39075         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
39076
39077         * m4/imaxabs.m4: New file.
39078
39079         * m4/imaxdiv.m4: New file.
39080
39081 2006-08-26  Bruno Haible  <bruno@clisp.org>
39082
39083         * lib/inttypes_.h: New file.
39084         * lib/inttypes.h: Remove file.
39085         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
39086
39087         * lib/imaxabs.c: New file.
39088
39089         * lib/imaxdiv.c: New file.
39090
39091 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39092
39093         New config-h module, so that "make" output needn't be cluttered
39094         by -DHAVE_CONFIG_H.
39095         * MODULES.html.sh (Support for building libraries and executables):
39096         Add config-h.
39097         * modules/config-h: New file.
39098         * gnulib-tool (nl, sed_transform_lib_file): New vars.
39099         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
39100         the config-h module is used.
39101
39102         New configmake module, so that "make" output needn't be cluttered
39103         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
39104         * MODULES.html.sh (Support for building libraries and executables):
39105         Add configmake.
39106         * modules/configmake: New file.
39107
39108 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39109
39110         * m4/config-h.m4: New file.
39111
39112 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39113
39114         * config/srclist.txt: Add elisp-comp.
39115
39116 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39117
39118         * MODULES.html.sh (Support for building libraries and executables):
39119         Add elisp-comp.
39120         * build-aux/elisp-comp: New file.
39121         * modules/elisp-comp: New file.
39122
39123 2006-08-24  Bruno Haible  <bruno@clisp.org>
39124
39125         * gnulib-tool (func_create_testdir): Use non-default values of
39126         sourcebase and m4base.
39127
39128 2006-08-24  Bruno Haible  <bruno@clisp.org>
39129
39130         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
39131         HTML structure.
39132
39133 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39134
39135         * modules/openat (Depends-on): Add lchown.
39136
39137 2006-08-23  Bruno Haible  <bruno@clisp.org>
39138
39139         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
39140         of gl_LOCK_EARLY instead of gl_LOCK.
39141
39142 2006-08-23  Bruno Haible  <bruno@clisp.org>
39143
39144         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
39145         on OSF/1 to no.
39146         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
39147
39148 2006-08-23  Bruno Haible  <bruno@clisp.org>
39149
39150         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
39151         as unusable.
39152
39153         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
39154         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
39155         (gl_LOCK): New macro.
39156
39157 2006-08-22  Simon Josefsson  <jas@extundo.com>
39158
39159         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
39160         to md5 module.
39161
39162 2006-08-22  Simon Josefsson  <jas@extundo.com>
39163
39164         * MODULES.html.sh: Add "Support for maintaining and release
39165         projects".
39166
39167         * build-aux/gnupload: New file, from coreutils.
39168
39169 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39170
39171         Avoid the need for AC_LIBSOURCES in m4 macros.
39172         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
39173         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
39174         * modules/check-version (EXTRA_DIST): Add check-version.h.
39175         * modules/crc (EXTRA_DIST): Add crc.h.
39176         * modules/des (EXTRA_DIST): Add des.h.
39177         * modules/gc (EXTRA_DIST): Add gc.h.
39178         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
39179         * modules/getline (EXTRA_DIST): Add getline.h.
39180         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
39181         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
39182         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
39183         * modules/md2 (EXTRA_DIST): Add md2.h.
39184         * modules/md4 (EXTRA_DIST): Add md4.h.
39185         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
39186         * modules/read-file (EXTRA_DIST): Add read-file.h.
39187         * modules/readline (EXTRA_DIST): Add readline.h.
39188         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
39189         rijndael-api-fst.h.
39190
39191 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39192
39193         * m4/rijndael.m4 (gl_ARCFOUR):
39194         * m4/arctwo.m4 (gl_ARCTWO):
39195         * m4/check-version.m4 (gl_CHECK_VERSION):
39196         * m4/crc.m4 (gl_CRC):
39197         * m4/des.m4 (gl_DES):
39198         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
39199         * m4/gc.m4 (gl_GC):
39200         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
39201         * m4/getline.m4 (gl_FUNC_GETLINE):
39202         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
39203         * m4/hmac-md5.m4 (gl_HMAC_MD5):
39204         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
39205         * m4/md2.m4 (gl_MD2):
39206         * m4/md4.m4 (gl_MD4):
39207         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
39208         * m4/read-file.m4 (gl_FUNC_READ_FILE):
39209         * m4/readline.m4 (gl_FUNC_READLINE):
39210         * m4/rijndael.m4 (gl_RIJNDAEL):
39211         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
39212         to get the necessary .h files and whatnot.
39213
39214 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39215
39216         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
39217         gnulib rather than the other way around.
39218         * config/srclistvars.sh (COREUTILS): Remove.
39219
39220 2006-08-22  Jim Meyering  <jim@meyering.net>
39221
39222         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
39223
39224         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
39225
39226 2006-08-22  Eric Blake  <ebb9@byu.net>
39227
39228         * modules/regexprops-generic: New file.
39229         * MODULES.html.sh (Support for building documentation): List it.
39230
39231 2006-08-22  Eric Blake  <ebb9@byu.net>
39232
39233         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
39234         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
39235         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
39236         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
39237
39238 2006-08-22  Bruno Haible  <bruno@clisp.org>
39239
39240         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
39241         and lib_LTLIBRARIES like the other lib_* variables.
39242
39243 2006-08-22  Bruno Haible  <bruno@clisp.org>
39244
39245         * build-aux/x-to-1.in: New file, from GNU gettext.
39246
39247 2006-08-22  Bruno Haible  <bruno@clisp.org>
39248
39249         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
39250         <utmpx.h> exists.
39251
39252 2006-08-22  Bruno Haible  <bruno@clisp.org>
39253
39254         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
39255         <utmpx.h> exists.
39256
39257 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39258
39259         BeOS portability.
39260         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
39261         exist.
39262         Problem reported by Bruno Haible.
39263
39264 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39265
39266         Avoid the need for AC_LIBSOURCES in m4 macros.
39267         * modules/acl (EXTRA_DIST): Add acl.h.
39268         * modules/argmatch (Files): Add m4/argmatch.m4.
39269         (configure.ac): Add gl_ARGMATCH.
39270         (EXTRA_DIST): Renamed from lib_SOURCES, for
39271         consistency with the other modules.  Remove argmatch.c.
39272         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
39273         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
39274         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
39275         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
39276         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
39277         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
39278         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
39279         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
39280         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
39281         * modules/closeout (EXTRA_DIST): Add closeout.h.
39282         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
39283         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
39284         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
39285         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
39286         dirname.h; remove basename.c and stripslash.c.
39287         * modules/exclude (EXTRA_DIST): Add exclude.h.
39288         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
39289         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
39290         * modules/file-type (EXTRA_DIST): Add file-type.h.
39291         * modules/filemode (EXTRA_DIST): Add filemode.h.
39292         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
39293         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
39294         * modules/fpending (EXTRA_DIST): Add __fpending.h.
39295         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
39296         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
39297         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
39298         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
39299         * modules/getdate (EXTRA_DIST): Add getdate.c.
39300         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
39301         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
39302         * modules/getpass (EXTRA_DIST): Add getpass.h.
39303         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
39304         * modules/group-member (EXTRA_DIST): Add group-member.h.
39305         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
39306         * modules/hash (EXTRA_DIST): Add hash.h.
39307         * modules/human (EXTRA_DIST): Add human.h.
39308         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
39309         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
39310         * modules/lchown (EXTRA_DIST): Add lchown.h.
39311         * modules/long-options (EXTRA_DIST): Add long-options.h.
39312         * modules/lstat (EXTRA_DIST): Add lstat.h.
39313         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
39314         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
39315         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
39316         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
39317         * modules/memxor (EXTRA_DIST): Add memxor.h.
39318         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
39319         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
39320         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
39321         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
39322         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
39323         * modules/physmem (EXTRA_DIST): Add physmem.h.
39324         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
39325         * modules/posixver (EXTRA_DIST): Add posixver.h.
39326         * modules/quote (EXTRA_DIST): Add quote.h.
39327         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
39328         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
39329         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
39330         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
39331         regex_internal.h regexec.c.
39332         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
39333         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
39334         * modules/same (EXTRA_DIST): Add same.h.
39335         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
39336         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
39337         * modules/savedir (EXTRA_DIST): Add savedir.h.
39338         * modules/sha1 (EXTRA_DIST): Add sha1.h.
39339         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
39340         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
39341         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
39342         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
39343         * modules/strdup (EXTRA_DIST): Add strdup.h.
39344         * modules/strftime (EXTRA_DIST): Add strftime.h.
39345         * modules/strndup (EXTRA_DIST): Add strndup.h.
39346         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
39347         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
39348         * modules/time_r (EXTRA_DIST): Add time_r.h.
39349         * modules/timespec (EXTRA_DIST): Add timespec.h.
39350         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
39351         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
39352         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
39353         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
39354         * modules/userspec (EXTRA_DIST): Add userspec.h.
39355         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
39356         * modules/utimens (EXTRA_DIST): Add utimens.h.
39357         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
39358         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
39359         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
39360         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
39361         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
39362         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
39363         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
39364         * modules/yesno (EXTRA_DIST): Add yesno.h.
39365
39366 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39367
39368         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
39369
39370         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
39371         * m4/dev-ino.m4, same-inode.m4: Remove.
39372
39373         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
39374         * m4/acl.m4 (AC_FUNC_ACL):
39375         * m4/backupfile.m4 (gl_BACKUPFILE):
39376         * m4/c-strtod.m4 (gl_C99_STRTOLD):
39377         * m4/canon-host.m4 (gl_CANON_HOST):
39378         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
39379         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
39380         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
39381         * m4/cloexec.m4 (gl_CLOEXEC):
39382         * m4/close-stream.m4 (gl_CLOSE_STREAM):
39383         * m4/closeout.m4 (gl_CLOSEOUT):
39384         * m4/dirfd.m4 (gl_FUNC_DIRFD):
39385         * m4/dirname.m4 (gl_DIRNAME):
39386         * m4/exclude.m4 (gl_EXCLUDE):
39387         * m4/exitfail.m4 (gl_EXITFAIL):
39388         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
39389         * m4/file-type.m4 (gl_FILE_TYPE):
39390         * m4/filemode.m4 (gl_FILEMODE):
39391         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
39392         * m4/fpending.m4 (gl_FUNC_FPENDING):
39393         * m4/fprintftime.m4 (gl_FPRINTFTIME):
39394         * m4/fts.m4 (gl_FUNC_FTS):
39395         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
39396         * m4/getdate.m4 (gl_GETDATE):
39397         * m4/gethrxtime.m4 (gl_GETHRXTIME):
39398         * m4/getpagesize.m4 (gl_GETPAGESIZE):
39399         * m4/getpass.m4 (gl_FUNC_GETPASS):
39400         * m4/gettime.m4 (gl_GETTIME):
39401         * m4/getugroups.m4 (gl_GETUGROUPS):
39402         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
39403         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
39404         * m4/hard-locale.m4 (gl_HARD_LOCALE):
39405         * m4/hash.m4 (gl_HASH):
39406         * m4/idcache.m4 (gl_IDCACHE):
39407         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
39408         * m4/lchown.m4 (gl_FUNC_LCHOWN):
39409         * m4/long-options.m4 (gl_LONG_OPTIONS):
39410         * m4/lstat.m4 (gl_FUNC_LSTAT):
39411         * m4/md5.m4 (gl_MD5):
39412         * m4/memcasecmp.m4 (gl_MEMCASECMP):
39413         * m4/memcoll.m4 (gl_MEMCOLL):
39414         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
39415         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
39416         * m4/memxor.m4 (gl_MEMXOR):
39417         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
39418         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
39419         * m4/modechange.m4 (gl_MODECHANGE):
39420         * m4/mountlist.m4 (gl_MOUNTLIST):
39421         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39422         * m4/openat.m4 (gl_FUNC_OPENAT):
39423         * m4/pathmax.m4 (gl_PATHMAX):
39424         * m4/physmem.m4 (gl_PHYSMEM):
39425         * m4/posixtm.m4 (gl_POSIXTM):
39426         * m4/posixver.m4 (gl_POSIXVER):
39427         * m4/quote.m4 (gl_QUOTE):
39428         * m4/quotearg.m4 (gl_QUOTEARG):
39429         * m4/readtokens.m4 (gl_READTOKENS):
39430         * m4/readutmp.m4 (gl_READUTMP):
39431         * m4/regex.m4 (gl_REGEX):
39432         * m4/safe-read.m4 (gl_SAFE_READ):
39433         * m4/safe-write.m4 (gl_SAFE_WRITE):
39434         * m4/same.m4 (gl_SAME):
39435         * m4/save-cwd.m4 (gl_SAVE_CWD):
39436         * m4/savedir.m4 (gl_SAVEDIR):
39437         * m4/settime.m4 (gl_SETTIME):
39438         * m4/sha1.m4 (gl_SHA1):
39439         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
39440         * m4/stat-macros.m4 (gl_STAT_MACROS):
39441         * m4/stat-time.m4 (gl_STAT_TIME):
39442         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
39443         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
39444         * m4/strdup.m4 (gl_FUNC_STRDUP):
39445         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
39446         * m4/strndup.m4 (gl_FUNC_STRNDUP):
39447         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
39448         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
39449         * m4/time_r.m4 (gl_TIME_R):
39450         * m4/timespec.m4 (gl_TIMESPEC):
39451         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
39452         * m4/unlinkdir.m4 (gl_UNLINKDIR):
39453         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
39454         * m4/userspec.m4 (gl_USERSPEC):
39455         * m4/utimecmp.m4 (gl_UTIMECMP):
39456         * m4/utimens.m4 (gl_UTIMENS):
39457         * m4/xalloc.m4 (gl_XALLOC):
39458         * m4/xgetcwd.m4 (gl_XGETCWD):
39459         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
39460         * m4/xreadlink.m4 (gl_XREADLINK):
39461         * m4/xstrtod.m4 (gl_XSTRTOD):
39462         * m4/yesno.m4 (gl_YESNO):
39463         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
39464         to get the necessary .h files and whatnot.
39465
39466 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
39467             Bruno Haible  <bruno@clisp.org>
39468
39469         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
39470         /bin/sh understanding of '!' conditional negation.
39471
39472 2006-08-21  Jim Meyering  <jim@meyering.net>
39473
39474         * modules/openat (Depends-on): Really alphabetize.
39475
39476         * modules/acl (Depends-on): Add error and quote.
39477
39478         * check-module (find_included_lib_files): Add at-func.c to the
39479         ok-to-include-more-than-once white list.
39480
39481         * modules/openat (Depends-on): Add lstat.  Alphabetize.
39482
39483 2006-08-21  Bruno Haible  <bruno@clisp.org>
39484
39485         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39486         Emit a pkgdata_DATA variable only if some snippets add contents to it.
39487         Reported by Martin Lambers <marlam@marlam.de>.
39488
39489 2006-08-21  Bruno Haible  <bruno@clisp.org>
39490
39491         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
39492         specify an installation location, don't emit a noinst_LIBRARIES or
39493         noinst_LTLIBRARIES assignment.
39494
39495 2006-08-21  Bruno Haible  <bruno@clisp.org>
39496
39497         BeOS portability.
39498         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
39499         BeOS has mbrtowc() but no <wctype.h>.
39500
39501 2006-08-21  Bruno Haible  <bruno@clisp.org>
39502
39503         BeOS portability.
39504         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
39505         exist.
39506
39507 2006-08-21  Bruno Haible  <bruno@clisp.org>
39508
39509         BeOS portability.
39510         * lib/mbchar.h: Include <wctype.h> only if it exists.
39511
39512 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39513
39514         Remove files that are no longer needed by their respective modules.
39515         * m4/obstack.m4: Remove.
39516         * m4/strerror_r.m4: Remove.
39517         * m4/uint32_t.m4: Remove.
39518         * m4/uintptr_t.m4: Remove.
39519         * m4/ullong_max.m4: Remove.
39520         * m4/xstrtoimax.m4: Remove.
39521         * m4/xstrtoumax.m4: Remove.
39522
39523         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
39524         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
39525         dependencies now capture this.
39526
39527         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
39528         Do not use AC_LIBSOURCES, since gnulib modules now do this.
39529         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
39530         * m4/human.m4 (gl_HUMAN): Likewise.
39531         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
39532         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
39533
39534         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
39535
39536         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
39537         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
39538         stdint.
39539         * m4/human.m4 (gl_HUMAN): Likewise.
39540         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
39541         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
39542         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
39543         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
39544         * m4/xstrtol (gl_XSTRTOL): Likewise.
39545
39546         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
39547         AC_TYPE_LONG_LONG_INT.
39548         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
39549         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
39550         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
39551         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
39552
39553         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
39554         on stdbool.
39555
39556         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
39557         (gl_PREREQ_XSTRTOUL): Remove.
39558
39559         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
39560
39561         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
39562         mode.
39563
39564 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39565
39566         Add and change modules to make it easier for coreutils to use
39567         gnulib-tool.
39568         * modules/backupfile (Files): Remove m4/d-ino.m4.
39569         (Depends-on): Add d-ino.
39570         * modules/cycle-check (Depends-on): Add stdint.
39571         (lib_SOURCES): Add cycle-check.h.
39572         * modules/d-ino: New module.
39573         * modules/d-type: New module.
39574         * modules/error (Files): Remove m4/strerror_r.m4.
39575         * modules/filemode (Files): Add m4/st_dm_mode.m4.
39576         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
39577         m4/inttypes_h.m4, m4/uintmax_t.m4.
39578         (Depends-on): Add stdint.
39579         (lib_SOURCES): Add fsusage.h.
39580         * modules/getcwd (Files): Remove d-ino.m4.
39581         (Depends-on): Add d-ino.
39582         * modules/getndelim2 (Depends-on): Add stdint.
39583         * modules/glob (Files): Remove m4/d-type.m4.
39584         (Depends-on): Add d-type.
39585         * modules/host-os: New module.
39586         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
39587         m4/inttypes_h.m4, m4/uintmax_t.m4.
39588         * Depends-on: Add stdint.
39589         (lib_SOURCES): Add human.h.
39590         * modules/inttostr (Files): Remove m4/intmax_t.m4,
39591         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
39592         m4/uintmax_t.m4, m4/ulonglong.m4.
39593         (Depends-on): Add stdint.
39594         (EXTRA_DIST): Add inttostr.h.
39595         * modules/lchmod: New module.
39596         * modules/link-follow: New module.
39597         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
39598         (Depends-on): Add lchmod.
39599         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
39600         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
39601         (Depends-on): Add stdint.
39602         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
39603         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
39604         (Depends-on): Add stdint.
39605         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
39606         * modules/perl: New module.
39607         * modules/regex (Depends-on): Add stdint.
39608         * modules/rmdir-errno: New module.
39609         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
39610         m4/intmax_t.m4.
39611         (Depends-on): Add stdint.
39612         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
39613         m4/uintmax_t.m4.
39614         (Depends-on): Add stdint.
39615         * modules/unlink-busy: New module.
39616         * modules/utimecmp (Depends-on): Add stdint.
39617         * modules/uptime: New module.
39618         * modules/winsz-ioctl: New module.
39619         * modules/winsz-termios: New module.
39620         * modules/xnanosleep (Depends-on): Add nanosleep.
39621         * modules/ullong_max: Remove.
39622         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
39623         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
39624         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
39625         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
39626         (Depends-on): Add inttypes.
39627         (lib_SOURCES): Add xstrtol.h.
39628         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
39629         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
39630         * MODULES.html.sh: Move 'assert' into the assert section.
39631         Move 'dummy' into the linking section.
39632         Remove ullong_max.
39633         Add section for compatibility checks for POSIX:2001 functions,
39634         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
39635         winsz-ioctl, and winsz-termios into it.
39636         Add lchmod.
39637         Add top-level Misc section and put host-os, perl, and uptime
39638         into it.
39639
39640 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39641
39642         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
39643         now assume the stdint module.  Do not include inttypes.h.
39644         * lib/fsusage.h: Likewise.
39645         * lib/getndelim2.c: Likewise.
39646         * lib/human.h: Likewise.
39647         * lib/inttostr.h: Likewise.
39648         * lib/obstack.c: Likewise.
39649         * lib/regex_internal.h: Likewise.
39650         * lib/tempname.c: Likewise.
39651         * lib/utimecmp.c: Likewise.
39652         * lib/xstrtol.h: Likewise.
39653
39654         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
39655
39656         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
39657         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
39658         * lib/xtime.h: Likewise.
39659
39660 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39661
39662         * modules/openat (Files): Add lib/fchmodat.c.
39663         Fixes problem reported by Jay Youngman.
39664
39665 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39666
39667         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
39668         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
39669
39670 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
39671             Bruno Haible  <bruno@clisp.org>
39672
39673         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
39674         and is a script that invokes bison. Tighten the code. Add comments.
39675
39676 2006-08-18  Jim Meyering  <jim@meyering.net>
39677
39678         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
39679         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
39680         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
39681         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
39682
39683 2006-08-18  Bruno Haible  <bruno@clisp.org>
39684
39685         * modules/bison-i18n: New file.
39686         * MODULES.html.sh (Internationalization functions): Add it.
39687
39688 2006-08-18  Bruno Haible  <bruno@clisp.org>
39689
39690         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
39691         sys/statvfs.h. When getmntinfo was found, check its declaration and
39692         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
39693
39694 2006-08-18  Bruno Haible  <bruno@clisp.org>
39695
39696         * m4/bison-i18n.m4: New file, from bison.
39697
39698 2006-08-18  Bruno Haible  <bruno@clisp.org>
39699
39700         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
39701         (ME_DUMMY): Treat "kernfs" as a dummy.
39702         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
39703
39704 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39705
39706         Update from coreutils.
39707
39708         2006-08-15  Jim Meyering  <jim@meyering.net>
39709
39710         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
39711
39712         2006-01-17  Jim Meyering  <jim@meyering.net>
39713
39714         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
39715
39716         2006-01-11  Jim Meyering  <jim@meyering.net>
39717
39718         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
39719         Check for the lchmod function.
39720
39721 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39722
39723         Update from coreutils.
39724
39725         * lib/__fpending.h: Add copyright notice.
39726         * lib/fprintftime.h: Likewise.
39727         * lib/savedir.c: Use (C) in copyright notice.
39728         * lib/savedir.h: Likewise.
39729
39730         2006-08-15  Jim Meyering  <jim@meyering.net>
39731
39732         * lib/at-func.c: New file, with the logic of all emulated at-functions.
39733         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
39734         in support of the EXPECTED_ERRNO macro.
39735         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
39736         definitions.  Instead, define the appropriate symbols and include
39737         "at-func.c".
39738         * lib/mkdirat.c (mkdirat): Likewise.
39739         * lib/fchmodat.c (fchmodat): Likewise.
39740         (ENOSYS): Remove definition.
39741         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
39742         it.  Don't include "unistd--.h" -- it wasn't ever used.
39743
39744         2006-01-17  Jim Meyering  <jim@meyering.net>
39745
39746         Rewrite fts.c not to change the current working directory,
39747         by using openat, fstatat, fdopendir, etc..
39748
39749         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
39750         (HAVE_OPENAT_SUPPORT): Define.
39751         [_LIBC] (fchdir): Don't undef or define; no longer used.
39752         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
39753         Now, this `function' always succeeds, and consumes its file descriptor
39754         parameter -- so callers must not close such FDs.  Update callers.
39755         (diropen_fd, opendirat, cwd_advance_fd): New functions.
39756         (diropen): Add parameter, SP.  Adjust all callers.
39757         Implement using diropen_fd, rather than open.
39758         (fts_open): Initialize new member, fts_cwd_fd.
39759         Remove fts_rft-setting code.
39760         (fts_close): Close fts_cwd_fd, if necessary.
39761         (__opendir2): Define in terms of opendir or opendirat,
39762         depending on whether the FST_NOCHDIR flag is set.
39763         (fts_build): Since fts_safe_changedir consumes its FD, and since
39764         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
39765         and close the dup'd file descriptor upon failure.
39766         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
39767         (fts_safe_changedir): Tweak semantics to reflect that this function
39768         now calls cwd_advance_fd and hence consumes its FD argument.
39769         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
39770         [struct FTS] (fts_rft): Remove now-unused member.
39771         [struct FTS] (fts_cycle.state): Improve comment.
39772
39773         * lib/openat.c (openat_needs_fchdir): New function.
39774         * lib/openat.h (openat_needs_fchdir): Declare it.
39775
39776 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
39777
39778         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
39779         Problem and fix reported by Pádraig Brady in
39780         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
39781
39782 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39783
39784         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
39785
39786 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39787
39788         * lib/memcoll.c (memcoll): Optimize for the common case where the
39789         arguments are bytewise equal.
39790
39791 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39792
39793         * doc/regexprops-generic.texi: Add a copyright notice.
39794
39795 2006-08-15  Bruno Haible  <bruno@clisp.org>
39796
39797         * modules/tmpdir (License): Change to LGPL.
39798
39799 2006-08-15  Bruno Haible  <bruno@clisp.org>
39800
39801         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
39802         module.
39803
39804 2006-08-14  Simon Josefsson  <jas@extundo.com>
39805
39806         * config/srclist.txt: Add gnupload.
39807
39808 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39809
39810         Change copyright notice from LGPL 2 to GPL 2, since that's the
39811         standard form used in the gnulib repository.
39812         * tests/test-lock.c: Likewise.
39813         * tests/test-stdint.c: Likewise.
39814         * tests/test-tls.c: Likewise.
39815
39816         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
39817         prelude-manager.  User shorter URLs for GNU projects, without '?'.
39818         Add copyright notice.
39819
39820         * check-module: Add copyright notice.  Output a copyright
39821         notice if "--version" is specified.
39822         * modules/COPYING: New file.
39823         * tests/test-getaddrinfo.c: Add copyright notice.
39824         * tests/test-verify.c: Likewise.
39825
39826 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39827
39828         Change copyright notice from LGPL 2 to GPL 2, since that's the
39829         standard form used in the gnulib repository.
39830         * lib/lock.c: LGPL -> GPL.
39831         * lib/lock.h: Likewise.
39832         * lib/strnlen1.c: Likewise.
39833         * lib/strnlen1.h: Likewise.
39834         * lib/tls.c: Likewise.
39835         * lib/tls.h: Likewise.
39836         * lib/tmpdir.c: Likewise.
39837
39838         * lib/TODO: Remove; this belongs only in coreutils.
39839
39840 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39841
39842         Add copyright notices to long-enough files that lack them, since
39843         otherwise the files aren't clearly free.  Use the same notice that
39844         getdate.texi already uses.
39845         * doc/alloca-opt.texi: Add copyright notice.
39846         * doc/alloca.texi: Likewise.
39847         * doc/ctime.texi: Likewise.
39848         * doc/functions.texi: Likewise.
39849         * doc/gcd.texi: Likewise.
39850         * doc/gnulib-tool.texi: Likewise.
39851         * doc/inet_ntoa.texi: Likewise.
39852         * doc/visibility.texi: Likewise.
39853
39854         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
39855         * doc/quote.texi: Add copyright notice.
39856
39857         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
39858         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
39859         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
39860         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
39861         is now obsolete, and give a pointer to the Sun list.
39862         Add copyright notice.
39863
39864 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39865
39866         * config/srclistvars.sh: Add copyright notice.
39867
39868 2006-08-14  Eric Blake  <ebb9@byu.net>
39869
39870         Import the following change from libc:
39871
39872         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
39873
39874         Upstream bug 2997.
39875         * lib/misc/error.c: Add space between program name and message if file
39876         name is missing.
39877
39878 2006-08-12  Karl Berry  <karl@gnu.org>
39879
39880         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
39881         remove, these originate in gnulib now.
39882
39883 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39884
39885         * doc/Makefile (standards.info standards.html standards.dvi):
39886         Also depend on make-stds.texi.
39887
39888 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39889
39890         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
39891         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
39892
39893         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
39894         in wchar_t.  Problem reported by Eric Blake.
39895
39896         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
39897         LEN is smaller than SIZE.  Suggested by Bruno Haible.
39898         Also, help the compiler to keep LEN in a register.
39899
39900 2006-08-11  Eric Blake  <ebb9@byu.net>
39901
39902         * users.txt: Sort.  Add tar.
39903
39904 2006-08-11  Bruno Haible  <bruno@clisp.org>
39905
39906         * users.txt: New file.
39907
39908 2006-08-11  Bruno Haible  <bruno@clisp.org>
39909
39910         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
39911         before <wchar.h>. Needed for OSF/1 and BSD/OS.
39912
39913 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
39914
39915         * modules/snprintf (Depends-on): Remove minmax.
39916         (Maintainer): Add self and Bruno.
39917
39918 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
39919
39920         * lib/.cppi-disable: Add snprintf.h, socket_.h.
39921         * lib/snprintf.c: Include <errno.h> and <limits.h>.
39922         (EOVERFLOW): Define if the system does not.
39923         Do not include "minmax.h"; it wasn't used.
39924         (snprintf): Don't assume size_t promotes to an unsigned type.
39925         Fix bug when generated string was too long for the buffer: the
39926         buffer's contents are supposed to be the initial prefix of the
39927         output.  Don't assume vasnprintf returns EOVERFLOW if the size
39928         exceeds INT_MAX; do the check ourselves.
39929
39930         Import the following changes from libc:
39931
39932         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
39933
39934         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
39935         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
39936         set wc to the byte which couldn't be converted.
39937         (re_string_reconstruct): Don't clear valid_raw_len before calling
39938         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
39939         tip_context using re_string_context_at.
39940
39941         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
39942
39943         * lib/posix/regex.h: g++ still cannot handled [restrict].
39944
39945         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
39946
39947         * lib/posix/regex.h: Remove special handling for VMS.
39948
39949 2006-08-10  Jim Meyering  <jim@meyering.net>
39950
39951         * modules/same-inode: New module.
39952         * modules/dev-ino: New module.
39953         * modules/cycle-check: Depend on these modules, rather than simply
39954         including their .h files.
39955         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
39956         required via m4/cycle-check.m4.
39957         * modules/same: Depend on new same-inode module, rather than
39958         including same-inode.h.
39959         * modules/chdir-safer: New file.
39960
39961         * modules/chown (Depends-on): Add stat-macros.
39962
39963 2006-08-10  Jim Meyering  <jim@meyering.net>
39964
39965         * m4/cycle-check.m4: New file.
39966         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
39967         * m4/dev-ino.m4, m4/same-inode.m4: New files.
39968
39969 2006-08-10  Eric Blake  <ebb9@byu.net>
39970
39971         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
39972         in from original proposal.
39973
39974 2006-08-10  Eric Blake  <ebb9@byu.net>
39975         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39976
39977         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
39978         namespace.
39979
39980 2006-08-10  Bruno Haible  <bruno@clisp.org>
39981
39982         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
39983         as well.
39984
39985 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39986
39987         Sync from coreutils.
39988
39989         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
39990
39991         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
39992         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
39993
39994 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39995
39996         * modules/restrict: Remove; no longer needed now that we assume
39997         Autoconf 2.59 or later.
39998         * MODULES.html.sh: Remove 'restrict'.
39999         * modules/argp (Depends-on): Remove 'restrict'.
40000         * modules/base64 (Depends-on): Likewise.
40001         * modules/gc (Depends-on): Likewise.
40002         * modules/getaddrinfo (Depends-on): Likewise.
40003         * modules/glob (Depends-on): Likewise.
40004         * modules/inet_ntop (Depends-on): Likewise.
40005         * modules/inet_pton (Depends-on): Likewise.
40006         * modules/memxor (Depends-on): Likewise.
40007         * modules/regex (Depends-on): Likewise.
40008         * modules/strtok_r (Depends-on): Likewise.
40009         * modules/time_r (Depends-on): Likewise.
40010
40011 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40012
40013         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
40014         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
40015         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
40016         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
40017         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
40018         * m4/memxor.m4 (gl_MEMXOR): Likewise.
40019         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
40020         gl_C_RESTRICT replaced by AC_C_RESTRICT.
40021
40022         Merge from coreutils.
40023         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
40024         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
40025         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40026         * m4/time_r.m4 (gl_TIME_R): Likewise.
40027
40028 2006-08-09  Karl Berry  <karl@gnu.org>
40029
40030         * config/srclist.txt: no more gettext-tools, per Bruno.
40031
40032 2006-08-08  Eric Blake  <ebb9@byu.net>
40033
40034         * modules/verror: New module.
40035         * MODULES.html.sh: Document it.
40036
40037 2006-08-08  Eric Blake  <ebb9@byu.net>
40038
40039         * lib/verror.h, lib/verror.c: New files.
40040
40041 2006-08-08  Eric Blake  <ebb9@byu.net>
40042
40043         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
40044         verror_at_line output complies with GNU Coding Standards even when
40045         file is NULL.
40046
40047 2006-08-07  Bruno Haible  <bruno@clisp.org>
40048
40049         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
40050         versions of AIX.
40051         Reported by Ralf Wildenhues.
40052
40053 2006-08-07  Bruno Haible  <bruno@clisp.org>
40054
40055         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
40056         in an AC_DEFUN. Needed so that the autoconf snippets can use
40057         AC_REQUIRE.
40058
40059 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40060
40061         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40062         Initialize pkgdata_DATA.
40063         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
40064         overriding it.
40065
40066 2006-08-06  Eric Blake  <ebb9@byu.net>
40067
40068         * lib/error.h: Fold in some upstream changes from glibc.
40069         * lib/error.c: Likewise.
40070
40071 2006-08-04  Bruno Haible  <bruno@clisp.org>
40072
40073         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40074         Make the mostlyclean-local rule depend on mostlyclean-generic.
40075         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
40076
40077 2006-07-31  Bruno Haible  <bruno@clisp.org>
40078
40079         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
40080         <stdlib.h>, <string.h>.
40081
40082 2006-07-30  Bruno Haible  <bruno@clisp.org>
40083
40084         * modules/readlink (License): Change to LGPL.
40085
40086 2006-07-30  Bruno Haible  <bruno@clisp.org>
40087
40088         * modules/javaversion (Makefile.am): Distribute javaversion.java and
40089         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
40090         set PKGDATADIR to point to it.
40091
40092 2006-07-30  Bruno Haible  <bruno@clisp.org>
40093
40094         * modules/csharpexec (configure.ac): Comment out macro invocation.
40095         * modules/javaexec (configure.ac): Likewise.
40096         * modules/javacomp-script (configure.ac): Likewise.
40097
40098         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
40099
40100 2006-07-30  Bruno Haible  <bruno@clisp.org>
40101
40102         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
40103         linked-list.
40104
40105 2006-07-30  Bruno Haible  <bruno@clisp.org>
40106
40107         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
40108
40109 2006-07-30  Bruno Haible  <bruno@clisp.org>
40110
40111         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40112         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
40113         get removed.
40114
40115 2006-07-29  Bruno Haible  <bruno@clisp.org>
40116
40117         Make it possible for gnulib-tool to work with locally modified or
40118         augmented gnulib repositories.
40119         * gnulib-tool (func_usage): Document --local-dir option.
40120         (local_gnulib_dir): New variable.
40121         Handle --local-dir option.
40122         (func_lookup_file): New function.
40123         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
40124         (func_get_description, func_get_filelist, func_get_description,
40125         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
40126         func_get_automake_snippet, func_get_include_directive,
40127         func_get_license, func_get_maintainer): Use func_lookup_file.
40128         (func_import, func_create_testdir): Use func_lookup_file.
40129
40130 2006-07-29  Bruno Haible  <bruno@clisp.org>
40131
40132         * modules/setenv (Depends-on): Add unistd.
40133
40134 2006-07-29  Bruno Haible  <bruno@clisp.org>
40135
40136         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
40137
40138 2006-07-29  Bruno Haible  <bruno@clisp.org>
40139
40140         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
40141
40142 2006-07-29  Bruno Haible  <bruno@clisp.org>
40143
40144         * gnulib-tool (import, update): If there is no Makefile.am, look at
40145         aclocal.m4, instead of bailing out.
40146
40147 2006-07-29  Bruno Haible  <bruno@clisp.org>
40148
40149         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
40150         Categorize the options by when they are useful.
40151
40152 2006-07-29  Bruno Haible  <bruno@clisp.org>
40153
40154         * gnulib-tool (func_usage): Document option --no-libtool.
40155         Handle option --no-libtool.
40156         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
40157         for changed semantics of $libtool variable.
40158         (func_import): Likewise. If libtool is not used, show this through
40159         an option --no-libtool.
40160         (func_create_testdir): Update.
40161
40162 2006-07-29  Bruno Haible  <bruno@clisp.org>
40163
40164         * gnulib-tool (func_import): Extend error message about missing
40165         --doc-base.
40166
40167 2006-07-29  Bruno Haible  <bruno@clisp.org>
40168
40169         * gnulib-tool (func_import): Don't create the $docbase directory if
40170         there is no file to store there.
40171
40172 2006-07-29  Bruno Haible  <bruno@clisp.org>
40173
40174         * gnulib-tool (autoconf_minversion): If a --dir option is given and
40175         relevant, look for configure.ac there, not in the current directory.
40176         Also use a simple search for AC_PREREQ, not "autoconf --trace".
40177
40178 2006-07-29  Bruno Haible  <bruno@clisp.org>
40179
40180         * gnulib-tool (SORT): New variable.
40181         (func_usage): Undocument --assume-autoconf option.
40182         Remove --assume-autoconf option handling.
40183         (autoconf_minversion): Determine from the contents of configure.ac.
40184         (func_import): Remove autoconf_minversion handling.
40185         Suggested by Eric Blake.
40186
40187 2006-07-29  Bruno Haible  <bruno@clisp.org>
40188
40189         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
40190
40191 2006-07-29  Bruno Haible  <bruno@clisp.org>
40192
40193         * config/srclist.txt (*setenv.[ch]): Remove rules.
40194
40195 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40196
40197         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
40198
40199 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40200
40201         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
40202         arpa/inet.h.
40203
40204 2006-07-28  Simon Josefsson  <jas@extundo.com>
40205
40206         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
40207         * modules/inet_pton (Depends-on): Likewise.
40208
40209 2006-07-28  Simon Josefsson  <jas@extundo.com>
40210
40211         * m4/netinet_in_h.m4: New file.
40212
40213 2006-07-28  Simon Josefsson  <jas@extundo.com>
40214
40215         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
40216         #include's.
40217
40218 2006-07-28  Simon Josefsson  <jas@extundo.com>
40219
40220         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
40221         #include's.
40222
40223 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
40224
40225         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
40226         setgid on directories only if they set these bits.
40227         * lib/modechange.h: Remove obsolete comment about masks.
40228
40229 2006-07-28  Eric Blake  <ebb9@byu.net>
40230
40231         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
40232         macro expansion.
40233
40234 2006-07-28  Bruno Haible  <bruno@clisp.org>
40235
40236         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
40237
40238 2006-07-28  Bruno Haible  <bruno@clisp.org>
40239
40240         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
40241
40242 2006-07-28  Bruno Haible  <bruno@clisp.org>
40243
40244         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
40245         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
40246         Define fallbacks.
40247         Avoids link error on FreeBSD 4.x.
40248         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
40249
40250         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
40251         encoding.
40252         * lib/mbswidth.c (iswcntrl): Likewise.
40253
40254 2006-07-27  Bruno Haible  <bruno@clisp.org>
40255
40256         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
40257         test.
40258
40259 2006-07-27  Bruno Haible  <bruno@clisp.org>
40260
40261         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
40262         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
40263         defined.
40264
40265 2006-07-26  Eric Blake  <ebb9@byu.net>
40266
40267         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
40268
40269 2006-07-26  Eric Blake  <ebb9@byu.net>
40270
40271         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
40272         like mingw that lack mkstemp.
40273         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
40274         avoid compilation warning on mingw.
40275
40276 2006-07-26  Bruno Haible  <bruno@clisp.org>
40277
40278         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
40279         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
40280         INT_FAST*_MIN, INTPTR_MIN.
40281
40282 2006-07-25  Bruno Haible  <bruno@clisp.org>
40283
40284         * modules/version-etc (Depends-on): Add stdarg.
40285
40286 2006-07-25  Bruno Haible  <bruno@clisp.org>
40287
40288         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
40289         complex commands.
40290
40291 2006-07-25  Bruno Haible  <bruno@clisp.org>
40292
40293         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
40294         defined in <stdarg.h> or config.h.
40295
40296 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
40297
40298         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
40299         (gl_STDIO_SAFER): Remove.
40300
40301 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
40302
40303         * MODULES.html.sh (File stream based Input/Output):
40304         Add fopen-safer, tmpfile-safer; remove stdio-safer.
40305         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
40306         * modules/fopen-safer, modules/tmpfile-safer: New files.
40307         * modules/stdio-safer: Remove.
40308
40309 2006-07-24  Bruno Haible  <bruno@clisp.org>
40310
40311         * modules/tmpdir: New file.
40312         * MODULES.html.sh (File system functions): Add it.
40313
40314 2006-07-24  Bruno Haible  <bruno@clisp.org>
40315
40316         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
40317         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
40318
40319 2006-07-24  Bruno Haible  <bruno@clisp.org>
40320
40321         * modules/clean-temp: New file.
40322
40323 2006-07-24  Bruno Haible  <bruno@clisp.org>
40324
40325         * m4/tmpdir.m4: New file, from GNU gettext.
40326
40327 2006-07-24  Bruno Haible  <bruno@clisp.org>
40328
40329         * lib/tmpdir.h: New file, from GNU gettext.
40330         * lib/tmpdir.c: New file, from GNU gettext.
40331
40332 2006-07-24  Bruno Haible  <bruno@clisp.org>
40333
40334         * lib/clean-temp.h: New file, from GNU gettext.
40335         * lib/clean-temp.c: New file, from GNU gettext.
40336
40337 2006-07-23  Eric Blake  <ebb9@byu.net>
40338
40339         * modules/stdio-safer (Files): Add tmpfile-safer.c.
40340         (Depends-on): Add binary-io.
40341
40342 2006-07-23  Eric Blake  <ebb9@byu.net>
40343
40344         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
40345
40346 2006-07-23  Eric Blake  <ebb9@byu.net>
40347
40348         * lib/tmpfile-safer.c: New file.
40349         * lib/stdio-safer.h (fopen_safer): Add prototype.
40350         * lib/stdio--.h (tmpfile): Make safer.
40351
40352 2006-07-23  Bruno Haible  <bruno@clisp.org>
40353
40354         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
40355         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
40356         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
40357         gl_linked_remove_at): Use it.
40358
40359 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40360         and Simon Josefsson <jas@extundo.com>
40361
40362         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
40363
40364         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
40365
40366 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
40367
40368         * modules/close-stream: New file.
40369         * modules/closeout (Description): Make it clear that it exits
40370         with a diagnostic on error.
40371         (Depends-on): Add close-stream.  Remove fpending, stdbool.
40372         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
40373
40374 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
40375
40376         * m4/close-stream.m4: New file.
40377
40378 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
40379
40380         * lib/close-stream.c, lib/close-stream.h: New files.
40381
40382 2006-07-22  Bruno Haible  <bruno@clisp.org>
40383
40384         Merge from GNU gettext 0.15.
40385
40386         2006-05-01  Bruno Haible  <bruno@clisp.org>
40387
40388                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
40389
40390         2006-07-22  Bruno Haible  <bruno@clisp.org>
40391
40392                 * modules/javaversion: New file.
40393                 * MODULES.html.sh (Java): Add javaversion.
40394
40395         2006-03-12  Bruno Haible  <bruno@clisp.org>
40396
40397                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
40398
40399         2005-12-04  Bruno Haible  <bruno@clisp.org>
40400
40401                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
40402                 (untested).
40403
40404         2006-06-21  Bruno Haible  <bruno@clisp.org>
40405
40406                 Avoid warnings from recent versions of mcs.
40407                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
40408                 -o, -L, -r any more. Use options documented since mcs-1.0
40409                 instead. Similarly for -g.
40410
40411         2005-12-04  Bruno Haible  <bruno@clisp.org>
40412
40413                 * build-aux/csharpcomp.sh.in: Suffix for resources is
40414                 .resources, not .resource.
40415
40416         2005-07-09  Bruno Haible  <bruno@clisp.org>
40417
40418                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
40419                 add a .dll suffix.
40420                 Reported by Mark Junker <mjscod@gmx.de>.
40421
40422         2006-07-22  Bruno Haible  <bruno@clisp.org>
40423
40424                 * modules/gettext: Upgrade to gettext-0.15.
40425                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
40426                 m4/visibility.m4.
40427                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
40428
40429 2006-07-22  Bruno Haible  <bruno@clisp.org>
40430
40431         Merge from GNU gettext 0.15.
40432
40433         2006-03-25  Bruno Haible  <bruno@clisp.org>
40434
40435                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
40436
40437         2006-07-21  Bruno Haible  <bruno@clisp.org>
40438
40439                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
40440                 "1.1".
40441
40442         2006-05-09  Bruno Haible  <bruno@clisp.org>
40443
40444                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
40445                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
40446                 for the conftestver execution.
40447
40448         2006-05-01  Bruno Haible  <bruno@clisp.org>
40449
40450                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
40451                 optional target-version argument. Verify that the compiler
40452                 groks source of the specified source-version, or add -source
40453                 option as necessary. Verify that the compiler produces
40454                 bytecode in the specified target-version, or add -target and
40455                 -source options as necessary. Make the result of the test
40456                 available as variable CONF_JAVAC. Also log error output in
40457                 config.log.
40458
40459         2006-03-11  Bruno Haible  <bruno@clisp.org>
40460
40461                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
40462
40463         2006-05-09  Bruno Haible  <bruno@clisp.org>
40464
40465                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
40466                 CLASSPATH_SEPARATOR to a semicolon.
40467
40468         2006-03-12  Bruno Haible  <bruno@clisp.org>
40469
40470                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
40471                 available as variable CONF_JAVA, for subsequent autoconf
40472                 tests. Also log error output in config.log.
40473
40474         2006-07-19  Bruno Haible  <bruno@clisp.org>
40475
40476                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
40477                 that getline works on glibc2 systems. Needed to avoid trouble
40478                 in relocatable.c.
40479                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
40480
40481         2005-12-04  Bruno Haible  <bruno@clisp.org>
40482
40483                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
40484                 launcher (untested).
40485
40486         2005-12-04  Bruno Haible  <bruno@clisp.org>
40487
40488                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
40489
40490         2006-07-22  Bruno Haible  <bruno@clisp.org>
40491
40492                 * gettext.m4: Update from GNU gettext-0.15.
40493                 * nls.m4: Likewise.
40494                 * po.m4: Likewise.
40495                 * inttypes-pri.m4: Likewise.
40496                 * inttypes-h.m4: Renamed from inttypes.m4.
40497                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
40498
40499 2006-07-22  Bruno Haible  <bruno@clisp.org>
40500
40501         Merge from GNU gettext 0.15.
40502
40503         2005-07-05  Bruno Haible  <bruno@clisp.org>
40504
40505                 * printf-args.c (printf_fetchargs): Work around broken
40506                 definition of wint_t on mingw.
40507
40508         2005-02-12  Bruno Haible  <bruno@clisp.org>
40509
40510                 * xallocsa.h: Add extern "C" for C++.
40511
40512         2006-05-17  Bruno Haible  <bruno@clisp.org>
40513
40514                 Cygwin portability.
40515                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
40516
40517         2006-04-30  Bruno Haible  <bruno@clisp.org>
40518
40519                 * progreloc.c: Include <mach-o/dyld.h> if available.
40520                 (find_executable): Use _NSGetExecutablePath when possible.
40521
40522         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
40523
40524                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
40525                 function.
40526
40527         2005-12-29  Bruno Haible  <bruno@clisp.org>
40528
40529                 * progreloc.c (set_program_name_and_installdir): Fix
40530                 compilation error.
40531
40532         2005-12-04  Bruno Haible  <bruno@clisp.org>
40533
40534                 Cygwin portability.
40535                 * progreloc.c: Include <windows.h> also on Cygwin.
40536                 (find_executable): Add support for Cygwin.
40537                 (set_program_name_and_installdir): Handle also platforms with
40538                 nonempty EXEEXT.
40539
40540         2006-07-11  Bruno Haible  <bruno@clisp.org>
40541
40542                 * javacomp.c: Fix a comment.
40543                 Reported by Jim Meyering.
40544
40545         2006-04-30  Bruno Haible  <bruno@clisp.org>
40546
40547                 * javacomp.h (compile_java_class): Add source_version,
40548                 target_version arguments.
40549                 * javacomp.c: Rewritten to choose only a compiler that
40550                 respects the specified source_version and target_version.
40551
40552         2006-06-27  Bruno Haible  <bruno@clisp.org>
40553
40554                 Assume correct S_ISDIR macro.
40555                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
40556
40557         2006-07-22  Bruno Haible  <bruno@clisp.org>
40558
40559                 * javaversion.h: New file, from GNU gettext.
40560                 * javaversion.c: New file, from GNU gettext.
40561                 * javaversion.java: New file, from GNU gettext.
40562                 * javaversion.class: New file, from GNU gettext.
40563
40564         2006-05-17  Bruno Haible  <bruno@clisp.org>
40565
40566                 Cygwin portability.
40567                 * javaexec.c (execute_java_class): Test for jview program
40568                 also on Cygwin.
40569
40570         2006-04-09  Bruno Haible  <bruno@clisp.org>
40571
40572                 * fatal-signal.c: Don't include string.h.
40573                 (at_fatal_signal): Use a copying loop instead of memcpy.
40574
40575         2005-12-04  Bruno Haible  <bruno@clisp.org>
40576
40577                 * csharpexec.c: Add support for 'clix' launcher (untested).
40578                 (execute_csharp_using_sscli): New function.
40579                 (execute_csharp_program): Call it.
40580
40581         2006-06-21  Bruno Haible  <bruno@clisp.org>
40582
40583                 Avoid warnings from recent versions of mcs.
40584                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
40585                 -o, -L, -r any more. Use options documented since mcs-1.0
40586                 instead. Similarly for -g.
40587
40588         2005-07-09  Bruno Haible  <bruno@clisp.org>
40589
40590                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
40591                 add a .dll suffix.
40592                 Reported by Mark Junker <mjscod@gmx.de>.
40593
40594         2006-06-17  Bruno Haible  <bruno@clisp.org>
40595
40596                 * config.charset: Update for NetBSD 3.0.
40597
40598         2006-05-17  Bruno Haible  <bruno@clisp.org>
40599
40600                 Cygwin portability.
40601                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
40602
40603         2006-05-16  Bruno Haible  <bruno@clisp.org>
40604
40605                 * localcharset.c [CYGWIN]: Include <windows.h>.
40606                 (get_charset_aliases): For Cygwin, return the same CPxxx
40607                 aliases list as under WIN32.
40608                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
40609                 the environment variables. Fall back to GetACP().
40610
40611         2006-04-05  Bruno Haible  <bruno@clisp.org>
40612
40613                 * config.charset: Update Juan Manuel Guerrero's address.
40614
40615         2005-02-12  Bruno Haible  <bruno@clisp.org>
40616
40617                 * allocsa.h: Add extern "C" for C++.
40618
40619         2005-02-10  Bruno Haible  <bruno@clisp.org>
40620
40621                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
40622                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
40623
40624         2006-07-22  Bruno Haible  <bruno@clisp.org>
40625
40626                 * gettext.h: Update to GNU gettext-0.15.
40627
40628 2006-07-22  Bruno Haible  <bruno@clisp.org>
40629
40630         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
40631         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
40632         lib-prefix.m4, longdouble.m4, ssize_t.m4.
40633
40634 2006-07-21  Eric Blake  <ebb9@byu.net>
40635
40636         * modules/stdlib-safer: New file.
40637         * MODULES.html.sh (File stream based Input/Output): Add
40638         stdlib-safer.
40639
40640 2006-07-21  Eric Blake  <ebb9@byu.net>
40641
40642         * lib/stdlib-safer.h: New file from coreutils, required by
40643         stdlib--.h.
40644
40645 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
40646
40647         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
40648
40649 2006-07-20  Bruno Haible  <bruno@clisp.org>
40650
40651         * gnulib-tool: Recognize new option --assume-autoconf.
40652         (autoconf_minversion): New variable.
40653         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
40654
40655 2006-07-20  Bruno Haible  <bruno@clisp.org>
40656
40657         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
40658
40659 2006-07-19  Derek R. Price  <derek@ximbiot.com>
40660
40661         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
40662         Reindent and repaginate.
40663
40664 2006-07-19  Derek Price  <derek@ximbiot.com>
40665
40666         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
40667         Correct grammar.
40668
40669 2006-07-17  Bruno Haible  <bruno@clisp.org>
40670
40671         * modules/list: New file.
40672         * modules/array-list: New file.
40673         * modules/carray-list, modules/carray-list-tests: New files.
40674         * modules/linked-list, modules/linked-list-tests: New files.
40675         * modules/avltree-list, modules/avltree-list-tests: New files.
40676         * modules/rbtree-list, modules/rbtree-list-tests: New files.
40677         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
40678         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
40679         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
40680         * modules/oset: New file.
40681         * modules/array-oset: New file.
40682         * modules/avltree-oset, modules/avltree-oset-tests: New files.
40683         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
40684         * tests/test-carray_list.c: New file.
40685         * tests/test-linked_list.c: New file.
40686         * tests/test-avltree_list.c: New file.
40687         * tests/test-rbtree_list.c: New file.
40688         * tests/test-linkedhash_list.c: New file.
40689         * tests/test-avltreehash_list.c: New file.
40690         * tests/test-rbtreehash_list.c: New file.
40691         * tests/test-avltree_oset.c: New file.
40692         * tests/test-rbtree_oset.c: New file.
40693         * MODULES.html.sh (Container data structures): New section.
40694
40695 2006-07-17  Bruno Haible  <bruno@clisp.org>
40696
40697         * m4/gl_list.m4: New file.
40698
40699 2006-07-17  Bruno Haible  <bruno@clisp.org>
40700
40701         * lib/gl_list.h: New file.
40702         * lib/gl_list.c: New file.
40703         * lib/gl_array_list.h: New file.
40704         * lib/gl_array_list.c: New file.
40705         * lib/gl_carray_list.h: New file.
40706         * lib/gl_carray_list.c: New file.
40707         * lib/gl_linked_list.h: New file.
40708         * lib/gl_linked_list.c: New file.
40709         * lib/gl_anylinked_list1.h: New file.
40710         * lib/gl_anylinked_list2.h: New file.
40711         * lib/gl_avltree_list.h: New file.
40712         * lib/gl_avltree_list.c: New file.
40713         * lib/gl_anyavltree_list1.h: New file.
40714         * lib/gl_anyavltree_list2.h: New file.
40715         * lib/gl_rbtree_list.h: New file.
40716         * lib/gl_rbtree_list.c: New file.
40717         * lib/gl_anyrbtree_list1.h: New file.
40718         * lib/gl_anyrbtree_list2.h: New file.
40719         * lib/gl_anytree_list1.h: New file.
40720         * lib/gl_anytree_list2.h: New file.
40721         * lib/gl_linkedhash_list.h: New file.
40722         * lib/gl_linkedhash_list.c: New file.
40723         * lib/gl_anyhash_list1.h: New file.
40724         * lib/gl_anyhash_list2.h: New file.
40725         * lib/gl_avltreehash_list.h: New file.
40726         * lib/gl_avltreehash_list.c: New file.
40727         * lib/gl_rbtreehash_list.h: New file.
40728         * lib/gl_rbtreehash_list.c: New file.
40729         * lib/gl_anytreehash_list1.h: New file.
40730         * lib/gl_anytreehash_list2.h: New file.
40731
40732         * lib/gl_oset.h: New file.
40733         * lib/gl_oset.c: New file.
40734         * lib/gl_array_oset.h: New file.
40735         * lib/gl_array_oset.c: New file.
40736         * lib/gl_avltree_oset.h: New file.
40737         * lib/gl_avltree_oset.c: New file.
40738         * lib/gl_rbtree_oset.h: New file.
40739         * lib/gl_rbtree_oset.c: New file.
40740         * lib/gl_anytree_oset.h: New file.
40741
40742 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
40743
40744         * m4/mkancesdirs.m4: New file.
40745         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
40746         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
40747         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
40748         it.
40749
40750 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
40751
40752         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
40753         * lib/mkancesdirs.h: New files.
40754         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
40755         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
40756         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
40757         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
40758         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
40759         callers changed.  Revamp internals significantly, by not
40760         attempting to create directories that are temporarily more
40761         permissive than the final results.  Do not attempt to use
40762         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
40763         This removes some race conditions, fixes some bugs, and simplifies
40764         things.  Use new dirchownmod function to do owner and mode changes.
40765         * lib/mkdir-p.h: Likewise.
40766         * lib/modechange.c (octal_to_mode): New function.
40767         (struct mode_change): New member mentioned.
40768         (make_node_op_equals): New arg mentioned.  All callers changed.
40769         (mode_compile): Keep track of which mode bits the user has explicitly
40770         mentioned.
40771         (mode_adjust): New arg DIR, so that we implement the X op correctly.
40772         New arg PMODE_BITS, to keep track of which mode bits the user
40773         mentioned; it treats S_ISUID and S_ISGID speciall.
40774         All callers changed.
40775         * lib/modechange.h: Likewise.
40776
40777 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
40778
40779         * MODULES.html.sh: Add mkancestors.
40780         * modules/mkancesdirs: New module.
40781         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
40782         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
40783         The chdir-safer and afs files are now orphans; I'll remove them
40784         unless someone speaks up.
40785         Add lib/dirchownmod.c, lib/dirchownmod.h.
40786         (Depends-on): Remove alloca, chown, save-cwd, dirname.
40787         Add lchown, mkancesdirs.
40788         (Maintainer): Add self.
40789
40790 2006-07-15  Karl Berry  <karl@gnu.org>
40791
40792         * gnulib-tool: help message wording/arrangement.
40793
40794 2006-07-14  Simon Josefsson  <jas@extundo.com>
40795
40796         * doc/gnulib.texi (Libtool and Windows): New section.
40797
40798 2006-07-12  Simon Josefsson  <jas@extundo.com>
40799
40800         * modules/gendocs (License): Fix license, approved by Karl.
40801
40802 2006-07-12  Eric Blake  <ebb9@byu.net>
40803
40804         * MODULES.html.sh: Add gendocs.
40805
40806 2006-07-11  Eric Blake  <ebb9@byu.net>
40807
40808         * modules/fdl: New module, to install doc/fdl.texi.
40809         * MODULES.html.sh: Add new section for documentation modules.
40810         * gnulib-tool: Avoid space-tab.
40811         (--doc-base): New option, to manage files from doc.
40812
40813 2006-07-11  Eric Blake  <ebb9@byu.net>
40814
40815         * m4/absolute-header.m4: Fix comments to match recent change.
40816
40817 2006-07-11  Eric Blake  <ebb9@byu.net>
40818
40819         * gnulib-tool: List --doc-base before --tests-base.
40820
40821 2006-07-11  Derek R. Price  <derek@ximbiot.com>
40822
40823         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
40824
40825 2006-07-11  Bruno Haible  <bruno@clisp.org>
40826
40827         * README: Mention where to put documentation.
40828
40829 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40830
40831         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
40832
40833 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
40834
40835         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
40836         to stdint.m4.
40837
40838 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
40839
40840         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
40841         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
40842         "no/such/file/stdint.h" when there is no such file, so that
40843         the resulting C code can be parsed by dodgy compilers.
40844         Problems reported by Bob Proulx.
40845
40846 2006-07-10  Derek R. Price  <derek@ximbiot.com>
40847
40848         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
40849         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
40850         macros into the GNU _D_EXACT_NAMLEN.
40851         * lib/savedir.c:  Likewise.
40852         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
40853
40854 2006-07-10  Derek R. Price  <derek@ximbiot.com>
40855         and Paul Eggert  <eggert@cs.ucla.edu>
40856
40857         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
40858         * m4/savedir.m4:
40859         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
40860         macros into the GNU _D_EXACT_NAMLEN.
40861
40862 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40863
40864         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
40865         around the absolute name, to work around a problem with the HP-UX
40866         11.23 native C compiler, reported by Bob Proulx.
40867
40868 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40869
40870         * doc/maintain.texi, make-stds.texi: Sync from
40871         <http://savannah.gnu.org/projects/gnustandards>.
40872
40873 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40874
40875         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
40876
40877 2006-07-09  Jim Meyering  <jim@meyering.net>
40878
40879         * m4/glob.m4: Remove a doubled word in a comment.
40880
40881 2006-07-09  Jim Meyering  <jim@meyering.net>
40882
40883         * lib/argp-pv.c: Remove a doubled word in a comment.
40884         * lib/check-version.c (check_version): Likewise.
40885         * lib/javacomp.c (compile_java_class): Likewise.
40886
40887 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
40888
40889         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
40890         for the benefit of people using Autoconf 2.60.  If you want to
40891         support older Autoconf versions you can copy m4/onceonly_2_57.m4
40892         (or m4/onceonly.m4, if pre-2.57) manually.
40893
40894 2006-07-08  Jim Meyering  <jim@meyering.net>
40895
40896         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
40897         comment.
40898         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
40899         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
40900         comment.
40901
40902 2006-07-08  Jim Meyering  <jim@meyering.net>
40903
40904         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
40905
40906 2006-07-07  Simon Josefsson  <jas@extundo.com>
40907
40908         * tests/test-crc.c: Change expected crc value, the test vector
40909         were probably computed using the old broken crc.c?
40910
40911 2006-07-06  Simon Josefsson  <jas@extundo.com>
40912
40913         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
40914         now the canonical place for the M4 file).
40915
40916         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
40917         from the sys_socket dependency now.
40918
40919         * modules/inet_pton (Files): Ditto.
40920
40921         * modules/inet_ntop (Files): Ditto.
40922
40923 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
40924
40925         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
40926         not gl_PREREQ_GETUSERSHELL.
40927
40928 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40929
40930         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
40931         with only one argument, for Autoconf 2.60.
40932         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
40933         expand to nothing, so add a shell command to avoid syntax error.
40934         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
40935
40936 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40937
40938         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
40939
40940 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40941
40942         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
40943         no longer needed.  Check for isblank decl.
40944         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
40945         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
40946         of existence.
40947
40948 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40949
40950         * lib/getloadavg.c: Use __VMS, not VMS.
40951         * lib/getopt.c: Likewise.
40952         * lib/getpagesize.h: Likewise.
40953         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
40954         and probably does not work.
40955
40956 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40957
40958         * lib/.cppi-disable: Add wcwidth.
40959         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
40960         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
40961         (ISGRAPH): Remove.  All uses changed to isgraph.
40962         (FOLD) [!defined _LIBC]: Remove special case.
40963         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
40964         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
40965         HAVE_ISBLANK.
40966         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
40967         case.
40968
40969 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
40970
40971         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
40972         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
40973         brackets.  Other minor changes to suppress some compiler
40974         warnings.
40975
40976 2006-07-06  Derek R. Price  <derek@ximbiot.com>
40977         and Paul Eggert  <eggert@cs.ucla.edu>
40978
40979         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
40980         of invoking obsolescent AC_HEADER_DIRENT macro.
40981         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
40982         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
40983         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
40984         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
40985         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
40986         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
40987         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
40988         * m4/readdir.m4: Remove; no longer needed.
40989
40990 2006-07-06  Derek R. Price  <derek@ximbiot.com>
40991         and Paul Eggert  <eggert@cs.ucla.edu>
40992
40993         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
40994         Don't worry about this obsolete case any more.
40995         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
40996         directories.
40997         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
40998         worry about this obsolete case any more.
40999         * lib/fts.c: Likewise.
41000         * lib/getcwd.c: Likewise.
41001         * lib/glob.h: Likewise.
41002         * lib/savedir.c: Likewise.
41003
41004 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41005
41006         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
41007         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
41008         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
41009         needed.
41010         All uses removed.
41011         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41012         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
41013         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
41014         needed.
41015         * m4/getdate.m4 (gl_GETDATE): Likewise.
41016         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
41017         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
41018         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
41019         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41020         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
41021         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41022         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
41023         needed.
41024
41025 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41026
41027         * lib/memcasecmp.c: Include <limits.h>.
41028         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
41029         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
41030         Don't assume isdigit succeeds only on '0' through '9'.
41031
41032 2006-07-05  Eric Blake  <ebb9@byu.net>
41033
41034         * modules/getaddrinfo (Depends-on): Add snprintf.
41035
41036 2006-07-05  Eric Blake  <ebb9@byu.net>
41037
41038         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
41039         to avoid 'header present but could not be compiled' on cygwin.
41040
41041 2006-07-05  Eric Blake  <ebb9@byu.net>
41042
41043         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
41044         missing from netdb.h.
41045         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
41046
41047 2006-07-05  Derek R. Price  <derek@ximbiot.com>
41048
41049         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
41050         no longer needed.
41051         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
41052         * m4/getdate.m4 (gl_GETDATE): Likewise.
41053         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
41054         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
41055         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
41056         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41057         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41058
41059 2006-07-05  Derek R. Price  <derek@ximbiot.com>
41060
41061         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
41062         All uses of is_space replaced by isspace.
41063         * lib/exit.h: Don't talk about STDC_HEADERS.
41064         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
41065         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
41066         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
41067         replaced by isprint etc.
41068         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
41069         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
41070         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
41071         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
41072         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
41073         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
41074
41075 2006-07-05  Bruno Haible  <bruno@clisp.org>
41076
41077         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
41078         the function exists, before testing against AIX.
41079         Reported by Martin Lambers <marlam@marlam.de>.
41080
41081 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41082
41083         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
41084         From Mark D. Baushke.
41085
41086 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41087
41088         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
41089         to the absolute name, not just one, to bypass Sun C 5.8's
41090         "warning: #include of /usr/include/... may be non-portable".
41091
41092 2006-07-04  Eric Blake  <ebb9@byu.net>
41093
41094         * modules/dirname-tests: New test module.
41095         * tests/test-dirname.c: New file, replacing dirname.c
41096         TEST_DIRNAME section that was recently deleted.
41097
41098 2006-07-04  Bruno Haible  <bruno@clisp.org>
41099
41100         Assume ANSI C header files and <ctype.h> functions.
41101         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
41102         (mbsnwidth): Use isprint, iscntrl instead.
41103
41104 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41105
41106         Merge from coreutils.
41107         * MODULES.html.sh: Add xstrtold.
41108         * modules/xstrtold: New file.
41109         * modules/cycle-check (Files): Add lib/same-inode.h.
41110         * modules/dirname (Files): Add m4/double-slash-root.m4.
41111         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
41112         * modules/mkdir-p (Files): Add lib/same-inode.h.
41113         * modules/same (Files): Add lib/same-inode.h.
41114
41115 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41116
41117         * m4/absolute-header.m4: Renamed from full-header-path.m4.
41118         This is to keep the terminology clean; POSIX talks about
41119         "absolute pathnames", not "full pathnames", but the GNU
41120         Coding Standards say to use "path" for something else;
41121         so use "absolute" to keep both sides happy.
41122         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
41123         Set gl_absolute_header, not gl_full_header_path.
41124         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
41125         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
41126         All uses changed.
41127
41128         Merge from coreutils.
41129
41130         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
41131
41132         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
41133         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
41134         want to require the building of c-strtod.o.
41135         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
41136         needs -lm directly.
41137         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
41138
41139         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
41140
41141         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
41142         --as-needed option if available.  Problem reported by Albert Chin in
41143         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
41144         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
41145         cc merely issues a bunch of annoying warnings for --as-needed
41146         (this problem was reported by Bob Proulx).  Also, try linking with
41147         -lm to detect a bug in binutils 2.16 (this problem was reported
41148         by Ralf Wildenhues).
41149
41150         2006-06-18  Jim Meyering  <jim@meyering.net>
41151
41152         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
41153         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
41154         macro.
41155         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
41156         also check for glibc-2.4's abort-inducing bug.
41157
41158         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
41159         Low-probability clean-up should be to use rmdir to get rid of
41160         the just-created directory, not unlink.
41161
41162         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
41163         configure fail, and request a bug report to inform us about it.
41164         Add a comment that, barring reports to the contrary, in 2007 we'll
41165         assume ftruncate is universally available.
41166
41167         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
41168
41169         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
41170
41171         2006-03-12  Jim Meyering  <jim@meyering.net>
41172
41173         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
41174         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
41175         * m4/same.m4 (gl_SAME): Likewise.
41176         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
41177
41178         2006-03-11  Eric Blake  <ebb9@byu.net>
41179
41180         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
41181         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
41182         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
41183         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
41184
41185 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41186
41187         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
41188         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
41189         reported by Mark D. Baushke, one in
41190         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
41191
41192         Merge from coreutils.
41193
41194         * lib/.cppi-disable: Add stdint_.h.
41195         * lib/.cvsignore: Add stdint.h.
41196
41197         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
41198
41199         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
41200         both double and long double versions.
41201         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
41202         * lib/xstrtold.c: New file.
41203         * lib/xstrtod.h (xstrtold): New decl.
41204
41205         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41206
41207         * lib/filemode.c (setst): Remove.
41208         (strmode): Rewrite to avoid setst.  This makes the code shorter,
41209         (arguably) clearer, and the generated code is a bit smaller on my
41210         Debian GNU/Linux stable x86 host.
41211
41212         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
41213
41214         * lib/filemode.c: Include "filemode.h" first, to test the interface.
41215         Assume that filemode.h includes sys/types.h and sys/stat.h.
41216         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
41217         (ftypelet): Reorder to put common cases first, for efficiency.
41218         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
41219         to do 'M'.
41220         (strmode): Renamed from mode_string, and now stores 12 bytes instead
41221         of 10, for compatibility with FreeBSD.  All callers changed.
41222         (filemodestring): Now stores 12 bytes instead of 10, and sets file
41223         types that can't be deduced solely from st_mode.  First arg is now a
41224         const pointer.
41225         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
41226         (strmode): Renamed from mode_string.
41227         (filemodestring): New decl.
41228         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
41229         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
41230         needed.
41231         (S_ISPORT, S_ISWHT): New macros, if not already defined.
41232
41233         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
41234
41235         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
41236         fsusage.h now does that.  Include fsusage.h first, to test interface.
41237         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
41238         at most one method (the old code could have generated decls that
41239         didn't conform to C89, not that this was ever exercised).
41240         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
41241
41242         2006-03-19  Jim Meyering  <jim@meyering.net>
41243
41244         Work even in a chroot where d_ino values for entries in "/"
41245         don't match the stat.st_ino values for the same names.
41246         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
41247         number, iterate through all entries again, using lstat instead.
41248         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
41249         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
41250
41251         * lib/getcwd.c (__getcwd): Clarify a comment.
41252         Use memcpy in place of a call to strcpy.
41253
41254         2006-03-12  Jim Meyering  <jim@meyering.net>
41255
41256         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
41257         matches that of the current directory (which we're about to chdir ".."
41258         out of), then save the dev-ino of the parent, instead.
41259
41260         * lib/same-inode.h (SAME_INODE): New file/macro.
41261         * lib/chdir-safer.c (SAME_INODE): Remove definition.
41262         Include "same-inode.h", instead.
41263         * lib/same.c: Likewise.
41264         * lib/cycle-check.h: Include "same-inode.h".
41265         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
41266         * lib/cycle-check.c (SAME_INODE): Remove definition.
41267         * lib/root-dev-ino.h: Include "same-inode.h".
41268
41269         2006-03-11  Eric Blake  <ebb9@byu.net>
41270
41271         * lib/same.c (same_name): s/base_name/last_component/
41272         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
41273         * lib/filenamecat.c (file_name_concat): Likewise.
41274
41275         2006-03-11  Eric Blake  <ebb9@byu.net>,
41276                     Paul Eggert  <eggert@cs.ucla.edu>
41277
41278         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
41279         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
41280         drive prefix.
41281         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
41282         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
41283         (last_component): New method.
41284         * lib/dirname.c (dir_len): Determine when drive letters need a
41285         subsequent slash.  Preserve // when it is special.
41286         (dir_name): Don't append dot when drive letter is absolute.
41287         [TEST_DIRNAME]: Move into a full-blown gnulib test.
41288         * lib/basename.c (base_name): New semantics - malloc the result.
41289         Preserve // when it is special.  Preserve relative files that look
41290         like drive letters.
41291         (base_len): Preserve // when it is special.
41292         (last_component): New method, similar to old base_name semantics.
41293         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
41294         base_name.  Strip redundant slashes from ///.
41295
41296 2006-07-03  Jim Meyering  <jim@meyering.net>
41297
41298         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
41299         macro is used before the first cycle_check call.
41300
41301 2006-07-03  Eric Blake  <ebb9@byu.net>
41302
41303         * modules/dirname (Depends-on): Add xstrndup.
41304
41305 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
41306
41307         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
41308         test cases, so that config.log is a bit easier to follow.
41309
41310 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
41311
41312         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
41313         both are 64 bits, since this seems to be the tradition, and this
41314         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
41315         we ever run into a host that prefers long long to long in this
41316         case, we'll need another configure-time test.  Problem reported by
41317         Jim Meyering.
41318
41319 2006-07-02  Eric Blake  <ebb9@byu.net>
41320
41321         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
41322
41323 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41324
41325         * modules/inttypes (Depends-on): No longer depends on stdint.
41326         * modules/stdint (Description): Say more about assumptions.
41327         Say that the fast types might differ.  Say macros are used.
41328         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
41329         (Makefile.am): Revise list of substituted symbols to match
41330         new stdint.m4.
41331         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
41332         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
41333         * tests/test-stdint.c (verify_same_types)
41334         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
41335         the code conforms to C99/C89.
41336         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
41337         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
41338
41339 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41340
41341         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
41342         but fix a bug, by requiring at least 64 bits.
41343         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
41344         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
41345         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
41346         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
41347
41348         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
41349         changes.  Make 2.59 a prerequisite.  Check and substitute for
41350         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
41351         inttypes.h.  Do not use special include files; just use the
41352         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
41353         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
41354         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
41355         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
41356         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
41357         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
41358         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
41359         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
41360         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
41361         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
41362         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
41363         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
41364         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
41365         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
41366         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
41367         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
41368         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
41369         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
41370         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
41371         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
41372         WINT_MAX.  Check for C99 conformance more strictly, by detecting
41373         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
41374         not check for things that C99 does not require, e.g., int8_t.  If
41375         a test isn't needed unless <stdint.h> isn't working, and is
41376         unlikely to be needed for any other reason, then don't do it
41377         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
41378         size_t, since we assume C89 freestanding at least.  Do not check
41379         for sig_atomic_t, wchar_t, or wint_t, since the code now does
41380         the right thing even if the types are not defined.  Instead use:
41381         (gl_STDINT_TYPE_PROPERTIES): New macro.
41382         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
41383         testing whether <sys/types.h> clashes, as Autoconf does this for
41384         us now.  All uses removed.
41385         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
41386         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
41387         (gl_CHECK_TYPE_SAME):
41388         Remove; no longer needed.
41389         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
41390         exists, since we'll return 0 anyway in that case.
41391         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
41392
41393 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41394
41395         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
41396         possible collision with system files.
41397         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
41398         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
41399         WCHAR_MIN and WCHAR_MAX in this case.
41400         (<stddef.h>): Do not include; no longer needed.
41401         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
41402         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
41403         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
41404         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
41405         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
41406         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
41407         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
41408         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
41409         !defined(__c99))]: Include in this case too, since it's harmless
41410         now.
41411         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
41412         dangerous to do so.
41413         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
41414         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
41415         (_STDINT_MIN, _STDINT_MAX): New macros.
41416         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
41417         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
41418         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
41419         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
41420         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
41421         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
41422         macros, not typedefs; this simplifies things quite a bit.
41423         Use long int for all types narrower than int64_t.
41424         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
41425         Define in terms of long long int or int64_t or long int,
41426         not int64_t or int32_t.  This saves some compile-time testing.
41427         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
41428         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
41429         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
41430         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
41431         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
41432         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
41433         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
41434         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
41435         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
41436         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
41437         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
41438         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
41439         undef any previous version and define our own version, for
41440         simplicity and consistency with the new macros for types.
41441         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
41442         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
41443         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
41444         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
41445         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
41446         @WINT_T_SUFFIX@ to keep things simple here.
41447         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
41448         Simplify by assuming typical 8/16/32/64 host, since we're
41449         already doing that elsewhere anyway.
41450         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
41451         and assume long long int is 64 bits if available.  This
41452         speeds up 'configure'.
41453
41454 2006-07-01  Eric Blake  <ebb9@byu.net>
41455
41456         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
41457         Reported by Andreas Buening.
41458
41459 2006-07-01  Eric Blake  <ebb9@byu.net>
41460
41461         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
41462
41463 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
41464
41465         * lib/getaddrinfo.c: fixed typo
41466
41467 2006-06-29  Jim Meyering  <jim@meyering.net>
41468
41469         * modules/strftime (Maintainer): Add my name, since with the
41470         FPRINTFTIME changes strftime.c has forked from glibc.
41471
41472 2006-06-29  Eric Blake  <ebb9@byu.net>
41473
41474         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
41475
41476 2006-06-29  Eric Blake  <ebb9@byu.net>
41477
41478         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
41479
41480 2006-06-29  Eric Blake  <ebb9@byu.net>
41481
41482         * lib/stat_.h: New file.
41483
41484 2006-06-29  Eric Blake  <ebb9@byu.net>
41485
41486         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
41487         unused static function.
41488
41489 2006-06-29  Eric Blake  <ebb9@byu.net>
41490
41491         * doc/functions.texi (Function Portability): Document missing lstat
41492         on mingw.
41493
41494 2006-06-29  Eric Blake  <ebb9@byu.net>
41495
41496         * MODULES.html.sh: Add sys_stat.
41497         * modules/sys_stat: New module.
41498         * modules/mkstemp (Depends-on): Add sys_stat.
41499
41500 2006-06-29  Derek R. Price  <derek@ximbiot.com>
41501
41502         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
41503
41504 2006-06-29  Derek R. Price  <derek@ximbiot.com>
41505
41506         * m4/c-bs-a.m4: Removed.
41507
41508 2006-06-29  Derek R. Price  <derek@ximbiot.com>
41509
41510         * lib/strftime.c: Assume strftime() exists.
41511
41512 2006-06-29  Derek Price  <derek@ximbiot.com>
41513
41514         * modules/c-bs-a: Removed - \a is C89.
41515         * MODULES.html.sh: Remove c-bs-a.
41516
41517 2006-06-29  Bruno Haible  <bruno@clisp.org>
41518
41519         * modules/wcwidth (License): Change to LGPL.
41520
41521 2006-06-28  Simon Josefsson  <jas@extundo.com>
41522
41523         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
41524         on _WIN32.
41525
41526         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
41527         getnameinfo.
41528
41529 2006-06-28  Simon Josefsson  <jas@extundo.com>
41530
41531         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
41532
41533 2006-06-28  Simon Josefsson  <jas@extundo.com>
41534
41535         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
41536         functions there.  It will succeed on Windows XP, but on Windows
41537         2000 and (presumably) earlier, it will fail, and use the internal
41538         re-implementation.
41539         (use_win32_p): New function.
41540         (getaddrinfo): Use strtoul on servname, to support numeric ports.
41541         Support AI_NUMERICSERV to disable getservbyname.
41542         (getnameinfo): New function, only supports
41543         NI_NUMERICHOST|NI_NUMERICSERV for now.
41544
41545         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
41546         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
41547         getnameinfo.
41548
41549 2006-06-28  Eric Blake  <ebb9@byu.net>
41550
41551         * modules/wcwidth: New file.
41552         * modules/mbchar (Depends-on): Add wcwidth.
41553         * modules/mbswidth (Depends-on): Add wcwidth.
41554         * MODULES.html.sh: Add wcwidth.
41555
41556 2006-06-28  Eric Blake  <ebb9@byu.net>
41557
41558         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
41559         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
41560
41561 2006-06-28  Eric Blake  <ebb9@byu.net>
41562
41563         * lib/xvasprintf.h: Fix comments.
41564
41565 2006-06-28  Eric Blake  <ebb9@byu.net>
41566
41567         * lib/mbchar.h (wcwidth): Include wcwidth.h.
41568         * lib/mbswidth.c (wcwidth): Move from here...
41569         * lib/wcwidth.h: ...to this new file.
41570
41571 2006-06-28  Derek R. Price  <derek@ximbiot.com>
41572
41573         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
41574
41575         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
41576         it's obsolete.
41577         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
41578
41579 2006-06-28  Derek R. Price  <derek@ximbiot.com>
41580
41581         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
41582         Autoconf 2.60 says this stuff was obsolete.
41583
41584 2006-06-28  Bruno Haible  <bruno@clisp.org>
41585
41586         * modules/wcwidth (Files): Add m4/wchar_t.m4.
41587
41588 2006-06-28  Bruno Haible  <bruno@clisp.org>
41589
41590         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
41591         gt_TYPE_WCHAR_T.
41592
41593 2006-06-28  Bruno Haible  <bruno@clisp.org>
41594
41595         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
41596         declaration for wcwidth.
41597         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
41598
41599 2006-06-28  Bruno Haible  <bruno@clisp.org>
41600
41601         * lib/mkdtemp.c [MINGW]: Include <io.h>.
41602         (mkdir): Define using _mkdir.
41603
41604 2006-06-28  Bruno Haible  <bruno@clisp.org>
41605
41606         * lib/getaddrinfo.h: Fix POSIX URL.
41607         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
41608         _WIN32.
41609         (use_win32_p): Make static.
41610         (getaddrinfo): Reject service name if it is empty or does not consist
41611         solely of decimal digits, or if its value is > 65535.
41612         (getnameinfo): Remove useless casts.
41613
41614 2006-06-27  Simon Josefsson  <jas@extundo.com>
41615
41616         * modules/sys_select: New file, suggested by Bruno Haible, Paul
41617         Eggert and Martin Lambers.
41618
41619 2006-06-27  Simon Josefsson  <jas@extundo.com>
41620
41621         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
41622         Eggert and Martin Lambers.
41623
41624 2006-06-27  Bruno Haible  <bruno@clisp.org>
41625
41626         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
41627         result to 0, not to empty.
41628         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
41629
41630 2006-06-27  Bruno Haible  <bruno@clisp.org>
41631
41632         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
41633
41634 2006-06-26  Simon Josefsson  <jas@extundo.com>
41635
41636         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
41637         present.
41638
41639 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
41640
41641         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
41642         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
41643         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
41644
41645 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
41646
41647         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
41648
41649 2006-06-26  Bruno Haible  <bruno@clisp.org>
41650
41651         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
41652
41653 2006-06-26  Bruno Haible  <bruno@clisp.org>
41654
41655         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
41656
41657 2006-06-26  Bruno Haible  <bruno@clisp.org>
41658
41659         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
41660         SGI C compiler in pre-C99 mode.
41661         Suggested by Mark D. Baushke and Larry Jones.
41662
41663 2006-06-26  Bruno Haible  <bruno@clisp.org>
41664
41665         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
41666         WCHAR_MAX.
41667         Reported by Mark D. Baushke and Larry Jones.
41668
41669 2006-06-26  Bruno Haible  <bruno@clisp.org>
41670
41671         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
41672         in pre-C99 mode.
41673         Suggested by Mark D. Baushke and Larry Jones.
41674
41675 2006-06-23  Simon Josefsson  <jas@extundo.com>
41676             Bruno Haible  <bruno@clisp.org>
41677
41678         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
41679         Emit mostlyclean-local rule.
41680         (func_emit_tests_Makefile_am): Likewise.
41681         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
41682
41683 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
41684
41685         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
41686
41687 2006-06-23  Bruno Haible  <bruno@clisp.org>
41688
41689         * tests/test-stdint.c: Update to match ISO C 99 Technical
41690         Corrigendum 1.
41691
41692 2006-06-23  Bruno Haible  <bruno@clisp.org>
41693
41694         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
41695
41696 2006-06-23  Bruno Haible  <bruno@clisp.org>
41697
41698         * lib/stdint_.h: Treat IRIX like OpenBSD.
41699
41700 2006-06-23  Bruno Haible  <bruno@clisp.org>
41701
41702         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
41703         ISO C 99 Technical Corrigendum 1.
41704
41705 2006-06-22  Simon Josefsson  <jas@extundo.com>
41706
41707         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
41708         MinGW.
41709
41710 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
41711
41712         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
41713         needed.  Some compiler complained about some of them.  Problem reported
41714         by Larry Jones in
41715         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
41716
41717 2006-06-21  Simon Josefsson  <jas@extundo.com>
41718
41719         * tests/test-getaddrinfo.c: New file.
41720
41721         * modules/getaddrinfo-tests: New file.
41722
41723         * MODULES.html.sh: Add inet_pton.
41724
41725         * modules/inet_pton: New file.
41726
41727 2006-06-21  Simon Josefsson  <jas@extundo.com>
41728
41729         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
41730         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
41731         of using the (limited) gnulib implementation on Windows XP.
41732
41733         * m4/inet_pton.m4: New file.
41734
41735 2006-06-21  Simon Josefsson  <jas@extundo.com>
41736
41737         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
41738         variable.
41739
41740         * lib/socket_.h: Don't define WINVER.
41741
41742         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
41743         slightly modified to work in gnulib.
41744
41745 2006-06-21  Simon Josefsson  <jas@extundo.com>
41746
41747         * doc/gnulib.texi (Windows sockets): Add.
41748
41749 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
41750
41751         * lib/read-file.c (fread_file): Start with buffer allocation of
41752         0 bytes rather than 1 byte; this simplifies the code.
41753         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
41754         code to free buffer and save/restore errno.
41755         (internal_read_file): Remove unused local.
41756
41757 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
41758
41759         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
41760         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
41761         Problem reported by Denis Excoffier in
41762         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
41763
41764 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41765
41766         * modules/sys_socket, modules/socklen: Include sys/types since
41767         FreeBSD 4.x's sys/socket.h needs it.
41768
41769 2006-06-19  Simon Josefsson  <jas@extundo.com>
41770
41771         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
41772
41773 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
41774
41775         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
41776
41777 2006-06-19  Bruno Haible  <bruno@clisp.org>
41778
41779         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
41780         and FULL_PATH_INTTYPES_H in angle brackets.
41781         Reported by Mark D. Baushke <mdb@gnu.org>.
41782
41783 2006-06-17  Eric Blake  <ebb9@byu.net>
41784
41785         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
41786         errno.
41787
41788 2006-06-17  Bruno Haible  <bruno@clisp.org>
41789
41790         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
41791         <sys/inttypes.h>.
41792
41793 2006-06-17  Bruno Haible  <bruno@clisp.org>
41794
41795         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
41796         whether errno is declared. Assume <errno.h> declares errno.
41797
41798 2006-06-17  Bruno Haible  <bruno@clisp.org>
41799
41800         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
41801
41802 2006-06-17  Bruno Haible  <bruno@clisp.org>
41803
41804         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
41805         problem on Solaris 2.5.1.
41806
41807 2006-06-16  Eric Blake  <ebb9@byu.net>
41808
41809         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
41810         * lib/unicodeio.c [!defined errno]: Likewise.
41811         * lib/strtol.c [!defined errno]: Likewise.
41812         * lib/strtod.c [!defined errno]: Likewise.
41813
41814 2006-06-15  Eric Blake  <ebb9@byu.net>
41815
41816         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
41817
41818 2006-06-15  Eric Blake  <ebb9@byu.net>
41819
41820         * config/srclist.txt (ssize_t.m4): Lose sync.
41821
41822 2006-06-15  Bruno Haible  <bruno@clisp.org>
41823
41824         * modules/stdint (Files): Include m4/full-header-path.m4,
41825         m4/size_max.m4, m4/wchar_t.m4.
41826         (Makefile.am): Many more substitutions.
41827         * modules/stdint-tests: New file.
41828         * tests/test-stdint.c: New file.
41829
41830 2006-06-15  Bruno Haible  <bruno@clisp.org>
41831
41832         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
41833         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
41834         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
41835         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
41836         gl_CHECK_TYPE_SAME): New macros.
41837
41838 2006-06-15  Bruno Haible  <bruno@clisp.org>
41839
41840         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
41841
41842 2006-06-15  Bruno Haible  <bruno@clisp.org>
41843
41844         * lib/stdint_.h: Rewritten to be fully auto-configured.
41845         Fixes bug on HP-UX/IA64.
41846
41847 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
41848
41849         * lib/getdate.y (__attribute__): Don't define if already defined.
41850         Problem reported by Larry Jones.
41851         * lib/utimens.c (__attribute__): Likewise.
41852
41853 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
41854
41855         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
41856         reported by Andreas Schwab.
41857
41858 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41859             Bruno Haible  <bruno@clisp.org>
41860
41861         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
41862         check for the declaration of strnlen and a run test that exposes the
41863         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
41864         rpl_strndup.
41865
41866 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41867             Bruno Haible  <bruno@clisp.org>
41868
41869         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
41870
41871 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41872
41873         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
41874         compile test, for Tru64 4.0D.
41875
41876 2006-05-28  Karl Berry  <karl@gnu.org>
41877
41878         * config/srclist.txt (printf-args.c): lose sync.
41879
41880 2006-05-26  Martin Lambers  <marlam@marlam.de>
41881
41882         * lib/getpass.c: Updates the test for the native W32 API, and adds
41883         missing includes, thus fixing compilation warnings.
41884
41885 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
41886
41887         * lib/exclude.c (exclude_fnmatch): New function.
41888         (excluded_file_name): Call exclude_fnmatch.
41889         * lib/exclude.h (excluded_file_name): New prototype
41890
41891 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
41892
41893         * lib/tempname.c (small_open, large_open): New macros.
41894         (__open, __open64) [!_LIBC]: Remove.
41895         (__gen_tempname): Use small_open and large_open instead of __open
41896         and __open64.  This fixes a portability bug on HP-UX 11.11i
41897         reported by Simon Wing-Tang in
41898         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
41899
41900 2006-05-24  Bruno Haible  <bruno@clisp.org>
41901
41902         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
41903         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
41904         Reported by Thorsten Maerz <torte@netztorte.de> via
41905         Aaron Stone <aaron@serendipity.cx>.
41906
41907 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
41908
41909         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
41910         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
41911         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
41912         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
41913         not really conditional on the cache.
41914         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
41915
41916 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
41917
41918         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
41919         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
41920         (my_usleep): Don't mishandle maximum value.
41921
41922 2006-05-19  Jim Meyering  <jim@meyering.net>
41923
41924         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
41925
41926 2006-05-17  Bruno Haible  <bruno@clisp.org>
41927
41928         Cygwin portability.
41929         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
41930
41931 2006-05-17  Bruno Haible  <bruno@clisp.org>
41932
41933         * lib/stdint_.h: Fix recognition of Cygwin.
41934
41935 2006-05-15  Bruno Haible  <bruno@clisp.org>
41936
41937         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
41938         on libtool patch by Ralf Wildenhues.
41939
41940 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41941
41942         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
41943         test for C99 conformance; (bool) 0.5 is an integer constant
41944         expression, but (bool) -0.5 is not.  Problem reported by Fedor
41945         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
41946
41947 2006-05-11  Simon Josefsson  <jas@extundo.com>
41948
41949         * m4/xvasprintf.m4: Fix obvious typo.
41950
41951 2006-05-11  Jim Meyering  <jim@meyering.net>
41952
41953         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
41954         James Lemley.
41955
41956 2006-05-10  Simon Josefsson  <jas@extundo.com>
41957
41958         * lib/md4.c: Typo fix, update copyright years.
41959         (K1, K2): Don't use L because it turn computations into 64-bit on
41960         64-bit platforms.
41961
41962 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41963
41964         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
41965         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
41966         unwanted sign propagation, e.g., on hosts with 64-bit int.
41967         There still are some problems with reeelly weird theoretical hosts
41968         (e.g., 33-bit int) but it's not worth worrying about now.
41969         * lib/sha1.c (rol): Likewise.
41970         (K1, K2, K3, K4): Remove unnecessary L suffix.
41971
41972 2006-05-10  Bruno Haible  <bruno@clisp.org>
41973
41974         * lib/des.c: Cast to avoid warnings.
41975
41976 2006-05-09  Bruno Haible  <bruno@clisp.org>
41977
41978         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
41979         (Depends-on): Depend also on xsize, stdarg.
41980         (configure.ac): Add gl_XVASPRINTF.
41981
41982 2006-05-09  Bruno Haible  <bruno@clisp.org>
41983
41984         * m4/xvasprintf.m4: New file.
41985
41986 2006-05-09  Bruno Haible  <bruno@clisp.org>
41987
41988         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
41989         (EOVERFLOW): Define fallback value.
41990         (xstrcat): New function.
41991         (xvasprintf): Recognize the special case of a string concatenation.
41992
41993 2006-05-08  Eric Blake  <ebb9@byu.net>
41994
41995         * gnulib-tool (func_version): Base copyright year on CVS date.
41996         (func_emit_copyright_notice): New function.
41997         (func_emit_lib_Makefile_am): Use it.
41998         (func_emit_tests_Makefile_am): Likewise.
41999         (func_import): Likewise.
42000
42001 2006-05-08  Bruno Haible  <bruno@clisp.org>
42002
42003         * modules/stdarg: New file.
42004         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
42005
42006 2006-05-08  Bruno Haible  <bruno@clisp.org>
42007
42008         * m4/stdarg.m4: New file, from GNU gettext.
42009
42010 2006-05-08  Bruno Haible  <bruno@clisp.org>
42011
42012         * config/srclist.txt (build-aux/config.rpath): different from latest
42013         release.
42014
42015 2006-05-08  Bruno Haible  <bruno@clisp.org>
42016
42017         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
42018
42019 2006-05-05  Jim Meyering  <jim@meyering.net>
42020
42021         * m4/warning.m4: New file, derived from bison's file by the same name.
42022
42023 2006-05-03  Bruno Haible  <bruno@clisp.org>
42024
42025         * lib/stdint_.h: Shorter URL.
42026         * lib/inttypes.h: Likewise.
42027
42028 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42029
42030         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
42031
42032 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42033
42034         * lib/verify.h: Document the internals better.  Most of this change
42035         was written by Bruno Haible.
42036
42037 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42038
42039         * doc/verify.texi: New file, partly based on a proposal by
42040         Bruno Haible.
42041
42042 2006-05-02  Bruno Haible  <bruno@clisp.org>
42043
42044         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
42045         test from here...
42046         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
42047
42048 2006-04-29  Bruno Haible  <bruno@clisp.org>
42049
42050         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
42051         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
42052
42053 2006-04-29  Bruno Haible  <bruno@clisp.org>
42054
42055         * gnulib-tool: Make --update option actually work.
42056
42057 2006-04-29  Bruno Haible  <bruno@clisp.org>
42058
42059         * doc/gcd.texi: New file.
42060         * doc/gnulib.texi: Include it.
42061
42062 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
42063
42064         * lib/getdate.y (get_date): When adding relative date, start with the
42065         initial time, not with the result of the first mktime call.
42066
42067 2006-04-25  Bruno Haible  <bruno@clisp.org>
42068
42069         * gnulib-tool (func_import): Output the include directives in three
42070         blocks, sorted separately.
42071         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42072
42073 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42074
42075         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
42076         to define main with arguments, for C++.  Reported by Eric Blake.
42077         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
42078         Prefer 'int main ()' to 'int main (void)', for C++.
42079         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
42080         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
42081         for 'main', for C99 and C++.
42082
42083 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42084
42085         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
42086         Don't assume that exit status -1 is valid.
42087         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
42088         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
42089         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
42090         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
42091         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
42092         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
42093         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
42094         functions can be used without declaring them, or that you can
42095         exit with status -1.
42096         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
42097
42098 2006-04-24  Karl Berry  <karl@gnu.org>
42099
42100         * config/srclist.txt (longdouble.m4): sync lost.
42101
42102 2006-04-24  Eric Blake  <ebb9@byu.net>
42103
42104         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
42105
42106 2006-04-24  Bruno Haible  <bruno@clisp.org>
42107
42108         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
42109         poll() implementation in AIX.
42110         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42111
42112 2006-04-24  Bruno Haible  <bruno@clisp.org>
42113
42114         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
42115         assigned exactly once.
42116
42117 2006-04-23  Claudio Fontana  <claudio@gnu.org>
42118             Bruno Haible  <bruno@clisp.org>
42119
42120         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
42121         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
42122         for AM_CPPFLAGS.
42123
42124 2006-04-23  Bruno Haible  <bruno@clisp.org>
42125
42126         * modules/copy-file: Depend on unistd.
42127         * modules/execute: Likewise.
42128         * modules/fatal-signal: Likewise.
42129         * modules/findprog: Likewise.
42130         * modules/mkdtemp : Likewise.
42131         * modules/pipe: Likewise.
42132         * modules/wait-process: Likewise.
42133
42134 2006-04-23  Bruno Haible  <bruno@clisp.org>
42135
42136         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
42137         condition was already detected.
42138         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42139
42140 2006-04-23  Bruno Haible  <bruno@clisp.org>
42141
42142         * lib/copy-file.c: Include <unistd.h> unconditionally.
42143         * lib/execute.c: Likewise.
42144         * lib/fatal-signal.c: Likewise.
42145         * lib/findprog.c: Likewise.
42146         * lib/mkdtemp.c: Likewise.
42147         * lib/pipe.h: Likewise.
42148         * lib/pipe.c: Likewise.
42149         * lib/wait-process.h: Likewise.
42150
42151 2006-04-23  Bruno Haible  <bruno@clisp.org>
42152
42153         * gnulib-tool (func_usage): Fix --import description. Document
42154         --update.
42155         (func_import): Create temporary file in a temporary directory, if
42156         --dry-run is specified. Silence errors from 'grep' when there are no
42157         m4 files in $m4dir.
42158         (func_create_testdir): Silence errors from 'grep' when there are no
42159         m4 files in $m4dir.
42160         Reported by Karl Berry <karl@freefriends.org>.
42161
42162 2006-04-20  Bruno Haible  <bruno@clisp.org>
42163
42164         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
42165         one argument, so that the code will be portable to Autoconf 2.60.
42166         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
42167         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
42168         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
42169
42170 2006-04-19  Derek Price  <derek@ximbiot.com>
42171             Eric Blake  <ebb9@byu.net>
42172
42173         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
42174         rather than "/full/path.h".  Update comment to match.  Shorten &
42175         generalize m4_translit call via AS_TR_CPP.
42176
42177 2006-04-19  Derek Price  <derek@ximbiot.com>
42178             Eric Blake  <ebb9@byu.net>
42179
42180         * lib/inttypes.h: Correct grammar in comment.
42181
42182 2006-04-18  Derek Price  <derek@ximbiot.com>
42183             Paul Eggert  <eggert@cs.ucla.edu>
42184
42185         * modules/inttypes: New file.
42186         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
42187
42188 2006-04-18  Derek Price  <derek@ximbiot.com>
42189             Paul Eggert  <eggert@cs.ucla.edu>
42190
42191         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
42192         New files.
42193
42194 2006-04-18  Derek Price  <derek@ximbiot.com>
42195             Paul Eggert  <eggert@cs.ucla.edu>
42196
42197         * lib/inttypes.h: New file.
42198         * lib/strtoimax.c: Assume <inttypes.h>.
42199
42200 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
42201
42202         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
42203         isn't mounted.  Problem reported by Kir Kolyshkin.
42204
42205 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
42206
42207         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
42208         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
42209         Derek R. Price.
42210         * lib/regex.h (RE_DUP_MAX): Update comment to match current
42211         implementation.
42212
42213 2006-04-12  Eric Blake  <ebb9@byu.net>
42214
42215         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
42216         is now done automatically by the corresponding Autoconf macro.
42217
42218 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
42219
42220         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
42221         time_r.h.
42222
42223 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42224
42225         Merge regex changes from libc, removing some of our
42226         POSIX-conformance changes that were rejected and redoing them in a
42227         less-intrusive way.
42228
42229         * lib/regcomp.c (re_compile_internal, init_dfa):
42230         Length arg is now size_t, not Idx.  All uses changed.
42231         (peek_token): Forward decl now says internal_function.
42232         (__re_error_msgid, __re_error_msgid_idx):
42233         Now static rather than extern with attribute_hidden.
42234         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
42235         For some reason libc prefers K&R style defns for external functions.
42236         (regerror) [!defined _LIBC]: Likewise.
42237         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
42238         (seek_collating_symbol_entry, lookup_collation_sequence_value):
42239         (build_range_exp, build_collating_symbol):
42240         Use K&R-style defn.
42241         (re_compile_fastmap): Use '\0' to memset, not 0.
42242         (utf8_sb_map): Make the calculations more obvious.
42243         (init_dfa, parse_bracket_exp, build_charclass_op):
42244         Call calloc and cast result, as glibc does.
42245         (init_word_char, fetch_token, peek_token, peek_token_bracket):
42246         (build_range_exp, build_collating_symbol):
42247         Now internal functions.
42248
42249         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
42250
42251         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
42252         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
42253         Don't depend on VMS; depend on __VMS instead, for POSIX
42254         namespace cleanness.
42255         (regoff_t): Define to ssize_t, not long int.
42256
42257         Remove the REG_ macros named below.  Instead, make the old names
42258         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
42259         __USE_GNU_REGEX.
42260         (REG_BACKSLASH_ESCAPE_IN_LISTS):
42261         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
42262         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
42263         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
42264         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
42265         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
42266         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
42267         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
42268         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
42269         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
42270         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
42271         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
42272         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
42273         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
42274         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
42275         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
42276         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
42277         (REG_NREGS):
42278         Remove.  All uses replaced by the old RE_* names.
42279         (RE_BACKSLASH_ESCAPE_IN_LISTS):
42280         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
42281         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
42282         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
42283         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
42284         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
42285         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
42286         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
42287         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
42288         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
42289         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
42290         Don't bother having these macros be independent of each others'
42291         values, since they no longer exist in the POSIX name space.
42292
42293         Rename the following member names back to their old names,
42294         unless !__USE_GNU_REGEX.  All uses changed back.
42295         (buffer): Renamed from re_buffer.
42296         (allocated): Renamed from re_allocated.
42297         (used): Renamed from re_used.
42298         (syntax): Renamed from re_syntax.
42299         (fastmap): Renamed from re_fastmap.
42300         (translate): Renamed from re_translate.
42301         (can_be_null): Renamed from re_can_be_null.
42302         (regs_allocated): Renamed from re_regs_allocated.
42303         (fastmap_accurate): Renamed from re_fastmap_accurate.
42304         (no_sub): Renamed from re_no_sub.
42305         (not_bol): Renamed from re_not_bol.
42306         (not_eol): Renamed from re_not_eol.
42307         (newline_anchor): Renamed from re_newline_anchor.
42308         (num_regs): Renamed from rm_num_regs.
42309         (start): Renamed from rm_start.
42310         (end): Renamed from rm_end.
42311
42312         (free_state): Move up a bit.
42313
42314         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
42315         #define to be empty.
42316         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
42317         when that is what is intended.
42318         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
42319         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
42320         (MAX): New macro.
42321         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
42322         All uses changed back to re_malloc, etc.  It's now the caller's
42323         responsibility to check for overflow; all callers changed.
42324         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
42325         (re_x2nrealloc): Remove.
42326         (free_state): Remove decl.
42327
42328         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
42329         (re_set_registers, re_exec):
42330         Use K&R-style defn.
42331
42332         2006-01-31  Roland McGrath  <roland@redhat.com>
42333
42334         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
42335         Reported by Mike Frysinger <vapier@gentoo.org>.
42336
42337         2006-01-15  Andreas Jaeger  <aj@suse.de>
42338
42339         [BZ #1950]
42340         * lib/regex_internal.c (re_string_reconstruct): Adjust for
42341         build_wcs_upper_buffer change.
42342         (build_wcs_upper_buffer): Change return type.
42343
42344         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
42345
42346         * lib/regex_internal.h: Include <stdint.h> if available.
42347
42348         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
42349
42350         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
42351
42352         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
42353
42354         * lib/regcomp.c: Adjust for changed secondary hash function.
42355
42356         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
42357
42358         * lib/regex.h: Pretty printing.
42359         Clean up namespace a bit.
42360
42361         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
42362
42363         * lib/regexec.c (update_cur_sifted_state, check_arrival,
42364         check_arrival_add_next_nodes): Avoid using uninitialized variable.
42365
42366         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
42367                     Ulrich Drepper  <drepper@redhat.com>
42368
42369         [BZ #1302]
42370         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
42371         changed.
42372         (bitset_word_t): Renamed from bitset_word.  All uses changed.
42373
42374         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
42375
42376         [BZ #281]
42377         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
42378         * lib/regcomp.c: Remove unnecessary uses of
42379         unsigned RE_TRANSLATE_TYPE.
42380         * lib/regex_internal.h: Likewise.
42381         * lib/regex_internal.c: Likewise.
42382         * lib/regexec.c: Likewise.
42383         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
42384
42385         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
42386
42387         * lib/regexec.c (find_recover_state): Remove unnecessary
42388         initialization.
42389         (transit_state_bkref): Make DFA a const pointer.
42390         (get_subexp): Likewise.
42391         (check_arrival): Likewise.
42392         (update_cur_sifted_state): Likewise.
42393         (re_search_internal): Likewise.
42394         (prune_impossible_nodes): Likewise.
42395         (acquire_init_state_context): Likewise.
42396         (proceed_next_node): Likewise.
42397         (set_regs): Likewise.
42398         (free_fail_stack_return): Likewise.
42399         (check_arrival_expand_ecl): Mark DFA parameter as const.
42400         (check_arrival_expand_ecl_sub): Likewise.
42401         (check_subexp_limits): Likewise.
42402         (sub_epsilon_src_nodes):  Likewise.
42403         (add_epsilon_src_nodes):  Likewise.
42404         (merge_state_array): Likewise.
42405         (update_regs): Likewise.
42406         (build_trtable): Likewise.
42407         (sift_states_backward): Mark MCTX parameter as const.
42408         (build_sifted_states): Likewise.
42409         (update_cur_sifted_state): Likewise.
42410         (sift_states_mkref): Likewise.
42411         (check_arrival_expand_ecl): Mark eclosure as const.
42412         (check_dst_limits_calc_pos_1): Likewise.
42413         * lib/regex_internal.h (re_match_context_t): Make dfa a const
42414         pointer.
42415
42416         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
42417
42418         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
42419         (transit_state_sb): Likewise.
42420         (transit_state_mb): Likewise.
42421         (sift_states_iter_mb): Likewise.
42422         (check_arrival_add_next_nodes): Likewise.
42423         (check_node_accept_bytes): Change first parameter to pointer-to-const.
42424         [_LIBC] (re_search_2_stub): Use mempcpy.
42425
42426         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
42427         mbrtowc for very simple UTF-8 case.
42428
42429         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
42430         a pointer-to-const.
42431         (re_acquire_state_context): Likewise.
42432         * lib/regex_internal.h: Adjust prototypes.
42433
42434         * lib/regex.c: Prevent using C++ compilers.
42435
42436         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
42437         (re_acquire_state_context): Likewise.
42438
42439 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42440
42441         * modules/regex (Depends-on): Add ssize_t.
42442
42443 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42444
42445         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
42446         translation table.
42447
42448 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42449
42450         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
42451
42452 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
42453             Bruno Haible  <bruno@clisp.org>
42454
42455         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
42456         <sys/types.h> and <inttypes.h>.
42457
42458 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42459
42460         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
42461         `__error_t_defined', so argp.h will not typedef the former.
42462
42463 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
42464
42465         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
42466         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
42467         glibc names.  Even if glibc is changed to conform to POSIX, the
42468         traditional names will be available anyway, since regex depends on
42469         the extensions module.  Also, fix a longstanding typo in the
42470         implementation of Spencer ERE test #75 from grep 2.3.  Problems
42471         reported by Emanuele Giaquinta.  Also, change sense of cached
42472         variable, so that the message makes sense.
42473
42474 2006-03-24  Simon Josefsson  <jas@extundo.com>
42475
42476         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
42477         including some doc fixes.
42478         (base64_encode_alloc): Fix +1 bug on allocation failures.
42479
42480 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42481
42482         * lib/base64.c (base64_encode): Do not read past end of array with
42483         unsanitized input on systems with CHAR_BIT > 8.
42484
42485 2006-03-24  Eric Blake  <ebb9@byu.net>
42486
42487         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
42488
42489 2006-03-22  Karl Berry  <karl@gnu.org>
42490
42491         * config/srclist.txt (*setenv.[ch]): get from coreutils.
42492         * config/srclistvars.sh (COREUTILS): new var.
42493
42494 2006-03-17  Jim Meyering  <jim@meyering.net>
42495
42496         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
42497         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
42498
42499 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
42500
42501         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
42502         no longer needs it.  Instead, check that regoff_t is as least
42503         as wide as ptrdiff_t.
42504
42505         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
42506         so that our regex.h stays compatible with the installed regex.
42507         This is helpful for installers who configure --without-included-regex.
42508         Problem reported by Emanuele Giaquinta.
42509
42510 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
42511
42512         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
42513         Typedef to long int, not to off_, as POSIX will likely change
42514         in that direction.
42515
42516 2006-03-15  Eric Blake  <ebb9@byu.net>
42517
42518         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
42519
42520 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
42521
42522         * lib/argp-help.c (validate_uparams): Fix typo
42523         * lib/argp-parse.c (argp_default_options): Consistently begin help
42524         messages with a lowercase letter.
42525
42526 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
42527
42528         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
42529         overrun buffers and shouldn't be used (much as gets shouldn't be
42530         used).
42531         * lib/time_r.c (asctime_r, ctime_r): Likewise.
42532
42533 2006-03-08  Simon Josefsson  <jas@extundo.com>
42534
42535         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
42536         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42537
42538 2006-03-08  Simon Josefsson  <jas@extundo.com>
42539
42540         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
42541         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42542
42543 2006-03-08  Simon Josefsson  <jas@extundo.com>
42544
42545         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
42546         signal that configure disabled the device.
42547
42548 2006-03-08  Simon Josefsson  <jas@extundo.com>
42549
42550         * build-aux/maint.mk: Fix refresh-po, to handle no translated
42551         languages.
42552
42553 2006-03-07  Simon Josefsson  <jas@extundo.com>
42554
42555         * modules/getopt (Depends-on): Add unistd.
42556
42557         * modules/unistd: New file.
42558
42559 2006-03-07  Simon Josefsson  <jas@extundo.com>
42560
42561         * modules/gc-random: New file.
42562
42563 2006-03-07  Simon Josefsson  <jas@extundo.com>
42564
42565         * m4/unistd_h.m4: New file.
42566
42567 2006-03-07  Simon Josefsson  <jas@extundo.com>
42568
42569         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
42570         test to be side-effect free by storing the result in the cache
42571         variable gl_cv_lib_readline, and moving the assignment of
42572         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
42573         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42574
42575 2006-03-07  Simon Josefsson  <jas@extundo.com>
42576
42577         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
42578         error on missing devices (the functions will return an error).
42579
42580         * m4/gc.m4: Move random stuff to gc-random.m4
42581
42582 2006-03-07  Simon Josefsson  <jas@extundo.com>
42583
42584         * lib/unistd_.h: New file.
42585
42586 2006-03-07  Simon Josefsson  <jas@extundo.com>
42587
42588         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
42589
42590 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
42591
42592         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
42593         Problem reported by Juan Manuel Guerrero.
42594
42595 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
42596
42597         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
42598         the unistd module.
42599         * lib/getlogin_r.c: Likewise.
42600         * lib/getlogin_r.h: Likewise.
42601         * lib/glob.c: Likewise.
42602         * lib/pagealign_alloc.c: Likewise.
42603         * lib/unistd_.h: Remove; no longer needed.
42604
42605 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
42606
42607         * MODULES.html.sh (Support for systems lacking POSIX:2001):
42608         Add unistd.
42609         * modules/c-stack (Depends-on): Add unistd.
42610         * modules/getlogin_r: Likewise.
42611         * modules/glob: Likewise.
42612         * modules/pagealign_alloc: Likewise.
42613         * modules/unistd (Files): Remove lib/unistd_.h.
42614         (EXTRA_DIST): Remove.
42615         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
42616         need unistd_.h.
42617         (MOSTLYCLEANFILES): Remove unistd.h-t.
42618
42619 2006-03-03  Simon Josefsson  <jas@extundo.com>
42620
42621         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
42622
42623 2006-03-03  Simon Josefsson  <jas@extundo.com>
42624
42625         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
42626         libidn and bison.
42627
42628 2006-03-03  Simon Josefsson  <jas@extundo.com>
42629
42630         * build-aux/maint.mk: Add indent target.
42631
42632 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
42633
42634         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
42635         our replacement poll.h in any case, to avoid a differing
42636         declaration from a system header.  Seen on AIX.
42637
42638 2006-03-01  Simon Josefsson  <jas@extundo.com>
42639
42640         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
42641         <kasal@ucw.cz>.
42642
42643 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42644
42645         * modules/gettime (Depends-on): Add extensions module.
42646         * modules/nanosleep (Depends-on): Likewise.
42647         * modules/settime (Depends-on): Likewise.
42648
42649 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42650
42651         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
42652         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
42653         pedantically.
42654         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
42655         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
42656
42657         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
42658         not "==".  Reported by Ralf Wildenhues.
42659
42660 2006-03-01  Karl Berry  <karl@gnu.org>
42661
42662         * doc/Copyright/request-*: new files, synced from gnuorg.
42663
42664 2006-03-01  Karl Berry  <karl@gnu.org>
42665
42666         * config/srclist.txt (Copyright/*): new entries.
42667
42668 2006-02-28  Simon Josefsson  <jas@extundo.com>
42669
42670         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
42671
42672 2006-02-27  Simon Josefsson  <jas@extundo.com>
42673
42674         * lib/base64.h: Indent #define's.  From Jim Meyering
42675         <jim@meyering.net>.
42676
42677 2006-02-27  Jim Meyering  <jim@meyering.net>
42678
42679         Revert the change of 2006-02-24, so these files can continue
42680         to be sync'd from gettext.
42681         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
42682         of `config.h'.
42683
42684 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
42685
42686         * modules/intprops: New file.
42687         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42688         Add intprops.
42689         * modules/getloadavg (Files): Remove lib/intprops.h.
42690         (Depends-on): Add intprops.
42691         * modules/human: Likewise.
42692         * modules/inttostr: Likewise.
42693         * modules/openat: Likewise.
42694         * modules/sig2str: Likewise.
42695         * modules/userspec: Likewise.
42696         * modules/utimecmp: Likewise.
42697         * modules/xnanosleep: Likewise.
42698         * modules/xstrtol: Likewise.
42699
42700 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
42701
42702         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
42703         * modules/lock-tests (TESTS): Use $(EXEEXT).
42704         * modules/tls-tests: Likewise.
42705         * modules/argp-tests: Likewise.
42706         (check_PROGRAMS): New var, replacing...
42707         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
42708
42709 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42710
42711         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
42712         `config.h'.
42713
42714 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
42715
42716         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
42717
42718 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42719
42720         Sync from coreutils.
42721         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
42722         gl_CHDIR_SAFER.
42723
42724 2006-02-22  Jim Meyering  <jim@meyering.net>
42725
42726         Sync from coreutils.
42727         * m4/chdir-safer.m4: New file.
42728
42729 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
42730
42731         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
42732         AT_FDCWD exceeds INT_MAX.
42733         * lib/openat.h (AT_FDCWD): Likewise.
42734
42735 2006-02-17  Eric Blake  <address@hidden>
42736
42737         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
42738
42739 2006-02-16  Simon Josefsson  <jas@extundo.com>
42740
42741         * modules/getaddrinfo (Depends-on): Add sys_socket.
42742
42743 2006-02-15  Simon Josefsson  <jas@extundo.com>
42744
42745         * build-aux/maint.mk: Add dsyntax-check rule.
42746
42747 2006-02-15  Eric Blake  <ebb9@byu.net>
42748
42749         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
42750         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
42751         'present but cannot compile' warnings on cygwin.
42752         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
42753         use ws2tcpip.h if sys/socket.h works.
42754         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
42755         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
42756
42757 2006-02-14  Simon Josefsson  <jas@extundo.com>
42758
42759         * modules/maintainer-makefile (Files): Rename.
42760
42761         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
42762         and (the local) Makefile.cfg to maint-cfg.mk.
42763
42764         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
42765         to the latter.
42766
42767         * modules/maintainer-makefile: New module.
42768
42769         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
42770         severaly stripped to make it possible to build it up from scratch
42771         with reliable tests.
42772
42773         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
42774         fixes to permit overriding the default actions when configure and
42775         makefile are not available.
42776
42777 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
42778
42779         Sync from coreutils.
42780         * modules/lstat (Depends-on): Don't depend on xalloc.
42781         (License): Change from GPL to LGPL, since this is now simply a
42782         replacement for a libc function.
42783
42784 2006-02-14  Jim Meyering  <jim@meyering.net>
42785
42786         Sync from coreutils.
42787
42788         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
42789         failure on deficient systems, and simplify gnulib lgpl dependencies.
42790         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
42791         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
42792
42793         * lib/xalloc-die.c: Remove unused definition of N_.
42794
42795 2006-02-14  Jim Meyering  <jim@meyering.net>
42796
42797         Sync from coreutils.
42798         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
42799         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
42800         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
42801         double-quote uses of that variable, to accommodate the rare case in
42802         which getmntent is available in none of the libraries checked.  This
42803         happens at least on FreeBSD 5.0.
42804
42805 2006-02-13  Simon Josefsson  <jas@extundo.com>
42806
42807         * gnulib-tool (Usage): Fix --import, from
42808         karl@freefriends.org (Karl Berry).
42809
42810 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
42811
42812         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
42813
42814 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
42815
42816         * lib/argp-namefrob.h: Restore changes accidentally lost during the
42817         "autoupdate" on 2005-12-12.
42818
42819 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
42820
42821         * modules/closeout (Depends-on): Remove atexit.
42822
42823 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
42824
42825         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
42826         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
42827
42828 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
42829
42830         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
42831         __EXTENSIONS__ if this causes compilation to fail.  Problem
42832         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
42833         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
42834
42835 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
42836
42837         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
42838         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
42839         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
42840         All uses changed.
42841
42842 2006-01-26  Simon Josefsson  <jas@extundo.com>
42843
42844         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
42845         prototype is visible on mingw32.
42846
42847         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
42848         for mingw32.
42849
42850         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
42851         mingw32).
42852
42853 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
42854
42855         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
42856         attempt to open for write; this always fails, at least on POSIX
42857         hosts.  This reinstates the 2006-01-09 change, which was
42858         inadvertently removed.
42859
42860 2006-01-26  Bruno Haible  <bruno@clisp.org>
42861
42862         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
42863         Reported by Paul Eggert.
42864
42865 2006-01-26  Bruno Haible  <bruno@clisp.org>
42866             Paul Eggert  <eggert@cs.ucla.edu>
42867
42868         * lib/stdbool_.h (_Bool)
42869         [(! (defined __cplusplus || defined __BEOS__)
42870           && !defined __GNUC__
42871           && !(defined __HP_cc || defined __xlc__
42872                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
42873                || defined __sgi))]:
42874         #define to signed char in these cases too; this simplifies
42875         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
42876         etc., separately) and makes it more conservative.
42877
42878 2006-01-25  Simon Josefsson  <jas@extundo.com>
42879
42880         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
42881         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
42882         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
42883
42884 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
42885
42886         * lib/argp-namefrob.h: Bugfix. Remove stray #
42887
42888 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
42889
42890         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
42891         so that we test the test.
42892         Check for yet another HP-UX cc bug involving *bool |= bool.
42893
42894 2006-01-25  Karl Berry  <karl@gnu.org>
42895
42896         * config/srclist.txt (vasnprintf.c): sync lost.
42897
42898 2006-01-25  Jim Meyering  <jim@meyering.net>
42899
42900         Sync from the stable (b5) branch of coreutils:
42901
42902         * lib/fts.c (fts_children): Don't let close() clobber errno from
42903         failed fchdir().
42904
42905         * lib/fts.c (fts_stat): When following a symlink-to-directory,
42906         don't necessarily interpret stat-fails+lstat-succeeds as indicating
42907         a dangling symlink.  That can also happen at least for ELOOP.
42908         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
42909         FYI, this bug predates the inclusion of fts.c in coreutils.
42910
42911         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
42912         in their own block, so pre-c99 compilers don't object.
42913
42914         Avoid the double-free (first in fts_read, second in fts_close) that
42915         would occur when an `active' directory is made inaccessible (e.g.,
42916         via chmod a-x) during a traversal.
42917         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
42918         before returning.  Reproduce this failure by
42919         mkdir -p a/b; cd a; chmod a-x . b
42920         Reported by Stavros Passas.
42921
42922 2006-01-25  Jim Meyering  <jim@meyering.net>
42923
42924         * lib/fileblocks.c: Remove more useless parentheses.
42925         * lib/readutmp.h: Likewise.
42926
42927 2006-01-25  Bruno Haible  <bruno@clisp.org>
42928
42929         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
42930         warnings.
42931         Reported by Paul Eggert.
42932
42933 2006-01-25  Bruno Haible  <bruno@clisp.org>
42934
42935         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
42936         rid of a trap command. For Solaris sh.
42937         Reported by Mark D. Baushke <mdb@gnu.org>.
42938
42939 2006-01-24  Simon Josefsson  <jas@extundo.com>
42940
42941         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
42942         Bruno.
42943
42944 2006-01-24  Karl Berry  <karl@gnu.org>
42945
42946         * config/srclist.txt (argp-namefrob.h): sync lost.
42947
42948 2006-01-24  Jim Meyering  <jim@meyering.net>
42949
42950         * modules/openat (Files): Add lib/intprops.h.
42951         From Mark D. Baushke.
42952
42953 2006-01-24  Jim Meyering  <jim@meyering.net>
42954
42955         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
42956         Reported by Mark D. Baushke.
42957
42958 2006-01-24  Jim Meyering  <jim@meyering.net>
42959
42960         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
42961
42962 2006-01-24  Bruno Haible  <bruno@clisp.org>
42963
42964         * modules/strnlen (Maintainer): Change from glibc to all.
42965
42966 2006-01-24  Bruno Haible  <bruno@clisp.org>
42967
42968         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
42969         Patch by Paul Eggert.
42970
42971 2006-01-24  Bruno Haible  <bruno@clisp.org>
42972
42973         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
42974         already has it.
42975         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
42976         2005-11-26.
42977
42978         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
42979         'signed char' to avoid problems with the built-in _Bool type.
42980         Reported by Paul Eggert on 2005-11-26.
42981
42982 2006-01-24  Bruno Haible  <bruno@clisp.org>
42983
42984         * gnulib-tool (func_import): Avoid constructing complicated sed
42985         expressions inside backquote.
42986         Report and solution by Mark D. Baushke <mdb@gnu.org>.
42987
42988 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
42989
42990         These changes imported from libc.
42991         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
42992         test and two separate function calls.
42993         * lib/strndup.c (__strndup): Add libc_hidden_def.
42994
42995 2006-01-23  Simon Josefsson  <jas@extundo.com>
42996
42997         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
42998         Remove the test_*_SOURCES variable: automake infers it by default.
42999         * modules/tls-tests: Likewise.
43000
43001 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43002
43003         Work around porting bugs reported by Dieter in
43004         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
43005         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
43006         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
43007         Include "getopt.h" first, to check interface.
43008         (getenv): Declare only if defined HAVE_DECL_GETENV &&
43009         !HAVE_DECL_GETENV.
43010         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
43011         (__strndup): Revert to K&R-style function dfns, the glibc style.
43012         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
43013         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
43014         Include strnlen.h first, to get prototype properly.
43015         (strnlen): Renamed from __strnlen.
43016         Remove weak alias.
43017
43018 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43019
43020         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
43021
43022 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43023
43024         * config/srclist.txt: Adjust to reflect glibc reorganization.
43025         This affects only comments.
43026
43027 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43028
43029          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
43030          Reported by Bruce Korb <bkorb@gnu.org>.
43031
43032 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
43033
43034         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
43035         to pacify gcc -Wswitch-default.
43036
43037 2006-01-22  Bruno Haible  <bruno@clisp.org>
43038
43039         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
43040         temporary buffer for sprintf, take into account the precision also
43041         for 'd', 'i', 'u', 'o', 'x', 'X'.
43042
43043 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
43044
43045         * modules/argp-tests: New module
43046         * tests/test-argp.c: New file
43047         * tests/test-argp-2.sh: New file
43048
43049 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
43050
43051         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
43052         (__argp_base_name): Removed
43053         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
43054         typo.
43055         (__argp_base_name): Provide macro definition or extern declaration
43056         depending on the configuration
43057
43058 2006-01-20  Simon Josefsson  <jas@extundo.com>
43059
43060         * modules/inet_ntop (Depends-on): Depend on sys_socket.
43061
43062 2006-01-20  Simon Josefsson  <jas@extundo.com>
43063
43064         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
43065
43066 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43067
43068         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
43069         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
43070         Suggested by Bruno Haible.
43071
43072 2006-01-20  Karl Berry  <karl@gnu.org>
43073
43074         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
43075         until changes propagate, I guess.
43076
43077 2006-01-19  Simon Josefsson  <jas@extundo.com>
43078
43079         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
43080
43081 2006-01-19  Simon Josefsson  <jas@extundo.com>
43082
43083         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
43084
43085 2006-01-19  Simon Josefsson  <jas@extundo.com>
43086
43087         * gnulib-tool: Set check_PROGRAMS.
43088
43089         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43090         modules/des-tests, modules/gc-arcfour-tests,
43091         modules/gc-arctwo-tests, modules/gc-des-tests,
43092         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43093         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43094         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43095         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43096         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43097         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
43098         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
43099         test_*_SOURCES.
43100
43101 2006-01-18  Simon Josefsson  <jas@extundo.com>
43102
43103         * modules/socklen (Depends-on): Depend on sys_socket.
43104
43105 2006-01-18  Simon Josefsson  <jas@extundo.com>
43106
43107         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43108         modules/des-tests, modules/gc-arcfour-tests,
43109         modules/gc-arctwo-tests, modules/gc-des-tests,
43110         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43111         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43112         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43113         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43114         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43115         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
43116         $(EXEEXT) to automake TESTS variable, for mingw32.
43117
43118 2006-01-17  Simon Josefsson  <jas@extundo.com>
43119
43120         * modules/socklen (Include): Need sys/socket.h.
43121
43122 2006-01-17  Bruno Haible  <bruno@clisp.org>
43123
43124         * modules/ssize_t (Include): Add <sys/types.h>.
43125
43126 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
43127
43128         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
43129         it's not portable and it doesn't work with cross-compiles.
43130         Problem reported by Bruno Haible.  Fix missing-$ typo in
43131         'test "gl_cv_ignore_unused_libraries" ...' that prevented
43132         -zignore from being used with Sun's C compiler.
43133
43134 2006-01-12  Simon Josefsson  <jas@extundo.com>
43135
43136         * lib/base64.c: Fix warning, reported by Bruno Haible
43137         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
43138
43139 2006-01-12  Bruno Haible  <bruno@clisp.org>
43140
43141         * modules/ldd: New file.
43142         * build-aux/ldd.sh.in: New file.
43143         * MODULES.html.sh (Support for building libraries and executables): Add
43144         ldd.
43145
43146 2006-01-12  Bruno Haible  <bruno@clisp.org>
43147
43148         * m4/ldd.m4: New file.
43149
43150 2006-01-12  Bruno Haible  <bruno@clisp.org>
43151
43152         * gnulib-tool (func_import, func_create_testdir): Don't go into an
43153         endless loop while replacing $auxdir with build-aux.
43154
43155 2006-01-11  Simon Josefsson  <jas@extundo.com>
43156
43157         * lib/stdint_.h (SIZE_MAX): Add missing (.
43158
43159 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
43160
43161         Sync from coreutils.
43162         * lib/md5.c: Fix commentary typos.
43163         (alignof, UNALIGNED_P): No need for a GCC-specific version.
43164         * lib/md5.h (__attribute__): Remove; unused.
43165         * lib/sha1.c: Fix commentary to match md5 better.
43166         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
43167         so that we don't need to worry about alignment.  All uses changed.
43168         This merges the 2005-10-28 md5 change into sha1.
43169
43170 2006-01-11  Jim Meyering  <jim@meyering.net>
43171
43172         Sync from coreutils.
43173         * lib/md5.c (OP): Fix spacing.
43174
43175 2006-01-11  Bruno Haible  <bruno@clisp.org>
43176
43177         Ensure automatic ordering between gl_LOCK and gl_ARGP.
43178         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
43179         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
43180
43181 2006-01-11  Bruno Haible  <bruno@clisp.org>
43182
43183         Ensure automatic ordering between gl_LOCK and gl_ARGP.
43184         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
43185         the "early" section as well.
43186
43187 2006-01-11  Bruno Haible  <bruno@clisp.org>
43188
43189         Avoid "ar: no archive members specified" error on MacOS X.
43190         * gnulib-tool (func_modules_add_dummy): New function.
43191         (func_import, func_create_testdir): Invoke it.
43192
43193 2006-01-11  Bruno Haible  <bruno@clisp.org>
43194
43195         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
43196         with $auxdir in AC_CONFIG_FILES statements.
43197
43198 2006-01-11  Bruno Haible  <bruno@clisp.org>
43199
43200         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43201         Initialize also noinst_HEADERS to empty.
43202
43203 2006-01-11  Bruno Haible  <bruno@clisp.org>
43204
43205         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
43206         variables.
43207         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
43208         autoreconf.
43209
43210 2006-01-11  Bruno Haible  <bruno@clisp.org>
43211
43212         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
43213         overridable by the user.
43214         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43215
43216 2006-01-10  Simon Josefsson  <jas@extundo.com>
43217
43218         * modules/sys_socket: New file.
43219
43220 2006-01-10  Simon Josefsson  <jas@extundo.com>
43221
43222         * m4/sys_socket_h.m4: New file.
43223
43224 2006-01-10  Simon Josefsson  <jas@extundo.com>
43225
43226         * lib/socket_.h: New file.
43227
43228 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43229
43230         * modules/readutmp (Maintainer): Add myself.
43231
43232 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43233
43234         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
43235         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
43236         People who are still concerned with buggy memcmp implementations
43237         can invoke gl_FUNC_MEMCMP themselves.
43238
43239 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43240
43241         * lib/regex_internal.h (BITSET_WORD_BITS):
43242         Work around a bug in 64-bit PGC (before version 6.1-2), where the
43243         preprocessor mishandles large unsigned values as if they were signed.
43244         Problem reported by Claudio Fontana in
43245         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
43246
43247 2006-01-10  Jim Meyering  <jim@meyering.net>
43248
43249         Avoid the double-free (first in fts_read, second in fts_close) that
43250         would occur when an `active' directory is made inaccessible (e.g.,
43251         via chmod a-x) during a traversal.
43252         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
43253         before returning.  Reproduce this failure by
43254         mkdir -p a/b; cd a; chmod a-x . b
43255         Reported by Stavros Passas.
43256
43257         Sync from coreutils.
43258         * lib/sha1.c: Tweak grammar in a comment.
43259
43260 2006-01-10  Jim Meyering  <jim@meyering.net>
43261
43262         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
43263         Patch by Joerg Sonnenberger.
43264
43265 2006-01-10  Bruno Haible  <bruno@clisp.org>
43266
43267         * modules/readutmp: Depend on module free.
43268         * modules/strtok_r: Depend on module restrict.
43269
43270 2006-01-10  Bruno Haible  <bruno@clisp.org>
43271
43272         * modules/gettext (configure.ac): Add an invocation of
43273         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
43274
43275 2006-01-10  Bruno Haible  <bruno@clisp.org>
43276
43277         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
43278         Reported by Werner Lemberg <wl@gnu.org>.
43279
43280 2006-01-10  Bruno Haible  <bruno@clisp.org>
43281
43282         * lib/localcharset.c: Update from GNU gettext.
43283
43284 2006-01-10  Bruno Haible  <bruno@clisp.org>
43285
43286         * lib/argp.h (__const): Remove macro. Use const instead.
43287         * lib/argp-fmtstream.h (__const): Likewise.
43288         * lib/glob_.h (__const): Remove macro.
43289         * lib/glob-libc.h: Use const instead of __const.
43290
43291 2006-01-10  Bruno Haible  <bruno@clisp.org>
43292
43293         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
43294         variable.
43295         Needed to avoid an automake error regarding the 'gettext' module.
43296
43297 2006-01-09  Simon Josefsson  <jas@extundo.com>
43298
43299         * modules/inet_ntop (Depends-on): Add restrict.
43300
43301 2006-01-09  Simon Josefsson  <jas@extundo.com>
43302
43303         * modules/gc-rijndael-tests (License): Put under LGPL.
43304
43305         * modules/gc-des-tests (License): Likewise.
43306
43307         * modules/gc-arcfour-tests (License): Likewise.
43308
43309         * modules/gc-arctwo-tests (License): Likewise.
43310
43311         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
43312
43313         * modules/gc-hmac-sha1-tests (Files): Likewise.
43314
43315         * modules/gc-hmac-md5-tests (License): Likewise.
43316
43317         * modules/gc-sha1-tests (License): Likewise.
43318
43319         * modules/gc-md5-tests (License): Likewise.
43320
43321         * modules/gc-md4-tests (License): Likewise.
43322
43323         * modules/gc-md2-tests (License): Likewise.
43324
43325         * modules/gc-tests (License): Likewise.
43326
43327         * modules/des-tests (License): Likewise.
43328
43329         * modules/md4-tests (License): Likewise.
43330
43331         * modules/md2-tests (License): Likewise.
43332
43333 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43334
43335         Sync from coreutils:
43336
43337         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
43338         * modules/lib-ignore: New file.
43339         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
43340         chdir-safer.m4, lchmod.m4.
43341         * modules/openat: Add mkdirat.c, openat-priv.h.
43342
43343 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43344
43345         Sync from coreutils.
43346         * m4/lib-ignore.m4: New file.
43347         * m4/lchmod.m4: New file.
43348
43349 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43350
43351         Sync from coreutils.
43352         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
43353         for write access: POSIX says that must fail.
43354         * lib/fts.c (diropen): Likewise.
43355         * lib/save-cwd.c (save_cwd): Likewise.
43356         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
43357         well, for minor improvements on hosts that lack O_DIRECTORY.
43358         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
43359         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
43360         Fall back on chown if open failed with EACCES.
43361
43362         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
43363         Report an error at compile-time if only a 1-second nominal clock
43364         resolution is found.
43365
43366         * lib/lchmod.h: New file.
43367         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
43368         (make_dir_parents): Use lchown rather than chown, and
43369         lchmod rather than chmod.
43370
43371         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
43372         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
43373         "proc" reported by n0dalus.
43374
43375         * lib/mountlist.c: Include <limits.h>.
43376         (dev_from_mount_options)
43377         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
43378         New function.  It no longer assumes "dev=" has the System V meaning
43379         on Linux (since it doesn't).  It also parses "dev=" more carefully.
43380         (read_file_system_list)
43381         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
43382         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
43383         dev= in that case.
43384
43385         * lib/posixtm.h (PDS_PRE_2000): New macro.
43386         * lib/posixtm.c (year): Arg is now syntax_bits rather than
43387         allow_century.  All usages changed.  Reject dates outside the range
43388         1969-1999 if PDS_PRE_2000 is used.
43389
43390 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
43391
43392         Sync from coreutils.
43393         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
43394         (Time of day items): Mention the possibility of leap seconds.
43395         Problem reported by Dr. David Alan Gilbert.
43396
43397 2006-01-09  Jim Meyering  <jim@meyering.net>
43398
43399         Sync from coreutils.
43400
43401         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
43402
43403         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
43404
43405         * lib/modechange.c (mode_compile): Reject an invalid mode string
43406         that starts with an octal digit.  From Andreas Gruenbacher.
43407
43408         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
43409         and dup to open_safer and dup_safer, respectively.
43410         (openat_permissive): Fix typo in comment.
43411
43412         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
43413         "gettext.h"; either no longer needed or are guaranteed by openat.h.
43414         (_): Remove; no longer needed.
43415         (openat): Renamed from rpl_openat; no need for rpl_openat
43416         since openat.h renames openat for us.
43417         Replace most of the body with a call to openat_permissive,
43418         to avoid duplicate code.
43419         Port to (probably hypothetical) environments were mode_t is
43420         wider than int.
43421         (openat_permissive): Require mode arg, so that we can check
43422         types better.  Put it just after flags.  Change cwd failure
43423         indicator from pointer-to-bool to pointer-to-errno-value.
43424         All callers changed.
43425         Invoke openat_save_fail and/or openat_restore_fail if
43426         cwd_errno is null, so that openat can call us.
43427         (openat_permissive, fdopendir, fstatat, unlinkat):
43428         Simplify errno handling to avoid some duplicate code,
43429         as it's OK to set errno on success.
43430         * lib/openat.h: Revamp code so that function macros depend on
43431         __OPENAT_PREFIX only, not also on AT_FDCWD.
43432         (openat_ro): Remove.  Caller changed to use openat_permissive.
43433         (openat_permissive): Now a macro, if not a function.
43434         (openat_restore_fail, openat_save_fail): Now always functions,
43435         since mkdirat needs them even if __OPENAT_PREFIX is defined.
43436
43437         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
43438         and openat.c.
43439         * lib/mkdirat.c: Include openat-priv.h.
43440         Remove definitions of macros defined therein.
43441         * lib/openat.c: Likewise.
43442
43443         * lib/mkdirat.c (mkdirat): New file and function.
43444         * lib/openat.h (mkdirat): Declare.
43445
43446         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
43447
43448         * lib/openat.h (openat_permissive): Declare.
43449         (openat_ro): Define.
43450
43451         * lib/openat.c (EXPECTED_ERRNO): New macro.
43452         (openat_permissive): New function -- used in remove.c rewrite.
43453         (all functions): Set errno just before returning, only if there
43454         was an actual failure.
43455         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
43456
43457         Emulate openat-family functions using Linux's procfs, if possible.
43458         Idea and some code based on Ulrich Drepper's glibc changes.
43459
43460         * lib/openat.c: (BUILD_PROC_NAME): New macro.
43461         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
43462         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
43463         before falling back on save_cwd and restore_cwd.
43464         (fdopendir, fstatat, unlinkat): Likewise.
43465
43466         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
43467         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
43468
43469         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
43470         as second argument to va_arg.  Otherwise, some versions of gcc
43471         warn that `if this code is reached, the program will abort'.
43472
43473 2006-01-09  Jim Meyering  <jim@meyering.net>
43474
43475         Sync from coreutils.
43476         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
43477         Require openat-priv.h.
43478
43479 2006-01-09  Bruno Haible  <bruno@clisp.org>
43480
43481         * modules/strnlen (Include): Use strnlen.h.
43482
43483 2006-01-09  Bruno Haible  <bruno@clisp.org>
43484
43485         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
43486
43487 2006-01-09  Bruno Haible  <bruno@clisp.org>
43488
43489         * lib/sysexit_.h (EX_OK): New macro.
43490         Suggested by Martin Lambers <marlam@marlam.de>.
43491
43492 2006-01-09  Bruno Haible  <bruno@clisp.org>
43493
43494         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
43495         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
43496
43497 2006-01-09  Bruno Haible  <bruno@clisp.org>
43498
43499         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
43500         numbers.
43501
43502 2006-01-09  Bruno Haible  <bruno@clisp.org>
43503
43504         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
43505         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
43506         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
43507         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
43508
43509 2006-01-09  Bruno Haible  <bruno@clisp.org>
43510
43511         * build-aux/javacomp.sh.in: New file, moved from lib/.
43512         * modules/javacomp-script (Files): Update.
43513         (configure.ac): Add AC_CONFIG_FILES invocation.
43514         (EXTRA_DIST): Remove variable.
43515
43516         * build-aux/javaexec.sh.in: New file, moved from lib/.
43517         * modules/javaexec (Files): Update.
43518         (configure.ac): Add AC_CONFIG_FILES invocation.
43519         (EXTRA_DIST): Remove javaexec.sh.in.
43520
43521         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
43522         * modules/csharpcomp-script (Files): Update.
43523         (configure.ac): Add AC_CONFIG_FILES invocation.
43524         (EXTRA_DIST): Remove variable.
43525
43526         * build-aux/csharpexec.sh.in: New file, moved from lib/.
43527         * modules/csharpexec (Files): Update.
43528         (configure.ac): Add AC_CONFIG_FILES invocation.
43529         (EXTRA_DIST): Remove csharpexec.sh.in.
43530
43531 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
43532
43533         Sync from coreutils.
43534
43535         Add POSIX ACL support
43536         * lib/acl.h (copy_acl, set_acl): Add declarations.
43537         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
43538         systems other than Linux.
43539         (chmod_or_fchmod): New function: use fchmod when possible,
43540         and chmod otherwise.
43541         (file_has_acl): Add a POSIX ACL implementation, with a
43542         Linux-specific subcase.
43543         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
43544         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
43545         acls are unsupported.
43546         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
43547         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
43548         are unsupported.
43549
43550 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
43551
43552         Sync from coreutils.
43553         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
43554
43555 2006-01-07  Bruno Haible  <bruno@clisp.org>
43556
43557         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
43558         gl_EARLY.
43559
43560 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
43561
43562         * lib/strftime.c (tzname): Don't declare if it is already #defined.
43563         Problem reported for Mingw by Mark Junker.
43564
43565 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
43566
43567         * README: Gnulib normally doesn't generate a tarball.
43568
43569 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
43570
43571         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
43572         long int, not int, for nanosecond counts, so that people who are
43573         used to POSIX struct timespec won't be surprised.  Reported by Jim
43574         Meyering.
43575
43576 2005-12-28  Bruno Haible  <bruno@clisp.org>
43577
43578         * build-aux/config.rpath: Update from GNU gettext.
43579
43580 2005-12-16  Jim Meyering  <jim@meyering.net>
43581
43582         * modules/fprintftime: New module.
43583         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
43584
43585 2005-12-16  Jim Meyering  <jim@meyering.net>
43586
43587         * m4/fprintftime.m4: New file.
43588
43589 2005-12-16  Jim Meyering  <jim@meyering.net>
43590
43591         * lib/fprintftime.c, lib/fprintftime.h: New files.
43592
43593 2005-12-15  Simon Josefsson  <jas@extundo.com>
43594
43595         * modules/socklen (configure.ac): Fix M4 macro name, to align with
43596         new m4/socklen.m4.
43597
43598 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43599
43600         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
43601         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
43602
43603 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43604
43605         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
43606         * lib/argp-help.c (fill_in_uparams): Check if the constructed
43607         struct uparams is valid. Fall back to the default values if it is
43608         not.
43609
43610 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43611
43612         * modules/argp (Files): Add argp-pin.c
43613         (Depends-on): dirname
43614         (lib_SOURCES): Add argp-pin.c
43615
43616 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43617
43618         * m4/argp.m4:  Check if program_invocation_name and
43619         program_invocation_short_name are declared and define appropriate
43620         macros if they are not.
43621
43622 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43623
43624         * lib/argp-help.c (__argp_base_name): New function
43625         (__argp_short_program_name): Rewrite using __argp_base_name
43626         * lib/argp-namefrob.h: Define program_invocation_name and
43627         program_invocation_short_name if requested
43628         (__argp_base_name): Add prototype
43629         * lib/argp-parse.c (argp_def): Use gettext wrappers
43630         (argp_default_parser): Use __argp_base_name
43631         * lib/argp-pin.c: New file. Defines program_invocation_name and
43632         program_invocation_short_name on systems that lack them.
43633
43634 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
43635
43636         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
43637         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
43638         porting problem reported by Georg Schwarz in
43639         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
43640
43641 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
43642
43643         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
43644         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
43645         porting problem reported by Georg Schwarz in
43646         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
43647
43648 2005-12-05  Bruno Haible  <bruno@clisp.org>
43649
43650         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
43651         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
43652         Reported by Mark Junker <mjscod@gmx.de>.
43653
43654 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
43655
43656         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
43657         Use implementation from Albert Chin, with some
43658         comments/corrections by Stepan Kasal and myself.
43659
43660 2005-12-02  Bruno Haible  <bruno@clisp.org>
43661
43662         * gnulib-tool (func_import): Accept GPLed build tool modules when
43663         --lgpl is given.
43664         * modules/csharpcomp-script: New file.
43665         * modules/csharpcomp: Depend on it.
43666         * modules/javacomp-script: New file.
43667         * modules/javacomp: Depend on it.
43668         Suggested by Simon Josefsson.
43669
43670 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
43671
43672         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
43673         statement, to work around an HP-UX 10.20 compiler bug reported by
43674         Peter O'Gorman.
43675
43676 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
43677
43678         * modules/savedir (Depends-on): Add openat.
43679
43680 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
43681
43682         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
43683         (uintmax_t) [defined uintmax_t]: Do not declare.
43684         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
43685         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
43686         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
43687         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
43688         sake of portability to weird hosts that C allows (though we don't
43689         know of any practical examples).
43690
43691         * lib/savedir.h (fdsavedir): New decl.
43692         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
43693         contains most of the former guts of savedir.
43694         (savedir): Use savedirstream.
43695         Include "openat.h".
43696
43697 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
43698
43699         * modules/obstack (Files): Add m4/ulonglong.m4.
43700         Problem reported by Davide Angelocola.
43701
43702 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
43703
43704         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
43705         coreutils no longer futzes with rounding modes.
43706
43707 2005-11-14  Jim Meyering  <jim@meyering.net>
43708
43709         * lib/mkstemp-safer.c: Include <config.h>, required for possible
43710         replacement of mkstemp.
43711
43712 2005-11-10  Simon Josefsson  <jas@extundo.com>
43713
43714         * lib/readline.c: Remove EOL.
43715
43716 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43717
43718         * modules/gethrxtime (Depends-on): Add gettime.
43719
43720 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43721
43722         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
43723         or gettimeofday; no longer needed.
43724
43725 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43726
43727         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
43728         time business.
43729         (gethrxtime) [! (HAVE_NANOUPTIME
43730         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
43731         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
43732         our own approximation.
43733
43734 2005-11-08  Eric Blake  <ebb9@byu.net>
43735
43736         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
43737
43738 2005-11-08  Eric Blake  <ebb9@byu.net>
43739
43740         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
43741
43742 2005-11-04  Bruno Haible  <bruno@clisp.org>
43743
43744         * gnulib-tool: Implement --update mode.
43745
43746 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43747
43748         Fix porting problem reported by Theodoros V. Kalamatianos.
43749         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
43750         Don't assume that futimes failing means we must fail.
43751
43752 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43753
43754         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
43755         variables to suggest the intended function of the PATH_MAX check.
43756
43757 2005-10-30  Kean Johnston  <jkj@sco.com>
43758
43759         Trivial changes to support SCO systems.
43760         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
43761         as PATH_MAX.
43762         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
43763         where __ptr is null when no I/O is pending.
43764
43765 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43766
43767         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
43768         leave errno alone.  Problem reported by Dmitry V. Levin.
43769
43770 2005-10-28  Simon Josefsson  <jas@extundo.com>
43771
43772         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
43773         Test more.
43774
43775         * tests/test-gc-md2.c, tests/test-md2.c: New files.
43776
43777         * modules/md2, modules/md2-tests: New files.
43778
43779 2005-10-28  Simon Josefsson  <jas@extundo.com>
43780
43781         * m4/inet_ntop.m4: More tests.
43782
43783         * m4/gc-md2.m4, md2.m4: New file.
43784
43785 2005-10-28  Simon Josefsson  <jas@extundo.com>
43786
43787         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
43788         "restrict" keywords, as per POSIX.  Protect the function
43789         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
43790         Don't use K&R prototypes.  Check the sprintf return values.
43791         Re-define EAFNOSUPPORT if not present.  Indent.
43792
43793         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
43794         suggested by Bruno Haible <bruno@clisp.org>.
43795
43796         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
43797
43798         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
43799
43800         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
43801         libgcrypt).
43802
43803         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
43804
43805         * lib/md2.h, lib/md2.c: New files.
43806
43807 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
43808
43809         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
43810         errno alone.  Problem reported by Frederic Jolliton.
43811
43812 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
43813
43814         * modules/verify (License): Change from GPL to LGPL.  This is a
43815         tiny module and there are apparently near-equivalents that are
43816         under the BSD license.
43817
43818 2005-10-24  Simon Josefsson  <jas@extundo.com>
43819
43820         * modules/sha1: Relicense to LGPL.
43821
43822 2005-10-24  Simon Josefsson  <jas@extundo.com>
43823
43824         * lib/md4.h: Shrink buffer size, now that we changed the type.
43825
43826 2005-10-23  Simon Josefsson  <jas@extundo.com>
43827
43828         * gnulib-tool (func_import): Fix --tests-base.
43829
43830 2005-10-22  Simon Josefsson  <jas@extundo.com>
43831
43832         * modules/arcfour (Depends-on): Need stdint.
43833
43834 2005-10-22  Simon Josefsson  <jas@extundo.com>
43835
43836         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
43837         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
43838
43839 2005-10-22  Simon Josefsson  <jas@extundo.com>
43840
43841         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
43842         suggested by Bruno Haible <bruno@clisp.org>.
43843
43844 2005-10-22  Simon Josefsson  <jas@extundo.com>
43845
43846         * lib/crc.h: Include stddef.h, for size_t.
43847
43848 2005-10-22  Simon Josefsson  <jas@extundo.com>
43849
43850         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
43851         arcfour_context struct (simplify test vector testing in GNU
43852         Shishi).
43853
43854 2005-10-21  Simon Josefsson  <jas@extundo.com>
43855
43856         * modules/des, modules/des-tests: New files.
43857
43858         * modules/gc-des, modules/gc-des-tests: New files.
43859
43860         * tests/test-des.c, tests/test-gc-des.c: New file.
43861
43862 2005-10-21  Simon Josefsson  <jas@extundo.com>
43863
43864         * modules/arctwo, modules/arctwo-tests: New files.
43865
43866         * tests/test-arctwo.c: New file.
43867
43868         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
43869
43870         * tests/test-gc-arctwo.c: New file.
43871
43872 2005-10-21  Simon Josefsson  <jas@extundo.com>
43873
43874         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
43875         Bruno Haible <bruno@clisp.org>.
43876
43877         * m4/gc-des.m4: New file.
43878
43879 2005-10-21  Simon Josefsson  <jas@extundo.com>
43880
43881         * m4/arctwo.m4: New file.
43882
43883         * m4/gc-arctwo.m4: New file.
43884
43885 2005-10-21  Simon Josefsson  <jas@extundo.com>
43886
43887         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
43888         block.
43889
43890 2005-10-21  Simon Josefsson  <jas@extundo.com>
43891
43892         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
43893         <bruno@clisp.org>.
43894
43895         * lib/hmac-sha1.c (hmac_sha1): Likewise.
43896
43897         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
43898         Bruno Haible <bruno@clisp.org>.
43899
43900         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
43901         <bruno@clisp.org>.
43902
43903 2005-10-21  Simon Josefsson  <jas@extundo.com>
43904
43905         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
43906
43907 2005-10-21  Simon Josefsson  <jas@extundo.com>
43908
43909         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
43910
43911 2005-10-21  Simon Josefsson  <jas@extundo.com>
43912
43913         * lib/des.h, lib/des.c: New files.
43914
43915         * lib/gc-gnulib.c: Support DES.c
43916
43917 2005-10-21  Simon Josefsson  <jas@extundo.com>
43918
43919         * lib/arctwo.h, lib/arctwo.c: New files.
43920
43921         * lib/gc-gnulib.c: Support ARCTWO.
43922
43923 2005-10-21  Simon Josefsson  <jas@extundo.com>
43924
43925         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
43926         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43927
43928 2005-10-21  Simon Josefsson  <jas@extundo.com>
43929
43930         * gnulib-tool (func_import, func_create_testdir): Define automake
43931         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
43932         Makefile.am snippet),
43933         suggested by Bruno Haible <bruno@clisp.org>.
43934
43935         * modules/gc (Makefile.am): Use it.
43936
43937 2005-10-21  Bruno Haible  <bruno@clisp.org>
43938
43939         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
43940         patch.
43941
43942 2005-10-19  Simon Josefsson  <jas@extundo.com>
43943
43944         * tests/test-gc-rijndael.c: New file.
43945
43946         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
43947
43948 2005-10-19  Simon Josefsson  <jas@extundo.com>
43949
43950         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
43951         interface too.
43952
43953 2005-10-19  Simon Josefsson  <jas@extundo.com>
43954
43955         * tests/test-gc-arcfour.c: New file.
43956
43957         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
43958
43959 2005-10-19  Simon Josefsson  <jas@extundo.com>
43960
43961         * modules/gc-md4, modules/gc-md4-tests: New file.
43962
43963         * tests/test-gc-md4.c: New file.
43964
43965 2005-10-19  Simon Josefsson  <jas@extundo.com>
43966
43967         * m4/gc-md4.m4: New file.
43968
43969 2005-10-19  Simon Josefsson  <jas@extundo.com>
43970
43971         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
43972         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
43973         <kasal@ucw.cz>.
43974
43975 2005-10-19  Simon Josefsson  <jas@extundo.com>
43976
43977         * m4/gc-arcfour.m4: New file.
43978
43979         * m4/gc-rijndael.m4: New file.
43980
43981 2005-10-19  Simon Josefsson  <jas@extundo.com>
43982
43983         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
43984
43985 2005-10-19  Simon Josefsson  <jas@extundo.com>
43986
43987         * lib/gc-gnulib.c: Support ARCFOUR.
43988
43989 2005-10-19  Simon Josefsson  <jas@extundo.com>
43990
43991         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
43992         support.
43993
43994         * lib/gc.h: Add ECB enum type.
43995
43996         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
43997
43998 2005-10-18  Simon Josefsson  <jas@extundo.com>
43999
44000         * tests/test-md5.c: New file.
44001
44002         * modules/md5-tests: New file.
44003
44004 2005-10-18  Simon Josefsson  <jas@extundo.com>
44005
44006         * tests/test-md4.c: New file.
44007
44008         * modules/md4, modules/md4-tests: New files.
44009
44010 2005-10-18  Simon Josefsson  <jas@extundo.com>
44011
44012         * m4/md4.m4: New file.
44013
44014 2005-10-18  Simon Josefsson  <jas@extundo.com>
44015
44016         * lib/md4.h, lib/md4.c: New files, based on md5.?.
44017
44018 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
44019
44020         * gnulib-tool (func_create_testdir): Omit the second check whether
44021         BUILT_SOURCES in nonempty.
44022
44023 2005-10-17  Simon Josefsson  <jas@extundo.com>
44024
44025         * tests/test-rijndael.c: New file.
44026
44027 2005-10-17  Simon Josefsson  <jas@extundo.com>
44028
44029         * modules/sha1: Depend on stdint instead of md5.
44030
44031         * modules/md5: Depend on stdint, remove uint32_t.
44032
44033 2005-10-17  Simon Josefsson  <jas@extundo.com>
44034
44035         * modules/gc-sha1-tests: New file.
44036
44037         * tests/test-gc-sha1.c: New file.
44038
44039 2005-10-17  Simon Josefsson  <jas@extundo.com>
44040
44041         * m4/md5.m4: Remove call to uint32_t.m4.
44042
44043 2005-10-17  Simon Josefsson  <jas@extundo.com>
44044
44045         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
44046
44047         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
44048         md5.h.
44049
44050         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
44051
44052         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
44053
44054 2005-10-17  Simon Josefsson  <jas@extundo.com>
44055
44056         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
44057
44058 2005-10-17  Simon Josefsson  <jas@extundo.com>
44059
44060         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
44061
44062 2005-10-17  Simon Josefsson  <jas@extundo.com>
44063
44064         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
44065
44066         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
44067
44068 2005-10-17  Bruno Haible  <bruno@clisp.org>
44069
44070         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
44071         that it can also be used in a test.
44072
44073 2005-10-16  Bruno Haible  <bruno@clisp.org>
44074
44075         * gnulib-tool (func_emit_tests_Makefile_am): Also define
44076         TESTS_ENVIRONMENT, so that individual tests can augment it.
44077
44078         * gnulib-tool (func_create_testdir): Use an intermediate target for
44079         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
44080         macros, like $(ALLOCA_H), which cannot be passed through the command
44081         line.
44082
44083 2005-10-15  Simon Josefsson  <jas@extundo.com>
44084
44085         * modules/rijndael-tests: New file.
44086
44087         * modules/rijndael: New file.
44088
44089 2005-10-15  Simon Josefsson  <jas@extundo.com>
44090
44091         * m4/rijndael.m4: New file.
44092
44093 2005-10-15  Simon Josefsson  <jas@extundo.com>
44094
44095         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
44096
44097         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
44098
44099 2005-10-14  Simon Josefsson  <jas@extundo.com>
44100
44101         * tests/test-arcfour.c: New file.
44102
44103         * modules/arcfour, modules/arcfour-tests: New files.
44104
44105 2005-10-14  Simon Josefsson  <jas@extundo.com>
44106
44107         * m4/arcfour.m4: New file.
44108
44109 2005-10-14  Simon Josefsson  <jas@extundo.com>
44110
44111         * lib/arcfour.h, lib/arcfour.c: New files.
44112
44113 2005-10-14  Roland McGrath  <roland@redhat.com>
44114
44115         Import from libc.  [BZ #1331]
44116         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
44117         macro argument.
44118         Reported by Matej Vela <vela@debian.org>.
44119
44120 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44121
44122         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
44123         include <wchar.h>; no longer needed.
44124
44125 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44126
44127         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
44128
44129 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
44130         and  Ulrich Drepper  <drepper@redhat.com>
44131
44132         Import from libc.
44133         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
44134         instead of inline stream orientation test and two separate
44135         function calls.  Pay no attention to USE_IN_LIBIO.
44136
44137 2005-10-13  Simon Josefsson  <jas@extundo.com>
44138
44139         * modules/gc-hmac-md5-tests: New file.
44140
44141         * tests/test-gc-hmac-sha1.c: New file.
44142
44143         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
44144
44145         * modules/gc-hmac-md5-tests: New file.
44146
44147         * tests/test-gc-md5.c: New file.
44148
44149         * modules/gc-md5-tests: New file.
44150
44151 2005-10-13  Simon Josefsson  <jas@extundo.com>
44152
44153         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
44154         Move memory allocation outside of loop.
44155
44156 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
44157
44158         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
44159         intermediate directory is in a read-only file system.  Problem
44160         reported by Eric Blake.
44161
44162 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
44163
44164         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
44165
44166 2005-10-12  Simon Josefsson  <jas@extundo.com>
44167
44168         * tests/test-hmac-sha1.c: New file.
44169
44170         * modules/hmac-sha1-tests: New file.
44171
44172         * modules/hmac-sha1: New file.
44173
44174 2005-10-12  Simon Josefsson  <jas@extundo.com>
44175
44176         * modules/gc-sha1: New file.
44177
44178 2005-10-12  Simon Josefsson  <jas@extundo.com>
44179
44180         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
44181
44182         * tests/test-gc-pbkdf2-sha1.c: New file.
44183
44184 2005-10-12  Simon Josefsson  <jas@extundo.com>
44185
44186         * modules/gc-md5, modules/gc-hmac-md5: New files.
44187
44188         * modules/gc (Files): Remove md5, memxor and hmac files.
44189
44190 2005-10-12  Simon Josefsson  <jas@extundo.com>
44191
44192         * m4/gc-pbkdf2-sha1.m4: New file.
44193
44194         * m4/gc-hmac-sha1.m4: New file.
44195
44196         * m4/gc-sha1: New file.
44197
44198         * m4/hmac-sha1.m4: New file.
44199
44200 2005-10-12  Simon Josefsson  <jas@extundo.com>
44201
44202         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
44203
44204         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
44205
44206 2005-10-12  Simon Josefsson  <jas@extundo.com>
44207
44208         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
44209         suggested by Bruno Haible <bruno@clisp.org>.
44210
44211 2005-10-12  Simon Josefsson  <jas@extundo.com>
44212
44213         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
44214
44215 2005-10-12  Simon Josefsson  <jas@extundo.com>
44216
44217         * lib/gc-pbkdf2-sha1.c: New file.
44218
44219         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
44220
44221 2005-10-12  Simon Josefsson  <jas@extundo.com>
44222
44223         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
44224
44225         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
44226
44227 2005-10-12  Simon Josefsson  <jas@extundo.com>
44228
44229         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
44230         GC_USE_HMAC_MD5, respectively.
44231
44232         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
44233         (gc_md5): Fix typo.
44234
44235         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
44236
44237         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
44238
44239         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
44240
44241 2005-10-12  Bruno Haible  <bruno@clisp.org>
44242
44243         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
44244         Reported by Stepan Kasal <kasal@ucw.cz>.
44245
44246 2005-10-11  Simon Josefsson  <jas@extundo.com>
44247
44248         * tests/test-crc.c: New file.
44249
44250         * modules/crc, modules/crc-tests: New files.
44251
44252 2005-10-11  Simon Josefsson  <jas@extundo.com>
44253
44254         * m4/crc.m4: New file.
44255
44256 2005-10-11  Simon Josefsson  <jas@extundo.com>
44257
44258         * lib/gc.h: Add gc_hash and gc_hash_buffer.
44259
44260         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
44261
44262         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
44263
44264 2005-10-11  Simon Josefsson  <jas@extundo.com>
44265
44266         * lib/crc.h, lib/crc.c: New files.
44267
44268         * lib/gc.h (gc_hash_buffer): Add doc.
44269
44270 2005-10-11  Bruno Haible  <bruno@clisp.org>
44271
44272         * modules/c-strcasestr: New file.
44273         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
44274
44275 2005-10-11  Bruno Haible  <bruno@clisp.org>
44276
44277         * modules/c-strcase: New file.
44278         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
44279
44280 2005-10-11  Bruno Haible  <bruno@clisp.org>
44281
44282         * lib/strcasecmp.c: Include limits.h.
44283         (strcasecmp): Avoid integer overflow on exotic platforms.
44284         * lib/strncasecmp.c: Include limits.h.
44285         (strncasecmp): Avoid integer overflow on exotic platforms.
44286         Reported by Paul Eggert.
44287
44288 2005-10-11  Bruno Haible  <bruno@clisp.org>
44289
44290         * lib/c-strcasestr.h: New file, from GNU gettext.
44291         * lib/c-strcasestr.c: New file, from GNU gettext.
44292
44293 2005-10-11  Bruno Haible  <bruno@clisp.org>
44294
44295         * lib/c-strcase.h: New file, from GNU gettext.
44296         * lib/c-strcasecmp.c: New file, from GNU gettext.
44297         * lib/c-strncasecmp.c: New file, from GNU gettext.
44298
44299 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
44300
44301         * modules/mempcpy (License): GPL -> LGPL.
44302         * modules/strchrnul (License): Likewise.
44303         * modules/sysexits (License): Likewise.
44304
44305 2005-10-08  Simon Josefsson  <jas@extundo.com>
44306
44307         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
44308
44309 2005-10-07  Simon Josefsson  <jas@extundo.com>
44310
44311         * m4/memxor.m4: Remove gl_C_RESTRICT call.
44312
44313 2005-10-06  Simon Josefsson  <jas@extundo.com>
44314
44315         * tests/test-hmac-md5.c: New file.
44316
44317         * modules/hmac-md5-tests: New file.
44318
44319         * modules/hmac-md5: New file.
44320
44321 2005-10-06  Simon Josefsson  <jas@extundo.com>
44322
44323         * m4/hmac-md5.m4: New file.
44324
44325         * m4/memxor.m4: Require gl_C_RESTRICT.
44326
44327 2005-10-06  Simon Josefsson  <jas@extundo.com>
44328
44329         * lib/memxor.c (memxor): Avoid casts and warnings.
44330
44331 2005-10-06  Simon Josefsson  <jas@extundo.com>
44332
44333         * lib/hmac-md5.c: New file.
44334
44335         * lib/hmac.h: New file.
44336
44337 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
44338
44339         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
44340         promotes to int, not unsigned int, to catch the AIX 5.3
44341         compiler bug.
44342
44343 2005-10-05  Simon Josefsson  <jas@extundo.com>
44344
44345         * modules/memxor: New file.
44346
44347         * modules/iconv (Files): Move config.rpath to havelib, it is used
44348         there.
44349
44350         * modules/havelib (Files): Add config.rpath.
44351
44352 2005-10-05  Simon Josefsson  <jas@extundo.com>
44353
44354         * m4/memxor.m4: New file.
44355
44356 2005-10-05  Simon Josefsson  <jas@extundo.com>
44357
44358         * lib/memxor.c (memxor): Fix compiler error.
44359
44360         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
44361         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
44362
44363         * lib/memxor.h, lib/memxor.c: New files.
44364
44365         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
44366         we assume all systems have it, suggested by Jim Meyering
44367         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
44368         any systems lack sys/socket.h; mingw32 is known to lack it, but we
44369         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
44370         same reasons.
44371
44372 2005-10-05  Simon Josefsson  <jas@extundo.com>
44373
44374         * config/srclist.txt: Add glibc bug 1423 for md5.h.
44375
44376 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
44377
44378         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
44379         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
44380         needed, since the source code now assumes these .h files.
44381
44382 2005-10-05  Derek Price  <derek@ximbiot.com>
44383
44384         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
44385
44386 2005-10-05  Bruno Haible  <bruno@clisp.org>
44387
44388         * modules/stdint (License): Change to LGPL.
44389
44390 2005-10-04  Simon Josefsson  <jas@extundo.com>
44391
44392         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
44393         D. Baushke" <mdb@gnu.org>.
44394
44395 2005-10-04  Bruno Haible  <bruno@clisp.org>
44396
44397         * lib/verify.h (verify_true): Provide alternative definition for C++.
44398
44399 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
44400
44401         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
44402         (SSIZE_MAX): New macro, if not already defined.
44403         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
44404         than 2 GiB.
44405
44406 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
44407
44408         Sync from coreutils.
44409         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
44410         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
44411         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
44412         ULLONG_MAX doesn't work with 2.7.2.1.
44413
44414 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
44415
44416         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
44417         From Ben Pfaff.
44418
44419         * modules/exclude (Depends-on): Depend on verify.
44420         * modules/strtoimax (Depends-on): Likewise.
44421         * modules/utimecmp (Depends-on): Likewise.
44422
44423 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
44424
44425         * lib/exclude.c: Include verify.h.
44426         (verify): Remove.  All callers changed to use verify.h's version.
44427         * lib/strtoimax.c: Likewise.
44428         * lib/utimecmp.c: Likewis.e
44429
44430         Sync from coreutils.
44431         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
44432         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
44433         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
44434         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
44435         bother returning ENOSYS if settimeofday or stime fails; just let
44436         them return whatever errno they want to return.
44437         * lib/utimens.c: Include unistd.h, for dup2.
44438         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
44439         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
44440
44441 2005-10-02  Jim Meyering  <jim@meyering.net>
44442
44443         Sync from coreutils.
44444         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
44445         from glibc-2.2.5 that fails for read-only files.
44446
44447 2005-10-02  Jim Meyering  <jim@meyering.net>
44448
44449         Sync from coreutils.
44450         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
44451         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
44452         `#if HAVE_CONFIG_H'.
44453         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
44454         Remove AT_FDCWD test.
44455         Do not consume the fd unless successful.
44456         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
44457         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
44458         block, so that we don't even try to compile it if settimeofday is
44459         available.  This works around a compilation failure on OSF1 V5.1,
44460         due to stime requiring a `long int*' while tv_sec is `int'.
44461
44462 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
44463
44464         Sync from coreutils.
44465         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
44466         against `yes', rather than just testing for nonempty.
44467
44468 2005-10-01  Simon Josefsson  <jas@extundo.com>
44469
44470         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
44471         and Darwin.
44472
44473         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
44474         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
44475         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
44476         freeaddrinfo and gai_strerror are declared by the POSIX headers.
44477         Check if struct addrinfo is declared.
44478
44479 2005-10-01  Simon Josefsson  <jas@extundo.com>
44480
44481         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
44482         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
44483         AI_* and EAI_* definitions.  Protect function declarations.
44484
44485 2005-10-01  Jim Meyering  <jim@meyering.net>
44486
44487         Sync from coreutils.
44488
44489         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
44490         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
44491         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
44492         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
44493         in the inet and nsl libraries.  Required on Solaris 5.7.
44494
44495 2005-10-01  Jim Meyering  <jim@meyering.net>
44496
44497         Sync from coreutils.
44498         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
44499         in the inet and nsl libraries.  Required on Solaris 5.7.
44500
44501 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
44502
44503         * lib/getdelim.c (getdelim): Remove unused variables.
44504
44505 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
44506
44507         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
44508         so that the code works even with ancient cpp.  Portability problem
44509         with GCC 2.7.2.1 reported by Thomas M.Ott.
44510
44511 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44512
44513         * modules/regex (Depends-on): Add strcase.
44514
44515         * modules/gethostname (Licence): Change from GPL to LGPL, since
44516         gethostname.c is a trivial implementation of a standard library
44517         function.
44518         * modules/poll (License): Change from GPL to LGPL, since it's
44519         derived from LGPL code.
44520
44521 2005-09-27  Jim Meyering  <jim@meyering.net>
44522
44523         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
44524         HAVE_CONFIG_H.
44525
44526         * lib/intprops.h (signed_type_or_expr__): Define.
44527         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
44528         for unsigned types.
44529
44530 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44531
44532         * lib/verify.h (verify_expr): Remove, replacing with:
44533         (verify_true): New macro that returns true instead of void.
44534         (verify_type__): Remove.
44535         (verify): Use verify_true rather than verify_type__.
44536
44537 2005-09-26  Bruno Haible  <bruno@clisp.org>
44538
44539         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
44540         is necessary.
44541         (lib_SOURCES): Remove mbchar.c.
44542         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
44543         (Files): Add m4/mbrtowc.m4.
44544         * modules/mbiter: Likewise.
44545         * modules/mbuiter: Likewise.
44546
44547 2005-09-26  Bruno Haible  <bruno@clisp.org>
44548
44549         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
44550         compile mbchar.c if they are not both present.
44551         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
44552         * m4/mbiter.m4 (gl_MBITER): Likewise.
44553         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
44554         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
44555         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
44556
44557 2005-09-25  Jim Meyering  <jim@meyering.net>
44558
44559         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
44560         also uses socklen_t.
44561
44562 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
44563
44564         * lib/utimens.c (ENOSYS): Define if not already defined.
44565         (futimens): Support having a null PATH if the file descriptor
44566         is nonnegative.
44567
44568         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
44569         Remove.
44570         (__attribute): Define to empty unless GCC 3.1 or later.
44571         This works around a core dump on OpenBSD 3.4, which has GCC
44572         2.95.3, which dumps core when given __attribute__(()).  It also
44573         simplifies other tests, since we really don't want to bother with
44574         worrying about which ancient version of GCC supported what.
44575         Original problem reported by Yoann Vandoorselaere, with part of
44576         the fix suggested by Derek Price.
44577
44578 2005-09-24  Jim Meyering  <jim@meyering.net>
44579
44580         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
44581         so we can once again use a positive bitfield width of 1 -- now we
44582         don't have to explain why we were using a bitfield width of 2.
44583
44584 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
44585
44586         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
44587         and similarly for the other external symbols.  Problem reported
44588         by James Gallager.
44589
44590         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
44591         bug reported by Jim Meyering.
44592
44593         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
44594         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
44595         not needed, since socklen is a prerequisite module.
44596
44597 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
44598
44599         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
44600         Problem reported by Eric Blake.
44601         (getaddrinfo): Initialize se so that it's not garbage.
44602         Redo internal storage allocation so that it doesn't make unportable
44603         assumptions about alignment.
44604         Fix a memory leak.
44605
44606         * lib/utimens.c (futimens): Use futimesat if available.
44607         Prefer it to futimes since it doesn't have the futimes bug.
44608
44609         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
44610         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
44611         Instead, declare a function that returns a pointer to an array,
44612         and use verify_type__ to declare the size of the array.
44613         Problem and germ of a solution reported by Bruno Haible.
44614         (verify_type__): Use 2, not 1, for bitfield size, to avoid
44615         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
44616
44617 2005-09-23  Jim Meyering  <jim@meyering.net>
44618
44619         Sync from coreutils.
44620         Correct build failure (socklen_t not defined) on at least
44621         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
44622         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
44623
44624 2005-09-23  Jim Meyering  <jim@meyering.net>
44625
44626         * modules/getaddrinfo (Depends-on): Add socklen.
44627
44628 2005-09-23  Bruno Haible  <bruno@clisp.org>
44629
44630         * tests/test-verify.c: New file.
44631
44632 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44633
44634         Sync from coreutils.
44635
44636         * modules/argmatch (Depends-on): Add verify.
44637         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
44638         unistd-safer.
44639         * modules/save-cwd (Depends-on): Likewise.
44640
44641         * modules/openat (Files): Add lib/openat-die.c.
44642         (Depends-on): Remove error, exitfail.
44643         Add dirname.
44644
44645         * modules/verify: New file.
44646         * MODULES.html.sh (Diagnostics <assert.h>): New section,
44647         with "verify" module.
44648
44649 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44650
44651         Sync from coreutils.
44652
44653         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
44654         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
44655         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
44656         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
44657         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
44658         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
44659         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
44660         Don't bother checking for string.h, stdlib.h, unistd.h.
44661         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
44662         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
44663         module's job.
44664         * m4/jm-macros.m4 (gl_MACROS): Likewise.
44665         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
44666
44667         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
44668         (gl_GETDATE): Use it.
44669
44670         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
44671
44672 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44673
44674         Sync from coreutils.
44675
44676         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
44677         stat-time.h.
44678         * lib/argmatch.h: Include verify.h
44679         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
44680         (ARGMATCH_ASSERT): Remove; unused.
44681         * lib/canonicalize.c: Assume STDC_HEADERS.
44682         * lib/exclude.c: Include "strcase.h".
44683         * lib/regex_internal.h [!defined _LIBC]: Likewise.
44684         * lib/getusershell.c: Include stdio--.h rather than stdio.h
44685         and stdio-safer.h.
44686         (getusershell): Call fopen, not fopen_safer.
44687         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
44688         Do not include unistd-safer.h.
44689         (save_cwd): Don't call fd_safer; no longer needed
44690         now that we include fcntl--.h.
44691
44692         * lib/getdate.y (relative_time): New type.
44693         (RELATIVE_TIME_0): New constant.
44694         (parser_control): Use relative_time instead of doing it ourselves.
44695         (%union): Add new relative_time rel member.
44696         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
44697         Now typeless.
44698         (relunit, relunit_snumber): Now of type rel.
44699         (zone, rel, relunit, get_date): Adjust to above changes.
44700
44701         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
44702         Do not include unistd-safer.h.
44703         (getloadavg): Don't call fd_safer; no longer needed
44704         now that we include fcntl--.h.
44705
44706         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
44707         (make_dir_parents): Treat ENOSYS like EEXIST.
44708
44709         Improve quality of diagnostics on restore_cwd failure.
44710         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
44711         (make_dir_parents): Last arg is now int * (for errno), not bool *.
44712         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
44713         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
44714         each time through the loop.  Do not diagnose restore_cwd failure;
44715         that is the caller's job (and perhaps the caller does not care).
44716
44717         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
44718         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
44719         If the file already exists but is not a directory, don't bother
44720         to try to make its parents.
44721         Close potential file descriptor leak if we can't chdir("/") (!).
44722         Don't always return true if chdir($PWD) fails; return true only
44723         if the requested action was done successfully (except for the
44724         chdir($PWD)).
44725         Don't log final directory unless we actually made it.
44726         Refactor to avoid duplicate code to fix up permissions.
44727         Don't attempt to fix up parent permissions if chdir($PWD) fails.
44728
44729         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
44730         to make it a bit faster and (I hope) clearer.
44731         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
44732         Fix bug in formats like %2N.
44733
44734         * lib/verify.h: New file.
44735
44736 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
44737
44738         Sync from coreutils.
44739         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
44740
44741 2005-09-22  Jim Meyering  <jim@meyering.net>
44742
44743         Sync from coreutils.
44744
44745         * m4/lstat.m4 (gl_FUNC_LSTAT):
44746         Use AC_LIBSOURCES to require lstat.c and lstat.h.
44747         Remove obsolete comment.
44748         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
44749         * m4/xstrtod.m4: Likewise.
44750
44751         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
44752
44753 2005-09-22  Jim Meyering  <jim@meyering.net>
44754
44755         Sync from coreutils.
44756
44757         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
44758
44759         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
44760         the .tm_year member, since otherwise gcc-4.0 would now warn about
44761         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
44762
44763         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
44764         order to avoid an unsuppressible warning from gcc on 64-bit systems.
44765
44766         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
44767         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
44768         when run in a time zone for which daylight savings time is in effect
44769         for the starting date.
44770
44771         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
44772         stop us from restricting permissions of just-created absolute-named
44773         directories.
44774         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
44775         to restore initial working directory.
44776         * lib/mkdir-p.c (make_dir_parents): New parameter:
44777         different_working_dir, to tell caller if/when we change the working
44778         directory and are unable to return to the initial one.
44779         * lib/mkdir-p.h (make_dir_parents): Update prototype.
44780         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
44781         `return false'.  This fixes a bug introduced on 2004-07-30.
44782
44783         * lib/openat.c (fdopendir): Be sure to close the supplied
44784         file descriptor before returning.  This makes our replacement
44785         implementation a little closer to Solaris's, where fdopendir
44786         ties the file descriptor to the returned DIR* pointer.
44787         * lib/openat.c (unlinkat): New function.
44788         * lib/openat.h (unlinkat): Add prototype.
44789         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
44790         (openat_restore_fail): Rename from openat_restore_die.
44791         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
44792
44793         Provide an alternative to exiting immediately upon save_cwd or
44794         restore_cwd failure.  Now, an application can arrange e.g.,
44795         to perform a longjump in that case.
44796         * lib/openat.c: Include dirname.h.
44797         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
44798         (rpl_openat, fdopendir, fstatat): Call openat_save_die
44799         and openat_restore_die rather than calling error directly.
44800         Don't include "error.h" or "exitfail.h"; they're no longer needed.
44801
44802         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
44803         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
44804         define.
44805
44806         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
44807         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
44808                             int utc, int nanoseconds);
44809         Background:
44810         date should not have to allocate a megabyte of virtual memory to
44811         handle a format argument like +%1048575T.  When implemented with
44812         strftime, it must allocate such a buffer, use strftime to fill it
44813         in, print it, then free it.
44814         With fprintftime, it simply prints everything and exits.
44815         With no need for memory allocation, that's one fewer way to fail.
44816         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
44817         optional field width, not before, so we accept %9:z, not %:9z.
44818         (my_strftime): Be sure to use L_('x') for literals.
44819
44820         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
44821         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
44822         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
44823         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
44824         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
44825         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
44826         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
44827         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
44828         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
44829         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
44830         * lib/xgethostname.c, lib/xreadlink.c:
44831         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
44832
44833         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
44834         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
44835         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
44836         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
44837         and don't include <sys/file.h>).
44838
44839 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
44840
44841         Sync from coreutils.
44842
44843         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
44844         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
44845         [!LDAV_DONE]: Avoid unused variable warning.
44846
44847 2005-09-21  Bruno Haible  <bruno@clisp.org>
44848
44849         * lib/unicodeio.h (unicode_to_mb): New declaration.
44850
44851 2005-09-20  Derek Price  <derek@ximbiot.com>
44852
44853         * lib/getaddrinfo.c: Don't include <netdb.h> included from
44854         getaddrinfo.h.
44855
44856 2005-09-20  Bruno Haible  <bruno@clisp.org>
44857
44858         * gnulib-tool: Remove trailing slashes from the values specified for
44859         --source-base, --m4-base, --tests-base, --aux-dir.
44860         Suggested by Simon Josefsson <jas@extundo.com>.
44861
44862 2005-09-20  Bruno Haible  <bruno@clisp.org>
44863
44864         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
44865         func_modules_to_filelist, func_import, func_create_testdir): Make all
44866         sorting results locale-independent, so that gnulib-cache.m4 doesn't
44867         change when gnulib-tool is invoked in a different locale.
44868
44869 2005-09-19  Simon Josefsson  <jas@extundo.com>
44870
44871         * m4/socklen.m4: Fix typo.
44872
44873 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44874
44875         Use a consistent style for including <config.h>.
44876         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
44877         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
44878         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
44879         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
44880         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
44881         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
44882         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
44883         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
44884         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
44885         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
44886         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
44887         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
44888         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
44889         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
44890         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
44891         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
44892         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
44893         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
44894         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
44895         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
44896         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
44897         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
44898         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
44899         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
44900         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
44901         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
44902         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
44903         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
44904         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
44905         lib/xstrtoumax.c, lib/yesno.c:
44906         Standardize inclusion of config.h.
44907         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
44908         lib/inttostr.h:  Removed inclusion of config.h from header files.
44909         * lib/inttostr.c:  Adjusted in-tree users.
44910         * lib/timespec.h: Remove superfluous warning to include config.h.
44911         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
44912         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
44913         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
44914         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
44915         config.h with HAVE_CONFIG_H.
44916
44917 2005-09-19  Jim Meyering  <jim@meyering.net>
44918
44919         * modules/pathmax (License): Change to LGPL.
44920
44921 2005-09-19  Derek Price  <derek@ximbiot.com>
44922
44923         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
44924
44925 2005-09-19  Bruno Haible  <bruno@clisp.org>
44926
44927         * gnulib-tool (import): Provide default for --tests-base.
44928
44929 2005-09-19  Bruno Haible  <bruno@clisp.org>
44930
44931         * doc/quote.texi: New file, extracted from gnulib.texi.
44932         * doc/ctime.texi: New file, extracted from gnulib.texi.
44933         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
44934         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
44935         * doc/gnulib.texi: Include them.
44936
44937 2005-09-18  Bruno Haible  <bruno@clisp.org>
44938
44939         Portability fix.
44940         * gnulib-tool (func_readlink): New function.
44941         (func_ln_if_changed): Use it.
44942
44943 2005-09-18  Bruno Haible  <bruno@clisp.org>
44944
44945         * gnulib-tool: Support --with-tests also with --import.
44946         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
44947         (func_import): Use variables $testsbase and $inctests. Emit a
44948         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
44949         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
44950         SUBDIRS += $testsdir.
44951         (func_create_testdir): Update.
44952
44953 2005-09-18  Bruno Haible  <bruno@clisp.org>
44954
44955         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
44956         instead of $dry_run.
44957         (func_cp_if_changed, func_mv_if_changed): Remove functions.
44958         (func_ln_if_changed): Don't handle dry-run here.
44959         (func_import): In dry-run mode, detect more precisely which actions
44960         would be performed, and don't use "...ing" verbs.
44961
44962 2005-09-18  Bruno Haible  <bruno@clisp.org>
44963
44964         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
44965         (func_import): Use join on two temporary files instead of three nested
44966         loops, in order to determine which files are new or old.
44967
44968 2005-09-18  Bruno Haible  <bruno@clisp.org>
44969
44970         * gnulib-tool (func_import): Comment out code that spits out the
44971         new files with --dry-run.
44972
44973 2005-09-18  Bruno Haible  <bruno@clisp.org>
44974
44975         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
44976
44977 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44978
44979         * lib/stat-time.h: New file.
44980         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
44981         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
44982         in a different way.
44983         (timespec_cmp): New function.
44984         * lib/utimecmp.c: Include stat-time.h.
44985         (SYSCALL_RESOLUTION): Depend on whether various struct stat
44986         members exist, not on the obsolescent ST_MTIM_NSEC.
44987         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
44988
44989 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44990
44991         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
44992
44993 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44994
44995         * MODULES.html.sh (File system functions): Add stat-time.
44996         * modules/stat-time: New file.
44997         * modules/timespec (Files): Remove m4/st_mtim.m4; this
44998         is now done in a different way, by the stat-time module.
44999         * modules/utimecmp (Depends-on): Add stat-time.
45000
45001 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
45002
45003         * m4/st_mtim.m4: Remove.  Superseded by...
45004         * m4/stat-time.m4: New file.
45005         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
45006         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
45007
45008 2005-09-15  Derek Price  <derek@ximbiot.com>
45009
45010         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
45011
45012 2005-09-15  Derek Price  <derek@ximbiot.com>
45013
45014         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
45015         * lib/regex_internal.c: Ditto, using this...
45016         (__GNUC_PREREQ): ...new macro.
45017         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
45018         using...
45019         (__GNUC_PREREQ): ...this new macro.
45020
45021         * lib/strstr.h: Include string.h. Define strstr as a macro here.
45022
45023 2005-09-15  Derek Price  <derek@ximbiot.com>
45024             Paul Eggert  <eggert@cs.ucla.edu>
45025
45026         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
45027         changes, consolidating in...
45028         * lib/regex_internal.h: ...this file.
45029
45030 2005-09-13  Jim Meyering  <jim@meyering.net>
45031
45032         * lib/canon-host.c: Filter through gnu indent and reword comments
45033         slightly.
45034         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
45035
45036 2005-09-13  Derek Price  <derek@ximbiot.com>
45037
45038         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
45039         failure.
45040         Reported by Jim Meyering  <jim@meyering.net>.
45041
45042 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45043
45044         * lib/base64.c: Typo.
45045         (base64_encode): Put b64str in initialized data section.
45046
45047 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
45048
45049         Merge glibc and coreutils changes into gnulib, plus a few
45050         extra fixes.
45051         * lib/md5.c: Use #error rather than a string.
45052         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
45053         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
45054         (__attribute__): Define to empty for non recent-GCC.
45055         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
45056         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
45057         Renamed from their non-__ counterparts, with new macros replacing
45058         them if not _LIBC.  Add __THROW attribute.
45059         (rol): Remove.
45060         (struct md5_ctx): Align buffer if using GCC.
45061         * lib/sha1.h (struct sha1_ctx): Likewise.
45062         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
45063         The old name was backwards.
45064         (NOTSWAP): Remove; not used.
45065         (rol): New macro, moved here from md5.h.
45066         (sha1_process_block): Remove a FIXME that doesn't make sense.
45067
45068 2005-09-12  Derek Price  <derek@ximbiot.com>
45069
45070         Return usable errors from canon-host.
45071         * lib/canon-host.h: New file.
45072         * lib/canon-host.c (canon_host): Wrap...
45073         (canon_host_r): ...this new function, which now relies exclusively on
45074         getaddrinfo.
45075         (ch_strerror): New function.
45076         (last_cherror): New global.
45077         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
45078         interface.
45079         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
45080         void *.
45081         (freeaddrinfo): Free ai->ai_canonname when set.
45082
45083 2005-09-12  Derek Price  <derek@ximbiot.com>
45084
45085         Make canon-host require getaddrinfo.
45086         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
45087         AC_LIBSOURCE canon-host.h.  Call...
45088         (gl_PREREQ_CANON_HOST): ...this new function, which requires
45089         gl_GETADDRINFO.
45090         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
45091
45092 2005-09-12  Derek Price  <derek@ximbiot.com>
45093
45094         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
45095         LGPL.
45096         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
45097
45098 2005-09-12  Derek Price  <derek@ximbiot.com>
45099
45100         * lib/gai_strerror.c: Include config.h when available.  Include
45101         getaddrinfo.h before other headers to test interface.
45102         Reported by Larry Jones <lawrence.jones@ugs.com>.
45103
45104 2005-09-12  Derek Price  <derek@ximbiot.com>
45105             Paul Eggert  <eggert@cs.ucla.edu>
45106
45107         * modules/glob (Files): Add glob-libc.h.
45108
45109 2005-09-12  Derek Price  <derek@ximbiot.com>
45110             Paul Eggert  <eggert@cs.ucla.edu>
45111
45112         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
45113         glob_.h, glob-libc.h.
45114         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
45115
45116 2005-09-12  Derek Price  <derek@ximbiot.com>
45117             Paul Eggert  <eggert@cs.ucla.edu>
45118
45119         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
45120         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
45121         protecting things that should be done only in gnulib contexts.
45122         * lib/glob_.h: New file, containing only the glob things needed for
45123         gnulib.
45124         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
45125         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
45126         (glob, globfree, glob_pattern_p): Now defined simply in terms of
45127         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
45128         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
45129         and to respect the namespace rules better.
45130
45131 2005-09-08  Simon Josefsson  <jas@extundo.com>
45132
45133         * modules/socklen: New file.
45134
45135 2005-09-08  Simon Josefsson  <jas@extundo.com>
45136
45137         * m4/socklen.m4: New file.
45138
45139 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45140
45141         * modules/utimens (Files): Add m4/utimbuf.m4, since
45142         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
45143         Reported by Sergey Poznyakoff.
45144
45145 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45146
45147         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
45148         definitions, since that's the preferred style in glibc.
45149         Fix a minor spacing issue, and update copyright notice to match
45150         glibc's.
45151
45152 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45153
45154         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
45155
45156 2005-09-06  Simon Josefsson  <jas@extundo.com>
45157
45158         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
45159         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
45160
45161 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45162
45163         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
45164         warning.
45165
45166 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45167
45168         * config/srclist.txt: Add glibc bug 1302.
45169
45170 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
45171
45172         Change bitset word type from unsigned int to unsigned long int,
45173         as this has better performance on typical 64-bit hosts.
45174         Port bitset code to hosts with unusual word sizes.
45175         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
45176         (build_collating_symbol):
45177         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
45178         argument is a bitset.  This is merely a style issue, but it makes
45179         it clearer that an entire array is expected.
45180         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
45181         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
45182         Port to the case where bitset_word is not the same as unsigned int.
45183         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
45184         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
45185         Likewise.
45186         * lib/regexec.c (check_dst_limits_calc_pos_1,
45187         check_subexp_matching_top):
45188         (build_trtable, group_nodes_into_DFAstates):
45189         Likewise.
45190         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
45191         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
45192         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
45193         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
45194         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
45195         * lib/regcomp.c (optimize_subexps, lower_subexp):
45196         Work even if bitset_word has holes in its bitwise representation.
45197         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
45198         * lib/regexec.c (check_dst_limits_calc_pos_1,
45199         check_subexp_matching_top):
45200         Likewise.
45201         * lib/regex_internal.c (re_string_reconstruct):
45202         Don't assume UCHAR_MAX == 255.
45203         * lib/regex_internal.h (bitset_set_all): Likewise.
45204         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
45205         All uses changed.
45206         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
45207         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
45208         All uses changed.
45209         (BITSET_WORD_MAX): New macro.
45210         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
45211         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
45212         (bitset_empty, bitset_copy):
45213         Prefer sizeof (bitset) to multiplying it out ourselves.
45214         (bitset_not_merge): Remove; unused.
45215         (bitset_contain): Return bool, not unsigned int with one bit on.
45216         All callers changed.
45217         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
45218         alignment than re_node_set; do this by defining a new internal
45219         type struct dests_alloc and using it to allocate memory.
45220
45221 2005-09-05  Bruno Haible  <bruno@clisp.org>
45222
45223         * gnulib-tool (func_import): Fix comparison in handling of symbolic
45224         links.
45225
45226 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
45227
45228         * modules/size_max (Makefile.am): Add size_max.h
45229
45230 2005-09-04  Derek Price  <derek@ximbiot.com>
45231
45232         * gnulib-tool (func_import): Fix reversed $symbolic logic.
45233
45234 2005-09-03  Simon Josefsson  <jas@extundo.com>
45235
45236         * gnulib-tool: Fix typo.
45237
45238 2005-09-03  Simon Josefsson  <jas@extundo.com>
45239
45240         * config/srclist.txt: Add glibc bug 1293.
45241
45242 2005-09-03  Derek Price  <derek@ximbiot.com>
45243
45244         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
45245         From Larry Jones <lawrence.jones@ugs.com>.
45246
45247 2005-09-02  Simon Josefsson  <jas@extundo.com>
45248
45249         * modules/socklen: New file.
45250
45251 2005-09-02  Simon Josefsson  <jas@extundo.com>
45252
45253         * modules/havelib: New module.
45254
45255         * modules/gettext, modules/iconv, modules/lock, modules/readline:
45256         Use havelib.
45257
45258 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
45259
45260         Check for arithmetic overflow when calculating sizes, to prevent
45261         some buffer-overflow issues.  These patches are conservative, in the
45262         sense that when I couldn't determine whether an overflow was possible,
45263         I inserted a run-time check.
45264         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
45265         macros.
45266         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
45267         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
45268         (re_xnrealloc, re_x2nrealloc): New inline functions.
45269         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
45270         parse_bracket_exp):
45271         (build_equiv_class, build_charclass): Check for arithmetic overflow
45272         in size expression calculations.
45273         * lib/regex_internal.c (re_string_realloc_buffers):
45274         (build_wcs_upper_buffer, re_node_set_add_intersect):
45275         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
45276         (re_dfa_add_node, register_state): Likewise.
45277         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
45278         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
45279         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
45280         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
45281
45282 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
45283
45284         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
45285         m4/ulonglong.m4.  Problem reported by Martin Lambers.
45286
45287 2005-09-02  Bruno Haible  <bruno@clisp.org>
45288
45289         Support for lib vs. lib64 distinction on biarch platforms.
45290         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
45291         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
45292         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
45293
45294 2005-09-02  Bruno Haible  <bruno@clisp.org>
45295
45296         * gnulib-tool (import): In the other first-use case, provide defaults
45297         as well.
45298
45299 2005-09-02  Bruno Haible  <bruno@clisp.org>
45300
45301         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
45302         patches not yet found in the latest gettext release.
45303
45304 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
45305
45306         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
45307         to avoid a collision with bits/local_lim.h in glibc.
45308         All uses changed.  Problem reported by Dmitry V. Levin in
45309         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
45310
45311         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
45312         bugs in int versus size_t comparisons.
45313         (re_string_context_at): Fix bug where the code assumed that
45314         Idx is signed.
45315
45316         Use bool where appropriate.
45317         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
45318         All callers changed.
45319         (calc_eclosure_iter): Likewise, for ROOT arg.
45320         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
45321         (build_charclass_op): Likewise, for NON_MATCH arg.
45322         * lib/regex_internal.c (re_string_allocate, re_string_construct):
45323         (re_string_construct_common): Likewise, for ICASE arg.
45324         * lib/regexec.c (re_search_2_stub, re_search_stub):
45325         Likewise, for RET_LEN arg.
45326         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
45327         (set_regs): Likewise, for FL_BACKTRACK arg.
45328         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
45329         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
45330         (calc_eclosure_iter, parse_bracket_exp):
45331         Use bool for internal variables that are booleans.
45332         * lib/regexec.c (re_search_internal, check_matching,
45333         proceed_next_node):
45334         (set_regs, build_sifted_states, sift_states_bkref):
45335         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
45336         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
45337         (find_collation_sequence_value):
45338         Likewise.
45339         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
45340         (re_node_set_compare):
45341         Return bool, not int. All callers changed.
45342         * lib/regexec.c (check_halt_node_context, check_dst_limits):
45343         (build_trtable, check_node_accept): Likewise.
45344         * lib/regex_internal.h: Include stdbool.h.
45345
45346         Fix bugs uncovered when converting to bool.
45347         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
45348         failure instead of charging ahead blindly.
45349         * lib/regex_internal.c (register_state): Likewise.
45350         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
45351         for freeing internal storage.
45352         (group_nodes_into_DFA_states): Use unsigned int, not int, for
45353         bitset pieces used as boolean, to avoid undefined behavior
45354         on hosts that do int overflow checking.
45355
45356 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
45357
45358         * config/srclist.txt: Add glibc bugs 1285-1287.
45359
45360 2005-09-01  Jim Meyering  <jim@meyering.net>
45361
45362         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
45363         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
45364         Require gl_STAT_MACROS, too.
45365
45366 2005-09-01  Bruno Haible  <bruno@clisp.org>
45367
45368         * gnulib-tool (import): In the first-use case, provide defaults.
45369
45370 2005-09-01  Bruno Haible  <bruno@clisp.org>
45371
45372         * gnulib-tool (func_import): Remove the .tmp files.
45373
45374 2005-09-01  Bruno Haible  <bruno@clisp.org>
45375
45376         * gnulib-tool (func_import): Fix handling of symbolic links.
45377
45378 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45379
45380         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
45381         old glibc regex code mishandles strings longer than 2**31 bytes.
45382         This patch fixes this when the regex code is used in gnulib
45383         (i.e., outside glibc).
45384
45385         This patch should not affect the use of the regex code inside
45386         glibc.  No doubt this problem also needs to be handled for glibc
45387         as well, but the result will be an incompatible change to the
45388         glibc ABI, and the old ABI will have to be supported too.  That
45389         can be the the subject for another patch.
45390
45391         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
45392         governing whether the rest of this patch is active.  By default,
45393         the macro is disabled and the patch has no effect.
45394         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
45395         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
45396         (struct re_pattern_buffer, re_search, re_search_2, re_match):
45397         (re_match_2, re_set_registers): Use the new types.
45398         * lib/regex_internal.h (Idx, re_hashval_t): New types.
45399         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
45400         New macros.
45401         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
45402         (re_string_context_at, bin_tree_t, re_dfastate_t):
45403         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
45404         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
45405         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
45406         (re_string_char_size_at, re_string_wchar_at):
45407         (re_string_elem_size_at):
45408         Use the new types and macros to port to 64-bit hosts.
45409         Use unsigned types for internal values, so that the code
45410         mostly works even for arrays larger than SSIZE_MAX.
45411         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
45412         (search_duplicated_node, calc_eclosure_iter, fetch_number):
45413         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
45414         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
45415         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
45416         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
45417         (calc_inveclosure, parse_dup_op, build_range_exp):
45418         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
45419         (fetch_number, create_token_tree, mark_opt_subexp):
45420         Likewise.
45421         * lib/regex_internal.c (re_string_construct_common,
45422         create_ci_newstate):
45423         (create_cd_newstate, re_string_allocate, re_string_construct):
45424         (re_string_realloc_buffers, build_wcs_upper_buffer):
45425         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
45426         (re_string_reconstruct, re_string_peek_byte_case):
45427         (re_string_fetch_byte_case, re_string_context_at):
45428         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
45429         (re_node_set_init_copy, re_node_set_add_intersect):
45430         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
45431         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
45432         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
45433         (re_acquire_state, re_acquire_state_context, register_state):
45434         Likewise.
45435         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
45436         search_cur_bkref_entry):
45437         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
45438         (re_search_internal, re_search_2_stub, re_search_stub)
45439         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
45440         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
45441         (update_cur_sifted_state, check_dst_limits):
45442         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
45443         (check_subexp_limits, sift_states_bkref, merge_state_array):
45444         (check_subexp_matching_top, get_subexp, get_subexp_sub):
45445         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
45446         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
45447         (expand_bkref_cache, check_node_accept_bytes):
45448         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
45449         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
45450         (acquire_init_state_context, check_halt_node_context):
45451         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
45452         (sift_states_backward, clean_state_log_if_needed):
45453         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
45454         (find_recover_state, transit_state_sb, transit_state_mb):
45455         (transit_state_bkref, build_trtable, match_ctx_clean):
45456         Likewise.
45457         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
45458         to work around an assumption that REG_MISSING is negative.
45459
45460         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
45461         (seek_collating_symbol_entry) [defined _LIBC]:
45462         (lookup_collation_sequence_value) [defined _LIBC]:
45463         (build_range_exp, build_collating_symbol) [defined _LIBC]:
45464         Use prototypes rather than old-style function definitions.
45465         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
45466         (transit_state_sb) [0]:
45467         (find_collation_sequence_value) [defined _LIBC]: Likewise.
45468
45469         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
45470         rm_eo.
45471
45472         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
45473         (optimize_subexps, lower_subexp):
45474         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
45475         since the signed shift might overflow.  Use 1u<<31 instead.
45476         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
45477         Likewise.
45478         * lib/regexec.c (check_dst_limits_calc_pos_1,
45479         check_subexp_matching_top): Likewise.
45480
45481         * lib/regcomp.c (optimize_subexps, lower_subexp):
45482         Use CHAR_BIT rather than 8, for clarity.
45483         * lib/regexec.c (check_dst_limits_calc_pos_1):
45484         (check_subexp_matching_top): Likewise.
45485         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
45486         have to worry about portability issues when shifting it left.
45487         Remove no-longer-needed test for table_size > 0.
45488         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
45489         in a word, as the resulting behavior is undefined.
45490         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
45491         in one case, a <= should have been an <, and in another case the
45492         whole test was missing.
45493         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
45494         the standard name CHAR_BIT.
45495         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
45496         this is not true on one's complement and signed-magnitude hosts.
45497
45498         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
45499         next_last_offset.
45500         (struct re_dfa_t): Remove unused member states_alloc.
45501         * lib/regcomp.c (init_dfa): Don't initialize unused members.
45502
45503 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45504
45505         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
45506         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
45507         and large-file glibc and in 32-bit large-file Solaris.
45508
45509 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45510
45511         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
45512         lengths fit in regoff_t; this isn't true if regoff_t is the same
45513         width as size_t.
45514         * lib/regex.c (re_search_internal): 5th arg is LAST_START
45515         (= START + RANGE) instead of RANGE.  This avoids overflow
45516         problems when regoff_t is the same width as size_t.
45517         All callers changed.
45518         (re_search_2_stub): Check for overflow when adding the
45519         sizes of the two strings.
45520         (re_search_stub): Check for overflow when adding START
45521         to RANGE; if it occurs, substitute the extreme value.
45522
45523 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45524
45525         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
45526
45527 2005-08-31  Jim Meyering  <jim@meyering.net>
45528
45529         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
45530         a pointer-to-const.
45531         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
45532         (register_state): Likewise.
45533         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
45534         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
45535         (group_nodes_into_DFAstates): Likewise.
45536
45537 2005-08-31  Jim Meyering  <jim@meyering.net>
45538
45539         * check-module: Add a FIXME comment.
45540
45541 2005-08-31  Eric Blake  <ebb9@byu.net>
45542
45543         * modules/unistd-safer (Files): Add unistd--.h.
45544         * modules/stdio-safer (Files): Add stdio--.h.
45545
45546 2005-08-31  Derek Price  <derek@ximbiot.com>
45547
45548         * lib/getdelim.c (getdelim): Return EOF on EOF.
45549         Reported by Larry Jones <lawrence.jones@ugs.com>.
45550
45551 2005-08-31  Bruno Haible  <bruno@clisp.org>
45552
45553         Avoid unnecessary diffs in the generated lib/Makefile.am.
45554         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
45555         the generated files.
45556         (func_import): Don't set cmd.
45557
45558 2005-08-31  Bruno Haible  <bruno@clisp.org>
45559
45560         * lib/strstr.c: Include <stddef.h>, for NULL.
45561         * lib/strcasestr.c: Likewise.
45562         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45563
45564 2005-08-31  Bruno Haible  <bruno@clisp.org>
45565
45566         * gnulib-tool: New option --macro-prefix.
45567         (func_import): Use macro_prefix.
45568         (import): Handle option --macro-prefix.
45569
45570 2005-08-31  Bruno Haible  <bruno@clisp.org>
45571
45572         * gnulib-tool (import): Rename most ac_* variables to cached_*.
45573         Also use new variables cached_lgpl, cached_libtool.
45574
45575 2005-08-31  Bruno Haible  <bruno@clisp.org>
45576
45577         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
45578         always instantiating them.
45579
45580 2005-08-31  Bruno Haible  <bruno@clisp.org>
45581
45582         * gnulib-tool (func_import): Read the previous cached settings
45583         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
45584         earlier added by gnulib but are now dropped. Warn when a gnulib file
45585         overwrites a non-gnulib file.
45586
45587 2005-08-31  Bruno Haible  <bruno@clisp.org>
45588
45589         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
45590         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
45591         projects that don't keep autogenerated files in CVS. Put into
45592         actioncmd only the specified modules, not the transitive closure.
45593
45594 2005-08-31  Bruno Haible  <bruno@clisp.org>
45595
45596         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
45597         Create directories that shall be filled.
45598         (import): Don't look for gl_* macros in configure.ac. Recurse across
45599         all directories containing a gnulib-cache.m4 files, if meaningful.
45600
45601 2005-08-31  Bruno Haible  <bruno@clisp.org>
45602
45603         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
45604         (import): Set seen_libtool when we see gl_LIBTOOL.
45605
45606 2005-08-31  Bruno Haible  <bruno@clisp.org>
45607
45608         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
45609         declaration macro definitions from generated gnulib.m4.
45610
45611 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
45612
45613         * lib/iconvme.h: Add prototype for iconv_alloc.
45614
45615 2005-08-29  Simon Josefsson  <jas@extundo.com>
45616
45617         * lib/iconvme.c: Fix errno.
45618
45619 2005-08-29  Bruno Haible  <bruno@clisp.org>
45620
45621         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
45622         that it works when the directory contains spaces.
45623
45624 2005-08-29  Bruno Haible  <bruno@clisp.org>
45625
45626         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
45627
45628 2005-08-29  Bruno Haible  <bruno@clisp.org>
45629
45630         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
45631         Emit more advice.
45632
45633 2005-08-29  Bruno Haible  <bruno@clisp.org>
45634         and Stepan Kasal  <kasal@ucw.cz>
45635
45636         * check-module: If more parameters are given, check each of them
45637         separately; add more exceptions, as noted by Jim Meyering.
45638         (check_module): New procedure.
45639         (%exempt_header): Now contains all exceptions.
45640
45641 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
45642
45643         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
45644
45645 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
45646
45647         * lib/iconvme.c: Split iconv_string into iconv_alloc.
45648
45649 2005-08-28  Bruno Haible  <bruno@clisp.org>
45650
45651         * m4/gnulib-tool.m4: New file.
45652
45653 2005-08-27  Jim Meyering  <jim@meyering.net>
45654
45655         * modules/unistd-safer (Files): Add pipe-safer.c.
45656         * modules/fcntl-safer (Files): Add creat-safer.c.
45657
45658 2005-08-27  Jim Meyering  <jim@meyering.net>
45659
45660         * m4/stdlib-safer.m4: New file.  From coreutils.
45661         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
45662         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
45663         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
45664         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
45665         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
45666
45667 2005-08-27  Jim Meyering  <jim@meyering.net>
45668
45669         * lib/fopen-safer.c: Merge minor changes from coreutils.
45670         * lib/dup-safer.c: Likewise.
45671         * lib/fd-safer.c: Likewise.
45672
45673         Merge from coreutils.
45674         * lib/stdio--.h: New file.
45675         * lib/stdlib--.h: New file.
45676         * lib/mkstemp-safer.c: New file.
45677
45678         GNU tar needs these.
45679         * lib/pipe-safer.c: New file.
45680         * lib/creat-safer.c: New file.
45681         * lib/fcntl--.h (creat): Define to creat_safer.
45682         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
45683         * lib/unistd--.h (pipe): Define to pipe_safer.
45684         * lib/unistd-safer.h: Declare pipe_safer.
45685
45686 2005-08-26  Simon Josefsson  <jas@extundo.com>
45687
45688         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
45689         Haible <bruno@clisp.org>.
45690
45691 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
45692
45693         * lib/regex_internal.h: Remove all references to
45694         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
45695         or better.
45696         (bitset_not, bitset_merge, bitset_not_merge):
45697         (bitset_mask, re_string_allocate, re_string_construct):
45698         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
45699         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
45700         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
45701         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
45702         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
45703         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
45704         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
45705         (re_acquire_state_context):
45706         Remove unnecessary forward decls.
45707         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
45708         Put __attribute at function definition,
45709         now that the function decl has been removed.
45710         * lib/regex_internal.c (re_string_peek_byte_case):
45711         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
45712         Likewise.
45713
45714 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
45715
45716         * m4/regex.m4: Add AC_PREREQ(2.50).
45717         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
45718
45719 2005-08-25  Simon Josefsson  <jas@extundo.com>
45720
45721         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
45722         __fsetlocking.
45723
45724 2005-08-25  Simon Josefsson  <jas@extundo.com>
45725
45726         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
45727         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
45728         GLIBC specific code.
45729
45730 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45731
45732         Make regex safe for g++.  This fixes one real bug (an "err"
45733         that should have been "*err").  g++ problem reported by
45734         Sam Steingold.
45735         * lib/regex_internal.h (re_calloc): New macro, consistent with
45736         re_malloc etc.  All callers of calloc changed to use re_calloc.
45737         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
45738         not int.  All callers changed.
45739         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
45740         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
45741         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
45742         (find_recover_state): Change "err" to "*err"; this fixes what
45743         appears to be a real bug.
45744         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
45745         versus int.
45746
45747 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45748
45749         * modules/regex (Depends-on): Add malloc, since the code
45750         assumes that !malloc(0) means failure.
45751
45752 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45753
45754         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
45755
45756         alloca modernization/simplification for regex.
45757         * lib/regex.c: Remove portability cruft for alloca.  This no longer
45758         needs to be at the start of the file, and can be moved into
45759         regex_internal.h and simplified.
45760         * lib/regex_internal.h: Include <alloca.h>.
45761         (__libc_use_alloca) [!defined _LIBC]: New macro.
45762         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
45763         now works outside glibc.
45764
45765 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45766
45767         * config/srclist.txt: Add glibc bugs 1241, 1245.
45768
45769 2005-08-25  Jim Meyering  <jim@meyering.net>
45770
45771         * lib/open-safer.c: Include <config.h>.
45772         Otherwise, we'd lose LARGEFILE support in any file using
45773         e.g. "fcntl--.h"
45774
45775 2005-08-25  Bruno Haible  <bruno@clisp.org>
45776
45777         * m4/minmax.m4: Require autoconf 2.52.
45778         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
45779         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
45780         alternatives of translit over the alphabet.
45781         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
45782
45783 2005-08-24  Simon Josefsson  <jas@extundo.com>
45784
45785         * tests/test-getpass.c: New file.
45786
45787 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45788
45789         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
45790         for GNU regex features.
45791
45792 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45793
45794         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
45795         * lib/regex.h (regerror): Likewise.
45796
45797         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
45798         requires this.  (The code never needed it.)
45799
45800         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
45801         All uses of recently-renamed identifiers changed to use the new,
45802         POSIX-compliant names.  The code will build and run just fine
45803         without these changes, but it's better to eat our own dog food
45804         and use the standard-conforming names.
45805
45806         * lib/regex.h: Fix a multitude of POSIX name space violations.
45807         These changes have an effect only for programs that define
45808         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
45809         do not change anything for programs compiled in the normal way.
45810         Also, there is no effect on the ABI.
45811
45812         (_REGEX_SOURCE): New macro.
45813         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
45814         defined and _GNU_SOURCE is not; this fixes a name space violation.
45815
45816         Rename the following macros to obey POSIX requirements.
45817         The old names are still visible as macros if _REGEX_SOURCE is defined.
45818         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
45819         RE_BACKSLASH_ESCAPE_IN_LISTS.
45820         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
45821         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
45822         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
45823         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
45824         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
45825         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
45826         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
45827         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
45828         (REG_INTERVALS): renamed from RE_INTERVALS.
45829         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
45830         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
45831         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
45832         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
45833         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
45834         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
45835         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
45836         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
45837         RE_UNMATCHED_RIGHT_PAREN_ORD.
45838         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
45839         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
45840         (REG_DEBUG): renamed from RE_DEBUG.
45841         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
45842         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
45843         unusual, since we can't clash with the POSIX REG_ICASE.
45844         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
45845         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
45846         (REG_NO_SUB): renamed from RE_NO_SUB.
45847         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
45848         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
45849         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
45850         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
45851         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
45852         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
45853         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
45854         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
45855         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
45856         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
45857         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
45858         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
45859         RE_SYNTAX_POSIX_MINIMAL_BASIC.
45860         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
45861         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
45862         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
45863         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
45864         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
45865         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
45866         (REG_FIXED): Renamed from REGS_FIXED.
45867         (REG_NREGS): Renamed from RE_NREGS.
45868
45869         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
45870         of other REG_* macros, since POSIX says the user is allowed to
45871         #undef these macros selectively.
45872
45873         (reg_errcode_t): Update comment stating what other tables need
45874         to be consistent.
45875
45876         Rename the following enum values to obey POSIX requirements.
45877         The old names are still visible as macros.
45878         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
45879         is not defined, since GNU is supposed to be a superset of POSIX as
45880         much as possible, and since we want reg_errcode_t to be a signed
45881         type for implementation consistency.
45882         (_REG_NOERROR): Renamed from REG_NOERROR.
45883         (_REG_NOMATCH): Renamed from REG_NOMATCH.
45884         (_REG_BADPAT): Renamed from REG_BADPAT.
45885         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
45886         (_REG_ECTYPE): Renamed from REG_ECTYPE.
45887         (_REG_EESCAPE): Renamed from REG_EESCAPE.
45888         (_REG_ESUBREG): Renamed from REG_ESUBREG.
45889         (_REG_EBRACK): Renamed from REG_EBRACK.
45890         (_REG_EPAREN): Renamed from REG_EPAREN.
45891         (_REG_EBRACE): Renamed from REG_EBRACE.
45892         (_REG_BADBR): Renamed from REG_BADBR.
45893         (_REG_ERANGE): Renamed from REG_ERANGE.
45894         (_REG_ESPACE): Renamed from REG_ESPACE.
45895         (_REG_BADRPT): Renamed from REG_BADRPT.
45896         (_REG_EEND): Renamed from REG_EEND.
45897         (_REG_ESIZE): Renamed from REG_ESIZE.
45898         (_REG_ERPAREN): Renamed from REG_ERPAREN.
45899         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
45900         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
45901         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
45902         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
45903
45904         (_REG_RE_NAME, _REG_RM_NAME): New macros.
45905         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
45906         changed.  But support the old name if the new one is not defined
45907         and if _REGEX_SOURCE.
45908
45909         Change the following member names in struct re_pattern_buffer.
45910         The old names are still supported if !_REGEX_SOURCE.
45911         The new names are always supported, regardless of _REGEX_SOURCE.
45912         (re_buffer): Renamed from buffer.
45913         (re_allocated): Renamed from allocated.
45914         (re_used): Renamed from used.
45915         (re_syntax): Renamed from syntax.
45916         (re_fastmap): Renamed from fastmap.
45917         (re_translate): Renamed from translate.
45918         (re_can_be_null): Renamed from can_be_null.
45919         (re_regs_allocated): Renamed from regs_allocated.
45920         (re_fastmap_accurate): Renamed from fastmap_accurate.
45921         (re_no_sub): Renamed from no_sub.
45922         (re_not_bol): Renamed from not_bol.
45923         (re_not_eol): Renamed from not_eol.
45924         (re_newline_anchor): Renamed from newline_anchor.
45925
45926         Change the following member names in struct re_registers.
45927         The old names are still supported if !_REGEX_SOURCE.
45928         The new names are always supported, regardless of _REGEX_SOURCE.
45929         (rm_num_regs): Renamed from num_regs.
45930         (rm_start): Renamed from start.
45931         (rm_end): Renamed from end.
45932
45933         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
45934         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
45935         Prepend __ to parameter names.
45936
45937         Undo yesterday's changes.
45938
45939 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45940
45941         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
45942         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
45943         lib/regex.c.
45944
45945 2005-08-24  Jim Meyering  <jim@meyering.net>
45946
45947         Sync from coreutils.
45948         * m4/fcntl-safer.m4: New file.
45949
45950         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
45951         and object files for this module.
45952
45953 2005-08-24  Jim Meyering  <jim@meyering.net>
45954
45955         Sync from coreutils.
45956         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
45957
45958 2005-08-24  Jim Meyering  <jim@meyering.net>
45959
45960         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
45961         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
45962
45963 2005-08-24  Jim Meyering  <jim@meyering.net>
45964
45965         * modules/fcntl-safer: New module.
45966         * modules/fts (Depends-on): Add fcntl-safer.
45967         * MODULES.html.sh (File descriptor based Input/Output):
45968         Add fcntl-safer.
45969
45970 2005-08-24  Bruno Haible  <bruno@clisp.org>
45971
45972         Support for unit test modules.
45973         * modules/README: Mention tests modules.
45974         * modules/TEMPLATE-TESTS: New file.
45975         * gnulib-tool: New options --extract-tests-module, --with-tests and
45976         --tests-base (unused for the moment).
45977         (testsbase, inctests): New variables.
45978         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
45979         (func_verify_module): Exclude TEMPLATE-TESTS.
45980         (func_verify_nontests_module, func_verify_tests_module): New functions.
45981         (func_get_dependencies): Add implicit dependency for tests modules.
45982         (func_get_tests_module): New function.
45983         (func_modules_transitive_closure): When --with-tests was specified,
45984         include the unit tests as well, unless explicitly avoided.
45985         (func_emit_lib_Makefile_am): Ignore the tests modules here.
45986         (func_emit_tests_Makefile_am): New function.
45987         (func_create_testdir): When --with-tests was specified, emit a
45988         tests/ directory.
45989         * MODULES.html.sh (Future developments): Update.
45990
45991 2005-08-24  Bruno Haible  <bruno@clisp.org>
45992
45993         * modules/tls-tests: New file.
45994         * tests/test-tls.c: New file, from GNU gettext.
45995
45996 2005-08-24  Bruno Haible  <bruno@clisp.org>
45997
45998         * modules/lock-tests: New file.
45999         * tests/test-lock.c: New file, from GNU gettext.
46000
46001 2005-08-24  Bruno Haible  <bruno@clisp.org>
46002
46003         * lib/lock.h: Add multiple inclusion guard.
46004         * lib/tls.h: Add multiple inclusion guard.
46005
46006 2005-08-24  Bruno Haible  <bruno@clisp.org>
46007
46008         * gnulib-tool: Add support for the --aux-dir option to
46009         --create-testdir, --create-megatestdir, --test, --megatest.
46010         (func_create_testdir, func_create_megatestdir): Optionally emit a
46011         AC_CONFIG_AUX_DIR directive.
46012         (create-testdir, create-megatestdir, test, megatest): Provide a
46013         default value for $auxdir.
46014
46015 2005-08-24  Bruno Haible  <bruno@clisp.org>
46016
46017         * gnulib-tool (import): Use compound statement instead of subshell
46018         where possible.
46019
46020 2005-08-24  Bruno Haible  <bruno@clisp.org>
46021
46022         * gnulib-tool (import): Change --aux-dir default to "build-aux".
46023
46024 2005-08-24  Bruno Haible  <bruno@clisp.org>
46025
46026         * gnulib-tool (func_version): Update.
46027
46028 2005-08-24  Bruno Haible  <bruno@clisp.org>
46029
46030         * gnulib-tool (func_import, func_create_testdir,
46031         func_create_megatestdir): Quote all autoconf macro arguments.
46032
46033 2005-08-24  Bruno Haible  <bruno@clisp.org>
46034
46035         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
46036         option --force, because --force causes the aclocal.m4 of each
46037         subdirectory to be newer than the corresponding config.h.in.
46038
46039 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46040
46041         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
46042         All contents moved to gl_REGEX.
46043         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
46044         assume that it does.
46045
46046 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46047
46048         * lib/regex.h (REG_NOSYS)
46049         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
46050         Define, since POSIX requires it as of 2001.
46051         (_REG_ENOSYS)
46052         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
46053         New private symbol, used to keep the enum signed in all cases.
46054         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
46055         Youngman in
46056         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
46057
46058         * lib/regex_internal.c (re_string_skip_chars, register_state):
46059         (calc_state_hash):
46060         Remove forward decls; no longer needed now that we use prototypes.
46061         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
46062         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
46063         (clean_state_log_if_needed): Likewise.
46064
46065 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46066
46067         * config/srclist.txt: Add glibc bugs 1231-1233.
46068
46069 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46070
46071         Fix problems reported by Sam Steingold in
46072         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
46073         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
46074         assumed that reg_errcode_t is a signed type, which is not
46075         necessarily true if _XOPEN_SOURCE is not defined.
46076         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
46077         since some compilers warn about it otherwise.
46078
46079 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46080
46081         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
46082         (init_word_char, create_initial_state, duplicate_node_closure):
46083         (fetch_token, peek_token_bracket, build_range_exp):
46084         (build_collating_symbol): Remove forward decls; no longer needed
46085         now that we use prototypes.
46086
46087         * lib/regcomp.c:
46088         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
46089         (re_compile_fastmap_iter, regcomp, regerror, regfree):
46090         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
46091         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
46092         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
46093         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
46094         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
46095         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
46096         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
46097         (build_range_exp, build_collating_symbol, parse_bracket_exp):
46098         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
46099         (build_charclass, build_charclass_op, fetch_number, create_tree):
46100         (create_token_tree, mark_opt_subexp, duplicate_tree):
46101         Use prototypes rather than old-style definitions.
46102
46103         * lib/regex_internal.c:
46104         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
46105         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
46106         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46107         (re_string_reconstruct, re_string_peek_byte_case):
46108         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
46109         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46110         (re_node_set_init_copy, re_node_set_add_intersect):
46111         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46112         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46113         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46114         (re_acquire_state, re_acquire_state_context, register_state):
46115         (create_ci_newstate, create_cd_newstate, free_state):
46116         Likewise.
46117         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
46118         re_search_2):
46119         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
46120         (re_search_internal, prune_impossible_nodes):
46121         (acquire_init_state_context, check_matching, static):
46122         (check_halt_node_context, check_halt_state_context, proceed_next_node):
46123         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
46124         (update_regs, sift_states_backward, build_sifted_states):
46125         (clean_state_log_if_needed, merge_state_array):
46126         (update_cur_sifted_state, add_epsilon_src_nodes):
46127         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
46128         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
46129         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
46130         (find_recover_state, check_subexp_matching_top, transit_state_mb):
46131         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
46132         (check_arrival, check_arrival_add_next_nodes):
46133         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46134         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46135         (check_node_accept_bytes, check_node_accept, extend_buffers):
46136         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
46137         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
46138         (sift_ctx_init):
46139         Likewise.
46140
46141         * lib/regex_internal.h:
46142         (re_string_allocate, re_string_construct, re_string_reconstruct):
46143         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
46144         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
46145         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
46146         (re_string_context_at, re_string_peek_byte_case):
46147         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
46148         is defined, since we now use prototypes always.
46149
46150         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
46151         C89 or better.  All uses removed.
46152
46153 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46154
46155         * config/srclist.txt: Add glibc bugs 1220-1227.
46156
46157 2005-08-20  Jim Meyering  <jim@meyering.net>
46158
46159         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
46160         of unused local, dfa.
46161
46162 2005-08-20  Bruno Haible  <bruno@clisp.org>
46163
46164         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
46165
46166 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46167
46168         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
46169         (re_node_set_insert_last, re_dfa_add_node):
46170         Rename local variables to avoid GCC shadowing warnings.
46171
46172 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46173
46174         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
46175         [defined lint]: Suppress bogus uninitialized-variable warnings.
46176
46177         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
46178         and let the caller return REG_ESPACE if out of space.  This
46179         removes an uninitialied-variable warning with GCC 4.0.1, and also
46180         avoids taking the address of a local variable.  All callers
46181         changed.
46182
46183 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46184
46185         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
46186         $LIBCSRC/posix/regexec.c.
46187         Add glibc bug 1217 for regcomp.c.
46188
46189 2005-08-19  Jim Meyering  <jim@meyering.net>
46190
46191         * lib/regexec.c (proceed_next_node): Redo local variables to
46192         avoid GCC shadowing warnings.
46193
46194 2005-08-18  Bruno Haible  <bruno@clisp.org>
46195
46196         * lib/strstr.c (strstr): Fix return value in multibyte case.
46197         * lib/strcasestr.c (strcasestr): Likewise.
46198
46199 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
46200
46201         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
46202
46203 2005-08-17  Jim Meyering  <jim@meyering.net>
46204
46205         Make the %s format (seconds since the epoch) work for a negative
46206         number and when used with a zero-padded field width, e.g. %015s.
46207
46208         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
46209         label so that it precedes the code to set `digits'.  Otherwise,
46210         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
46211         print `00-22'.  Now, it prints `-0022', as it should.
46212
46213 2005-08-17  Bruno Haible  <bruno@clisp.org>
46214
46215         * modules/strstr (Files): Add m4/mbrtowc.m4.
46216         (Depends-on): Add mbuiter.
46217
46218 2005-08-17  Bruno Haible  <bruno@clisp.org>
46219
46220         * modules/strcasestr: New file.
46221         * MODULES.html.sh (String handling, based on ANSI C 89): Add
46222         strcasestr.
46223
46224 2005-08-17  Bruno Haible  <bruno@clisp.org>
46225
46226         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
46227
46228 2005-08-17  Bruno Haible  <bruno@clisp.org>
46229
46230         * modules/mbuiter: New file.
46231         * MODULES.html.sh (Extended multibyte and wide character utilities):
46232         Add mbuiter.
46233
46234 2005-08-17  Bruno Haible  <bruno@clisp.org>
46235
46236         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
46237         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
46238
46239 2005-08-17  Bruno Haible  <bruno@clisp.org>
46240
46241         * m4/strcasestr.m4: New file.
46242
46243 2005-08-17  Bruno Haible  <bruno@clisp.org>
46244
46245         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
46246         * lib/strstr.c: Completely rewritten, with multibyte locale support.
46247
46248 2005-08-17  Bruno Haible  <bruno@clisp.org>
46249
46250         * lib/strcasestr.h: New file.
46251         * lib/strcasestr.c: New file.
46252
46253 2005-08-17  Bruno Haible  <bruno@clisp.org>
46254
46255         * lib/strcasecmp.c: Use mbuiter.h.
46256
46257 2005-08-17  Bruno Haible  <bruno@clisp.org>
46258
46259         * lib/mbuiter.h: New file.
46260
46261 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
46262
46263         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
46264         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
46265         and gl_GETOPT are both invoked via different paths (as happens
46266         with GNU tar CVS because it uses both argp and getopt), the former
46267         wins.
46268
46269 2005-08-16  Bruno Haible  <bruno@clisp.org>
46270
46271         * modules/tls: New file.
46272         * MODULES.html.sh (Multithreading): Add tls.
46273
46274 2005-08-16  Bruno Haible  <bruno@clisp.org>
46275
46276         * modules/strnlen1: New file.
46277         * MODULES.html.sh (String handling): Add strnlen1.
46278
46279 2005-08-16  Bruno Haible  <bruno@clisp.org>
46280
46281         * modules/strcase (Files): Add m4/mbrtowc.m4.
46282         (Depends-on): Add strnlen1, mbchar.
46283
46284 2005-08-16  Bruno Haible  <bruno@clisp.org>
46285
46286         * modules/mbiter: New file.
46287         * MODULES.html.sh (Extended multibyte and wide character utilities):
46288         Add mbiter.
46289
46290 2005-08-16  Bruno Haible  <bruno@clisp.org>
46291
46292         * modules/mbfile: New file.
46293         * MODULES.html.sh (Extended multibyte and wide character utilities):
46294         Add mbfile.
46295
46296 2005-08-16  Bruno Haible  <bruno@clisp.org>
46297
46298         * modules/mbchar: New file.
46299         * MODULES.html.sh (Extended multibyte and wide character utilities):
46300         New section.
46301
46302 2005-08-16  Bruno Haible  <bruno@clisp.org>
46303
46304         * m4/tls.m4: New file, from GNU gettext.
46305
46306 2005-08-16  Bruno Haible  <bruno@clisp.org>
46307
46308         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
46309         always.
46310         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
46311
46312 2005-08-16  Bruno Haible  <bruno@clisp.org>
46313
46314         * m4/mbiter.m4: New file.
46315
46316 2005-08-16  Bruno Haible  <bruno@clisp.org>
46317
46318         * m4/mbfile.m4: New file.
46319
46320 2005-08-16  Bruno Haible  <bruno@clisp.org>
46321
46322         * m4/mbchar.m4: New file.
46323
46324 2005-08-16  Bruno Haible  <bruno@clisp.org>
46325
46326         * lib/tls.h: New file, from GNU gettext.
46327         * lib/tls.c: New file, from GNU gettext.
46328
46329 2005-08-16  Bruno Haible  <bruno@clisp.org>
46330
46331         * lib/strnlen1.h: New file.
46332         * lib/strnlen1.c: New file.
46333
46334 2005-08-16  Bruno Haible  <bruno@clisp.org>
46335
46336         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
46337         (mbi_init): Update.
46338         (mbi_avail, mbi_advance): Let the iteration end before the terminating
46339         NUL byte, not after it.
46340
46341 2005-08-16  Bruno Haible  <bruno@clisp.org>
46342
46343         * lib/strcase.h (strcasecmp): Add note in comments.
46344         * lib/strncasecmp.c: Use code from strcasecmp.c.
46345         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
46346         (strcasecmp): Work correctly in multibyte locales.
46347
46348 2005-08-16  Bruno Haible  <bruno@clisp.org>
46349
46350         * lib/mbiter.h: New file.
46351
46352 2005-08-16  Bruno Haible  <bruno@clisp.org>
46353
46354         * lib/mbfile.h: New file.
46355
46356 2005-08-16  Bruno Haible  <bruno@clisp.org>
46357
46358         * lib/mbchar.h: New file.
46359         * lib/mbchar.c: New file.
46360
46361 2005-08-16  Bruno Haible  <bruno@clisp.org>
46362
46363         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
46364         the valid ones. Makes the comparison operations transitive:
46365         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
46366         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
46367
46368 2005-08-15  Simon Josefsson  <jas@extundo.com>
46369
46370         * modules/ssize_t (License): Change to 'unlimited'.
46371
46372         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
46373
46374 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
46375
46376         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
46377         Add comments for each pending glibc patch.
46378
46379 2005-08-15  Bruno Haible  <bruno@clisp.org>
46380
46381         * lib/regex.h (__restrict_arr): Don't define to __restrict if
46382         __cplusplus is defined.
46383
46384 2005-08-14  Jim Meyering  <jim@meyering.net>
46385
46386         Sync from coreutils.
46387
46388         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
46389         Use the hash-table-based cycle-detection code not just when
46390         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
46391         Reported by James Youngman in
46392         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
46393         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
46394         FTS_TIGHT_CYCLE_CHECK.
46395         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
46396         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
46397         once again.
46398         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
46399         * lib/fts.c (fd_safer): Remove decl.
46400         Include fcntl--.h rather than unistd-safer.h
46401         (fts_safe_changedir): Don't call fd_safer; no longer needed
46402         now that we include fcntl--.h.
46403
46404 2005-08-12  Simon Josefsson  <jas@extundo.com>
46405
46406         * modules/getndelim2: Use ssize_t module.
46407         * modules/getnline: Likewise.
46408         * modules/safe-read: Likewise.
46409         * modules/xreadlink: Likewise.
46410
46411         * modules/ssize_t: New file.
46412
46413 2005-08-12  Simon Josefsson  <jas@extundo.com>
46414
46415         * m4/readline.m4: Look for termcap, curses or ncurses if required.
46416
46417 2005-08-12  Simon Josefsson  <jas@extundo.com>
46418
46419         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
46420         ssize_t.
46421
46422 2005-08-12  Simon Josefsson  <jas@extundo.com>
46423
46424         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
46425         readline, getdelim and check_version.
46426         (Support for systems lacking ISO C 99: Sizes of integer types):
46427         Add size_max.
46428
46429 2005-08-12  Bruno Haible  <bruno@clisp.org>
46430
46431         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
46432
46433 2005-08-11  Simon Josefsson  <jas@extundo.com>
46434
46435         * modules/readline: New file.
46436
46437         * modules/strnlen (Files): Add strnlen.h.
46438
46439 2005-08-11  Simon Josefsson  <jas@extundo.com>
46440
46441         * m4/readline.m4: New file.
46442
46443 2005-08-11  Simon Josefsson  <jas@extundo.com>
46444
46445         * lib/readline.h, readline.c: New file.
46446
46447 2005-08-11  Simon Josefsson  <jas@extundo.com>
46448
46449         * doc/gnulib.texi (Initial import, Finishing touches): Mention
46450         gl_AVOID.
46451
46452 2005-08-11  Bruno Haible  <bruno@clisp.org>
46453
46454         * lib/strnlen.h (strnlen): Change parameter name to match comment.
46455
46456 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
46457
46458         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
46459
46460 2005-08-10  Simon Josefsson  <jas@extundo.com>
46461
46462         * tests/test-iconvme.c: New file.
46463
46464 2005-08-10  Simon Josefsson  <jas@extundo.com>
46465
46466         * m4/strnlen.m4: New file.
46467
46468         * m4/strndup.m4: Don't check for strnlen declaration, done in
46469         strnlen.m4.
46470
46471 2005-08-10  Simon Josefsson  <jas@extundo.com>
46472
46473         * lib/strndup.c: Use strnlen.h.
46474
46475         * lib/strnlen.h: New file.
46476
46477 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46478
46479         * README: Typos.
46480
46481 2005-08-02  Simon Josefsson  <jas@extundo.com>
46482
46483         * modules/readline: New file.
46484
46485 2005-08-02  Simon Josefsson  <jas@extundo.com>
46486
46487         * modules/getdelim: New file.
46488
46489         * modules/getline: Rewrite, don't use getndelim2.
46490
46491 2005-08-02  Simon Josefsson  <jas@extundo.com>
46492
46493         * m4/getline.m4: Separate out getdelim stuff into separate module.
46494
46495         * m4/getdelim.m4: New file.
46496
46497 2005-08-02  Simon Josefsson  <jas@extundo.com>
46498
46499         * lib/getline.h, getline.c: Rewrite.
46500
46501         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
46502
46503 2005-07-31  Bruno Haible  <bruno@clisp.org>
46504
46505         * lib/lock.h (gl_lock_initializer): New macro.
46506         (gl_lock_define_initialized): Use it.
46507         (gl_rwlock_initializer): New macro.
46508         (gl_rwlock_define_initialized): Use it.
46509         (gl_recursive_lock_initializer): New macro.
46510         (gl_recursive_lock_define_initialized): Use it.
46511
46512 2005-07-30  Karl Berry  <karl@gnu.org>
46513
46514         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
46515         Report from Ben Pfaff, regarding getopt.
46516
46517 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
46518
46519         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
46520         normal way.
46521         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
46522         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
46523         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
46524         (gl_GETOPT): Use the new macros.  Most of the implementation
46525         is moved to the new macros.  This is for programs like Emacs
46526         that don't want all the functionality of gl_GETOPT.
46527
46528 2005-07-26  Bruno Haible  <bruno@clisp.org>
46529
46530         * m4/lock.m4: Update from GNU gettext.
46531
46532 2005-07-26  Bruno Haible  <bruno@clisp.org>
46533
46534         * lib/lock.h: Update from GNU gettext.
46535         * lib/lock.c: Update from GNU gettext.
46536
46537 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
46538
46539         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
46540         obsolescent AC_TRY_RUN.  Include the default includes files, for
46541         'exit'.
46542
46543 2005-07-24  Bruno Haible  <bruno@clisp.org>
46544
46545         * modules/visibility: New file.
46546         * MODULES.html.sh (Misc): Add visibility.
46547
46548 2005-07-24  Bruno Haible  <bruno@clisp.org>
46549
46550         * m4/visibility.m4: New file.
46551
46552 2005-07-24  Bruno Haible  <bruno@clisp.org>
46553
46554         * doc/visibility.texi: New file.
46555
46556 2005-07-22  Bruno Haible  <bruno@clisp.org>
46557
46558         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
46559         $(ALLOCA_H), redundant through BUILT_SOURCES.
46560         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
46561         redundant through BUILT_SOURCES.
46562         * modules/byteswap (Makefile.am): Remove explicit dependency on
46563         $(BYTESWAP_H), redundant through BUILT_SOURCES.
46564         * modules/fnmatch (Makefile.am): Remove explicit dependency on
46565         $(FNMATCH_H), redundant through BUILT_SOURCES.
46566         * modules/getopt (Makefile.am): Remove explicit dependency on
46567         $(GETOPT_H), redundant through BUILT_SOURCES.
46568         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
46569         redundant through BUILT_SOURCES.
46570         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
46571         redundant through BUILT_SOURCES.
46572         * modules/stdbool (Makefile.am): Remove explicit dependency on
46573         $(STDBOOL_H), redundant through BUILT_SOURCES.
46574         * modules/stdint (Makefile.am): Remove explicit dependency on
46575         $(STDINT_H), redundant through BUILT_SOURCES.
46576         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
46577         Remove explicit dependency on $(SYSEXITS_H).
46578         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
46579
46580 2005-07-18  Simon Josefsson  <jas@extundo.com>
46581
46582         * lib/check-version.c (check_version): Accept identical versions too.
46583
46584 2005-07-18  Bruno Haible  <bruno@clisp.org>
46585
46586         * modules/lock: New file.
46587         * MODULES.html.sh (Multithreading): New section.
46588
46589 2005-07-18  Bruno Haible  <bruno@clisp.org>
46590
46591         * m4/lock.m4: New file, from GNU gettext.
46592
46593 2005-07-18  Bruno Haible  <bruno@clisp.org>
46594
46595         * lib/lock.h: New file, from GNU gettext.
46596         * lib/lock.c: New file, from GNU gettext.
46597
46598 2005-07-18  Bruno Haible  <bruno@clisp.org>
46599
46600         * lib/lock.h (gl_once_t): New type.
46601         (gl_once_define, gl_once): New macros.
46602         * lib/lock.c (fresh_once): New variable.
46603         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
46604         functions.
46605
46606 2005-07-16  Simon Josefsson  <jas@extundo.com>
46607
46608         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
46609         workaround, suggested by Bruno.
46610
46611 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
46612
46613         * modules/xalloc (Depends-on): Add xalloc-die.
46614         * modules/xvasprintf (Depends-on): Add xalloc-die.
46615
46616 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
46617
46618         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
46619         with a minor change.
46620
46621 2005-07-15  Bruno Haible  <bruno@clisp.org>
46622
46623         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
46624         When using lib/poll.c, define poll as rpl_poll.
46625
46626 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
46627
46628         * modules/argp (Depends-on): Remove unlocked-io.
46629
46630 2005-07-14  Derek Price  <derek@ximbiot.com>
46631
46632         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
46633         for glob symlink bug.
46634
46635 2005-07-14  Bruno Haible  <bruno@clisp.org>
46636
46637         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
46638         Instead, test for *_unlocked function declarations directly.
46639
46640 2005-07-11  Simon Josefsson  <jas@extundo.com>
46641
46642         * modules/size_max: New file.
46643
46644         * modules/xsize: Depend on size_max module for size_max.m4.
46645
46646 2005-07-11  Simon Josefsson  <jas@extundo.com>
46647
46648         * lib/size_max.h: New file.
46649
46650 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
46651
46652         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
46653         copyright symbol and the year.
46654         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
46655         (version_etc_va): Use parameterized copyright notice.
46656         Reword to conform to the current GNU coding standards.
46657
46658 2005-07-11  Karl Berry  <karl@gnu.org>
46659
46660         * doc/gnulib.texi (Quoting): new node.
46661         (Initial import): more info, from Patrice.
46662
46663 2005-07-11  Bruno Haible  <bruno@clisp.org>
46664
46665         * gnulib-tool (func_usage): Document option --avoid.
46666         (Command line options): Handle --avoid.
46667         (func_acceptable): New function.
46668         (func_modules_transitive_closure): Use it.
46669
46670 2005-07-11  Bruno Haible  <bruno@clisp.org>
46671
46672         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
46673         Reported by Jim Meyering.
46674
46675 2005-07-10  Bruno Haible  <bruno@clisp.org>
46676
46677         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
46678         Needed when size_t is smaller than 'unsigned int'.
46679         Reported by Paul Eggert.
46680
46681 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46682
46683         * modules/argp (Depends-on): Add unlocked-io
46684
46685 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46686
46687         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
46688         block of defines.
46689
46690 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46691
46692         * config/srclist.txt: Comment out regcomp.c, since we have a porting
46693         fix now.
46694
46695 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
46696         and Paul Eggert  <eggert@cs.ucla.edu>
46697
46698         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
46699         in wint_t, not wchar_t.  Remove now-unnecessary cast.
46700
46701 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46702
46703         * modules/regex (Files): Add lib/regex_internal.c,
46704         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
46705         (Depends-on): Add extensions.
46706         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
46707
46708 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46709
46710         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
46711         pathconf.
46712         * m4/same.m4 (gl_SAME): Likewise.
46713         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
46714
46715         * m4/regex.m4: Adjust to new libc regex implementation.
46716         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
46717         all the .c and .h parts of (the new) regex.
46718         Quote the m4 stuff better.
46719         Check for RE_ICASE bug of old gnulib.
46720         Check for REG_STARTEND of recent libc.
46721         Rename local variables from jm_* to gl_*.
46722         Quote operand of "test -f".
46723         Say "recent enough" version of libc, not "version 2".
46724         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
46725         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
46726         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
46727         Remove check for btowc, isascii.
46728         Require AM_LANGINFO_CODESET.
46729
46730 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46731
46732         * lib/regex.c, regex.h: Sync from libc.
46733         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
46734         * lib/regexec.c:
46735         New files, synced from libc, except that regex_internal.h
46736         currently has a small porting fix.
46737
46738 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
46739
46740         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
46741         regex_internal.c, regexec.c.
46742         Add regex_internal.h too, but as a comment, since the libc version
46743         is currently broken in gnulib mode.
46744
46745 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46746
46747         Support programs like Emacs that use gnulib but not gettext.
46748         * MODULES.html.sh (Internationalization functions): Add gettext-h.
46749         * modules/gettext-h: New file.
46750         * modules/gettext (Files): Remove lib/gettext.h.
46751         (Depends-on): Add gettext-h.
46752         (Makefile.am): Remove lib_SOURCES.
46753         * modules/argmatch, modules/c-stack, modules/closeout:
46754         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
46755         * modules/execute, modules/file-type, modules/getaddrinfo:
46756         * modules/getopt, modules/human, modules/javacomp:
46757         * modules/javaexec, modules/mkdir-p, modules/obstack:
46758         * modules/openat, modules/pagealign_alloc, modules/pipe:
46759         * modules/quotearg, modules/regex, modules/rpmatch:
46760         * modules/unicodeio, modules/userspec, modules/version-etc:
46761         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
46762         * modules/xsetenv:
46763         Depend on gettext-h, not gettext.
46764
46765 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46766
46767         * gnulib-tool (func_import): Add support for 'public domain' license.
46768         * modules/alloca, modules/atexit, modules/memmove:
46769         Now public domain, not GPL.
46770         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
46771         * modules/realloc, modules/strerror, modules/strtod:
46772         Now LGPL, not GPL.
46773
46774 2005-07-05  Bruno Haible  <bruno@clisp.org>
46775
46776         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
46777         autoconf CVS. Needed for mingw.
46778
46779 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46780
46781         Remove the dependency of the strftime module on the tzset module.
46782         * modules/strftime (Depends-on): Remove dependency on tzset.
46783
46784 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46785
46786         Remove the dependency of the strftime module on the tzset module.
46787         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
46788         gl_FUNC_TZSET_CLOBBER.
46789
46790 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46791
46792         Remove the dependency of the strftime module on the tzset module.
46793         * lib/strftime.c (my_strftime)
46794         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
46795         Copy the input structure, to work around some of the bug with
46796         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
46797         Solaris releases, you should also use the tzset module, but we won't
46798         require it as a dependency any more since we don't want LGPLed code
46799         to depend on GPLed code.
46800
46801 2005-07-02  Jim Meyering  <jim@meyering.net>
46802
46803         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
46804         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
46805         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
46806         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
46807
46808 2005-07-02  Jim Meyering  <jim@meyering.net>
46809
46810         * lib/backupfile.c (backup_args): Change a `0' to NULL.
46811
46812 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46813
46814         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
46815         declares only 'struct timespec;' (!).
46816
46817 2005-07-01  Jim Meyering  <jim@meyering.net>
46818
46819         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
46820         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
46821         * lib/save-cwd.c, tempname.c:
46822         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
46823         and don't include <sys/file.h>).
46824
46825 2005-06-29  Jim Meyering  <jim@meyering.net>
46826
46827         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
46828         type name.  Use the variable name instead.
46829         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
46830         Likewise.
46831
46832 2005-06-28  Simon Josefsson  <jas@extundo.com>
46833
46834         * modules/check-version (Files): Add check-version.m4.
46835
46836 2005-06-28  Simon Josefsson  <jas@extundo.com>
46837
46838         * m4/check-version.m4: New file, suggested by Jim Meyering
46839         <jim@meyering.net>.
46840
46841 2005-06-28  Simon Josefsson  <jas@extundo.com>
46842
46843         * lib/check-version.h, lib/check-version.c: New files.
46844
46845 2005-06-28  Simon Josefsson  <jas@extundo.com>
46846
46847         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
46848         collision with global variable.  Better indentation.  Don't
46849         increment buffer pointer beyond buffer end.  Based on comments
46850         from Paul Eggert <eggert@cs.ucla.edu>.
46851
46852         * lib/base64.h: Indent.
46853
46854 2005-06-28  Simon Josefsson  <jas@extundo.com>
46855
46856         * doc/gnulib.texi (Library version handling): New section.
46857
46858 2005-06-28  Jim Meyering  <jim@meyering.net>
46859
46860         * check-module (find_included_lib_files): Hard-code another
46861         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
46862         but modules/fts-lgpl (correctly) does not list those files.
46863
46864         * modules/canonicalize (Files): Add lib/pathmax.h.
46865
46866 2005-06-25  Simon Josefsson  <jas@extundo.com>
46867
46868         * modules/check-version: New file.
46869
46870 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
46871
46872         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
46873         initializer of struct addrinfo, as an indication that we don't
46874         care how many members the structure has.
46875
46876 2005-06-24  Derek Price  <derek@ximbiot.com>
46877         and Bruno Haible  <bruno@clisp.org>
46878
46879         Remove stat module & update lstat.
46880         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
46881         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46882         * m4/stat.m4: Remove this file.
46883
46884 2005-06-24  Derek Price  <derek@ximbiot.com>
46885         and Bruno Haible  <bruno@clisp.org>
46886
46887         Remove stat module & update lstat.
46888         * lib/stat.c: Remove this file...
46889         (slash_aware_lstat): ...moving this content and its support...
46890         * lib/lstat.c (rpl_lstat): ...into here.
46891         * lib/lstat.h: New file.
46892
46893 2005-06-24  Derek Price  <derek@ximbiot.com>
46894         and Bruno Haible  <bruno@clisp.org>
46895
46896         Remove stat module & update lstat.
46897         * config/srclist.txt (libc sources): Remove stat.
46898
46899 2005-06-24  Derek Price  <derek@ximbiot.com>
46900         and Bruno Haible  <bruno@clisp.org>
46901
46902         Remove stat module & update lstat.
46903         * MODULES.html.sh (stat): Remove.
46904         * MODULES.html: Regenerated.
46905         * modules/lstat (Description): Correct function name.
46906         (Files): Add "lstat.h".
46907         (Depends-on): Remove stat, add xalloc, stat-macros.
46908         * modules/stat: Remove this file.
46909         (Include): Add "lstat.h", remove <sys/stat.h>.
46910
46911 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
46912
46913         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
46914         (ranged_convert): Don't save conversion in a temporary struct.
46915         This causes a warning with GCC 4.0.0, and anyway in the typical
46916         case it's not worth the extra 100 bytes or so of code.
46917         (ranged_convert, __mktime_internal): When calling a function via a
46918         pointer P, use P () rather than (*P) (), as we now assume C89 or
46919         better.
46920
46921 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46922
46923         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
46924         "who -r" failed to give output.  Problem reported by Tim Waugh.
46925
46926         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
46927         (xcalloc): Use it to avoid needless tests.
46928         Problem reported by Jim Meyering.
46929
46930 2005-06-20  Derek Price  <derek@ximbiot.com>
46931
46932         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
46933         unnecessary for Autoconfs > 2.59c.
46934
46935 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46936
46937         * lib/argp.h (__option_is_short): Check upper limit of
46938         __key. Isprint() requires its argument to have the value
46939         of an unsigned char or EOF.
46940
46941 2005-06-16  Jim Meyering  <jim@meyering.net>
46942
46943         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
46944         when either N or S is zero.
46945
46946 2005-06-16  Derek Price  <derek@ximbiot.com>
46947
46948         * m4/bison.m4: Declare YACC & YFLAGS precious.
46949
46950 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
46951
46952         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
46953         multibyte string or pattern, fall back on unibyte matching.
46954         Problem reported by James Youngman.
46955
46956 2005-06-08  Bruno Haible  <bruno@clisp.org>
46957
46958         * modules/csharpcomp: New file.
46959         * MODULES.html.sh (C#): Add csharpcomp.
46960
46961 2005-06-08  Bruno Haible  <bruno@clisp.org>
46962
46963         * m4/csharpcomp.m4: New file, from GNU gettext.
46964
46965 2005-06-08  Bruno Haible  <bruno@clisp.org>
46966
46967         * lib/csharpcomp.h: New file, from GNU gettext.
46968         * lib/csharpcomp.c: New file, from GNU gettext.
46969         * lib/csharpcomp.sh.in: New file, from GNU gettext.
46970
46971 2005-06-08  Bruno Haible  <bruno@clisp.org>
46972
46973         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
46974         warning on mingw.
46975
46976 2005-06-07  Derek Price  <derek@ximbiot.com>
46977
46978         Sync from CVS.
46979         * lib/glob_.h: Indent nested #ifdef.
46980
46981 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
46982
46983         Sync from coreutils.
46984         Use "file name" when talking about file names, instead of "filename"
46985         or "path", as per the GNU coding standards.
46986         * lib/mkdir-p.c: Renamed from makepath.c.
46987         (make_dir_parents): Renamed from make_path.  All callers changed.
46988         * lib/mkdir-p.h: Likewise.  All includers changed.
46989         * lib/filenamecat.c: Renamed from path-concat.c.
46990         (file_name_concat): Renamed from path_concat.  All callers changed.
46991         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
46992         * lib/filenamecat.h: Likewise.  All includers changed.
46993         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
46994         in comments or local variable names.
46995         * lib/basename.c: Likewise.
46996         * lib/canonicalize.c, canonicalize.h: Likewise.
46997         * lib/dirname.c, dirname.h: Likewise.
46998         * lib/euidaccess.c: Likewise.
46999         * lib/exclude.c: Likewise
47000         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
47001         * lib/fsusage.c, fsuage.h: Likewise.
47002         * lib/fts.c, fts_.h: Likewise.
47003         * lib/getcwd.c: Likewise.
47004         * lib/getloadavg.c: Likewise.
47005         * lib/mkstemp.c: Likewise.
47006         * lib/mountlist.c, mountlist.h: Likewise.
47007         * lib/openat.c, openat.h: Likewise.
47008         * lib/readlink-stub.c: Likewise.
47009         * lib/readutmp.c, readutmp.h: Likewise.
47010         * lib/rename.c: Likewise.
47011         * lib/rmdir.c: Likewise.
47012         * lib/same.c: Likewise.
47013         * lib/savedir.c: Likewise.
47014         * lib/stripslash.c: Likewise.
47015         * lib/tempname.c: Likewise.
47016         * lib/xreadlink.c: Likewise.
47017         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
47018         All uses changed.
47019         * lib/exclude.h: Likewise.
47020
47021         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
47022         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47023         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
47024         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47025         * lib/pathmax.h: Include <limits.h> unconditionally, since other
47026         files have been getting away with it for years (MORE/BSD 4.3
47027         is extinct now).
47028         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
47029         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47030
47031         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
47032         Define to 256, not 255, as per modern POSIX.
47033
47034 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47035
47036         Sync from coreutils.
47037         Use "file name" when talking about file names, instead of "filename"
47038         or "path", as per the GNU coding standards.
47039         * MODULES.html.sh: mkdir-p renamed from makepath.
47040         filenamecat renamed from path-concat.
47041         * modules/filenamecat: Renamed from modules/path-concat.
47042         (Files): filenamecat.h and filenamecat.c renamed from
47043         path-concat.h and path-concat.c.
47044         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
47045         (Include): filenamecat.h, not path-concat.h.
47046         * modules/mkdir-p: Renamed from modules/makepath.
47047         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
47048         makepath.c.
47049         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
47050         (Include): mkdir-p.h, not makepath.h.
47051
47052 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47053
47054         Sync from coreutils.
47055         * m4/mkdir-p.m4: Renamed from makepath.m4.
47056         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
47057         Rename files from makepath.c to mkdir-p.c, and from
47058         makepath.h to mkdir-p.h.
47059         * m4/filenamecat.m4: Renamed from path-concat.m4.
47060         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
47061         Rename files from path-concat.c to filenamecat.c,
47062         and from path-concat.h to filenamecat.h.
47063         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
47064         "file name" in local variables or comments.
47065         * m4/rename.m4: Likewise.
47066
47067 2005-06-01  Bruno Haible  <bruno@clisp.org>
47068
47069         * modules/csharpexec: New file.
47070         * MODULES.html.sh (C#): New section.
47071
47072 2005-06-01  Bruno Haible  <bruno@clisp.org>
47073
47074         * m4/csharp.m4: New file, from GNU gettext.
47075         * m4/csharpexec.m4: New file, from GNU gettext.
47076
47077 2005-06-01  Bruno Haible  <bruno@clisp.org>
47078
47079         * lib/csharpexec.h: New file, from GNU gettext.
47080         * lib/csharpexec.c: New file, from GNU gettext.
47081         * lib/csharpexec.sh.in: New file, from GNU gettext.
47082
47083 2005-05-31  Derek Price  <derek@ximbiot.com>
47084             Paul Eggert  <eggert@cs.ucla.edu>
47085
47086         Sync from cvs.
47087         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47088
47089 2005-05-31  Derek Price  <derek@ximbiot.com>
47090             Paul Eggert  <eggert@cs.ucla.edu>
47091
47092         Sync from cvs.
47093         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47094
47095 2005-05-29  Derek Price  <derek@ximbiot.com>
47096
47097         * config/srclist.txt (glob_.h, glob.c): Add these files.
47098
47099 2005-05-29  Derek Price  <derek@ximbiot.com>
47100
47101         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
47102         * modules/glob: New file.
47103         * modules/getlogin_r: Add link to POSIX spec in description.
47104
47105 2005-05-29  Derek Price  <derek@ximbiot.com>
47106             Paul Eggert  <eggert@cs.ucla.edu>
47107
47108         * m4/glob.m4: New file.
47109
47110 2005-05-29  Derek Price  <derek@ximbiot.com>
47111             Paul Eggert  <eggert@cs.ucla.edu>
47112
47113         * lib/glob_.h, lib/glob.c: New files.
47114
47115 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47116
47117         * modules/fts (Files): Remove m4/inttypes-pri.m4.
47118         * modules/fts-lgpl (Depends-on): Remove gettext.
47119
47120 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47121
47122         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
47123         and don't require gt_INTTYPES_PRI.
47124
47125 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47126
47127         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
47128
47129         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
47130         the configuration hassle isn't worth it.
47131         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
47132         (LONGEST_MODIFIER, PRIuMAX): Remove.
47133
47134 2005-05-27  Bruno Haible  <bruno@clisp.org>
47135
47136         * lib/getlogin_r.h: Remove second include of <stddef.h>.
47137
47138 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
47139
47140         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
47141         _POSIX_PTHREAD_SEMANTICS for Solaris.
47142
47143 2005-05-25  Derek Price  <derek@ximbiot.com>
47144
47145         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
47146
47147 2005-05-25  Derek Price  <derek@ximbiot.com>
47148             Paul Eggert  <eggert@cs.ucla.edu>
47149
47150         * modules/getlogin_r, m4/getlogin_r.m4: New files.
47151         * lib/getlogin_r.c, getlogin_r.h: New files.
47152
47153 2005-05-25  Bruno Haible  <bruno@clisp.org>
47154             Derek Price  <derek@ximbiot.com>
47155
47156         * lib/getlogin_r.h: Simplify API documentation.
47157
47158 2005-05-23  Derek Price  <derek@ximbiot.com>
47159
47160         * modules/minmax (Files): Add m4/minmax.m4.
47161         (configure.ac): Add gl_MINMAX.
47162
47163 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47164
47165         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
47166         so that unistd-safer.h (GPL'ed code) need not be included.
47167
47168 2005-05-22  Bruno Haible  <bruno@clisp.org>
47169
47170         * m4/minmax.m4: New file.
47171         Based on a patch by Derek Price <derek@ximbiot.com>.
47172
47173 2005-05-22  Bruno Haible  <bruno@clisp.org>
47174
47175         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
47176         (INT64_MIN): Fix definition.
47177         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
47178
47179         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
47180         NEED_SIGNED_INT_TYPES.
47181
47182         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
47183         HAVE_SYSTEM_INTTYPES.
47184
47185 2005-05-22  Bruno Haible  <bruno@clisp.org>
47186
47187         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
47188         Also include <sys/param.h> if it defines MIN, MAX.
47189         Based on a patch by Derek Price <derek@ximbiot.com>.
47190
47191 2005-05-21  Jim Meyering  <jim@meyering.net>
47192
47193         * modules/fts (Files): Add m4/inttypes-pri.m4.
47194         (Depends-on): Add lstat and remove gettext.  Alphabetize.
47195
47196 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47197
47198         New fts module.
47199         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
47200         (setup_dir, free_dir): New functions.
47201         (enter_dir, leave_dir): Define trivial
47202         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
47203         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
47204         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
47205         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
47206         Move to fts-cycle.c.
47207         (fts_open): Use setup_dir.
47208         (fts_close): Use free_dir.
47209         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
47210         This adds a label and some gotos, but the alternatives were messier.
47211         Check for memory allocation failure when entering a dir.
47212         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
47213         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
47214         (FTS): New member fts_cycle, that is a union that contains the
47215         old active_dir_ht and cycle_state.  All uses changed to mention
47216         fts_cycle.ht and fts_cycle.state.
47217         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
47218         fts.c, with the following changes:
47219         (setup_dir, free_dir): New functions.
47220         (enter_dir): Now returns bool.  Return true if successful, false
47221         if memory exhausted.  All callers changed.
47222         Do not bother partly cleaning up on
47223         memory allocation failure; that is free_dir's job.
47224         However, free ad if hash_insert fails, to avoid memory leak.
47225         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
47226         fts->fts_options to see which union member to use.
47227
47228 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47229
47230         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
47231         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
47232
47233 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47234
47235         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
47236
47237 2005-05-20  Jim Meyering  <jim@meyering.net>
47238
47239         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
47240         Now a macro, to pacify GCC.
47241
47242 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
47243
47244         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
47245         of -1.
47246
47247 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
47248
47249         * lib/chown.c (rpl_chown): Return -1 on failure.
47250
47251 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
47252
47253         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
47254         Don't check for stddef.h.
47255         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
47256         don't use its results.
47257         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
47258         since we include them unconditionally.  Don't require
47259         AM_STDBOOL_H, since stdbool is a prerequisite.
47260         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
47261         since we assume C89 or better.
47262         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
47263         as we don't use their results.
47264         Don't check for fchdir, memmove, memset, strrchr, as we use
47265         them unconditionally.
47266         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
47267         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
47268
47269 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
47270
47271         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
47272         Include <stddef.h> unconditionally, since we assume C89 now.
47273         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
47274         * lib/fts.c: Include fts_.h first, to check interface.
47275         Do not include intprops.h; no longer needed.
47276         Include cycle-check.h and hash.h, since fts_.h no longer does.
47277         Remove unnecessary casts of closedir to void.
47278         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
47279         decide whether to decrement nlinks.
47280         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
47281         (FTS): Use struct hash_table * instead of Hash_table, so that
47282         we no longer need to include hash.h here.
47283
47284 2005-05-18  Jim Meyering  <jim@meyering.net>
47285
47286         * modules/dirfd (License): Change to LGPL.  Most of the code
47287         is already in the public domain.
47288
47289 2005-05-18  Jim Meyering  <jim@meyering.net>
47290
47291         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
47292         Reported by Yoann Vandoorselaere.
47293
47294 2005-05-17  Jim Meyering  <jim@meyering.net>
47295
47296         * m4/fts.m4: New file, from coreutils.
47297
47298 2005-05-17  Jim Meyering  <jim@meyering.net>
47299
47300         * lib/fts.c, lib/fts_.h: New files, from coreutils.
47301
47302 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47303
47304         Sync from coreutils.
47305         * m4/unlinkdir.m4: New file.
47306
47307 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47308
47309         Sync from coreutils.
47310         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
47311         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
47312         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
47313         White space changes only.
47314         * lib/makepath.c (make_path): Port to hosts where leading "//" is
47315         special.
47316         * lib/yesno.c: Include getline.h, not ctype.h.
47317         (yesno): Don't remove leading white space; POSIX doesn't allow it.
47318         Use getline to remove arbitrary restriction on response length.
47319
47320 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47321
47322         * config/srclist-update: Spell out "Street" in FSF postal
47323         mail address; this is the style the FSF seems to prefer.
47324
47325         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
47326         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
47327         this updates FSF postal mail address.
47328
47329         Sync from coreutils.
47330         * modules/unlinkdir: New file.
47331         * modules/yesno (Depends-on): Add getline.
47332         * MODULES.html.sh (File system functions): Add unlinkdir.
47333
47334 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
47335
47336         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
47337         lib/strsep.h:
47338         Change the initial comment to refer to GPL, not LGPL.
47339         gnulib-tool will change it to LGPL as needed.
47340
47341         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
47342         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
47343         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
47344         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
47345         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
47346         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
47347         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
47348         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
47349         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
47350         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
47351         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
47352         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
47353         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
47354         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
47355         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
47356         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
47357         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
47358         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
47359         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
47360         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
47361         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
47362         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
47363         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
47364         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
47365         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
47366         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
47367         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
47368         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
47369         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
47370         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
47371         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
47372         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
47373         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
47374         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
47375         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
47376         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
47377         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
47378         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
47379         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
47380         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
47381         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
47382         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
47383         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
47384         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
47385         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
47386         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
47387         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
47388         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
47389         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
47390         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
47391         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
47392         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
47393         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
47394         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
47395         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
47396         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
47397         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
47398         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
47399         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
47400         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
47401         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
47402         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
47403         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
47404         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
47405         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
47406         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
47407         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
47408         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
47409         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
47410         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
47411         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
47412         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
47413         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
47414         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
47415         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
47416         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
47417         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
47418         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
47419         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
47420         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
47421         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
47422         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
47423         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
47424         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
47425         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
47426         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
47427         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
47428         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
47429         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
47430         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
47431         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
47432         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
47433         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
47434         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
47435         lib/yesno.c, lib/yesno.h:
47436         Update FSF postal mail address.
47437
47438 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
47439
47440         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
47441         tests/test-memmem.c, tests/test-stpncpy.c:
47442         Update FSF postal mail address.
47443
47444 2005-05-13  Bruno Haible  <bruno@clisp.org>
47445
47446         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
47447         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
47448         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
47449         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
47450         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
47451         Add support for 64-bit integers in the MSVC compiler.
47452
47453 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47454
47455         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
47456
47457 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
47458
47459         * gnulib-tool (func_import): Sort and uniquify recommended includes.
47460
47461 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
47462
47463         * doc/getdate.texi (General date syntax): Don't say that date
47464         date --iso-8601=ns generates acceptable dates; it doesn't yet.
47465         Problem reported by Nic Ferrier.
47466
47467 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47468
47469         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
47470         specified in ai_socktype. Fix invalid ai_protocol
47471         check. ai_protocol is usually set to 0 or depending on
47472         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
47473         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
47474         ai_socktype / ai_protocol in the returned addrinfo structure.
47475
47476 2005-05-10  Simon Josefsson  <jas@extundo.com>
47477
47478         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
47479         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
47480
47481 2005-05-10  Karl Berry  <karl@gnu.org>
47482
47483         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
47484         (from http://www.gnu.org/licenses).
47485         * doc/COPYING.LIB: also rename to COPYING.LESSER.
47486         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
47487         fdl.texi suffices.
47488
47489 2005-05-10  Karl Berry  <karl@gnu.org>
47490
47491         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
47492         (COPYING.DOC): remove.
47493
47494         * config/srclist-update: new FSF address.
47495
47496 2005-05-10  Derek Price  <derek@ximbiot.com>
47497
47498         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
47499         possible.
47500
47501 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47502             Bruno Haible  <bruno@clisp.org>
47503
47504         * modules/inet_ntop: New file.
47505         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47506         inet_ntop.
47507
47508 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47509             Bruno Haible  <bruno@clisp.org>
47510
47511         * m4/inet_ntop.m4: New file.
47512
47513 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47514             Bruno Haible  <bruno@clisp.org>
47515
47516         * lib/inet_ntop.h: New file.
47517         * lib/inet_ntop.c: New file, from glibc with modifications.
47518
47519 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
47520
47521         * modules/time_r (License): Change to LGPL.
47522         * modules/extensions (License): Change to LGPL.  Actually,
47523         the license is more permissive than that, but currently gnulib-tool
47524         doesn't know how to handle more-permissive licenses.
47525
47526         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
47527         Problem reported by Dave Love.
47528
47529 2005-05-08  Jim Meyering  <jim@meyering.net>
47530
47531         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
47532         blank.
47533
47534 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
47535
47536         * modules/argmatch (Depends-on): Add stdbool.
47537         * modules/backupfile (Depends-on): Likewise.
47538         * modules/chdir-long (Depends-on): Likewise.
47539         * modules/closeout (Depends-on): Likewise.
47540         * modules/cycle-check (Depends-on): Likewise.
47541         * modules/dirname (Depends-on): Likewise.
47542         * modules/fnmatch (Depends-on): Likewise.
47543         * modules/fsusage (Depends-on): Likewise.
47544         * modules/fwriteerror (Depends-on): Likewise.
47545         * modules/getcwd (Depends-on): Likewise.
47546         * modules/getloadavg (Depends-on): Likewise.
47547         * modules/hard-locale (Depends-on): Likewise.
47548         * modules/makepath (Depends-on): Likewise.
47549         * modules/mountlist (Depends-on): Likewise.
47550         * modules/nanosleep (Depends-on): Likewise.
47551         * modules/posixtm (Depends-on): Likewise.
47552         * modules/quotearg (Depends-on): Likewise.
47553         * modules/readtokens (Depends-on): Likewise.
47554         * modules/readtokens0 (Depends-on): Likewise.
47555         * modules/readutmp (Depends-on): Likewise.
47556         * modules/save-cwd (Depends-on): Likewise.
47557         * modules/strftime (Depends-on): Likewise.
47558         * modules/userspec (Depends-on): Likewise.
47559         * modules/utimecmp (Depends-on): Likewise.
47560         * modules/xgetcwd (Depends-on): Likewise.
47561         * modules/xnanosleep (Depends-on): Likewise.
47562         * modules/xstrtod (Depends-on): Likewise.
47563         * modules/yesno (Depends-on): Likewise.
47564
47565 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
47566
47567         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
47568         needless checks.
47569
47570 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47571
47572         Merge from coreutils.  Among other things,
47573         add bulletproofing for cases where stdin, stdout, or stderr are closed.
47574         * lib/fd-safer.c: New file.
47575         * lib/fcntl-safer.h, open-safer.c: Remove.
47576         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
47577         * lib/dup-safer.c: Include unistd-safer.h first.
47578         Don't include errno.h.
47579         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
47580         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
47581         * lib/file-type.c: Rely on file-type.h change.
47582         * lib/getloadavg.c: Include unistd-safer.h.
47583         (getloadavg): Use safer open.
47584         * lib/getusershell.c: Include "stdio-safer.h".
47585         (getusershell): Use safer fopen.
47586         * lib/long-options.c (long_options): Use NULL rather than 0.
47587         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
47588         'free'.
47589         * lib/modechange.c: Likewise.
47590         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
47591         (MODE_DONE): New constant.
47592         (struct mode_change): Remove 'next' member.
47593         (make_node_op_equals): New function; like the old one of the
47594         same name, except it allocates an array.
47595         (mode_compile, mode_create_from_ref): Use it.
47596         (mode_compile): Allocate result as an array, not a linked list.
47597         Parse octal string ourself, so that we catch mistakes like "+0".
47598         (mode_adjust): Arg is an array, not a linked list.
47599         * lib/modechange.c: Include stat-macros.h, xalloc.h.
47600         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
47601         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
47602         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
47603         Remove.  This is now stat-macros.h's job.
47604         (talloc): Remove.  All callers replaced by xalloc, so that
47605         our invokers don't have to worry about reporting memory failures.
47606         (make_node_op_equals): Remove.
47607         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
47608         New constants.
47609         (struct mode_change): Moved here from modechange.h.
47610         (mode_append_entry): Remove.
47611         (mode_compile): Remove MASKED_OPS arg, since it encouraged
47612         apps to have incorrect behavior.  Use simpler algorithm for head
47613         and tail.  Don't futz with umask; that's now the job of mode_adjust.
47614         Detect more invalid usages rather than having somewhat-random behavior.
47615         Don't insert an "a=" action, as that leads to incorrect behavior.
47616         (mode_compile, mode_create_from_ref): Return NULL on error instead
47617         of an enum, since now there's only one way to have an error.  All
47618         callers changed.
47619         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
47620         at the correct time.  Simplify calculation of "+u" and its ilk.
47621         Don't mishandle "+X".
47622         (mode_free): Remove "register" and localize decls.
47623         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
47624         (struct mode_change): Move to modechange.c; callers don't
47625         need to see this stuff.
47626         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
47627         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
47628         (mode_change, mode_adjust): Reflect the new signatures noted above.
47629         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
47630         that might redefine system include files.
47631         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
47632         (my_usleep): Use NULL rather than (void *) 0.
47633         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
47634         Use siginterrupt to specify that system calls should be interrupted.
47635         (rpl_nanosleep): Move initialization of suspended closer to call of
47636         my_usleep.
47637         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
47638         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
47639         (desirable_utmp_entry): New function.
47640         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
47641         using x2nrealloc, to simplify logic.
47642         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
47643         size calculation.  Do not assume utmp file is a regular file.
47644         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
47645         (READ_UTMP_CHECK_PIDS): New constant.
47646         * lib/save-cwd.c: Include unistd-safer.h.
47647         (save_cwd): Use fd_safer.
47648         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
47649         [!_LIBC] Include "stat-macros.h" instead.
47650         * lib/unistd-safer.h (fd_safer): New decl.
47651
47652 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47653
47654         * modules/getloadavg (Depends-on): Add unistd-safer.
47655         * modules/getusershell (Depends-on): Add stdio-safer.
47656         * modules/lstat (Depends-on): Remove xalloc.
47657         * modules/mkstemp (Depends-on): Add stat-macros.
47658         * modules/modechange (Depends-on): Remove xstrtol.
47659         Add stat-macros, xalloc.
47660         * modules/save-cwd (Depends-on): Add unistd-safer.
47661         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
47662         * modules/unistd-safer (Files): Add lib/fd-safer.c
47663         (Makefile.am): Remove lib_SOURCES.
47664
47665         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
47666         Remove fcntl-safer; unistd-safer supersedes it.
47667
47668 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47669
47670         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
47671         AC_HEADER_STAT.
47672         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
47673         (gl_PREREQ_CHOWN): Remove.
47674         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
47675         it.  Don't require AC_HEADER_STAT.
47676         (gl_PREREQ_LSTAT): Remove.
47677         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
47678         Don't require AC_HEADER_STAT.
47679         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
47680         (gl_PREREQ_RMDIR): Remove.
47681         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
47682         mention stat-macros.h or AC_HEADER_STAT, since we'll make
47683         the stat-macros module a prerequisite.
47684         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
47685         * m4/filemode.m4 (gl_FILEMODE): Likewise.
47686         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
47687         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
47688         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
47689         variable names.
47690         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
47691         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
47692         variable prefixes.
47693         * m4/fcntl-safer.m4: Remove.
47694         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
47695         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
47696         Invoke gl_PREREQ_FD_SAFER.
47697         (gl_PREREQ_FD_SAFER): New macro.
47698         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
47699         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
47700         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
47701         Remove duplicate call to AC_LIBOBJ(readutmp).
47702         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
47703
47704         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
47705         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
47706
47707 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
47708
47709         * MODULES.html.sh (Misc): Add byteswap.
47710
47711 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47712
47713         * modules/getcwd (Depends-on): Add extensions.
47714         * modules/openat (Depends-on): Likewise.
47715
47716 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47717
47718         * modules/byteswap: New file.
47719
47720 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47721
47722         * m4/byteswap.m4: New file.
47723
47724 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
47725
47726         * lib/byteswap_.h: New file.
47727
47728 2005-04-25  Karl Berry  <karl@gnu.org>
47729
47730         * m4/gettext.m4: Update from GNU gettext 0.14.4.
47731
47732 2005-04-25  Albert Chin  <china@thewrittenword.com>
47733
47734         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
47735         Toolkit C bug.
47736
47737 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
47738
47739         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
47740         (func_ln_if_changed) Remove forcibly for no error message
47741         in case file does not exist.
47742
47743 2005-04-19  Simon Josefsson  <jas@extundo.com>
47744
47745         * gnulib-tool (Options): Make --symlink mean --symbolic.
47746
47747 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
47748
47749         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
47750
47751 2005-04-16  Simon Josefsson  <jas@extundo.com>
47752
47753         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
47754
47755 2005-04-15  Simon Josefsson  <jas@extundo.com>
47756
47757         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
47758
47759 2005-04-15  Simon Josefsson  <jas@extundo.com>
47760
47761         * gnulib-tool: Rename --symlink to --symbolic.
47762
47763 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
47764
47765         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
47766         symbolic links to files instead of copying/moving.  Add --aux-dir,
47767         specifying directory relative --dir where auxiliary build tools
47768         are placed.
47769
47770 2005-04-14  Bruno Haible  <bruno@clisp.org>
47771
47772         * modules/allocsa (License): Change to LGPL.
47773         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
47774
47775 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47776
47777         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
47778         that "UTC +1 second" continues to work.  Problem reported
47779         by Dmitry V. Levin.
47780         (relunit_snumber): New rule.
47781         (relunit): Use it.
47782
47783 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47784
47785         * lib/getdate.y (universal_time_zone_table): New constant.
47786         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
47787         universal_time_zone_table.
47788         (lookup_zone): Prefer universal_time_zone_table to
47789         local_time_zone_table, so that "GMT" time stamps are allowed in
47790         London during the summer.  Problem reported by Ian Abbott.
47791
47792 2005-04-12  Jim Meyering  <jim@meyering.net>
47793
47794         * lib/human.c (humblock): Set *options even when returning due to
47795         xstrtoumax conversion failure.  Thanks to a used-uninitialized
47796         warning from gcc-4.
47797
47798 2005-04-09  Jim Meyering  <jim@meyering.net>
47799
47800         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
47801         -Wuninitialized: initialize tm0.tm_year.
47802
47803 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
47804
47805         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
47806         count, since there's no maximum.  All uses changed.
47807         Add member dsts_seen.
47808         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
47809         not being INT_MAX.
47810         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
47811         Use pc_rels_seen to decide whther a date is absolute.
47812
47813         * lib/getdate.y (number): Don't overwrite year.
47814         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
47815         check.
47816
47817 2005-04-02  Simon Josefsson  <jas@extundo.com>
47818
47819         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
47820         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
47821
47822 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
47823
47824         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
47825         where no absolute path name can be longer than PATH_MAX.
47826
47827 2005-03-27  Jim Meyering  <jim@meyering.net>
47828
47829         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
47830
47831 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
47832
47833         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
47834         "one's complement" -> "ones' complement" in comment, as per Knuth.
47835         "value of type" -> "type or expression" in comment.
47836         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
47837
47838 2005-03-26  Jim Meyering  <jim@meyering.net>
47839
47840         Comment nits.
47841         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
47842         Correct typos: s/or/of/.
47843
47844 2005-03-26  Jim Meyering  <jim@meyering.net>
47845
47846         * modules/check-include-files: Move to ../ and rename to...
47847         * check-module: ...this.
47848
47849 2005-03-25  Jim Meyering  <jim@meyering.net>
47850
47851         * modules/xvasprintf (Files): Add xalloc.h.
47852
47853 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
47854
47855         * modules/gettext (Files): config/config.rpath ->
47856         build-aux/config.rpath
47857         * modules/iconv (Files): Likewise.
47858         Problem reported by Oskar Liljeblad.
47859
47860 2005-03-23  Jim Meyering  <jim@meyering.net>
47861
47862         * modules/check-include-files: New script to check for
47863         missing dependencies, multiple includes, etc.
47864
47865         * modules/c-strtold (Depends-on): Add xalloc.
47866         * modules/c-strtod (Depends-on): Add xalloc.
47867         * modules/hash (Depends-on): Add xalloc.
47868         (Files): Remove lib/xalloc.h.
47869
47870         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
47871         * modules/userspec (Files): Add lib/inttostr.h.
47872
47873 2005-03-23  Jim Meyering  <jim@meyering.net>
47874
47875         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
47876
47877 2005-03-22  Jim Meyering  <jim@meyering.net>
47878
47879         * modules/stat-macros: New module.
47880         * modules/canonicalize, modules/euidaccess, modules/file-type,
47881         * modules/filemode, modules/lchown, modules/makepath,
47882         * modules/rmdir, modules/stat: Depend on new stat-macros module
47883         rather than listing lib/stat-macros.h manually.
47884         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
47885
47886 2005-03-22  Jim Meyering  <jim@meyering.net>
47887
47888         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
47889
47890 2005-03-22  Bruno Haible  <bruno@clisp.org>
47891
47892         * config/srclist.txt: Replace target directory 'config' with
47893         'build-aux'.
47894         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
47895         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
47896         ../build-aux/.
47897
47898 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
47899
47900         * modules/chdir-long (Depends-on): Add mempcpy.
47901
47902         * modules/acl, modules/backupfile, modules/c-strtod,
47903         modules/c-strtold, modules/canon-host, modules/canonicalize,
47904         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
47905         modules/exclude, modules/exitfail, modules/file-type,
47906         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
47907         modules/getdate, modules/getline, modules/getpagesize,
47908         modules/getpass, modules/getugroups, modules/group-member,
47909         modules/hard-locale, modules/hash, modules/human, modules/idcache,
47910         modules/inttostr, modules/long-options, modules/makepath,
47911         modules/md5, modules/memcasecmp, modules/memcoll,
47912         modules/modechange, modules/mountlist, modules/path-concat,
47913         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
47914         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
47915         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
47916         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
47917         modules/strftime, modules/strndup, modules/strverscmp,
47918         modules/timespec, modules/unlocked-io, modules/userspec,
47919         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
47920         modules/yesno:
47921         Remove lib_SOURCES line from Makefile.am section, as this is now
47922         done automatically by the corresponding Autoconf macro.
47923
47924 2005-03-21  Jim Meyering  <jim@meyering.net>
47925
47926         Changes imported from coreutils.
47927
47928         * lib/cycle-check.c: Don't include xalloc.h.
47929
47930         * lib/path-concat.c: Don't include assert.h.
47931         (path_concat): Remove assertion that would have triggered
47932         for ABASE starting with more than one slash.
47933         Reported by Andreas Schwab.
47934
47935         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
47936         properly when ABASE is an absolute file name.
47937         Correct the description of this function.
47938         Include <assert.h>.
47939         Add an assertion and a test driver.
47940         This fixes a bug introduced on 2004-07-02.
47941         Andreas Schwab reported the resulting failure of cp --parents:
47942         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
47943
47944 2005-03-21  Jim Meyering  <jim@meyering.net>
47945
47946         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
47947         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
47948
47949 2005-03-21  Jim Meyering  <jim@meyering.net>
47950         and  Paul Eggert  <eggert@cs.ucla.edu>
47951
47952         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
47953         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
47954         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
47955         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
47956         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
47957         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
47958         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
47959         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
47960         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
47961         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
47962         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
47963         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
47964         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
47965         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
47966         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
47967         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
47968         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
47969         for these modules.
47970
47971 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
47972
47973         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
47974         (which shouldn't happen), generate nothing instead of returning 0
47975         immediately, so that nstrftime (NULL, ...) doesn't return 0.
47976
47977 2005-03-16  Bruno Haible  <bruno@clisp.org>
47978
47979         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
47980         HAVE_LONGLONG_64BIT.
47981
47982 2005-03-16  Bruno Haible  <bruno@clisp.org>
47983
47984         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
47985         HAVE_LONGLONG_64BIT.
47986
47987 2005-03-16  Bruno Haible  <bruno@clisp.org>
47988
47989         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
47990         HAVE_LONGLONG_64BIT.
47991
47992 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
47993
47994         * lib/strftime.c (my_strftime): Prepend space to format so that we can
47995         reliably distinguish strftime failure from empty output on POSIX
47996         hosts.
47997
47998 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
47999
48000         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
48001         (iconv_string): Don't guess a size-zero buffer, as that might cause
48002         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
48003         result would be 'too large', where 'too large' is (heuristically)
48004         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
48005         overflow concerns.  This will prevent some unwanted malloc failures
48006         when the inputs are very large.
48007
48008 2005-03-15  Karl Berry  <karl@gnu.org>
48009
48010         * config/srclist.txt (config.rpath): from gettext.
48011         * config/config.rpath: update.
48012
48013 2005-03-15  Bruno Haible  <bruno@clisp.org>
48014
48015         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
48016         to 'negate'.
48017
48018         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
48019         variable.
48020
48021         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
48022         results.
48023
48024 2005-03-14  Simon Josefsson  <jas@extundo.com>
48025
48026         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
48027         <fx@gnu.org>.
48028
48029 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
48030
48031         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
48032         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
48033         intprops.h.
48034         * lib/strtol.c: Likewise.
48035
48036 2005-03-14  Jim Meyering  <jim@meyering.net>
48037
48038         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
48039         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
48040         to be nonzero so that we (and caller) can detect the difference
48041         between a valid zero-length expansion and an error return, even
48042         when the underlying strftime fails before writing anything into
48043         that location.
48044
48045 2005-03-14  Bruno Haible  <bruno@clisp.org>
48046
48047         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
48048         Update from GNU gettext 0.14.3.
48049
48050 2005-03-10  Jim Meyering  <jim@meyering.net>
48051
48052         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
48053
48054 2005-03-10  Jim Meyering  <jim@meyering.net>
48055
48056         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
48057         so that this module works on systems without fchdir.
48058
48059 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48060
48061         Factor int-properties macros into a single file, except for
48062         glibc-related files.
48063         * lib/intprops.h: New file.
48064         * lib/getloadavg.c: Include it instead of limits.h.
48065         (INT_STRLEN_BOUND): Remove.
48066         * lib/human.c: Include intprops.h.
48067         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
48068         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
48069         302/1000.
48070         * lib/inttostr.h: Include intprops.h instead of limits.h.
48071         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
48072         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
48073         for consistency with intprops.h.
48074         (time_t_is_integer, twos_complement_arithmetic): Use them.
48075         * lib/sig2str.h: Include <signal.h>, intprops.h.
48076         (INT_STRLEN_BOUND): Remove.
48077         * lib/strftime.c (TYPE_SIGNED): Remove.
48078         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
48079         * lib/strtol.c: Adjust comments to match intprops.h.
48080         * lib/userspec.c: Include intprops.h.
48081         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
48082         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
48083         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
48084         instead of rolling our own expressions.
48085         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
48086
48087         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
48088         instead of int.
48089         (my_strftime): Do not mishandle years close to INT_MAX, by doing
48090         the right thing even if adding 1900 would overflow.  Similarly
48091         for tm_mon + 1 and tm_yday + 1.
48092         Make %Y always equivalent to %C%y, and similarly for %G and %g.
48093         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
48094         (DO_SIGNED_NUMBER): New macro.
48095         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
48096
48097 2005-03-07  Bruno Haible  <bruno@clisp.org>
48098
48099         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
48100
48101 2005-03-07  Bruno Haible  <bruno@clisp.org>
48102
48103         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
48104
48105 2005-03-04  Derek R. Price  <derek@ximbiot.com>
48106
48107         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
48108         (func_import): Only replace files via --import when they have actually
48109         changed.
48110
48111 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48112
48113         * m4/mmap-anon.m4: New file.
48114         * m4/pagealign_alloc.m4: New file.
48115
48116 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48117             Bruno Haible  <bruno@clisp.org>
48118
48119         * modules/pagealign_alloc: New file.
48120         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
48121
48122 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48123             Bruno Haible  <bruno@clisp.org>
48124
48125         * lib/pagealign_alloc.h: New file.
48126         * lib/pagealign_alloc.c: New file.
48127
48128 2005-03-03  Bruno Haible  <bruno@clisp.org>
48129
48130         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
48131         Use an all-permissive copyright notice, recommended by RMS.
48132
48133 2005-03-02  Bruno Haible  <bruno@clisp.org>
48134
48135         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
48136         of AIX, the replacement has to be done only after <string.h> is
48137         included, therefore not in config.h. stpncpy.h does the replacement,
48138         and stpncpy.c uses it.
48139
48140 2005-03-02  Bruno Haible  <bruno@clisp.org>
48141
48142         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
48143         stpncpy.c uses it.
48144
48145 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48146
48147         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
48148         The workaround isn't strictly needed for POSIX conformance, and
48149         it's too much of a pain to configure and maintain.  We'll ask
48150         people to fix their kernels instead.
48151         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
48152         (NANOSLEEP_BUG_WORKAROUND): Remove.
48153         (xnanosleep): Remove the workaround.
48154
48155 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48156
48157         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
48158         Reported by Derek Price.
48159         (Include): Add "timespec.h".
48160
48161         * modules/xnanosleep (Depends-on): Remove gethrxtime.
48162
48163 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48164
48165         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
48166         to detect nanosleep bug.
48167
48168 2005-03-01  Bruno Haible  <bruno@clisp.org>
48169
48170         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
48171
48172 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48173
48174         * modules/gethrxtime: New file.
48175         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
48176         (Depends-on): Add gethrxtime.
48177         (configure.ac): Add gl_XNANOSLEEP.
48178         (Makefile.am): Remove lib_SOURCES line.
48179
48180 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
48181
48182         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
48183         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
48184
48185 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
48186
48187         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
48188         * lib/timespec.h (gettime): Return void, since it always
48189         succeeds now.  All uses changed.
48190         * lib/gettime.c (gettime) Likewise.
48191         [HAVE_NANOTIME]: Prefer nanotime.
48192         Assume gettimeofday succeeds, as POSIX requires.
48193         Assime time () succeeds, since other code already does.
48194         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
48195         (timespec_subtract): Remove.
48196         (NANOSLEEP_BUG_WORKAROUND): New constant.
48197         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
48198         things considerably.  Use it only on GNU/Linux hosts, since the
48199         workaround shouldn't be needed elsewhere.
48200
48201 2005-02-24  Bruno Haible  <bruno@clisp.org>
48202
48203         * modules/gettext (Files): Add m4/glibc2.m4.
48204
48205 2005-02-24  Bruno Haible  <bruno@clisp.org>
48206
48207         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
48208         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
48209         * m4/progtest.m4:
48210         Update from GNU gettext 0.14.2.
48211         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
48212
48213 2005-02-24  Bruno Haible  <bruno@clisp.org>
48214
48215         * lib/localcharset.c: Update from GNU gettext 0.14.2.
48216         * lib/config.charset: Update from GNU gettext 0.14.2.
48217
48218 2005-02-24  Bruno Haible  <bruno@clisp.org>
48219
48220         * lib/gettext.h: Update from GNU gettext 0.14.2.
48221
48222 2005-02-23  Simon Josefsson  <jas@extundo.com>
48223
48224         * m4/iconvme.m4: New file.
48225
48226 2005-02-23  Jim Meyering  <jim@meyering.net>
48227
48228         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
48229         change.
48230         Thanks to Bruno Haible for catching it.
48231
48232 2005-02-22  Simon Josefsson  <jas@extundo.com>
48233
48234         * modules/iconvme: New file.
48235
48236         * MODULES.html.sh: Add iconvme.
48237
48238 2005-02-22  Simon Josefsson  <jas@extundo.com>
48239
48240         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
48241
48242 2005-02-22  Simon Josefsson  <jas@extundo.com>
48243
48244         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
48245
48246 2005-02-22  Jim Meyering  <jim@meyering.net>
48247
48248         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
48249         s/ifndef/ifdef/.
48250
48251 2005-02-20  Neil Conway  <neilc@samurai.com>
48252
48253         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
48254         returned by OSX/Darwin if the specified buffer is not large
48255         enough for the hostname.
48256
48257 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48258
48259         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
48260         pass it to _help, otherwise the latter coredumps trying to
48261         dereference state.root_argp.
48262
48263 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48264
48265         * modules/chdir-long (Depends-on): Add memrchr.
48266         * modules/memrchr (Files): Add lib/memrchr.h.
48267         (Include): "memrchr.h".
48268
48269 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48270
48271         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
48272
48273 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48274
48275         * lib/memrchr.h: New file.
48276         * lib/chdir-long.c: Include it.
48277         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
48278         Don't bother including stddef.h.
48279
48280 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
48281
48282         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
48283         inclusion.
48284         Include <sys/types.h>, for dev_t.
48285         (ME_DUMMY, ME_REMOTE): Move from here....
48286         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
48287         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
48288         Dmitry V. Levin.
48289         Include mountlist.h first, to test the interface.
48290
48291 2005-01-29  Bruno Haible  <bruno@clisp.org>
48292
48293         * lib/progname.c (program_name): Initialize.
48294         Needed when linking statically on MacOS X.
48295
48296 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
48297
48298         Sync from coreutils.
48299         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
48300         (Depends-on): Add c-strtod.
48301         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
48302
48303 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
48304
48305         Sync from coreutils.
48306         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
48307
48308         Remove files that are specific to coreutils.
48309         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
48310
48311 2005-01-28  Bruno Haible  <bruno@clisp.org>
48312
48313         * modules/javacomp: New file.
48314         * MODULES.html.sh (Java): Add javacomp.
48315
48316 2005-01-28  Bruno Haible  <bruno@clisp.org>
48317
48318         * m4/javacomp.m4: New file, from GNU gettext.
48319
48320 2005-01-28  Bruno Haible  <bruno@clisp.org>
48321
48322         * lib/javacomp.sh.in: New file, from GNU gettext.
48323         * lib/javacomp.h: New file, from GNU gettext.
48324         * lib/javacomp.c: New file, from GNU gettext.
48325
48326 2005-01-26  Simon Josefsson  <jas@extundo.com>
48327
48328         * lib/gai_strerror.c: Use GPL in header.
48329
48330 2005-01-26  Bruno Haible  <bruno@clisp.org>
48331
48332         * modules/javaexec: New file.
48333         * MODULES.html.sh (Java): Add javaexec.
48334
48335 2005-01-26  Bruno Haible  <bruno@clisp.org>
48336
48337         * m4/javaexec.m4: New file, from GNU gettext.
48338
48339 2005-01-26  Bruno Haible  <bruno@clisp.org>
48340
48341         * lib/javaexec.sh.in: New file, from GNU gettext.
48342         * lib/javaexec.h: New file, from GNU gettext.
48343         * lib/javaexec.c: New file, from GNU gettext.
48344
48345 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48346
48347         * modules/lchown (Depends-on): Remove lchown.h
48348
48349 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48350
48351         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
48352         must be defined if the header file was not found, in order
48353         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
48354
48355 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48356
48357         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
48358         initializers for struct pentry_state.
48359         (__argp_error): Check return value of __asprintf
48360         (__argp_failure): Translate error message
48361
48362         * lib/argp-parse.c: Removed braces around the expansion of N_()
48363
48364 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48365
48366         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
48367         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
48368         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
48369         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
48370         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
48371         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
48372         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
48373         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
48374         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
48375         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
48376         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
48377         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
48378         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
48379         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
48380         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
48381         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
48382         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
48383         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
48384         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
48385         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
48386         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
48387         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
48388         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
48389         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
48390         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
48391         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
48392         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
48393         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
48394         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
48395         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
48396         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
48397         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
48398         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
48399         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
48400         xstrtol.m4, xstrtoumax.m4, yesno.m4:
48401         Use an all-permissive copyright notice, recommended by RMS.
48402
48403 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
48404
48405         * modules/chdir-long (Depends-on): Remove mempcpy.
48406
48407 2005-01-21  Jim Meyering  <jim@meyering.net>
48408
48409         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
48410         same value as for Solaris 9.
48411
48412         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
48413         component length.  This included changing the parameter to be
48414         of type `char *' rather than `char const *'.
48415         * lib/chdir-long.h (chdir_long): Update prototype.
48416
48417         * lib/openat.c (fdopendir, fstatat): New functions.
48418         * lib/openat.h: Include headers required for use of DIR and struct
48419         stat.
48420         [AT_SYMLINK_NOFOLLOW]: Define.
48421         (fdopendir, fstatat): Add prototypes.
48422
48423 2005-01-21  Bruno Haible  <bruno@clisp.org>
48424
48425         * modules/classpath: New file.
48426         * MODULES.html.sh (Java): Add classpath.
48427
48428 2005-01-21  Bruno Haible  <bruno@clisp.org>
48429
48430         * lib/classpath.h: New file, from GNU gettext.
48431         * lib/classpath.c: New file, from GNU gettext.
48432
48433 2005-01-20  Simon Josefsson  <jas@extundo.com>
48434
48435         * modules/version-etc-fsf: New file.
48436
48437 2005-01-20  Simon Josefsson  <jas@extundo.com>
48438
48439         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
48440         * lib/version-etc.c: Remove version_etc_copyright.
48441         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
48442         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
48443
48444 2005-01-20  Simon Josefsson  <jas@extundo.com>
48445
48446         * lib/base64.h (isbase64): Add.
48447
48448         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
48449         using a unsigned prototype, don't inline.
48450         (base64_decode): Use it.
48451
48452 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48453
48454         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
48455         it.
48456
48457 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48458
48459         * lib/save-cwd.c (save_cwd): Remove code to support the case
48460         where fchdir is missing or flaky.
48461
48462 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48463
48464         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
48465
48466 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
48467
48468         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
48469         AC_LIBSOURCES now does this.
48470         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
48471         with new ullong_max module.
48472
48473 2005-01-19  Bruno Haible  <bruno@clisp.org>
48474
48475         * modules/sh-quote: New file.
48476         * MODULES.html.sh (Executing programs): Add sh-quote.
48477
48478 2005-01-19  Bruno Haible  <bruno@clisp.org>
48479
48480         * lib/sh-quote.h: New file, from GNU gettext.
48481         * lib/sh-quote.c: New file, from GNU gettext.
48482
48483 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
48484
48485         Merge from coreutils.
48486         * m4/ullong_max.m4: New file.
48487         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
48488         (gl_MACROS): Assume localeconv exists.
48489
48490 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
48491
48492         Merge changes from coreutils, as described below in several
48493         changelogs dated today.
48494
48495         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
48496         (O_DIRECTORY): Remove; not needed here, since "." must be
48497         a directory.  All uses removed.
48498         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
48499         universal on Suns, and we also need to test for IRIX.
48500         Revamp code to use 'if' rather than '#if'.
48501         Avoid unnecessary comparison of cwd->desc to 0.
48502
48503         * lib/utimens.c (futimens): Robustify the previous patch, by checking
48504         for known valid error numbers rather than observed invalid ones.
48505
48506 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
48507
48508         * modules/ullong_max: New file.
48509
48510         * modules/chdir-long, modules/openat: New files.
48511         * modules/save-cwd (Depends-on): Depend on chdir-long.
48512         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
48513
48514 2005-01-18  Jim Meyering  <jim@meyering.net>
48515
48516         Merge from coreutils.
48517         * m4/chdir-long.m4, m4/openat.m4: New files.
48518         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
48519         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
48520         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
48521         is sane and DOES follow symlinks.  Besides, testing 20 different
48522         systems found no broken chown implementations.
48523         Prompted by a change in rsync's copy of this macro.
48524         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
48525
48526         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
48527
48528         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
48529         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
48530         NULL-means-set-to-current-time semantics.
48531         Remove temporary file immediately, rather than waiting
48532         for configure's at-exit trap code to do it.
48533
48534 2005-01-18  Jim Meyering  <jim@meyering.net>
48535
48536         * lib/version-etc.c (version_etc_copyright): Update copyright date.
48537
48538         * lib/utimens.c (futimens): Account for the fact that futimes
48539         can also fail with errno == ENOSYS or errno == ENOENT.
48540         Patch from Dmitry V. Levin.
48541
48542         Change the name of the robust chdir function from chdir to chdir_long.
48543         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
48544         (restore_cwd): Use chdir_long, not chdir.
48545         * lib/chdir-long.c: Renamed from chdir.c.
48546         * lib/chdir-long.h: Renamed from chdir.h.
48547         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
48548         Hurd.
48549
48550 2005-01-18  Bruno Haible  <bruno@clisp.org>
48551
48552         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
48553         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
48554         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
48555         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
48556         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
48557         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
48558         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
48559         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
48560         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
48561         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
48562         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
48563         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
48564         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
48565         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
48566         Use an all-permissive copyright notice, recommended by RMS.
48567
48568 2005-01-18  Bob Proulx  <bob@proulx.com>
48569
48570         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
48571         simplify offsetof() macro construct to avoid compile failure with
48572         native HP-UX 11.0 ANSI C compiler.
48573
48574 2005-01-17  Bruno Haible  <bruno@clisp.org>
48575
48576         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
48577         redundant because stpncpy.m4 takes care of it.
48578
48579 2005-01-17  Bruno Haible  <bruno@clisp.org>
48580
48581         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
48582
48583 2005-01-17  Bruno Haible  <bruno@clisp.org>
48584
48585         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
48586         used.
48587
48588 2005-01-17  Bruno Haible  <bruno@clisp.org>
48589
48590         * lib/fwriteerror.h (fwriteerror): Change specification to include
48591         fclose.
48592         * lib/fwriteerror.c: Include <stdbool.h>.
48593         (fwriteerror): At the end, close the file stream. Record whether
48594         stdout was already closed.
48595
48596 2005-01-17  Bruno Haible  <bruno@clisp.org>
48597
48598         * lib/execute.c (environ): Declare if needed.
48599         * lib/pipe.c (environ): Likewise.
48600         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
48601
48602 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48603
48604         * modules/argp: Depend on vsnprintf
48605
48606 2005-01-10  Jim Meyering  <jim@meyering.net>
48607
48608         * modules/closeout (Depends-on): Add atexit.
48609
48610 2005-01-06  Bruno Haible  <bruno@clisp.org>
48611
48612         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
48613
48614 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48615
48616         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
48617         definitions to be after all include files, to avoid collisions.
48618         Problem reported by Bob Proulx.
48619
48620 2005-01-04  Jim Meyering  <jim@meyering.net>
48621
48622         Changes imported from coreutils.
48623         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
48624         as the mkstemp template, use a temporary directory and an
48625         8.3-friendly template to avoid trouble on systems like DJGPP.
48626         Reported by Juan M. Guerrero via Stepan Kasal.
48627         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
48628         close. Remove the temporary directory right away, rather than waiting
48629         for configure's at-exit trap code to do it.
48630         Suggestion from Stepan Kasal.
48631
48632 2005-01-01  Simon Josefsson  <jas@extundo.com>
48633
48634         * gnulib-tool: Print #include directives when --import'ing.
48635
48636 2004-12-28  Simon Josefsson  <jas@extundo.com>
48637
48638         * tests/test-base64.c: Include required header files.  Remove
48639         unused variables.
48640
48641 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
48642
48643         * modules/error (Depends-on): Remove gettext.
48644
48645 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
48646
48647         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
48648         not needed.  This removes a dependency on the gettext module.
48649         [defined _LIBC]: Do not include <libintl.h>; not needed.
48650
48651 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
48652
48653         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
48654         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
48655
48656 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
48657
48658         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
48659         HAVE_DECL_STRTOLD.
48660
48661 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
48662
48663         * modules/getdate (Depends-on): Remove alloca-opt.
48664
48665 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
48666
48667         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
48668
48669 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
48670
48671         * lib/argp-parse.c: Include <stddef.h>.
48672         (alignof, alignto): New macros.
48673         (parser_init): Don't assume that void * is aligned sufficiently
48674         for struct option.
48675
48676         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
48677         need to extend the stack.
48678         (YYINITDEPTH): New macro, so that the initial stack isn't overly
48679         large.
48680
48681 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48682
48683         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
48684
48685 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
48686
48687         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
48688         (2004-10-24) change.  Apparently this was a false alarm.
48689
48690         * modules/getdate: Depend on alloca-opt, not alloca.
48691
48692 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
48693
48694         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
48695         Remove now-obsolete comment about AIX.
48696         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
48697         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
48698         (YYMAXDEPTH): New macro.
48699
48700 2004-12-18  Simon Josefsson  <jas@extundo.com>
48701
48702         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
48703
48704 2004-12-18  Bruno Haible  <bruno@clisp.org>
48705
48706         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
48707
48708 2004-12-18  Bruno Haible  <bruno@clisp.org>
48709
48710         * lib/fatal-signal.c (fatal_signals): Make non-const.
48711         (init_fatal_signals): New function.
48712         (uninstall_handlers, install_handlers): Ignore signals that were set to
48713         SIG_IGN.
48714         (at_fatal_signal): Call init_fatal_signals.
48715         (init_fatal_signal_set): Likewise. Ignore signals that were set to
48716         SIG_IGN.
48717         Reported by Paul Eggert.
48718
48719 2004-12-18  Bruno Haible  <bruno@clisp.org>
48720
48721         * doc/alloca.texi: New file.
48722         * doc/alloca-opt.texi: New file.
48723
48724 2004-12-17  Jim Meyering  <jim@meyering.net>
48725
48726         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
48727         Otherwise, install-sh could exit with improper exit status when
48728         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
48729
48730 2004-12-16  Simon Josefsson  <jas@extundo.com>
48731
48732         * tests/test-base64.c: Add license.
48733
48734 2004-12-15  Stepan Kasal  <address@hidden>
48735
48736         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
48737
48738 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
48739
48740         * modules/getcwd (Files): Add m4/d-ino.m4.
48741         Suggested by Mark D. Baushke.
48742
48743 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
48744
48745         * lib/getdate.y (textint): New member "negative".
48746         (time_zone_hhmm): New function.
48747         Expect 14 shift-reduce conflicts, not 13.
48748         (o_colon_minutes): New rule.
48749         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
48750         (yylex): Set the "negative" member of signed numbers.
48751
48752 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
48753
48754         * doc/getdate.texi (Time of day items, Time zone items):
48755         Describe new formats +00:00, UTC+00:00.
48756
48757 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48758
48759         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
48760         spurious "-l"s.  Problem reported by Stepan Kasal.
48761
48762 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
48763
48764         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
48765         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
48766
48767 2004-12-04  Simon Josefsson  <jas@extundo.com>
48768
48769         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
48770         Vandoorselaere <yoann@prelude-ids.org>.
48771
48772 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
48773
48774         Changes imported from coreutils.
48775         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
48776         exist.
48777         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
48778
48779 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
48780
48781         Changes imported from coreutils.
48782         * lib/hard-locale.c: Assume <locale.h> exists.
48783         Include "strdup.h".
48784         (GLIBC_VERSION): New macro.
48785         (hard_locale): Assume setlocale exists.
48786         Rewrite to avoid #ifdef.
48787         Use strdup rather than malloc + strcpy.
48788         * lib/human.c: Assume <locale.h> exists.
48789         (human_readable): Assume localeconv exists.
48790
48791 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
48792
48793         * modules/hard-locale (Depends-on): Add strdup.
48794
48795 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
48796
48797         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
48798         convert T2, not T.  (Imported from libc.)
48799
48800 2004-11-30  Simon Josefsson  <jas@extundo.com>
48801
48802         * modules/restrict (License): Change to LGPL.
48803
48804 2004-11-30  Simon Josefsson  <jas@extundo.com>
48805
48806         * m4/restrict.m4: Add copyright and copying conditions.
48807
48808 2004-11-30  Simon Josefsson  <jas@extundo.com>
48809
48810         * m4/base64.m4: New file.
48811
48812 2004-11-30  Simon Josefsson  <jas@extundo.com>
48813
48814         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
48815         base64.
48816
48817         * tests/test-base64.c: New file.
48818
48819         * modules/base64: New file.
48820
48821 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
48822
48823         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
48824         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
48825
48826         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
48827
48828 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
48829
48830         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
48831         (__getcwd.c): Don't restore errno; glibc doesn't.
48832         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
48833         first, falling back to our code only if its results look suspicious.
48834         Ensure that the resulting buffer is only as large as necessary.
48835
48836         * lib/readutmp.c: Include readutmp.h first.
48837         Include <errno.h>, since readutmp.h no longer does that.
48838         * lib/readutmp.h: Don't include <errno.h>,
48839         <sys/param.h>, <time.h>; not needed to establish interface.
48840         (errno): Remove decl.
48841         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
48842         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
48843         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
48844
48845 2004-11-28  Simon Josefsson  <jas@extundo.com>
48846
48847         * lib/base64.h, base64.c: New file.
48848
48849 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
48850
48851         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
48852
48853 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
48854
48855         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
48856         (Depends-on): Remove pathmax, same.  Add mempcpy.
48857         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
48858         (Makefile.am): Append getcwd.h to lib_SOURCES.
48859         (Include): Add getcwd.h.
48860         (Maintainer): Change from Jim Meyering to "all, glibc",
48861         since getdate now uses intended-for-glibc code.
48862         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
48863         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
48864
48865 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48866
48867         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
48868         HP's ANSI C compiler.
48869         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
48870         Declaring int functions causes warnings on some modern systems and
48871         shouldn't be needed to compile on ancient ones.
48872         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
48873         defined.
48874
48875         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
48876         with the following changes.
48877         (__set_errno): Parenthesize properly.
48878         Include <stdbool.h>.
48879         (MIN, MAX, MATCHING_INO): New macros.
48880         (__getcwd): Define with prototype, not K&R form.
48881         Use heuristics to allocate default buffer on stack if possible.
48882         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
48883         behavior, and to avoid the PATH_MAX limit when computing
48884         ../../../../...
48885         Use MATCHING_INO to compare inode number to file.
48886         Check for arithmetic overflow in size calculations.
48887         Fix bug in reallocation of dot array that caused getcwd to fail
48888         on directories nested deeper than 75.
48889         Be more careful about saving errno on error.
48890         Do not use realloc; use only free+malloc, as this is a bit
48891         more flexible and avoids a needless copy operation.
48892         Do not inspect st_dev and st_ino for symbolic links; POSIX
48893         doesn't specify the latter.
48894         Check for closedir errors.
48895         Avoid needless casts.
48896         Use "#ifdef weak_alias" around weak_alias, to be like other
48897         glibc code.
48898         The following changes to getcwd.c have effect only when used in
48899         gnulib; they have no effect inside glibc proper.
48900         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
48901         as alloca isn't used.
48902         (alloca, __alloca): Likewise.
48903         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
48904         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
48905         unconditionally, as gnulib assumes C89 or better.
48906         Do not include <sys/param.h>.
48907         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
48908         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
48909         better.
48910         (NULL) [!defined NULL]: Remove; we assume C89 or better.
48911         Include <dirent.h> in a way that is compatible with modern Autoconf.
48912         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
48913         New macros, if not already defined.
48914         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
48915         Use "_LIBC", not "defined _LIBC", for consistency.
48916         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
48917         a mempcpy module.
48918         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
48919         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
48920         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
48921         credit only to Jim Meyering and adjust the copyright dates.
48922         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
48923         <stdlib.h>, <unistd.h>, "pathmax.h".
48924         Instead, include "xgetcwd.h" (first) and "getcwd.h".
48925         (INITIAL_BUFFER_SIZE): Remove.
48926         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
48927
48928 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48929
48930         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
48931         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
48932         Use the _ONCE methods, for efficiency.
48933         Check for fcntl.h.  In test program, include <errno.h>
48934         and <fcntl.h> if available.  Remove old K&R cruft from
48935         test program.  Check for common errors in GNU/Linux,
48936         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
48937         don't do AC_LIBOBJ, as that's getcwd.m4's job.
48938         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
48939         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
48940         name accordingly.
48941         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
48942         accommodate new getcwd.c.
48943         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
48944         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
48945         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
48946         that's all we need now.
48947
48948 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48949
48950         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
48951         argp-parse.c depends on getopt internals, that means we should
48952         always use our getopt, to be on the safe side.
48953         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
48954         order not to spoil the result of an eventual previous invocation
48955         of gl_GETOPT_SUBSTITUTE.
48956
48957 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48958
48959         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
48960         redefinition warnings. To avoid them, include the defines
48961         in `#if !defined __need_getopt ... #endif'. The only place
48962         where __getopt_argv_const is used is in definitions
48963         of getopt_long and getopt_long_only below, which are as well
48964         protected by `#ifndef __need_getopt'.
48965         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
48966         __need_getopt after including <stdio.h> and <unistd.h> These
48967         headers might have defined it.
48968
48969 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
48970
48971         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
48972
48973 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
48974
48975         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
48976         (futimens): New function, which uses futimes if available.
48977         (futimens, utimens): Support timespec==NULL, with same semantics
48978         as utime and utimens.
48979         * lib/utimens.h (futimens): New decl.
48980
48981 2004-11-23  Jim Meyering  <jim@meyering.net>
48982
48983         * lib/getopt_.h: Remove trailing blanks.
48984
48985 2004-11-23  Jim Meyering  <jim@meyering.net>
48986
48987         * lib/__fpending.c: Add comment.
48988
48989 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
48990
48991         * modules/canonicalize (Depends-on): Add xreadlink.
48992         Problem reported by James Youngman.
48993
48994 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
48995
48996         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
48997         New macros.
48998         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
48999         optopt): Use them instead of invoking ## directly; otherwise, the
49000         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
49001
49002 2004-11-19  Bruno Haible  <bruno@clisp.org>
49003
49004         * lib/strtok_r.c: Move comments from here...
49005         * lib/strtok_r.h: ... to here.
49006
49007 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49008
49009         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
49010         implementations that mishandle size_t overflow.
49011
49012 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49013
49014         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
49015         might fail.  Problem reported by Yoann Vandoorselaere.
49016         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
49017         implementations that mishandle size_t overflow.
49018
49019 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49020
49021         * modules/canon-host (Depends-on): Add strdup.
49022
49023 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49024
49025         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
49026
49027 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49028
49029         * lib/canon-host.c: Include "strdup.h".
49030         (canon_host): Use getaddrinfo if available, so that IPv6 works.
49031         Use strdup instead of malloc/strcpy to duplicate strings.
49032
49033         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
49034         (human_space_before_unit): New constant.
49035         * lib/human.c (human_readable): Support it.
49036
49037         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
49038         (xgetcwd): Set errno correctly when failing.
49039         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
49040         the failure is actually due to a PATH_MAX problem.
49041
49042         Further getopt changes to make it more likely that glibc will
49043         buy the changes back.
49044         * lib/getopt.c (POSIXLY_CORRECT): New constant.
49045         (getopt): Use it, so to preserve glibc semantic
49046         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
49047         when compiling for libc.
49048         * lib/getopt_.h (__getopt_argv_const): Bring it back.
49049         (getopt_long, getopt_long_only): Use it.
49050
49051         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
49052         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
49053         (getopt): Argv is now char * const *, as per standard.
49054         (_getopt_internal_r, _getopt_internal): Argv is now char **,
49055         not char *__getopt_argv_const *.
49056         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
49057         _getopt_long_only_r): Likewise.
49058         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
49059         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
49060         _getopt_long_r, _getopt_long_only_r): Likewise.
49061         * lib/getopt_.h (__getopt_argv_const): Remove.
49062         (getopt): Argv is now char * const *, as per standard.
49063
49064         * lib/getdate.y (tORDINAL): New token.
49065         (day, relunit): Allow it for relative times.
49066         (relative_time_table): Use tORDINAL for ordinals.
49067
49068 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49069
49070         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
49071         Document that "second" isn't allowed as an ordinal number.
49072
49073 2004-11-16  Jim Meyering  <jim@meyering.net>
49074
49075         * modules/closeout (Depends-on): Add fpending.
49076
49077 2004-11-15  Jim Meyering  <jim@meyering.net>
49078
49079         * lib/closeout.c: Include "__fpending.h" once again.
49080         Include <stdbool.h>.
49081         (close_stdout): Don't fail just because stdout was closed initially,
49082         since some programs don't write to stdout in the normal course of
49083         operation (other than --version and --help), and we don't want this
49084         function to make e.g. `touch file >&-' fail.
49085         But do fail if it was closed and someone has tried to write to it.
49086         E.g., `printf foo >&-' must fail.
49087
49088 2004-11-13  Jim Meyering  <jim@meyering.net>
49089
49090         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
49091
49092 2004-11-12  Simon Josefsson  <jas@extundo.com>
49093
49094         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
49095         small doc fix is still pending.
49096
49097 2004-11-11  Simon Josefsson  <jas@extundo.com>
49098
49099         * modules/strtok_r: New file.
49100
49101         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49102         strtok_r.
49103
49104 2004-11-11  Simon Josefsson  <jas@extundo.com>
49105
49106         * m4/strtok_r.m4: New file.
49107
49108         * m4/getopt.m4: Replace opterr.
49109
49110 2004-11-11  Simon Josefsson  <jas@extundo.com>
49111
49112         * lib/strtok_r.h, strtok_r.c: New file.
49113
49114 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49115
49116         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
49117         of replacing opterr, getopt, etc.  This should handle the
49118         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
49119
49120 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49121
49122         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
49123         we can stop lying to compilers about the constness of argv when we
49124         are compiled outside glibc.
49125         (getopt, getopt_long, getopt_long_only): Use it.
49126         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
49127         _getopt_internal, getopt): Likewise.
49128         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
49129         _getopt_long_only_r): Likewise.
49130         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
49131         _getopt_long_r, _getopt_long_only_r): Likewise.
49132
49133         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
49134         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
49135         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
49136         the other external symbols.
49137         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
49138         declaration, since the above renaming now works around collisions.
49139
49140 2004-11-11  Jim Meyering  <jim@meyering.net>
49141
49142         * lib/linebreak.c: Remove trailing blanks.
49143         * lib/alloca_.h: Likewise.
49144         * lib/acosl.c: Likewise.
49145         * lib/euidaccess.c: Likewise.
49146         * lib/allocsa.h: Likewise.
49147
49148 2004-11-10  Simon Josefsson  <jas@extundo.com>
49149
49150         * m4/getaddrinfo.m4: New file.
49151
49152 2004-11-10  Simon Josefsson  <jas@extundo.com>
49153
49154         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
49155
49156 2004-11-10  Simon Josefsson  <jas@extundo.com>
49157
49158         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49159         getaddrinfo.
49160
49161         * modules/getaddrinfo: New file.
49162
49163 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49164
49165         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
49166
49167 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49168
49169         * lib/mktime.c (SHR): New macro, which is a portable
49170         substitute for >> that should work even on Crays.
49171         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
49172         Problem reported by Mark D. Baushke in
49173         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
49174         * lib/getdate.y (SHR): Likewise.
49175         (tm_diff): Use it.
49176         * lib/strftime.c (SHR): Likewise.
49177         (tm_diff): Use it.
49178         * lib/quotearg.c (struct quoting_options): Use unsigned int for
49179         quote_these_too, so that right shifts are well defined.  All uses
49180         changed.
49181
49182 2004-11-10  Jim Meyering  <jim@meyering.net>
49183
49184         Ensure that no close failure goes unreported.
49185         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
49186         return early when it seems there's nothing to flush.
49187         Don't include __fpending.h.
49188
49189 2004-11-10  Jim Meyering  <jim@meyering.net>
49190
49191         * modules/closeout (Depends-on): Remove fpending.
49192
49193 2004-11-10  Jim Meyering  <jim@meyering.net>
49194
49195         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
49196
49197 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
49198
49199         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
49200         gl_FUNC_STRFTIME.
49201         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
49202         and AC_REQUIRE when possible, to avoid duplicate checks.
49203         Check for <wchar.h>.
49204
49205 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
49206
49207         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
49208
49209 2004-11-09  Bruno Haible  <bruno@clisp.org>
49210
49211         * m4/sockpfaf.m4: New file.
49212
49213 2004-11-05  Bruno Haible  <bruno@clisp.org>
49214
49215         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
49216         Reported by Mark D. Baushke <mdb@cvshome.org>.
49217
49218 2004-11-04  Bruno Haible  <bruno@clisp.org>
49219
49220         2004-09-11  Bruno Haible  <bruno@clisp.org>
49221                 * allocsa.valgrind: New file.
49222         2004-02-06  Bruno Haible  <bruno@clisp.org>
49223                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
49224                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
49225                 Reported by Christopher Seip <chris.seip@hp.com>.
49226
49227 2004-11-04  Bruno Haible  <bruno@clisp.org>
49228
49229         * modules/allocsa (Files): Add lib/allocsa.valgrind.
49230         (Makefile.am): Distribute it.
49231
49232 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
49233
49234         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
49235         with errno == ERANGE if the buffer is too small.
49236         Problem reported by Mark D. Baushke.
49237
49238 2004-11-03  Albert Chin  <china@thewrittenword.com>
49239             Paul Eggert  <eggert@cs.ucla.edu>
49240
49241         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
49242         equivalent, substitute $ac_type for equivalent type rather than
49243         blindly using uint32_t *always* which won't work if uint32_t is not
49244         available.  Define _UINT32_T to work around typedef of uint32_t if
49245         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
49246         2.5.1.
49247
49248 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49249
49250         * m4/jm-macros.m4: Sync from coreutils.
49251         (gl_MACROS): Check for mbrlen, for pathchk.
49252         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
49253
49254 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49255
49256         * lib/xreadlink.c (MAXSIZE): New macro.
49257         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
49258         size does not exceed MAXSIZE.  Avoid cast.
49259         As suggested by Mark D. Baushke in
49260         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
49261         if readlink fails with buffer size just under MAXSIZE, try again
49262         with MAXSIZE.
49263
49264 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49265
49266         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
49267
49268 2004-11-02  Derek R. Price  <derek@ximbiot.com>
49269         and  Paul Eggert  <eggert@cs.ucla.edu>
49270
49271         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
49272         (get_date): Overparenthesize to avoid GCC warning.
49273
49274 2004-11-02  Bruno Haible  <bruno@clisp.org>
49275
49276         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
49277         returns void.
49278
49279 2004-11-02  Bruno Haible  <bruno@clisp.org>
49280
49281         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
49282         function returns void.
49283
49284 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
49285
49286         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
49287         fflush_unlocked, flockfile, funlockfile, funlockfile,
49288         fputs_unlocked, putc_unlocked.
49289
49290 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
49291
49292         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
49293         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
49294         already declared.
49295
49296 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49297
49298         * modules/getdate (Files): Add doc/getdate.texi.
49299         (Depends-on): Add setenv, xalloc.
49300
49301 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49302
49303         * lib/getdate.y: Add support for TZ="foo" within a date string.
49304         Fix some bugs near time_t boundaries.  Reject dates with
49305         out-of-range components, e.g., "Sept 31".
49306         Include <stdlib.h>, "setenv.h", "xalloc.h".
49307         (ISDIGIT_LOCALE): Remove; unused.
49308         Note that the TZ and time functions used here are not reentrant.
49309         (mktime_ok, get_tz): New functions.
49310         (TZBUFSIZE): New constant.
49311         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
49312         This requires that we sometimes generate our own TZ="XXX..." setting.
49313
49314 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49315
49316         * doc/getdate.texi: New file, from coreutils with modifications for
49317         the new TZ parsing.
49318
49319 2004-10-27  Derek R. Price  <derek@ximbiot.com>
49320
49321         * lib/mktime.c (not_equal_tm): Remove redundant check.
49322
49323 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
49324
49325         * modules/regex (lib_SOURCES): Add regex.c.
49326         Reported by James Youngman in
49327         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
49328
49329 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
49330
49331         * lib/getdate.y: Use Bison 1.875 features, and some minor
49332         code cleanups.  This change does not affect semantics.
49333         Don't include <stdlib.h>; no longer needed.
49334         Don't include unlocked-io.h; only the "#if TEST" code uses
49335         stdio, and performance isn't crucial there.
49336         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
49337         Bison 1.875 features as described below.
49338         All uses of "PC." replaced by "pc->".
49339         (YYSTYPE): Add a forward declaration.
49340         (yylex, yyerror): Use full prototypes in forward decls.
49341         Use "%pure-parser" rather than obsolescent "%pure_parser".
49342         Use %parse-param and %lex-param instead of obsolescent
49343         YYPARSE_PARAM and YYLEX_PARAM.
49344         (meridian_table, month_and_day_table, time_units_table,
49345         relative_time_table, time_zone_table, military_table,
49346         lookup_zone, lookup_word, get_date):
49347         Use NULL instead of 0 where appropriate.
49348         (to_hour): Avoid abort (), to avoid a dependency on
49349         stdlib.h.
49350         (yyerror, yylex): Now accepts parser_control * arg.
49351         (main) [TEST]: Use '\0' rather than 0 for char.
49352
49353 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
49354
49355         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
49356
49357 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
49358
49359         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
49360         It's now the caller's responsibility to handle the case where
49361         !HAVE_GETPAGESIZE && !defined getpagesize.
49362
49363         * lib/mktime.c (leapyear): Arg is long int, not int.
49364
49365 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
49366
49367         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
49368
49369 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
49370
49371         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
49372         missing.  Problem reported by James Youngman.
49373
49374 2004-10-16  Simon Josefsson  <jas@extundo.com>
49375
49376         * gnulib-tool: Fix comments.  Fix parse problem.
49377         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
49378
49379 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
49380
49381         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
49382         implementation of getopt_long.  Problem reported by Alexander Taler in:
49383         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
49384
49385 2004-10-15  Bruno Haible  <bruno@clisp.org>
49386
49387         * gnulib-tool: Untabify. Initialize supplied_libname.
49388         (func_usage): More homogenous output.
49389         (func_modules_transitive_closure, func_modules_to_filelist,
49390         func_emit_lib_Makefile_am): New functions.
49391         (func_import): New function, extracted from big case statement. Use
49392         func_get_license, func_modules_transitive_closure,
49393         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
49394         opt_lgpl. Don't use test -a, as it's not portable.
49395         (func_create_testdir): Use func_modules_transitive_closure,
49396         func_modules_to_filelist, func_emit_lib_Makefile_am.
49397
49398 2004-10-15  Bruno Haible  <bruno@clisp.org>
49399
49400         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
49401
49402 2004-10-15  Bruno Haible  <bruno@clisp.org>
49403
49404         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
49405         the portions belonging to each module.
49406         Suggested by Derek Robert Price <derek@ximbiot.com>.
49407
49408 2004-10-12  Simon Josefsson  <jas@extundo.com>
49409
49410         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
49411         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
49412         to real functions.
49413
49414 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49415
49416         * modules/vsnprintf: New file.
49417
49418 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49419
49420         * m4/vsnprintf.m4: New file.
49421
49422 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49423
49424         * lib/vsnprintf.h: New file.
49425         * lib/vsnprintf.c: New file.
49426
49427 2004-10-11  Bruno Haible  <bruno@clisp.org>
49428
49429         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
49430         vsnprintf.
49431
49432 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49433
49434         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
49435
49436 2004-10-07  Bruno Haible  <bruno@clisp.org>
49437
49438         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
49439         fits into the provided buffer.
49440
49441 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49442
49443         * lib/diacrit.c, diacrit.h: Add GPL notice.
49444
49445         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
49446         notice.
49447         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
49448         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
49449         This avoids a potential constant-folding bug.
49450
49451 2004-10-05  Bruno Haible  <bruno@clisp.org>
49452
49453         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
49454         for the declaration of strsep.
49455
49456 2004-10-05  Bruno Haible  <bruno@clisp.org>
49457
49458         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
49459
49460 2004-10-04  Simon Josefsson  <jas@extundo.com>
49461
49462         * modules/memmem: New file.
49463         * tests/test-memmem.c: New file.
49464         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
49465
49466 2004-10-04  Simon Josefsson  <jas@extundo.com>
49467
49468         * m4/memmem.m4: New file.
49469
49470 2004-10-04  Simon Josefsson  <jas@extundo.com>
49471
49472         * lib/memmem.h: New file.
49473         * lib/memmem.c: New file, taken from glibc.
49474
49475 2004-10-04  Simon Josefsson  <jas@extundo.com>
49476
49477         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
49478         '#ifdef USE_UNLOCKED_IO'.
49479
49480 2004-10-04  Simon Josefsson  <jas@extundo.com>
49481
49482         * config/srclist.txt: Add memmem from glibc.
49483
49484 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49485
49486         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
49487
49488         * modules/argmatch, modules/argp, modules/closeout, modules/error,
49489         modules/exclude, modules/getdate, modules/getline,
49490         modules/getndelim2, modules/getpass, modules/getpass-gnu,
49491         modules/getusershell, modules/linebuffer, modules/md5,
49492         modules/mountlist, modules/posixtm, modules/readtokens,
49493         modules/readutmp, modules/regex, modules/sha1,
49494         modules/version-etc, modules/yesno:
49495         Remove dependency on unlocked-io.
49496
49497 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49498
49499         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
49500
49501         * m4/unlocked-io.m4: Add copyright notice.
49502         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
49503
49504 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49505
49506         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
49507         * lib/xmalloc.c (xmemdup): Likewise.
49508         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
49509         XFREE): Remove these long-obsolescent macros.
49510         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
49511         * lib/xstrdup.c: Remove.
49512
49513         * lib/regex.c (re_comp): Cast gettext return value to char *,
49514         Problem reported by Martin Neitzel via Mark D. Baushke.
49515
49516 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
49517
49518         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
49519         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
49520         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
49521         regex.c, sha1.c, version-etc.c, yesno.c:
49522         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
49523         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
49524         the includer's responsibility.
49525
49526         Sync from coreutils.
49527
49528         * lib/modechange.c (mode_compile): Don't decrement a pointer that
49529         points to the start of a string, as the C Standard says the
49530         resulting behavior is undefined.
49531
49532         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
49533         simple -> simple_backups, numbered_existing ->
49534         numbered_existing_backups, numbered -> numbered_backups
49535         to avoid shadowing problems.  All uses changed.
49536         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
49537         * lib/backupfile.c (check_extension, numbered_backup):
49538         Rename locals to avoid shadowing 'basename'.
49539         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
49540         once.
49541
49542         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
49543         * lib/.cvsignore: Add getopt.h.
49544
49545 2004-10-04  Bruno Haible  <bruno@clisp.org>
49546
49547         * modules/README: New file.
49548         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
49549         not a module.
49550
49551 2004-10-02  Jim Meyering  <jim@meyering.net>
49552
49553         * lib/dirfd.h, getpagesize.h: Add copyright notice.
49554
49555 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49556
49557         * modules/strsep: New file.
49558
49559 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49560
49561         * m4/strsep.m4: New file.
49562
49563 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
49564
49565         * lib/strsep.h: New file.
49566         * lib/strsep.c: New file.
49567
49568 2004-10-01  Simon Josefsson  <jas@extundo.com>
49569
49570         * lib/snprintf.c (snprintf): Handle size==0.
49571
49572 2004-10-01  Simon Josefsson  <jas@extundo.com>
49573             Bruno Haible  <bruno@clisp.org>
49574
49575         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
49576         (snprintf): Declare 'args'.
49577
49578 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
49579
49580         * lib/snprintf.c: Remove comments as to why each header is needed.
49581
49582 2004-10-01  Bruno Haible  <bruno@clisp.org>
49583
49584         * MODULES.html.sh: Add strsep.
49585
49586 2004-09-30  Simon Josefsson  <jas@extundo.com>
49587
49588         * modules/snprintf: New file.
49589
49590 2004-09-30  Simon Josefsson  <jas@extundo.com>
49591
49592         * m4/snprintf.m4: New file.
49593
49594 2004-09-30  Simon Josefsson  <jas@extundo.com>
49595
49596         * lib/snprintf.h, lib/snprintf.c: New files.
49597
49598 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49599
49600         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
49601         (hol_entry_help): Never translate an empty string.
49602         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
49603         * lib/argp.h (OPTION_NO_TRANS): New option.
49604
49605 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
49606
49607         * modules/argp (Maintainer): Replace Simon Josefsson
49608         by Sergey Poznyakoff.
49609
49610 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
49611
49612         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
49613         changes merged back into glibc.
49614
49615 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
49616
49617         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
49618
49619 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
49620
49621         * lib/xvasprintf.c: Include xalloc.h.
49622         (xvasprintf): Use xalloc_die, not xmalloc_die.
49623
49624 2004-09-29  Bruno Haible  <bruno@clisp.org>
49625
49626         * modules/alloca-opt: New file, derived from modules/alloca.
49627         * modules/allocsa: Depend on alloca-opt instead of alloca.
49628         * modules/setenv: Likewise.
49629         * modules/vasnprintf: Likewise.
49630         * MODULES.html.sh: Add alloca-opt.
49631
49632 2004-09-28  Simon Josefsson  <jas@extundo.com>
49633
49634         * gnulib-tool: New parameter --lgpl, to asseert that modules are
49635         LGPL, and to replace license template from GPL to LGPL.
49636
49637 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
49638
49639         * modules/dummy: Change license to LGPL.
49640
49641 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
49642
49643         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
49644
49645 2004-09-24  Simon Josefsson  <jas@extundo.com>
49646
49647         * modules/minmax (License): Change from GPL to LGPL.
49648
49649 2004-09-23  Simon Josefsson  <jas@extundo.com>
49650
49651         * gnulib-tool (--import): Typo.
49652
49653 2004-09-23  Simon Josefsson  <jas@extundo.com>
49654
49655         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
49656
49657 2004-09-22  Bruno Haible  <bruno@clisp.org>
49658
49659         * modules/*: Add 'License' field.
49660         * gnulib-tool: Accept --extract-license option.
49661         (func_get_license): New function.
49662
49663 2004-09-21  Bruno Haible  <bruno@clisp.org>
49664
49665         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
49666         Reported by Simon Josefsson.
49667
49668 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
49669
49670         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
49671         gl_AC_TYPE_LONG_LONG.
49672
49673 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
49674
49675         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
49676
49677 2004-09-18  Simon Josefsson  <jas@extundo.com>
49678         and  Paul Eggert  <eggert@cs.ucla.edu>
49679
49680         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
49681         calls with autoreconf.  Define GL_LIB.
49682
49683 2004-09-14  Karl Berry  <karl@gnu.org>
49684
49685         * config/srclist.txt: unsync setenv.c, sigh.
49686
49687 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
49688
49689         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
49690         Problem reported by Bruno Haible in:
49691         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
49692
49693 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
49694
49695         * config/srclist.txt: Comment out argp-pvh.c.
49696
49697 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
49698
49699         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
49700         in case some system header has #define'd it.  Problem reported by
49701         Soeren D. Schulze in
49702         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
49703
49704 2004-09-09  Karl Berry  <karl@gnu.org>
49705
49706         * regex.[ch]: delete from the root.  These were supposed to be
49707                 synced with emacs cvs, but this has not happened for about
49708                 a year, and anyway nothing else uses emacs regex.[ch].
49709                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
49710                 lib/regex[.ch] is untouched.
49711
49712 2004-09-09  Bruno Haible  <bruno@clisp.org>
49713
49714         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
49715
49716 2004-09-09  Bruno Haible  <bruno@clisp.org>
49717
49718         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
49719         modifications.
49720         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
49721
49722 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
49723
49724         * modules/xvasprintf: New file.
49725         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
49726
49727 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
49728
49729         * lib/xvasprintf.h: New file.
49730         * lib/xvasprintf.c: New file.
49731         * lib/xasprintf.c: New file.
49732
49733 2004-09-08  Bruno Haible  <bruno@clisp.org>
49734
49735         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
49736
49737 2004-09-08  Bruno Haible  <bruno@clisp.org>
49738
49739         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
49740         length is > INT_MAX.
49741         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
49742         more.
49743
49744 2004-09-08  Bruno Haible  <bruno@clisp.org>
49745
49746         * lib/stdint_.h: New file, taken from GNU clisp.
49747
49748 2004-09-08  Bruno Haible  <bruno@clisp.org>
49749             Oskar Liljeblad  <oskar@osk.mine.nu>
49750
49751         * modules/stdint: New file.
49752         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
49753
49754 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49755
49756         Import from coreutils.
49757         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
49758         strings on unbounded length.  alloca's performance benefits aren't
49759         that important here.
49760         (V_STRDUP): Remove.
49761         (parse_with_separator): New function, with most of the internals
49762         of the old parse_user_spec.  Allow user to omit both user and group,
49763         for compatibility with FreeBSD.
49764         Clone only the user name, not the entire spec.
49765         Do not set *uid, *gid unless entirely successful.
49766         Avoid memory leak in some failing cases.
49767         Fix regression for USER.GROUP reported by Dmitry V. Levin in
49768         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
49769         (parse_user_spec): Rewrite to use parse_with_separator.
49770
49771 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49772
49773         * modules/userspec: Don't depend on alloca.
49774
49775 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49776
49777         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
49778
49779 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
49780
49781         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
49782         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
49783         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
49784
49785 2004-08-16  Simon Josefsson  <jas@extundo.com>
49786
49787         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
49788         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
49789         Add --dry-run for --import.
49790         Let user provided command line parameters override configure.ac
49791         settings.
49792
49793 2004-08-12  Simon Josefsson  <jas@extundo.com>
49794
49795         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
49796         as discussed with Paul Eggert in threads rooted at
49797         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
49798         and
49799         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
49800         Before, the test was empty, and relied on ELIDE_CODE in source
49801         code.)
49802         (gl_PREREQ_GETOPT): New macro.
49803         (gl_GETOPT): Use them.
49804
49805 2004-08-12  Simon Josefsson  <jas@extundo.com>
49806
49807         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
49808         * lib/getopt_.h: Renamed from getopt.h.
49809
49810 2004-08-12  Simon Josefsson  <jas@extundo.com>
49811
49812         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
49813         Change default library name from libfoo to libgnu.
49814         Now, if you have a configure.ac that says:
49815                 gl_SOURCE_BASE(gl)
49816                 gl_M4_BASE(gl/m4)
49817                 gl_MODULES(error getopt etcetera)
49818                 gl_INIT
49819         you can import all you need by running:
49820                 ../gnulib/gnulib-tool --import
49821
49822         * modules/getopt (Files): Rename getopt.h to getopt_.h.
49823         (Makefile.am): Rewrite, use logic from argz.
49824         (Include): Use <getopt.h> instead of "getopt.h".
49825
49826 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49827
49828         * modules/argp (Files): Add m4/unlocked-io.m4.
49829         (Depends-on): Add extensions.
49830
49831 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49832
49833         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
49834         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
49835         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
49836         Check for program_invocation_name, program_invocation_short_name,
49837         flockfile, funlockfile, features.h, _getopt_long_only_r.
49838
49839 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49840
49841         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
49842         its complicated substitute.
49843         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
49844         and program_invocation_name.
49845         (__argp_basename) [!_LIBC]: Remove; the only use was
49846         replaced by its body.
49847         (__argp_short_program_name): Change condition from
49848         !defined __argp_short_program_name to
49849         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
49850         to match argp-namefrob.h.
49851         (__argp_failure): Don't assume strerror_r returns char *.
49852         * lib/argp-parse.c (N_): Define unconditionally.
49853         (argp_default_options): Fill out initializers with 0 to avoid
49854         gcc warnings.
49855
49856 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
49857
49858         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
49859         getopt1.c.
49860
49861 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
49862
49863         Merge from coreutils.
49864
49865         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
49866
49867         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
49868         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
49869
49870 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
49871
49872         Merge from coreutils.
49873
49874         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
49875         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
49876         for Reliant Unix 5.43.
49877
49878         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
49879         (union fooround): Use uintmax_t, not long int.
49880         The rest is a merge from libc:
49881         [defined _LIBC]: Include <shlib-compat.h>.
49882         (_obstack) [defined _LIBC]: Remove after 2.3.4.
49883
49884         * lib/settime.c (settime): Recode to avoid warning with
49885         Sun Forte C 6U2.
49886
49887         * lib/strverscmp.c: Convert to UTF-8.
49888
49889 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
49890
49891         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
49892         m4/uintmax_t.m4.
49893
49894 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
49895
49896         * modules/xalloc-die: New file.
49897         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
49898
49899         * modules/md5 (Files): Add m4/uint32_t.m4.
49900         * modules/sha1: Renamed from modules/sha.
49901         (Files):
49902         Rename lib/sha.h to lib/sha1.h.
49903         Rename lib/sha.c to lib/sha1.c.
49904         Rename m4/sha.m4 to m4/sha1.m4.
49905         (lib_SOURCES): Likewise.
49906         (configure.ac): Rename gl_SHA to gl_SHA1.
49907         (Include): sha.h -> sha1.h.
49908
49909 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
49910
49911         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
49912         * m4/sha1.m4: Renamed from sha.m4.
49913         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
49914
49915 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
49916
49917         * lib/obstack.h (obstack_empty_p):
49918         Don't assume that chunk->contents is suitably aligned.
49919         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
49920         Likewise. Problem reported by Benno in
49921         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
49922
49923         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
49924         readable.  This could be improved further but it'd take some work.
49925
49926 2004-08-08  Simon Josefsson  <jas@extundo.com>
49927
49928         * modules/xgethostname (Depends-on): Remove exit and error (not
49929         used).
49930
49931         * modules/getpass-gnu: Add getpass.h.
49932         (Depends-on): Add stdbool.
49933         * modules/getpass: Add getpass.h.
49934
49935 2004-08-08  Simon Josefsson  <jas@extundo.com>
49936
49937         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
49938         Check getpass declaration.
49939
49940 2004-08-08  Simon Josefsson  <jas@extundo.com>
49941
49942         * lib/xgethostname.c: Don't include error.h (not used).
49943
49944         * lib/getpass.h: Add.
49945         * lib/getpass.c: Include getpass.h first.
49946
49947 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
49948
49949         * lib/xalloc-die.c: New file.
49950         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
49951         All uses removed.
49952         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
49953         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
49954         xalloc-die.c.
49955         (_, N_, xalloc_die): Move to xalloc-die.c.
49956         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
49957         so that we needn't mess with xalloc_msg_memory_exhausted.
49958
49959         * lib/sha1.h: Renamed from sha.h.
49960         (SHA1_H): Renamed from _SHA_H.
49961         (sha1_ctx): Renamed from sha_ctx.
49962         (sha1_init_ctx): Renamed from sha_init_ctx.
49963         (sha1_process_block): Renamed from sha_process_block.
49964         (sha1_process_bytes): Renamed from sha_process_bytes.
49965         (sha1_finish_ctx): Renamed from sha_finish_ctx.
49966         (sha1_read_ctx): Renamed from sha_read_ctx.
49967         (sha1_stream): Renamed from sha_stream.
49968         (sha1_buffer): Renamed from sha_buffer.
49969         * lib/sha1.c: Likewise; renamed from sha.c.
49970         Do not include <sys/types.h>.
49971         Include <stddef.h> rather than <stdlib.h>.
49972
49973 2004-08-08  Bruno Haible  <bruno@clisp.org>
49974
49975         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
49976         FILESYSTEM_PREFIX_LEN.
49977         * lib/progreloc.c: Likewise.
49978         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
49979
49980 2004-08-06  Simon Josefsson  <jas@extundo.com>
49981
49982         * modules/progname (Depends-on): Don't depend on stdbool.
49983
49984 2004-08-06  Simon Josefsson  <jas@extundo.com>
49985
49986         * modules/getsubopt: New file.
49987         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49988         getsubopt.
49989
49990 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
49991
49992         More merge from coreutils.
49993
49994         * m4/utimens.m4, m4/utimecmp.m4: New files.
49995         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
49996         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
49997         prereq.m4, sha.m4: Import changes from coreutils.
49998
49999 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50000
50001         More merge from coreutils.
50002         * modules/raise, modules/readtokens0, modules/utimens:
50003         * modules/utimecmp, module/xnanosleep: New files.
50004         * modules/strftime: Add lib/strftime.h.
50005         Change include from <time.h> to "strftime.h".
50006         * modules/yesno: Add lib/yesno.h.
50007         * modules/backupfile: Remove lib/addext.c.
50008         * modules/euidaccess: Add stat-macros.h.
50009         * modules/canonicalize, modules/euidaccess,
50010         modules/filemode, modules/lchown, modules/makepath,
50011         modules/rmdir, modules/stat: Likewise.
50012
50013 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50014
50015         Merge from tar.
50016         * lib/argp-help.c (make_hol, hol_append): Don't assume that
50017         SIZE_MAX is a valid preprocessor constant.
50018         (__argp_basename): Change from "#ifndef _LIBC"
50019         to "#ifndef __argp_short_program_name", so that
50020         we don't compile these functions for tar.
50021
50022         More merges from coreutils.
50023         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
50024         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
50025         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
50026         * lib/addext.c: Remove; no longer needed.
50027         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
50028         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
50029         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
50030         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
50031         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
50032         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
50033         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
50034         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
50035         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
50036         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
50037         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
50038         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
50039         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
50040         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
50041         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
50042         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
50043         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
50044         Import changes from coreutils.
50045
50046 2004-08-05  Simon Josefsson  <jas@extundo.com>
50047
50048         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
50049
50050 2004-08-05  Simon Josefsson  <jas@extundo.com>
50051
50052         * m4/getsubopt.m4: New file.
50053
50054 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50055
50056         Merge from coreutils.
50057
50058         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
50059         * m4/getcwd-path-max.m4: New files.
50060
50061         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
50062         FILESYSTEM_PREFIX_LEN ->
50063         FILE_SYSTEM_PREFIX_LEN.
50064         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
50065         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
50066         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
50067         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
50068
50069         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
50070         prerequisite modules now handle the DOS stuff.
50071         Don't check for unistd.h.
50072
50073 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50074
50075         Merge from coreutils.
50076
50077         * lib/.gdb-history: Remove; this doesn't belong here.
50078
50079         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
50080         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
50081         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
50082         * lib/getcwd.c: New files.
50083
50084         * lib/dirname.h: Include <stdbool.h>.
50085         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
50086         for consistency with POSIX terminology.  All uses changed.
50087         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
50088         (strip_trailing_slashes): Use bool for booleans.
50089         * lib/stripslash.c (strip_trailing_slashes): Likewise.
50090
50091         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
50092         sometimes returns a positive errno value even when it succeeds.
50093         (print_errno_message) [!LIBC]: Fall back on strerror if
50094         __strerror_r fails.
50095
50096         * lib/path-concat.c (mempcpy): Don't define if a system header defines
50097         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
50098         (longest_relative_suffix): New function.
50099         (path_concat): Use it.  Assume first argument is not NULL.
50100         Port to DOS.  Omit redundant separators.
50101         Report an error instead of returning NULL.
50102         Use mempcpy instead of memcpy.
50103         (xpath_concat): Remove: not declared or used.
50104
50105         * lib/same.h: Include <stdbool.h>
50106         (same_name): Return bool, not int.
50107         * lib/same.c (same_name): Likewise.
50108         (errno): Don't declare; we assume C89 or better now.
50109
50110         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
50111         if not already defined.
50112
50113         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
50114         * lib/dup-safer.c (errno): Likewise.
50115
50116 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50117
50118         Merge from coreutils.
50119         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
50120         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
50121         * modules/path-concat: Don't depend on strdup.
50122
50123 2004-08-03  Simon Josefsson  <jas@extundo.com>
50124
50125         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
50126         * lib/progname.h: Don't include stdbool.h.
50127
50128 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50129
50130         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
50131         * MODULES.html.sh (func_all_modules): Remove fatal.
50132
50133 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50134
50135         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
50136
50137 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50138
50139         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
50140         working.
50141
50142 2004-08-02  Simon Josefsson  <jas@extundo.com>
50143
50144         * lib/getsubopt.h: New file, with comments from Bruno Haible.
50145         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
50146         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
50147
50148 2004-08-01  Simon Josefsson  <jas@extundo.com>
50149
50150         * lib/xgetdomainname.c: Include stdlib.h, for free().
50151
50152 2004-07-19  Bruno Haible  <bruno@clisp.org>
50153
50154         * MODULES.html.sh (func_all_modules): Add dummy.
50155
50156 2004-07-16  Simon Josefsson  <jas@extundo.com>
50157
50158         * modules/dummy: New file.
50159
50160 2004-07-16  Simon Josefsson  <jas@extundo.com>
50161
50162         * lib/dummy.c: New file.
50163
50164 2004-07-16  Bruno Haible  <bruno@clisp.org>
50165
50166         * lib/backupfile.h: Add extern "C" for C++.
50167         * lib/closeout.h: Likewise.
50168         * lib/copy-file.h: Likewise.
50169         * lib/findprog.h: Likewise.
50170         * lib/full-write.h: Likewise.
50171         * lib/pathname.h: Likewise.
50172         * lib/progname.h: Likewise.
50173         * lib/stpcpy.h: Likewise.
50174         * lib/stpncpy.h: Likewise.
50175         * lib/strcase.h: Likewise.
50176         * lib/strstr.h: Likewise.
50177         * lib/xalloc.h: Likewise.
50178
50179         * lib/mbswidth.h: Add extern "C" for C++.
50180         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
50181
50182 2004-07-13  Robert Millan  <robertmh@gnu.org>
50183
50184         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
50185
50186 2004-07-09  Simon Josefsson  <jas@extundo.com>
50187
50188         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
50189         failed without this.)
50190
50191 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
50192
50193         * modules/chown (Files): Add lib/fchown-stub.c, since
50194         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
50195
50196 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
50197
50198         * lib/fchown-stub.c: New file.
50199
50200 2004-06-24  Jim Meyering  <jim@meyering.net>
50201
50202         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
50203
50204 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50205
50206         * modules/argz: Omit "#include".
50207
50208         * MODULES.html.sh (func_all_modules): Add calloc, to match
50209         2004-06-01 addition of calloc module.
50210
50211 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50212
50213         * m4/argz.m4: New file, which is autoupdated from libtool.
50214
50215 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50216
50217         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
50218         libtool.
50219
50220 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50221
50222         * config/srclist-update: Don't insist on "USA." before the
50223         close-comment, as libtool omits the period and puts the */ on a
50224         separate line.
50225         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
50226         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
50227
50228 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
50229
50230         * modules/argz: New file.
50231         * MODULES.html.sh (func_all_modules): Add argz.
50232
50233 2004-06-12  Jim Meyering  <jim@meyering.net>
50234         and  Paul Eggert  <eggert@cs.ucla.edu>
50235
50236         * modules/hash (Files): Add lib/xalloc.h.
50237         * modules/pipe (Depends-on): Add wait-process.
50238         * modules/stat (Depends-on): Add xalloc.
50239         * modules/userspec (Files): Add lib/userspec.h.
50240         * modules/xstrto
50241
50242         Upgrade from gettext-0.13.
50243         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
50244         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
50245         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
50246
50247 2004-06-10  Jim Meyering  <jim@meyering.net>
50248
50249         * lib/calloc.c: New file.
50250
50251 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
50252
50253         * lib/getdate.y (yylex): Allow space between sign and number.
50254         Problem reported by Dan Jacobson.
50255
50256 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
50257
50258         Merge from coreutils CVS.
50259
50260         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
50261         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
50262         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
50263         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
50264         xstrtol.m4: Fix copyright date and/or serial number.
50265
50266         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
50267         See if we need an fchown replacement.
50268         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
50269         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
50270         and use the replacement function if we detect either defect.
50271
50272         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
50273         gl_UTIMECMP.
50274
50275 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
50276         and  Jim Meyering  <jim@meyering.net>
50277
50278         Merge from coreutils CVS.
50279
50280         * lib/stat-macros.h: New file, with contents from file-type.h
50281         and coreutils' system.h.
50282         * lib/file-type.c: Include "stat-macros.h".
50283         * lib/file-type.h (file_type): Move all macro definitions to new file,
50284         stat-macros.h.
50285
50286         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
50287         Wrap old code with this conditional.
50288         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
50289         function that does not dereference symlinks.
50290         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
50291
50292         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
50293         dependency problems.
50294         (xreadlink): Accept new arg SIZE, for efficiency.
50295         All decls and uses changed.
50296         * lib/xreadlink.h: Include <stddef.h>, for size_t.
50297
50298         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
50299         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
50300
50301         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
50302         sysexits.h.
50303
50304 2004-06-01  Jim Meyering  <jim@meyering.net>
50305
50306         * m4/calloc.m4: New file.
50307
50308 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
50309
50310         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
50311         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
50312         Also, fix a typo in a diagnostic.
50313
50314 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
50315
50316         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
50317         or AC_FUNC_REALLOC.
50318
50319 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
50320
50321         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
50322         macros to be defined.
50323         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
50324         the allocator returns NULL because the requested size is zero.
50325
50326 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50327
50328         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
50329         var.  Add comment explaining why libc still defines it.  This
50330         merges the following patch from glibc:
50331         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
50332
50333 2004-05-20  Andreas Schwab  <schwab@suse.de>
50334
50335         * m4/free.m4: Replace free if it not known to work, not the other
50336         way round.
50337
50338 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
50339
50340         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
50341         present in glibc since revision 1.1 of this file.
50342         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
50343         obstack_alignment_mask, obstack_alloc, obstack_base,
50344         obstack_blank, obstack_blank_fast, obstack_chunk_size,
50345         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
50346         obstack_grow0, obstack_init, obstack_int_grow,
50347         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
50348         obstack_next_free, obstack_object_size, obstack_ptr_grow,
50349         obstack_ptr_grow_fast, obstack_room): Remove declarations of
50350         nonexistent functions.
50351
50352 2004-05-18  Karl Berry  <karl@gnu.org>
50353
50354         * config/srclist.txt: break link for vasnprintf.c.
50355
50356 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
50357
50358         Port obstack to the AS/400, where pointers are 16 bytes wide and
50359         you cannot cast an integer to a valid pointer.  This patch is
50360         currently waiting to be integrated into glibc; see
50361         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
50362
50363         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
50364         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
50365         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
50366         (struct obstack): temp member is now a union of a pointer and
50367         an integer, instead of an integer.  All integer uses changed.
50368         This does not affect the physical layout of struct obstack,
50369         except on hosts (like the AS/400) where the size or alignment of
50370         void * is greater than that of ptrdiff_t.
50371         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
50372         __STDC__)]: Store temporary in pointer member of union, not
50373         integer member.
50374         * lib/obstack.c: Include <stddef.h>, for offsetof.
50375         (struct fooalign): Remove; it doesn't need a name.
50376         (union fooround): Change double to long double, and add void *.
50377         (DEFAULT_ALIGNMENT): Use offsetof to compute.
50378         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
50379         not a macro.  Hence the values are always int; so remove all
50380         casts-to-int in uses.
50381
50382 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
50383
50384         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
50385         we can get this patch merged into glibc.
50386
50387 2004-05-17  Derek R. Price  <derek@ximbiot.com>
50388             Paul Eggert  <eggert@cs.ucla.edu>
50389
50390         * m4/argp: Depend on alloca.
50391
50392 2004-05-17  Derek R. Price  <derek@ximbiot.com>
50393             Paul Eggert  <eggert@cs.ucla.edu>
50394
50395         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
50396         freecoding.
50397
50398 2004-05-17  Bruno Haible  <bruno@clisp.org>
50399
50400         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
50401         precision that consists of a '.' followed by an empty digit string.
50402         Patch by Tor Lillqvist <tml@iki.fi>.
50403
50404 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
50405
50406         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
50407         for backward compatibility with older code.  We need our own
50408         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
50409         it under some other name, and our alloca.h will define it.
50410
50411 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
50412             Derek Price  <derek@ximbiot.com>
50413
50414         * lib/alloca.c: Include <alloca.h>, to get our interface.
50415         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
50416         include <alloca.h> first.  Use C89 prototype for alloca; this
50417         requires including <stddef.h> for size_t.  Use extern "C" if C++.
50418         Use #elif for simplicity, since we can assume C89 now.
50419         Don't try to source the system alloca.h since it will not be found
50420         and to prevent recursively including its replacement.
50421         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
50422         * lib/regex.c: Likewise.
50423
50424 2004-05-16  Derek Price  <derek@ximbiot.com>
50425             Paul Eggert  <eggert@cs.ucla.edu>
50426
50427         getline cleanup.  This changes the getndelim2 API: both order of
50428         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
50429         no delimiter).
50430
50431         * lib/getline.c: Don't include stddef.h or stdio.h, since our
50432         interface does that.
50433         (getline): Always use getdelim, so that we don't have two
50434         copies of this code.
50435         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
50436         if available.
50437         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
50438         (GETNDELIM2_MAXIMUM): New macro.
50439         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
50440         instead of the old practice of delim2==0.  All callers changed.
50441         Return -1 on overflow, instead of returning junk.
50442         Do not set *linesize unless allocation succeeds.
50443         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
50444         that we include sys/types.h.
50445         * lib/getnline.h: Likewise.
50446         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
50447         (getndelim2): Reorder arguments.
50448         * lib/getnline.c (getnline, getndelim):
50449         Don't discard the NMAX argument.
50450         (getnline): Invoke getndelim, to avoid code duplication.
50451         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
50452         of (size_t) -1 by callers of the getnline family.
50453
50454 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50455
50456         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
50457         Check for gettimeofday.
50458         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
50459         Check for settimeofday, stime.
50460
50461 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50462
50463         * lib/nanosleep.c (suspended): Change its type from int to
50464         sig_atomic_t volatile.
50465         (first_call): Make it private to rpl_nanosleep, and have it
50466         be zero initially as that's a bit faster.
50467         (my_usleep): Round up fractional times instead of truncating them,
50468         as this is the usual meaning for 'sleep'.
50469
50470         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
50471         doesn't work.
50472         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
50473         (ENOSYS): Define if not defined.
50474         (settime): Fall back on stime if it exists and settimeofday fails.
50475         But don't bother with fallbacks if a method fails with errno == EPERM.
50476
50477 2004-05-11  Jim Meyering  <jim@meyering.net>
50478
50479         Prior to this change, the save_cwd caller required read access to the
50480         current directory on most systems (ones with the fchdir function).
50481
50482         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
50483         fails, try write-only, and finally, resort to using xgetcwd.
50484
50485 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
50486
50487         * lib/obstack.c, obstack.h: Import changes from libc.
50488
50489 2004-04-28  Bruno Haible  <bruno@clisp.org>
50490
50491         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
50492         also implicitly appends .exe to executables.
50493         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
50494         accepts Windows pathnames.
50495         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
50496         Treat Cygwin like Windows, since it now accepts Windows pathnames.
50497         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
50498         Treat Cygwin like Windows, since it now accepts Windows pathnames.
50499         Reported by Derek Robert Price <derek@ximbiot.com>.
50500
50501 2004-04-21  Karl Berry  <karl@gnu.org>
50502
50503         * config/srclist.txt (localcharset.c): break sync.
50504
50505 2004-04-20  Paul Eggert  <eggert@twinsun.com>
50506
50507         * m4/host-os.m4: Add a copyright notice.
50508
50509 2004-04-20  Jim Meyering  <jim@meyering.net>
50510
50511         Change UTILS_ to gl_ in AC_DEFINE'd names.
50512         Change utils_- and jm_-prefixed variables, too.
50513         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
50514         UTILS_FUNC_MKDIR_TRAILING_SLASH.
50515         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
50516
50517         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
50518         Don't emit trailing blanks.
50519         Also rename jm_-prefixed variables to have gl_ prefix.
50520
50521         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
50522         Also rename jm_-prefixed variables to have gl_ prefix.
50523
50524         * m4/jm-macros.m4: Reflect the renamings.
50525         * m4/prereq.m4: Likewise.
50526
50527 2004-04-20  Jim Meyering  <jim@meyering.net>
50528
50529         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
50530         memory.
50531
50532 2004-04-20  Jim Meyering  <jim@meyering.net>
50533             Bruno Haible  <bruno@clisp.org>
50534
50535         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
50536         memory when realloc fails.
50537
50538 2004-04-19  Jim Meyering  <jim@meyering.net>
50539
50540         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
50541         now that readutmp.c may call `free (0)'.
50542
50543 2004-04-19  Bruno Haible  <bruno@clisp.org>
50544
50545         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
50546         * m4/inttypes_h.m4: Likewise.
50547         * m4/stdint_h.m4: Likewise.
50548         * m4/intmax_t.m4: Likewise.
50549         * m4/uintmax_t.m4: Likewise.
50550
50551 2004-04-18  Jim Meyering  <jim@meyering.net>
50552
50553         * m4/prereq.m4: Don't forbid jm_ prefix.
50554
50555         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
50556         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
50557         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
50558         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
50559         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
50560         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
50561         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
50562         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
50563         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
50564         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
50565         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
50566         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
50567         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
50568         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
50569         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
50570         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
50571         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
50572         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
50573         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
50574
50575 2004-04-18  Jim Meyering  <jim@meyering.net>
50576
50577         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
50578         failure, don't leak memory and do call END_UTMP_ENT.
50579
50580 2004-04-16  Jim Meyering  <jim@meyering.net>
50581
50582         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
50583         coreutils' stat program.
50584         (gl_PREREQ): Don't require jm_PREREQ_STAT.
50585
50586 2004-04-11  Paul Eggert  <eggert@twinsun.com>
50587
50588         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
50589         C89.
50590         (CHAR_BIT): Remove, since we assume C89.
50591         Include <stdint.h> if available, as per current Autoconf CVS advice.
50592
50593 2004-03-31  Jim Meyering  <jim@meyering.net>
50594
50595         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
50596         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
50597         * m4/xalloc.m4: Likewise.
50598
50599 2004-03-30  Paul Eggert  <eggert@twinsun.com>
50600
50601         Merge from coreutils.
50602
50603         * m4/inttostr.m4: New file.
50604         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
50605         Require AM_STDBOOL_H and gl_TIMESPEC instead.
50606         Require gl_CLOCK_TIME.
50607         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
50608
50609 2004-03-30  Paul Eggert  <eggert@twinsun.com>
50610
50611         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
50612         not bool, to be more consistent with Unix conventions.
50613         Suggested by Bruno Haible.
50614
50615         Merge from coreutils.
50616
50617         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
50618         * lib/umaxtostr.c: New files.
50619
50620         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
50621         the usual <time.h> dance.
50622         (get_date): Change signature to support fractional time stamps.
50623         All callers changed.
50624         * lib/getdate.y: Include "getdate.h" first, as we can now
50625         assume C89 and don't need to worry about 'const'.
50626         Similarly, include "unlocked-io.h" near start, not in middle.
50627         Include <limits.h>.
50628         (textint.value): Use long int rather than int.
50629         (textint.digits): Use size_t rather than int.
50630         (BILLION, LOG10_BILLION): New constants.
50631         (parser_control): New member rel_ns.  Members day_ordinal,
50632         time_zone, month, day, hour, minutes, rel_year, rel_month,
50633         rel_day, rel_hour, rel_minutes, rel_seconds
50634         are now long int, not int.  Member seconds is now struct timespec,
50635         not int.  New member timespec_seen.  Members dates_seen, days_seen,
50636         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
50637         not int.
50638         (%union.intval): Now long int, not int.
50639         New member timespec.
50640         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
50641         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
50642         (spec): Now is a timespec or an item list.
50643         (timespec, items): New nonterminals.
50644         (time, rel, relunit, number, get_date):
50645         Add support for fractional seconds.
50646         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
50647         (gmtime, localtime, mktime): Remove decls; not needed with C89.
50648         (to_hour): First arg is now long int, not int.
50649         (to_year): Returns long int, not int.
50650         Don't treat year -70 like 70.
50651         (tm_diff): Returns long int, not int.
50652         (lookup_word): Use bool instead of int when appropriate.
50653         (yylex): Use size_t for count, not int.
50654         Detect overflow when parsing large integer constants.
50655         Add support for fractions.
50656         (get_date): Make pointers 'const' if possible.
50657         Use more-portable code to detect integer overflow.
50658         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
50659         Don't use ctime; it's not reliable if the year has >4 digits.
50660
50661         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
50662         This is for compatibility with BSD.
50663
50664         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
50665         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
50666         From coreutils' system.h.
50667
50668         * lib/userspec.c: Don't include "posixver.h".
50669         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
50670         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
50671         compatible extension.  Simplify code by removing a boolean int
50672         that was always nonzero if a string was nonnull.
50673
50674 2004-03-30  Jim Meyering  <jim@meyering.net>
50675
50676         Merge from coreutils.
50677
50678         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
50679         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
50680         on some systems one must include <grp.h> before it.
50681         Reported by Christian Krackowizer.
50682
50683 2004-03-30  Jim Meyering  <jim@meyering.net>
50684
50685         Merge from coreutils.
50686
50687         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
50688
50689         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
50690         an empty input stream.
50691
50692         * lib/readtokens.c: Include <stdbool.h>.
50693         (readtoken): Use `size_t' rather than int/long.
50694         All callers adjusted.
50695         Use `bool' rather than `int' where appropriate.
50696         Use memset rather than an explicit loop.
50697         Use x2nrealloc rather than xrealloc.
50698         Allow the use of `\0' as a delimiter.
50699         (readtokens): Likewise.
50700         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
50701
50702 2004-03-30  Jim Meyering  <jim@meyering.net>
50703
50704         * m4/realloc.m4: Remove file, since now it does no more than
50705         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
50706         the `configure.ac' section of module/realloc.
50707         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
50708
50709 2004-03-30  Bruno Haible  <bruno@clisp.org>
50710
50711         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
50712         nonnull.
50713
50714 2004-03-29  Paul Eggert  <eggert@twinsun.com>
50715
50716         Merge changes to getloadavg.c from coreutils and Emacs.
50717
50718         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
50719         Define to an expression, not to the empty string.
50720         Include cloexec.h and xalloc.h.
50721         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
50722         Use set_cloexec_flag rather than rolling our own.
50723         * lib/cloexec.c, lib/cloexec.h: New files.
50724
50725 2004-03-29  Paul Eggert  <eggert@twinsun.com>
50726
50727         * m4/cloexec.m4: New file.
50728
50729 2004-03-18  Paul Eggert  <eggert@twinsun.com>
50730
50731         * lib/getopt.h: Sync with libc CVS.
50732
50733 2004-03-18  Paul Eggert  <eggert@twinsun.com>
50734             Bruno Haible  <bruno@clisp.org>
50735
50736         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
50737         mbswidth.
50738
50739 2004-03-18  Paul Eggert  <eggert@twinsun.com>
50740             Bruno Haible  <bruno@clisp.org>
50741
50742         * lib/mbswidth.h: Include <wchar.h> only if
50743         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
50744         <wchar.h>.
50745         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
50746
50747 2004-03-09  Paul Eggert  <eggert@twinsun.com>
50748
50749         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
50750         Sync with libc CVS.
50751         * lib/getopt_int.h: New file, also synced from libc.
50752
50753 2004-03-09  Paul Eggert  <eggert@twinsun.com>
50754
50755         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
50756         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
50757         Bring back getopt.c, getopt.h, getopt1.c.
50758
50759 2004-03-07  Paul Eggert  <eggert@twinsun.com>
50760
50761         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
50762         All uses changed.  Check for sa_sigaction member; this fixes
50763         a bug first reported by Jason Andrade in
50764         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
50765
50766 2004-03-07  Paul Eggert  <eggert@twinsun.com>
50767
50768         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
50769         '#if' expressions.  Unlike the code it replaces, it does not
50770         depend on (defined _SC_PAGESIZE).  However, it does depend on
50771         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
50772         first reported by Jason Andrade in
50773         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
50774
50775 2004-02-25  Simon Josefsson  <jas@extundo.com>
50776
50777         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
50778
50779 2004-02-25  Simon Josefsson  <jas@extundo.com>
50780
50781         * lib/strdup.h: New file.
50782         * lib/strdup.c: Include it.
50783         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
50784         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
50785
50786 2004-02-23  Karl Berry  <karl@gnu.org>
50787
50788         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
50789         (from fencepost.gnu.org:/gd/gnuorg).
50790
50791 2004-02-23  Karl Berry  <karl@gnu.org>
50792
50793         * config/srclistvars.sh (GNUORG) [karl]: redefine.
50794         * config/srclist.txt: add maintain/standards documents.
50795
50796 2004-02-18  Bruno Haible  <bruno@clisp.org>
50797
50798         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
50799         Reported by Derek Robert Price <derek@ximbiot.com>.
50800
50801 2004-02-16  Karl Berry  <karl@gnu.org>
50802
50803         * config/mkinstalldirs, install-sh: update from automake.
50804
50805 2004-02-06  Karl Berry  <karl@gnu.org>
50806
50807         * m4/po.m4: update from gettext 0.14.1.
50808
50809 2004-02-06  Karl Berry  <karl@gnu.org>
50810
50811         * lib/config.charset: update from gettext 0.14.1.
50812
50813 2004-02-05  Paul Eggert  <eggert@twinsun.com>
50814
50815         Add comments and code, prompted by suggestions from Bruno Haible
50816         for sh-quote.
50817         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
50818         describing the enum quoting_style values.
50819         * lib/quotearg.c (quotearg_alloc): New function.
50820         (quotearg_buffer_restyled): Treat lone { and } as special.
50821         Treat = as special.  Work around bug with older shells
50822         that "see" a '\' that is really the 2nd byte of a multibyte char.
50823         Quote empty string with shell_quoting_style.
50824
50825 2004-02-03  Bruno Haible  <bruno@clisp.org>
50826
50827         * m4/pipe.m4: New file, from GNU gettext.
50828
50829 2004-02-03  Bruno Haible  <bruno@clisp.org>
50830
50831         * lib/pipe.h: New file, from GNU gettext.
50832         * lib/pipe.c: New file, from GNU gettext.
50833
50834 2004-01-27  Bruno Haible  <bruno@clisp.org>
50835
50836         * m4/execute.m4: New file, from GNU gettext.
50837
50838 2004-01-27  Bruno Haible  <bruno@clisp.org>
50839
50840         * lib/execute.h: New file, from GNU gettext.
50841         * lib/execute.c: New file, from GNU gettext.
50842         * lib/w32spawn.h: New file, from GNU gettext.
50843
50844 2004-01-24  Paul Eggert  <eggert@twinsun.com>
50845
50846         Merge from diffutils.
50847
50848         * lib/file-type.c (file_type): Add typed memory objects.
50849         * lib/file-type.h (S_TYPEISTMO): New macro.
50850
50851         * lib/c-stack.h (c_stack_action): Remove argv argument.
50852         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
50853         (die): Don't calculate message unless segv_action returns.
50854         (get_stack_location, min_address_from_argv, max_address_from_argv,
50855         volatile stack_base, volatile_stack_size): Remove.
50856         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
50857         that every segmentation violation is a stack overflow.  (Ouch!)
50858         See Debian bug 136249 (still outstanding) for more info about why
50859         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
50860
50861 2004-01-24  Paul Eggert  <eggert@twinsun.com>
50862
50863         Exit-status fix from coreutils.
50864
50865         Use exit_failure consistently in place of EXIT_FAILURE,
50866         so that program exit statuses are consistent on failure.
50867
50868         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
50869         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
50870         * lib/argmatch.h: Comment fix to match the above.
50871         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
50872         Now a macro referring to exit_failure, instead of a separate
50873         variable.  Include "exitfail.h" to get it.
50874         * lib/xstrtol.h: Include "exitfail.h".
50875         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
50876
50877         * lib/long-options.c (parse_long_options): Use prototype
50878         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
50879         for clarity.
50880
50881 2004-01-21  Jim Meyering  <jim@meyering.net>
50882
50883         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
50884         so as not to conflict with a different-sized __mktime_internal
50885         function in GNU libc.
50886         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
50887         Problem building statically-linked `ls' reported by Michael Brunnbauer.
50888
50889 2004-01-20  Karl Berry  <karl@gnu.org>
50890
50891         * config/config.guess: update from config.
50892
50893         * config/srclistvars.sh: GNUWWWLICENSES for karl.
50894
50895 2004-01-20  Bruno Haible  <bruno@clisp.org>
50896
50897         Safer stack allocation.
50898         * lib/setenv.c: Include allocsa.h.
50899         (alloca): Remove fallback definition.
50900         (freea): Remove macro.
50901         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
50902         instead of freea.
50903
50904 2004-01-20  Bruno Haible  <bruno@clisp.org>
50905
50906         * m4/eealloc.m4: New file, from GNU gettext.
50907
50908 2004-01-20  Bruno Haible  <bruno@clisp.org>
50909
50910         * m4/allocsa.m4: New file, from GNU gettext.
50911
50912 2004-01-20  Bruno Haible  <bruno@clisp.org>
50913
50914         * lib/xallocsa.h: New file, from GNU gettext.
50915         * lib/xallocsa.c: New file, from GNU gettext.
50916
50917 2004-01-20  Bruno Haible  <bruno@clisp.org>
50918
50919         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
50920
50921 2004-01-20  Bruno Haible  <bruno@clisp.org>
50922
50923         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
50924         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
50925         specially.
50926
50927 2004-01-20  Bruno Haible  <bruno@clisp.org>
50928
50929         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
50930         patch.
50931
50932 2004-01-20  Bruno Haible  <bruno@clisp.org>
50933
50934         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
50935
50936 2004-01-20  Bruno Haible  <bruno@clisp.org>
50937
50938         * lib/eealloc.h: New file.
50939
50940 2004-01-20  Bruno Haible  <bruno@clisp.org>
50941
50942         * lib/binary-io.h: Avoid warnings on Cygwin.
50943
50944 2004-01-20  Bruno Haible  <bruno@clisp.org>
50945
50946         * lib/allocsa.h: New file, from GNU gettext.
50947         * lib/allocsa.c: New file, from GNU gettext.
50948
50949 2004-01-18  Karl Berry  <karl@gnu.org>
50950
50951         * doc/gpl.texi, doc/lgpl.texi: new files.
50952
50953 2004-01-18  Karl Berry  <karl@gnu.org>
50954
50955         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
50956         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
50957
50958 2004-01-15  Paul Eggert  <eggert@twinsun.com>
50959
50960         Merge from coreutils.
50961
50962         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
50963         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
50964         (gl_DEFAULT_POSIX2_VERSION): Move
50965         the documentation from 'configure' into 'config.hin',
50966         so that 'configure --help' isn't burdened by it and
50967         we don't have to worry about its formatting there.
50968         Reword the documentation so that it's more succinct
50969         and can be run together into a single paragraph.
50970         * m4/same.m4 (gl_SAME): Check for pathconf.
50971
50972 2004-01-15  Paul Eggert  <eggert@twinsun.com>
50973
50974         Merge from coreutils.
50975
50976         * lib/posixver.c: Include posixver.h.
50977
50978         * lib/same.c: Include <stdbool.h>, <limits.h>.
50979         (_POSIX_NAME_MAX): Define if not defined.
50980         (MIN): New macro.
50981         (same_name): If file names are silently truncated, report
50982         that the file names are the same if they are the same after
50983         the silent truncation.
50984
50985         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
50986         conversion function.
50987         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
50988         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
50989         longer needed.
50990
50991 2004-01-15  Jim Meyering  <jim@meyering.net>
50992
50993         Merge from coreutils.
50994
50995         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
50996         if no library is required.
50997         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
50998         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
50999         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
51000         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
51001         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
51002         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
51003         value, $ac_cv_search_crypt, if it's "none required".
51004         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
51005         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
51006         not gl_FUNC_GETLOADAVG.
51007         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
51008         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
51009
51010 2004-01-15  Jim Meyering  <jim@meyering.net>
51011
51012         Merge from coreutils.
51013
51014         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
51015         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
51016         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
51017
51018         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
51019         optional configure-time default.
51020
51021         * lib/version-etc.c (version_etc_copyright): Update copyright date.
51022
51023         * lib/xreadlink.c (xreadlink): Correct outdated comment.
51024
51025 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
51026
51027         Merge from coreutils.
51028
51029         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
51030         value, $ac_cv_search_nanosleep, if it's "none required".
51031
51032 2004-01-14  Paul Eggert  <eggert@twinsun.com>
51033
51034         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
51035         with like-named macro in fnmatch.c.
51036         (EXT): Use an internal constant instead.
51037
51038         Merge fnmatch patches from glibc.
51039         * lib/fnmatch.c (mbsinit): Remove define.
51040         Add libc_hidden_ver (__fnmatch, fnmatch).
51041         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
51042         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
51043
51044 2004-01-14  Karl Berry  <karl@gnu.org>
51045
51046         * config/install-sh: update from automake.
51047
51048 2004-01-13  Karl Berry  <karl@gnu.org>
51049
51050         * config/install-sh: update from automake.
51051
51052 2004-01-09  Karl Berry  <karl@gnu.org>
51053
51054         * config/install-sh: update from automake.
51055
51056 2004-01-05  Karl Berry  <karl@gnu.org>
51057
51058         * config/config.{sub,guess}: update from config.
51059
51060 2003-12-31  Karl Berry  <karl@gnu.org>
51061
51062         * config/depcomp: update from automake.
51063
51064 2003-12-14  Karl Berry  <karl@gnu.org>
51065
51066         * lib/config.charset: update from gettext-runtime.
51067
51068 2003-12-03  Paul Eggert  <eggert@twinsun.com>
51069
51070         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
51071         Bug reported by Alfred M. Szmidt.
51072
51073 2003-12-03  Bruno Haible  <bruno@clisp.org>
51074
51075         * m4/gettext.m4: Upgrade from gettext-0.13.
51076         * m4/po.m4: Upgrade from gettext-0.13.
51077         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
51078         * m4/intmax.m4: New file, from gettext-0.13.
51079         * m4/printf-posix.m4: New file, from gettext-0.13.
51080
51081 2003-11-29  Karl Berry  <karl@gnu.org>
51082
51083         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
51084
51085 2003-11-25  Paul Eggert  <eggert@twinsun.com>
51086             Bruno Haible  <bruno@clisp.org>
51087
51088         * lib/printf-parse.h: Don't include sys/types.h.
51089         (ARG_NONE): New macro.
51090         (char_directive): Change type of *arg_index fields to size_t.
51091         * lib/printf-parse.c: Don't include sys/types.h.
51092         (SSIZE_MAX): Remove macro.
51093         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
51094         Remove unnecessary overflow check.
51095         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
51096         fields.
51097
51098 2003-11-25  Bruno Haible  <bruno@clisp.org>
51099
51100         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
51101
51102 2003-11-25  Bruno Haible  <bruno@clisp.org>
51103
51104         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
51105         gt_TYPE_SSIZE_T.
51106
51107 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51108
51109         * modules/alloca: Remove dependency on xalloc.
51110
51111 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51112
51113         * lib/alloca.c: Remove dependency on xalloc module.
51114         (xalloc_die): Remove.
51115         (memory_full) [!defined emacs]: New macro.
51116         [!defined emacs]: Don't include xalloc.h.
51117         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
51118         address arithmetic overflows.  Change datatypes a bit to avoid
51119         unnecessary casts.
51120
51121 2003-11-22  Jim Meyering  <jim@meyering.net>
51122
51123         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
51124         s/size/size_t/.
51125
51126 2003-11-21  Karl Berry  <karl@gnu.org>
51127
51128         * config/config.{sub,guess}: update from config.
51129
51130 2003-11-18  Karl Berry  <karl@gnu.org>
51131
51132         * config/config.{sub,guess}: update from config.
51133
51134         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
51135
51136 2003-11-17  Paul Eggert  <eggert@twinsun.com>
51137
51138         * README: Mention that S+T cannot overflow if S is the size of
51139         an existing object and T is sufficiently small.
51140
51141 2003-11-17  Jim Meyering  <jim@meyering.net>
51142
51143         On systems without utime and without a utimes function capable of
51144         dealing with a NULL struct utimbuf* argument, this utime replacement
51145         could -- in unusual circumstances -- leak a file descriptor.
51146         * lib/utime.c: Include <unistd.h> and <errno.h>.
51147         (utime_null): Be sure to close `fd' and to preserve errno.
51148         Reported by Geoff Collyer via Arnold Robbins.
51149
51150 2003-11-17  Bruno Haible  <bruno@clisp.org>
51151
51152         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
51153         (Depends-on): Add xsize.
51154
51155 2003-11-17  Bruno Haible  <bruno@clisp.org>
51156
51157         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
51158
51159 2003-11-17  Bruno Haible  <bruno@clisp.org>
51160
51161         * lib/vasnprintf.c (alloca): Remove fallback definition.
51162         (freea): Remove definition.
51163         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
51164         Reported by Paul Eggert.
51165
51166 2003-11-16  Paul Eggert  <eggert@twinsun.com>
51167             Bruno Haible  <bruno@clisp.org>
51168
51169         Protect against address arithmetic overflow.
51170         * lib/printf-args.h: Include stddef.h.
51171         (arguments): Change type of field 'count' to size_t.
51172         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
51173         'unsigned int' where appropriate.
51174         * lib/printf-parse.h: Include sys/types.h.
51175         (char_directive): Change type of *arg_index fields to ssize_t.
51176         (char_directives): Change type of fields 'count', max_*_length to
51177         size_t.
51178         * lib/printf-parse.c: Include sys/types.h and xsize.h.
51179         (SSIZE_MAX): Define fallback value.
51180         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
51181         instead of 'int' where appropriate. Check a_allocated, d_allocated
51182         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
51183         * lib/vasnprintf.c: Include xsize.h.
51184         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
51185         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
51186         overflow. Avoid wraparound when converting a width or precision from
51187         decimal to binary.
51188
51189 2003-11-16  Bruno Haible  <bruno@clisp.org>
51190
51191         Update from GNU gettext.
51192         * lib/printf-parse.c: Generalize to it can be compiled for wide
51193         strings.
51194         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
51195         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
51196         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
51197         SNPRINTF): New macros.
51198         Don't include <alloca.h> if the file is used inside libintl.
51199         (local_wcslen): New function, for Solaris 2.5.1.
51200         (VASNPRINTF): Use it instead of wcslen.
51201
51202 2003-11-16  Bruno Haible  <bruno@clisp.org>
51203
51204         * lib/xsize.h (xmax): New function.
51205         (xsum, xsum3, xsum4): Declare as "pure" functions.
51206
51207 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51208
51209         * modules/xalloc (Files): Undo latest change, since xalloc.h
51210         no longer needs SIZE_MAX or PTRDIFF_MAX.
51211
51212 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51213
51214         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
51215         gl_PTRDIFF_MAX.
51216
51217 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51218
51219         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
51220         "return", to pacify some unknown compiler.  Problem reported
51221         by Joerg Schilling.
51222
51223 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51224
51225         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
51226         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
51227         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
51228         heuristic is just as accurate as far as we know, and it removes a
51229         dependency on size_max.m4 and ptrdiff_max.m4.
51230
51231 2003-11-11  Bruno Haible  <bruno@clisp.org>
51232
51233         * modules/xsize (Files): Add m4/size_max.m4.
51234         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
51235
51236 2003-11-11  Bruno Haible  <bruno@clisp.org>
51237
51238         * m4/size_max.m4: New file.
51239         * m4/ptrdiff_max.m4: New file.
51240         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
51241         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
51242         (gl_XALLOC): Invoke it.
51243
51244 2003-11-11  Bruno Haible  <bruno@clisp.org>
51245
51246         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
51247         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
51248         defined.
51249
51250 2003-11-10  Paul Eggert  <eggert@twinsun.com>
51251
51252         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
51253         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
51254         rejected some allocations of exactly SIZE_MAX - 2 bytes.
51255         From Bruno Haible.
51256         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
51257         not (size_t) -1, since it's defined here.
51258
51259 2003-11-09  Karl Berry  <karl@gnu.org>
51260
51261         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
51262
51263 2003-11-06  Paul Eggert  <eggert@twinsun.com>
51264
51265         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
51266         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
51267         Reject sizes of exactly SIZE_MAX bytes.
51268         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
51269         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
51270
51271 2003-11-05  Bruno Haible  <bruno@clisp.org>
51272
51273         * lib/xsize.h: Include limits.h, to avoid a possible collision with
51274         SIZE_MAX defined in <limits.h> on Solaris.
51275
51276 2003-11-04  Jim Meyering  <jim@meyering.net>
51277
51278         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
51279         variable names, rather than @VAR@.
51280         * modules/poll: Likewise.
51281
51282 2003-11-04  Bruno Haible  <bruno@clisp.org>
51283
51284         * modules/xsize: New file.
51285         * modules/linebreak: Depend on xsize.
51286         * MODULES.html.sh (func_all_modules): Add xsize.
51287
51288 2003-11-04  Bruno Haible  <bruno@clisp.org>
51289
51290         * m4/xsize.m4: New file.
51291
51292 2003-11-04  Bruno Haible  <bruno@clisp.org>
51293
51294         * lib/xsize.h: New file.
51295         * lib/linebreak.c: Include xsize.h.
51296         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
51297         argument for overflow.
51298         Suggested by Paul Eggert.
51299
51300 2003-11-03  Karl Berry  <karl@gnu.org>
51301
51302         * config/config.{guess,sub}: update from config.
51303
51304 2003-11-03  Jim Meyering  <jim@meyering.net>
51305
51306         * modules/userspec (lib_SOURCES): Add userspec.h.
51307         (Include): Add "userspec.h".
51308         Improve description.
51309
51310 2003-11-03  Jim Meyering  <jim@meyering.net>
51311
51312         * lib/userspec.c: Include "userspec.h".
51313         * lib/userspec.h: New file.
51314
51315 2003-11-03  Bruno Haible  <bruno@clisp.org>
51316
51317         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
51318
51319 2003-11-03  Bruno Haible  <bruno@clisp.org>
51320
51321         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
51322         available, to avoid (extremely rare) race condition.
51323         Suggested by Paul Eggert.
51324
51325 2003-11-02  Karl Berry  <karl@gnu.org>
51326
51327         * config/srclist.txt (vasprintf.c): sync broken, sigh.
51328
51329 2003-10-31  Paul Eggert  <eggert@twinsun.com>
51330
51331         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
51332         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
51333         (read_filesystem_list): Set and use me_type_malloced.
51334         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
51335         whatever the type happens to be), for brevity and consistency.
51336         Check for size calculation overflow on Alphas running OSF/1.
51337
51338 2003-10-31  Jim Meyering  <jim@meyering.net>
51339
51340         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
51341
51342         * lib/linebuffer.c: Include <string.h> for declaration of memset.
51343
51344 2003-10-30  Paul Eggert  <eggert@twinsun.com>
51345             Bruno Haible  <bruno@clisp.org>
51346
51347         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
51348         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
51349
51350 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
51351
51352         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
51353         netbsd*-gnu*.  Suggested by Robert Millan.
51354
51355 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51356
51357         * modules/group-member: Depend on stdbool.
51358
51359 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51360
51361         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
51362
51363 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51364
51365         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
51366         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
51367         after the 'gnu' in these cases.  This fixes some bugs in the
51368         previous change, and is based on suggestions by Robert Millan.
51369
51370 2003-10-29  Paul Eggert  <eggert@twinsun.com>
51371
51372         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
51373         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
51374         no longer needed.
51375         * lib/quotearg.c (quotearg_n_options): Use it.
51376         * lib/group-member.c: Include <stdbool.h>.
51377         (free_group_info): Arg is now const *; don't free arg.
51378         (get_group_info): Now returns bool and accepts struct group_info *,
51379         rather than returning a malloc'ed struct group_info *.
51380         All uses changed.  Check for overflow in internal size calculation.
51381
51382         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
51383         rather than xmalloc/xrealloc.
51384         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
51385         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
51386         conformance bug: the old code used a pointer after freeing the
51387         storage that it addressed.
51388         * lib/hash.c (hash_initialize): Simplify the code by using
51389         xalloc_oversized rather than doing it by hand.
51390         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
51391         the buffer preserved.  Use free and xmalloc instead.
51392         * lib/quotearg.c (quotearg_n_options): Likewise.
51393         Use a simpler test for size overflow.  Don't use xalloc_oversized
51394         because unsigned int might be wider than size_t (!); this suggests
51395         that we should switch from unsigned int to size_t for slot numbers.
51396
51397 2003-10-28  Paul Eggert  <eggert@twinsun.com>
51398
51399         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
51400         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
51401         NetBSD kernels.  Requested by Richard Stallman.
51402
51403 2003-10-27  Paul Eggert  <eggert@twinsun.com>
51404
51405         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
51406         to allocate the returned structure.  Do not allocate a subarray,
51407         as x2nrealloc will do that.
51408         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
51409         instead of xnrealloc.
51410         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
51411
51412 2003-10-27  Bruno Haible  <bruno@clisp.org>
51413
51414         * lib/stdbool_.h: Better support for BeOS.
51415
51416 2003-10-26  Paul Eggert  <eggert@twinsun.com>
51417
51418         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
51419         now uses inline.
51420
51421 2003-10-26  Paul Eggert  <eggert@twinsun.com>
51422
51423         * lib/xalloc.h (xalloc_oversized): New static inline function, for
51424         callers that want to do their own size-overflow checking.  Include
51425         <stdbool.h>, since xalloc_oversized returns bool.
51426         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
51427         to use xalloc_oversized.
51428
51429         Add two functions x2realloc, x2nrealloc, for programs that grow
51430         arrays dynamically by doubling their sizes.
51431         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
51432         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
51433         New functions.
51434
51435         Port to C99 semantics for 'inline' of external functions.
51436         Bug reported by Bruno Haible.
51437         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
51438         with the old contents of xnmalloc.
51439         (xnmalloc, xmalloc): Use it.
51440         (xnrealloc_inline): New static inline function,
51441         with the old contents of xnrealloc.
51442         (xnrealloc, xrealloc): Use it.
51443
51444         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
51445         that.
51446
51447 2003-10-26  Karl Berry  <karl@gnu.org>
51448
51449         * config/srclist.txt (COPYING.DOC): no longer available from
51450         /gd/gnuorg; don't know where the ultimate source is.
51451
51452 2003-10-25  Paul Eggert  <eggert@twinsun.com>
51453
51454         Fix several address-calculation bugs in the hash modules,
51455         plus some minor code cleanup.
51456
51457         * lib/hash.h: Include <stdbool.h>, for bool.
51458         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
51459         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
51460         hash_get_n_entries, hash_get_max_bucket_length,
51461         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
51462         hash_rehash): Use size_t rather than unsigned.
51463         * lib/hash.c (struct hash_table, hash_get_n_buckets,
51464         hash_get_n_buckets_used, hash_get_n_entries,
51465         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
51466         hash_get_entries, hash_do_for_each, hash_string, is_prime,
51467         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
51468         Likewise.
51469         (SIZE_MAX): Define if not defined.
51470         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
51471         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
51472         hash_print):
51473         Use const * when possible.
51474         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
51475         (check_tuning): Fix bug: if tuning parameters were very close to
51476         0 or 1, rounding errors could have caused subscript violations.
51477         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
51478         (hash_initialize): Add 'fail:' label
51479         to free table and return NULL, and use it to simplify code.
51480         Use calloc rather than clearing the storage ourself.
51481         (hash_initialize, hash_rehash): Check for arithmetic overflow in
51482         buffer size calculations.
51483         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
51484         Include <stddef.h>, for size_t.
51485         * lib/hash-pjw.c (hash_pjw): Likewise.
51486         Switch to method described by Bruno Haible.
51487         Include <limits.h>, for CHAR_BIT.
51488         (SIZE_BITS): New macro.
51489
51490 2003-10-23  Paul Eggert  <eggert@twinsun.com>
51491
51492         * m4/getline.m4 (AM_FUNC_GETLINE):
51493         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
51494         hosts.  Problem reported by Derek Robert Price in
51495         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
51496         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
51497         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
51498
51499 2003-10-21  Paul Eggert  <eggert@twinsun.com>
51500
51501         * lib/getndelim2.c (getndelim2): When size calculation overflows,
51502         ceiling the allocation at NMAX bytes rather than silently
51503         discarding input bytes before NMAX is reached.  This makes
51504         a difference only if NMAX exceeds SIZE_MAX / 2.
51505
51506         * lib/obstack.c: Merge from glibc.
51507         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
51508         Add libc_hidden_def (_obstack_newchunk).
51509         (_obstack_free) [! defined _LIBC]: Remove.
51510         [defined _LIBC]: Make a strong alias from obstack_free, rather than
51511         a clone of the function body.
51512         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
51513         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
51514
51515         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
51516         glibc.
51517         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
51518         arg to memcpy.
51519
51520         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
51521         (obstack_ptr_grow_fast, obstack_int_grow_fast):
51522         Don't use lvalue casts, as GCC plans to remove support for them
51523         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
51524         was also present in the non-GCC version, indicating that this
51525         code had always been buggy and had never been widely used.
51526         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
51527         Use the fast variant of each macro, rather than copying the
51528         definiens of the fast variant; that way, we'll be more likely to
51529         catch future bugs in the fast variants.
51530
51531 2003-10-20  Bruno Haible  <bruno@clisp.org>
51532
51533         * modules/wait-process: New file.
51534         * MODULES.html.sh (func_all_modules): Add wait-process.
51535
51536 2003-10-20  Bruno Haible  <bruno@clisp.org>
51537
51538         * m4/wait-process.m4: New file.
51539
51540 2003-10-20  Bruno Haible  <bruno@clisp.org>
51541
51542         * lib/wait-process.h: New file, from GNU gettext.
51543         * lib/wait-process.c: New file, from GNU gettext.
51544
51545 2003-10-19  Jim Meyering  <jim@meyering.net>
51546
51547         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
51548         HPUX 10.20.
51549
51550 2003-10-18  Karl Berry  <karl@gnu.org>
51551
51552         * config/config.guess: update from config.
51553
51554 2003-10-16  Paul Eggert  <eggert@twinsun.com>
51555
51556         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
51557         (getgroups): First arg is int, not size_t.
51558         Don't let 'free' mangle errno.
51559
51560 2003-10-16  Paul Eggert  <eggert@twinsun.com>
51561
51562         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
51563
51564 2003-10-16  Karl Berry  <karl@gnu.org>
51565
51566         * config/config.{guess,sub}: update from config.
51567
51568 2003-10-16  Jim Meyering  <jim@meyering.net>
51569
51570         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
51571         memcpy.
51572
51573 2003-10-15  Paul Eggert  <eggert@twinsun.com>
51574
51575         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
51576         (SIZE_MAX): Remove.
51577         (new_exclude, add_exclude_file): Initial size no longer needs to
51578         be a power of 2.
51579         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
51580         our own address arithmetic overflow checking.
51581
51582         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
51583         (fnmatch): Do not alloca more than 2000 wide characters;
51584         instead, use malloc for large buffers.
51585         Check for address arithmetic overflow, and return -1
51586         with errno set to ENOMEM in that case.
51587         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
51588         (NEW_PATTERN): Do not alloca more than 8000 bytes;
51589         instead, return -1.  Check for address arithmetic overflow.
51590
51591 2003-10-14  Paul Eggert  <eggert@twinsun.com>
51592
51593         Handle invalid suffixes and overflow independently, so that
51594         callers can treat them independently as needed.  Fix some bugs in
51595         suffix handling, e.g., "100k@" was not diagnosed as an invalid
51596         suffix for a human-readable blocksize.  The major caller-visible
51597         change is the addition of a new
51598         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
51599         that both overflow and suffix chars were found.
51600
51601         * lib/human.c (humblock): Don't check separately for invalid suffix
51602         char; that is xstrtoumax's job (now that its bug is fixed).
51603         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
51604         INTMAX_MAX]: New macros.
51605         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
51606         TYPE_MAXIMUM): New macros.
51607         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
51608         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
51609         if overflow occurs, as it's what __strtol does and it's more useful
51610         in practice.
51611         (__xstrtol): If __strtol reports some error other than ERANGE,
51612         reflect it to the caller as LONGINT_INVALID.  If it reports
51613         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
51614         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
51615         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
51616         value.
51617         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
51618         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
51619         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
51620         [defined UINTMAX_MAX]: New macros.
51621
51622 2003-10-14  Bruno Haible  <bruno@clisp.org>
51623
51624         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
51625
51626 2003-10-14  Bruno Haible  <bruno@clisp.org>
51627
51628         * m4/sig_atomic_t: New file, from GNU gettext.
51629         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
51630
51631 2003-10-14  Bruno Haible  <bruno@clisp.org>
51632
51633         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
51634         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
51635         Also use volatile where needed.
51636
51637 2003-10-12  Paul Eggert  <eggert@twinsun.com>
51638
51639         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
51640         Change maintainer from Bruno Haible to 'all'.
51641
51642 2003-10-12  Paul Eggert  <eggert@twinsun.com>
51643
51644         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
51645
51646 2003-10-12  Paul Eggert  <eggert@twinsun.com>
51647
51648         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
51649         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
51650         and define in terms of the other primitives.
51651         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
51652         (SIZE_MAX): Define if not already defined.
51653         (array_size_overflow): New function.
51654         (xalloc_die): Abort instead of exiting if 'error' returns.
51655         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
51656         (xmalloc, xrealloc): Use them.
51657         (xcalloc): Check for address arithmetic overflow.
51658         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
51659         a bit faster than strcpy.
51660
51661 2003-10-10  Simon Josefsson  <jas@extundo.com>
51662
51663         * modules/argp (Depends-on): Add restrict and strcase.
51664
51665 2003-10-10  Simon Josefsson  <jas@extundo.com>
51666
51667         * m4/argp.m4: Add AC_C_INLINE.
51668
51669 2003-10-08  Paul Eggert  <eggert@twinsun.com>
51670
51671         Merge getpass from libc, plus a few fixes.
51672
51673         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
51674         Include <stdbool.h>.
51675         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
51676         __fsetlocking to empty.
51677         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
51678         do include <bits/libc-lock.h>.
51679         Do not include <fcntl.h>; not needed.
51680         [_LIBC]: Include <wchar.h>.
51681         (NOTCANCEL_MODE): New macro.
51682         (flockfile, funlockfile) [_LIBC]: New macros.
51683         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
51684         [!_LIBC]: New macros.
51685         (call_fclose): New function.
51686         (getpass): Use it.  Save tty stream separately; this simplifies the
51687         code and makes it more reliable if stdin happens to equal stdout.
51688         Invoke __fsetlocking on tty.
51689         Handle thread cancellation if needed.
51690         Namespace cleanup (use __tcgetattr, __getline).
51691         Use bool for Booleans.
51692         [USE_IN_LIBIO]: Handle wide streams.
51693         [!_LIBC]: Unconditionally do the fseek, since we don't know what
51694         stream might go where.
51695
51696         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
51697         doesn't have to include <stdio.h> before us.
51698         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
51699         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
51700         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
51701         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
51702         if not declared, so that we can use getpass.c code from libc without
51703         rewriting it.
51704         (flockfile, ftrylockfile, funlockfile): New macros.
51705
51706 2003-10-08  Paul Eggert  <eggert@twinsun.com>
51707
51708         * modules/getpass: Depend on stdbool.
51709
51710 2003-10-08  Paul Eggert  <eggert@twinsun.com>
51711
51712         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
51713
51714 2003-10-07  Karl Berry  <karl@gnu.org>
51715
51716         * config/config.{guess,sub}: update from config.
51717
51718 2003-10-06  Jim Meyering  <jim@meyering.net>
51719             Bruno Haible  <bruno@clisp.org>
51720
51721         This lets translators provide better translations for the
51722         "Written by ..." part of --version output.
51723         * lib/version-etc.h: Include stdarg.h.
51724         (version_etc_copyright): Declare as readonly.
51725         (version_etc): Make this function variadic with a NULL-terminated list
51726         of author name strings.
51727         (version_etc_va): New declaration.
51728         * lib/version-etc.c: Include stdarg.h, stdlib.h.
51729         (version_etc_copyright): Declare as readonly.
51730         (version_etc_va): New function. Provide a different translatable string
51731         for each possible number of authors < 10. Abbreviate when there are 10
51732         authors or more.
51733         (version_etc): Make this function variadic. Call version_etc_va.
51734         Suggestion from Gary V. Vaughan.
51735
51736         * lib/long-options.h (parse_long_options): Change prototype: the
51737         authors string is moved to the end and becomes variadic.
51738         * lib/long-options.c: Include stdarg.h.
51739         (parse_long_options): Make this function variadic, too.
51740         Call version_etc_va, not version_etc.
51741
51742 2003-10-06  Bruno Haible  <bruno@clisp.org>
51743
51744         * modules/version-etc-2: Remove file.
51745         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
51746
51747 2003-10-06  Bruno Haible  <bruno@clisp.org>
51748
51749         * modules/fatal-signal: New file.
51750         * MODULES.html.sh (func_all_modules): Add fatal-signal.
51751
51752 2003-10-06  Bruno Haible  <bruno@clisp.org>
51753
51754         * m4/fatal-signal.m4: New file.
51755         * m4/signalblocking.m4: New file, from GNU gettext.
51756
51757 2003-10-06  Bruno Haible  <bruno@clisp.org>
51758
51759         * lib/version-etc-2.h: Remove file.
51760         * lib/version-etc-2.c: Remove file.
51761
51762 2003-10-06  Bruno Haible  <bruno@clisp.org>
51763
51764         * lib/fatal-signal.h: New file, from GNU gettext.
51765         * lib/fatal-signal.c: New file, from GNU gettext.
51766
51767 2003-10-05  Paul Eggert  <eggert@twinsun.com>
51768
51769         * README: Rework advice for preventing empty .o files.
51770         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
51771         not <sys/types.h>.
51772
51773 2003-10-04  Karl Berry  <karl@gnu.org>
51774
51775         * lib/argp*: update from libc.
51776
51777 2003-10-04  Karl Berry  <karl@gnu.org>
51778
51779         * config/config.{guess,sub}: update from config.
51780
51781 2003-10-02  Bruno Haible  <bruno@clisp.org>
51782
51783         * modules/lchown (Include): Add lchown.h.
51784         * modules/time_r (Include): Use "..." syntax.
51785         * modules/xgetdomainname (Include): Add xgetdomainname.h.
51786
51787 2003-10-01  Simon Josefsson  <jas@extundo.com>
51788
51789         * MODULES.html.sh (func_all_modules): Move gethostname from section
51790         'based on' to section 'lacking' POSIX:2001.
51791
51792 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
51793
51794         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
51795         to output mode on the same stream.
51796
51797 2003-09-29  Paul Eggert  <eggert@twinsun.com>
51798
51799         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
51800         Fix arg typo in previous patch.
51801
51802 2003-09-28  Jim Meyering  <jim@meyering.net>
51803
51804         * lib/error.c: Correct cpp indentation.
51805
51806 2003-09-27  Paul Eggert  <eggert@twinsun.com>
51807
51808         * modules/free: New file.
51809
51810 2003-09-27  Paul Eggert  <eggert@twinsun.com>
51811
51812         * m4/free.m4: New file.
51813
51814 2003-09-27  Paul Eggert  <eggert@twinsun.com>
51815
51816         * lib/minmax.h (MIN, MAX)
51817         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
51818         Omit the special code that used __typeof__, since we worry that
51819         it could be more trouble than it's worth.  See:
51820         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
51821         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
51822
51823         * lib/free.c: New file.
51824
51825 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
51826
51827         Trivial fixes to Makefile.am parts of module listings.
51828         * modules/strstr: Append strstr.h to lib_SOURCES.
51829         * modules/strcase: Likewise, for strcase.h.
51830
51831 2003-09-27  Karl Berry  <karl@gnu.org>
51832
51833         * config/mkinstalldirs: update from automake.
51834
51835 2003-09-26  Paul Eggert  <eggert@twinsun.com>
51836
51837         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
51838         (error_tail): Do not loop, reallocating temporary buffer, since
51839         the output cannot contain more wide characters than the input
51840         contains bytes, the size must be big enough already.  This avoids
51841         one potential size overflow calculation.  Check for size overflow
51842         when calculating temporary buffer size.  Free temporary buffer
51843         when done, if it was allocated with malloc; this plugs a memory
51844         leak.  Remove casts from void * to pointers, that are no longer
51845         needed now that we're assuming C89 or better.
51846
51847         Merge error changes from glibc.
51848
51849         * lib/error.c, error.h: Update copyright notice header to match glibc.
51850         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
51851         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
51852         Disable cancellation while printing error.
51853         * lib/error.h: Prepend __ to parameter names.
51854
51855 2003-09-26  Jim Meyering  <jim@meyering.net>
51856
51857         * lib/error.c (error_tail): Move some declarations
51858         into inner scope where the local variables are used.
51859
51860 2003-09-26  Bruno Haible  <bruno@clisp.org>
51861
51862         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
51863         stpncpy().
51864         Don't define stpncpy through config.h; it's now done through stpncpy.h.
51865
51866 2003-09-26  Bruno Haible  <bruno@clisp.org>
51867
51868         * lib/stpncpy.h (gnu_stpncpy): New declaration.
51869         (stpncpy): Define as alias for gnu_stpncpy.
51870         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
51871
51872 2003-09-25  Simon Josefsson  <jas@extundo.com>
51873
51874         * lib/xgetdomainname.h: New file.
51875         * lib/xgetdomainname.c: New file.
51876
51877 2003-09-25  Simon Josefsson  <jas@extundo.com>
51878             Bruno Haible  <bruno@clisp.org>
51879
51880         * modules/getdomainname: New file.
51881         * modules/xgetdomainname: New file.
51882         * MODULES.html.sh (func_all_modules): Add getdomainname,
51883         xgetdomainname.
51884
51885 2003-09-25  Simon Josefsson  <jas@extundo.com>
51886             Bruno Haible  <bruno@clisp.org>
51887
51888         * m4/getdomainname.m4: New file.
51889
51890 2003-09-25  Simon Josefsson  <jas@extundo.com>
51891             Bruno Haible  <bruno@clisp.org>
51892
51893         * lib/getdomainname.h: New file.
51894         * lib/getdomainname.c: New file.
51895
51896 2003-09-25  Karl Berry  <karl@gnu.org>
51897
51898         * lib/argp-fmtstream.c, argp-help.c: update from libc.
51899
51900 2003-09-25  Karl Berry  <karl@gnu.org>
51901
51902         * config/install-sh: update from automake.
51903
51904 2003-09-25  Bruno Haible  <bruno@clisp.org>
51905
51906         * modules/version-etc-2: New file, from modules/version-etc with
51907         modifications.
51908         * MODULES.html.sh (func_all_modules): Add version-etc-2.
51909
51910 2003-09-25  Bruno Haible  <bruno@clisp.org>
51911
51912         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
51913         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
51914
51915 2003-09-24  Simon Josefsson  <jas@extundo.com>
51916
51917         * modules/xgethostname: Add xgethostname.h.
51918
51919 2003-09-24  Paul Eggert  <eggert@twinsun.com>
51920
51921         * lib/linebuffer.c (freebuffer): Don't free the argument, just
51922         the buffer associated with the argument.  Bug reported by
51923         Simon Josefsson.
51924
51925 2003-09-24  Paul Eggert  <eggert@twinsun.com>
51926
51927         * README: Document assumptions that 'int' is at least 32 bits
51928         wide, that integer arithmetic is 2's complement without overflow,
51929         that there are no holes in integer values, that adding sizes of
51930         two nonoverlapping objects can't overflow, and that all-bits-zero
51931         yields scalar zero.  Fix spelling and capitalization typos.
51932
51933 2003-09-19  Karl Berry  <karl@gnu.org>
51934
51935         * lib/argp.h: update from libc.
51936
51937 2003-09-17  Paul Eggert  <eggert@twinsun.com>
51938
51939         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
51940         to avoid spurious warnings like "AC_RUN_IFELSE was called before
51941         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
51942
51943 2003-09-17  Paul Eggert  <eggert@twinsun.com>
51944
51945         * gnulib-tool: Use "test -h", not "test -L", for portability
51946         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
51947         (tags_regexp): Remove, since \| doesn't conform to POSIX.
51948         (sed_extract_prog): Issue s commands one-by-one, rather than
51949         using \| in one s command.
51950
51951 2003-09-16  Paul Eggert  <eggert@twinsun.com>
51952
51953         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
51954         input error, instead of returning NULL the next time we are called
51955         (and therefore losing track of errno).
51956
51957 2003-09-16  Bruno Haible  <bruno@clisp.org>
51958
51959         * gnulib-tool (func_create_testdir): Warn about duplicated
51960         dependencies.
51961
51962 2003-09-15  Paul Eggert  <eggert@twinsun.com>
51963
51964         * modules/argmatch, modules/fatal, modules/obstack,
51965         modules/xalloc, modules/xgethostname: Sort dependencies by
51966         importance, not alphabetically.
51967
51968 2003-09-15  Paul Eggert  <eggert@twinsun.com>
51969
51970         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
51971         fails, so that the caller gets the proper errno.
51972
51973         * lib/readutmp.c (read_utmp): Likewise.
51974         Check for fstat error.  Close stream and free storage
51975         when failing.
51976
51977 2003-09-14  Karl Berry  <karl@gnu.org>
51978
51979         * config/srclist.txt (strdup.c): disable for c89 changes.
51980
51981 2003-09-14  Jim Meyering  <jim@meyering.net>
51982
51983         * lib/getloadavg.c: Correct cpp indentation.
51984         * lib/strdup.c: Likewise.
51985         * lib/vasnprintf.c: Likewise.
51986
51987 2003-09-14  Bruno Haible  <bruno@clisp.org>
51988
51989         * modules/fwriteerror: New file.
51990         * MODULES.html.sh (func_all_modules): Add fwriteerror.
51991
51992 2003-09-14  Bruno Haible  <bruno@clisp.org>
51993
51994         * lib/fwriteerror.h: New file.
51995         * lib/fwriteerror.c: New file.
51996
51997 2003-09-12  Paul Eggert  <eggert@twinsun.com>
51998
51999         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
52000         modules/xgethostname, modules/xalloc: Depend on exit.
52001
52002 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52003
52004         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
52005
52006         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
52007         and AC_MINIX, too, so that their extensions are available.
52008
52009         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
52010         This macro has been superseded by gl_BACKUPFILE.
52011
52012         More patches to assume C89 or better.
52013
52014         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
52015
52016         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
52017         unconditionally.
52018         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
52019         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
52020         Include <string.h>, <stdlib.h> unconditionally.
52021         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
52022         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
52023         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
52024         headers or for string.h.
52025         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
52026         or strtoul.
52027
52028         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
52029         headers.
52030         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
52031         * m4/userspec.m4 (gl_USERSPEC): Likewise.
52032         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
52033         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
52034         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
52035         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
52036         memcpy, memset.
52037         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
52038         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
52039         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
52040         strtol.
52041         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
52042         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
52043         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
52044         strtoul.
52045
52046 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52047
52048         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
52049         * lib/obstack.c [!defined _LIBC]: Likewise.
52050         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
52051         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
52052         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
52053
52054         More changes to assume C89 or better.
52055
52056         * lib/error.c (error_tail): Assume vprintf.
52057
52058         * lib/argmatch.c (getenv): Remove decl.
52059         * lib/progreloc.c (get_full_program_name): Define via prototype.
52060         * lib/setenv.c (clearenv): Likewise.
52061         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
52062         needed.
52063         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
52064         (malloc, memcpy): Remove decls.
52065         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
52066         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
52067         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
52068         (memcpy): Remove macro.
52069         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
52070         (__P): Remove.  All uses removed.
52071         (PTR): Remove.  All uses changed to void *.
52072         (CHAR_BIT, NULL): Remove.
52073         (spaces, zeros, memset_space, memset_zero)
52074         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
52075         Remove.
52076         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
52077         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
52078         Define with prototype.
52079         Remove now-unnecessary prototype decl.
52080         (extra_args_spec): Assume ANSI C.  All uses changed.
52081         (extra_args_spec_iso): Remove.
52082         (my_strftime, emacs_strftimeu): Define via prototype.
52083         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
52084         unconditionally.
52085         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
52086         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
52087         (strtoul, strtol): Remove decls.
52088         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
52089         LONG_MAX): Remove.
52090         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
52091         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
52092         (LOCALE_PARAM_PROTO): New macro.
52093         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
52094         (INTERNAL (strtol), strtol): Define with a prototype.
52095         (PARAMS): Remove.  All uses removed.
52096         * lib/tempname.c: Include <string.h> unconditionally.
52097         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
52098         * lib/xgethostname.c (main): Define with a prototype.
52099         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
52100         Include <stdlib.h> unconditionally.
52101         (calloc, malloc, realloc, free): Remove decls.
52102         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
52103         Include <stdlib.h> unconditionally.  Sort include file names.
52104         (strtod): Remove.
52105         (xstrtod): Define with a prototype.
52106         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
52107         (strtol, strtoul): Remove decls.
52108
52109 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52110
52111         More patches to assume C89 or better.
52112         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
52113         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
52114         string.h, memchr, STDC_HEADERS.
52115
52116 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52117
52118         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
52119         Include <stdlib.h>, <string.h> unconditionally.
52120         Remove now-unnecessary cast to char *.
52121         * lib/strnlen.c: Include <string.h> unconditionally.
52122         * lib/yesno.c (yesno): Define with a prototype.
52123
52124 2003-09-11  Bruno Haible  <bruno@clisp.org>
52125
52126         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
52127
52128 2003-09-10  Jim Meyering  <jim@meyering.net>
52129
52130         * lib/error.c: Correct indentation of cpp directives.
52131
52132 2003-09-10  Bruno Haible  <bruno@clisp.org>
52133
52134         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
52135         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
52136         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
52137         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
52138         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
52139         <stdlib.h> and <string.h> checks.
52140         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
52141         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
52142
52143 2003-09-10  Bruno Haible  <bruno@clisp.org>
52144
52145         * lib/strcspn.c: Include <string.h> unconditionally.
52146         * lib/strpbrk.c: Include <string.h> unconditionally.
52147         * lib/strstr.c: Include <string.h> unconditionally.
52148         * lib/unicodeio.c: Include <string.h> unconditionally.
52149         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
52150         * lib/unsetenv.c: Likewise.
52151         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
52152         * lib/yesno.c: Include <stdlib.h> unconditionally.
52153         (rpmatch): Add prototype.
52154
52155 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52156
52157         More patches to assume C89 or better.
52158         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
52159         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
52160         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
52161         or for string.h.
52162         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
52163         stdlib.h.
52164         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
52165         C headers.
52166         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
52167         string.h.
52168         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
52169         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
52170         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
52171         or for string.h.
52172         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
52173         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
52174         C headers.
52175         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
52176         memcpy.
52177         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
52178         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
52179         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
52180         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
52181         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
52182         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
52183         string.h, free.
52184         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
52185         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
52186         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
52187         C headers, or for string.h.
52188         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
52189         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
52190         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
52191         headers, memory.h, stdlib.h, string.h, strings.h.
52192         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
52193         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
52194         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
52195         strchr.
52196         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
52197         headers, memory.h, string.h.
52198         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
52199         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
52200         free.
52201         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
52202         headers.
52203         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
52204         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
52205         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
52206         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
52207         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
52208
52209 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52210
52211         More K&R removal.
52212
52213         * lib/acosl.c (main): Use a prototype.
52214         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
52215         tanl.c: Likewise.
52216
52217         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
52218
52219         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
52220         (getopt, etopt_long, getopt_long_only, _getopt_internal)
52221         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
52222         with a prototype.
52223         * lib/getopt.c (const): Remove macro.
52224         Include <string.h> unconditionally.
52225         (my_index): Remove; all uses changed to strchr.
52226         (strlen): Remove decl.
52227         (exchange): Remove forward decl; no longer needed.
52228         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
52229         Define with prototype.
52230         * lib/getopt1.c (const): Remove macro.
52231         (getopt_long, getopt_long_only, main): Define with prototype.
52232
52233         * lib/getugroups.c: Include <string.h> unconditionally.
52234
52235         * lib/getusershell.c: Include <stdlib.h> unconditionally.
52236         (getusershell, setusershell, endusershell, readname, main):
52237         Define with prototypes.
52238
52239         * lib/group-member.c: Include group-member.h first.
52240         Include <stdlib.h> unconditionally.
52241
52242         * lib/hard-locale.c: Include hard-locale.h first.
52243         Include <stdlib.h>, <string.h> unconditionally.
52244
52245         * lib/hash.c (free, malloc): Remove decls.
52246         Include <stdlib.h> unconditionally.
52247
52248         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
52249         (getenv): Do not declare.
52250
52251         * lib/idcache.c: Include <string.h> unconditionally.
52252
52253         * lib/long-options.c: Include long-options.h first, to test interface.
52254         Include <stdlib.h> unconditionally.
52255
52256         * lib/makepath.c: Include makepath.h first, to test interface.
52257         Include <stdlib.h> and <string.h> unconditionally.
52258
52259         * lib/linebuffer.c: Include <stdlib.h>.
52260         (free): Remove decl.
52261
52262         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
52263         stddef.h. rpl_malloc returns void *, not char *.
52264         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
52265         prototype.
52266
52267         * lib/md5.h: Include <limits.h> unconditionally.
52268         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
52269         (__P): Remove; all uses removed.
52270         * lib/md5.c: Include "md5.h" first.
52271         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
52272         md5_buffer, md5_process_bytes, md5_process_block):
52273         Define with prototypes.
52274         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
52275         * lib/sha.c: Include "sha.h" first.
52276         Include <stdlib.h>, <string.h> unconditionally.
52277
52278         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
52279         * lib/memcmp.c (__ptr_t): Likewise.
52280         * lib/memrchr.c (__ptr_t): Likewise.
52281         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
52282         Include <string.h> unconditionally.
52283         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
52284         * lib/memchr.c: Include <stdlib.h> unconditionally.
52285         * lib/memchr.c (LONG_MAX): Remove.
52286         * lib/memrchr.c (LONG_MAX): Likewise.
52287         * lib/memchr.c (__memchr): Define via a prototype.
52288         * lib/memrchr.c (__memrchr): Likewise.
52289         * lib/memcmp.c (__P): Remove, and remove all uses.
52290         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
52291         Remove forward decls; no longer needed.
52292         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
52293         Use types required by C89 in prototype.
52294
52295         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
52296         * lib/savedir.c: Likewise.
52297         * lib/mkdir.c (free): Remove decl.
52298         * lib/rmdir.c (rmdir): Define with a prototype.
52299         * lib/savedir.c: Include savedir.h first, to test interface.
52300
52301         * lib/mktime.c (STDC_HEADERS): Remove.
52302         Include <stdlib.h>, <string.h> unconditionally.
52303
52304         * lib/modechange.c: Include <stdlib.h> unconditionally.
52305         (malloc): Remove decl.
52306
52307         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
52308         (free): Remove decl.
52309
52310         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
52311         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
52312         (This type really should be intptr_t, but that's a C99ism.)
52313         (_obstack_memcpy): Remove: all uses changed to memcpy.
52314         Include <string.h> unconditionally.
52315         (struct obstack): Assume __STDC__ for types of members
52316         chunkfun, freefun, extra_arg.
52317         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
52318         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
52319         obstack_begin, obstack_specify_allocation,
52320         obstack_specify_allocation_with_arg, obstack_chunkfun,
52321         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
52322         Remove unprototyped decls and the macros that use them.
52323         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
52324         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
52325         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
52326         (defined __STDC__ && __STDC__)]:
52327         Remove nonprototyped code.
52328         Include <stdlib.h> unconditionally.
52329         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
52330         _obstack_allocated_p, _obstack_free, obstack_free,
52331         _obstack_memory_used, print_and_abort):
52332         Define using prototypes.
52333         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
52334         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
52335         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
52336         obstack_next_free, obstack_object_size, obstack_room) [0]:
52337         Remove unused, unprototyped code.
52338
52339         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
52340
52341         * lib/physmem.c (physmem_total, physmem_available, main): Define
52342         with prototypes.
52343
52344         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
52345         (main): Define with a prototype.
52346
52347         * lib/posixver.c (getenv): Remove decl.
52348
52349         * lib/putenv.c (malloc): Returns void *, not char *.
52350         Include <string.h> unconditionally.
52351         (strchr, memcpy, NULL): Do not define.
52352
52353         * lib/readtokens.c: Include readtokens.h first, to test interface.
52354         Include <stdlib.h>, <string.h> unconditionally.
52355         (init_tokenbuffer): Define with a prototype.
52356
52357         * lib/regex.c (PARAMS): Remove.  All uses removed.
52358         All uses of _RE_ARGS removed, too.
52359         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
52360         unconditionally.
52361         (bzero): Assume memset exists.
52362         (memcmp, memcpy, NULL): Remove.
52363         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
52364         char, or assignments to local vars of type signed char.
52365         (init_syntax_once, PREFIX(extract_number_and_incr),
52366         PREFIX(print_partial_compiled_pattern),
52367         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
52368         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
52369         PREFIX(regex_grow_registers), PREFIX(regex_compile),
52370         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
52371         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
52372         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
52373         wcs_compile_range, byte_compile_range, truncate_wchar,
52374         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
52375         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
52376         count_mbs_length, wcs_re_match_2_internal,
52377         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
52378         PREFIX(alt_match_null_string_p),
52379         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
52380         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
52381         regfree, PREFIX(extract_number)): Define with prototype.  Remove
52382         now-unnecessary declaration, if any.
52383         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
52384         regcomp, regexec):
52385         Remove now-unnecessary casts among pointer types.
52386         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
52387
52388         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
52389         (free): Remove decl.
52390
52391         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
52392
52393         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
52394         (free): Remove decl.
52395
52396         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
52397         * lib/xgetcwd.c: Likewise.
52398
52399         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
52400         (free): Remove decl.
52401
52402         * lib/strchrnul.c (strchrnul): Define with a prototype.
52403         Fix bug: c_in was not converted to char before searching.
52404
52405         The following changes are not K&R related:
52406
52407         * lib/group-member.h: Include <sys/types.h>, so that this file is
52408         self-contained.
52409         * lib/makepath.h: Likewise.
52410
52411         * lib/getusershell.c (readname, default_index, line_size, readname):
52412         Use size_t, not int, for sizes.
52413         (readname): If the size overflows, report an error instead of
52414         looping forever.
52415
52416 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52417
52418         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
52419         libc.
52420
52421 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52422
52423         * README: New section: portability guidelines.
52424
52425 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
52426
52427         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
52428         C89 spec.
52429
52430 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
52431
52432         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
52433
52434 2003-09-08  Paul Eggert  <eggert@twinsun.com>
52435
52436         Assume C89 or better; remove K&R cruft.
52437         A few of these changes were first proposed by Derek Robert Price
52438         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
52439
52440         * lib/addext.c: Include <string.h> unconditionally.
52441         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
52442         Don't declare getenv or malloc.
52443
52444         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
52445         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
52446         (NULL): Remove.
52447         (find_stack_direction, alloca): Use prototypes.
52448
52449         * lib/atexit.c (atexit): Define using a prototype.
52450
52451         * lib/basename.c, dirname.c, stripslash.c:
52452         Include <string.h> unconditionally.
52453
52454         * lib/bcopy.c: Include <stddef.h>.
52455         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
52456
52457         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
52458
52459         * lib/error.h (error, error_at_line, error_print_progname)
52460         [! (defined (__STDC__) && __STDC__)]: Remove decls.
52461         * lib/error.c: Include error.h first, to check interface.
52462         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
52463         (VA_START): Remove; all uses changeed to va_start.
52464         (exit, strerror): Remove decls.
52465         (error_print_progname): Prototype uncondionally.
52466         Don't include <errno.h>; no longer needed.
52467         (private_strerror): Remove.
52468         (error_tail): Always define.
52469         (error, error_at_line): Assume C89 or better; always use prototypes.
52470         * lib/fatal.c: Include "fatal.h" first, to test interface.
52471         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
52472         (VA_START): Remove; all uses changed to va_start.
52473         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
52474         this case.
52475         (exit): Remove decl.
52476         (fatal): Prototype unconditionally.  Assume va_start works.
52477         Abort at end, to pacify gcc.
52478
52479         * lib/euidaccess.c (main): Define with a prototype.
52480
52481         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
52482
52483         * lib/exitfail.c: Include <stdlib.h> unconditionally.
52484
52485         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
52486         prototypes.
52487         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
52488         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
52489         (getenv): Remove decl.
52490         (fnmatch): Define using a prototype.
52491         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
52492         (FCT): Define using a prototype.
52493
52494         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
52495
52496         * lib/gethostname.c: Include <stddef.h>.
52497         (gethostname): Define with prototype.  Length is size_t, not int.
52498
52499 2003-09-08  Paul Eggert  <eggert@twinsun.com>
52500
52501         Assume C89 or better; remove K&R cruft.
52502         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
52503         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
52504         string.h, getenv, malloc.
52505         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
52506         headers.
52507         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
52508         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
52509         do not check for strerror.
52510         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
52511         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
52512         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
52513         do not check for doprnt or vprintf.
52514         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
52515         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
52516
52517 2003-09-08  Paul Eggert  <eggert@twinsun.com>
52518
52519         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
52520         getversion.c should have been removed then, but was accidentally
52521         preserved.
52522
52523         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
52524         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
52525
52526 2003-09-08  Karl Berry  <karl@gnu.org>
52527
52528         * config/config.sub, config.guess, srclistvars.sh: update from savannah
52529                 config, forget about prep.
52530
52531         * config/depcomp, missing: update from automake.
52532
52533 2003-09-07  Paul Eggert  <eggert@twinsun.com>
52534
52535         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
52536         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
52537
52538 2003-09-07  Paul Eggert  <eggert@twinsun.com>
52539
52540         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
52541         copy_tm_result.  Bug reported by Simon Josefsson in
52542         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
52543
52544 2003-09-06  Paul Eggert  <eggert@twinsun.com>
52545
52546         * m4/time_r.m4: New file.
52547         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
52548         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
52549         is. Check for timegm declaration.
52550         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
52551         Do not check for gmtime_r.
52552         Replace mktime if __mktime_internal does not exist and if mktime
52553         hasn't been replaced already.
52554
52555 2003-09-06  Paul Eggert  <eggert@twinsun.com>
52556
52557         * lib/time_r.c, lib/time_r.h: New files.
52558
52559         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
52560         __localtime_r.
52561         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
52562         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
52563
52564         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
52565         __gmtime_r.
52566         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
52567         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
52568         Include <time_r.h>.
52569
52570         * lib/timegm.c: Switch to glibc implementation, with the following
52571         changes:
52572         [defined HAVE_CONFIG_H]: Include <config.h>.
52573         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
52574         (__mktime_internal) [!defined _LIBC]: New decl.
52575         (__gmtime_r) [!defined _LIBC]: New macro and function.
52576         (timegm): Use a prototype, since gnulib assumes C89.
52577         Do not bother declaring tmp to be const, as it's not really usefu.
52578         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
52579         (timegm): Declare only if HAVE_DECL_TIMEGM.
52580
52581 2003-09-06  Paul Eggert  <eggert@twinsun.com>
52582
52583         * MODULES.html.sh (func_all_modules): Add time_r.
52584         * modules/time_r: New file.
52585         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
52586         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
52587
52588 2003-09-03  Paul Eggert  <eggert@twinsun.com>
52589
52590         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
52591         Bug reported by Lute Kamstra in
52592         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
52593
52594         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
52595         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
52596         course with correspondingly smaller numbers for tomorrow and
52597         yesterday.  From Tadayoshi Funaba.  Originally installed into
52598         sh-utils on 1999-08-07, but the patch got lost (I guess during the
52599         coreutils merge?).
52600
52601 2003-08-31  Simon Josefsson  <jas@extundo.com>
52602
52603         * modules/timegm: New file.
52604         * MODULES.html.sh (func_all_modules): Add timegm.
52605
52606 2003-08-31  Simon Josefsson  <jas@extundo.com>
52607
52608         * m4/timegm.m4: New file.
52609
52610 2003-08-31  Simon Josefsson  <jas@extundo.com>
52611
52612         * lib/timegm.h: New file.
52613         * lib/timegm.c: New file.  Based on
52614         wget-1.8.2/src/http.c:mktime_from_utc.
52615
52616 2003-08-31  Karl Berry  <karl@gnu.org>
52617
52618         * lib/argp.h: update from libc.
52619
52620 2003-08-28  Bruno Haible  <bruno@clisp.org>
52621
52622         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
52623         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
52624         followed by '#define fnmatch fnmatch_posix' gives an error.
52625
52626 2003-08-28  Bruno Haible  <bruno@clisp.org>
52627
52628         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
52629         warning on QNX, which defines O_BINARY to 000000.
52630
52631 2003-08-27  Jim Meyering  <jim@meyering.net>
52632
52633         * m4/mkstemp.m4: Require that the system mkstemp be able to create
52634         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
52635         would fail after 32.  Reported by Danny Levinson.  Details here:
52636         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
52637
52638 2003-08-24  Bruno Haible  <bruno@clisp.org>
52639
52640         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
52641         MSVC7 <stdio.h> is included later.
52642
52643 2003-08-22  Simon Josefsson  <jas@extundo.com>
52644
52645         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
52646
52647 2003-08-20  Karl Berry  <karl@gnu.org>
52648
52649         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
52650
52651 2003-08-20  Bruno Haible  <bruno@clisp.org>
52652
52653         * modules/progname: New file.
52654         * MODULES.html.sh (func_all_modules): Add progname.
52655
52656 2003-08-20  Bruno Haible  <bruno@clisp.org>
52657
52658         * lib/progname.h: New file, from GNU gettext.
52659         * lib/progname.c: New file, from GNU gettext.
52660         * lib/progreloc.c: New file, from GNU gettext.
52661
52662 2003-08-19  Jim Meyering  <jim@meyering.net>
52663
52664         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
52665         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
52666
52667 2003-08-19  Bruno Haible  <bruno@clisp.org>
52668
52669         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
52670         more.
52671
52672 2003-08-19  Bruno Haible  <bruno@clisp.org>
52673
52674         * lib/xstrdup.c: Assume <string.h> exists.
52675
52676 2003-08-18  Paul Eggert  <eggert@twinsun.com>
52677
52678         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
52679         in makefile rules.
52680
52681 2003-08-18  Jim Meyering  <jim@meyering.net>
52682
52683         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
52684         * m4/lib-ld.m4: Likewise.
52685
52686 2003-08-18  Jim Meyering  <jim@meyering.net>
52687
52688         * lib/setenv.h: Indent nested cpp directive.
52689         * lib/vasnprintf.c: Remove trailing blanks.
52690
52691 2003-08-17  Simon Josefsson  <jas@extundo.com>
52692
52693         * modules/xstrndup: New file.
52694         * MODULES.html.sh (func_all_modules): Add xstrndup.
52695
52696 2003-08-17  Simon Josefsson  <jas@extundo.com>
52697
52698         * modules/argp: Fix autoconf macro name. Add more dependencies.
52699
52700 2003-08-17  Simon Josefsson  <jas@extundo.com>
52701
52702         * m4/xstrndup.m4: New file.
52703
52704 2003-08-17  Simon Josefsson  <jas@extundo.com>
52705
52706         * m4/argp.m4: New file.
52707
52708 2003-08-17  Simon Josefsson  <jas@extundo.com>
52709             Bruno Haible  <bruno@clisp.org>
52710
52711         * lib/xstrndup.h: New file.
52712         * lib/xstrndup.c: New file.
52713
52714 2003-08-17  Bruno Haible  <bruno@clisp.org>
52715
52716         * modules/strndup (Files, Include): Add lib/strndup.h.
52717
52718 2003-08-17  Bruno Haible  <bruno@clisp.org>
52719
52720         * modules/euidaccess (Files): Add lib/euidaccess.h.
52721
52722 2003-08-17  Bruno Haible  <bruno@clisp.org>
52723
52724         * lib/strndup.h: New file.
52725
52726 2003-08-17  Bruno Haible  <bruno@clisp.org>
52727
52728         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
52729         like AC_GNU_SOURCE.
52730         * modules/extensions (configure.ac): Comment out the invocation of
52731         gl_USE_SYSTEM_EXTENSIONS.
52732
52733 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52734
52735         Merges from coreutils, etc.
52736         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
52737         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
52738         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
52739         fixing a typo.
52740         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
52741         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
52742
52743 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52744
52745         Document merge from coreutils.
52746         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
52747         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
52748         * modules/utime: Add m4/utimes-null.m4.
52749
52750 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52751
52752         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
52753         space, undoing this 2003-08-12 change:
52754         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
52755
52756 2003-08-16  Paul Eggert  <eggert@twinsun.com>
52757
52758         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
52759         strtoul.c from libc, undoing this 2003-08-12 change:
52760         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
52761
52762 2003-08-16  Jim Meyering  <jim@meyering.net>
52763
52764         Merges from coreutils.
52765         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
52766         prefix.  Adjust cache variables similarly.  Create 500 rather than
52767         just 300 files, to exercise bug on Darwin6.5, too.
52768         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
52769         $missing_dir.
52770         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
52771         AM_SYS_POSIX_TERMIOS.
52772         Reported by mkc@mathdogs.com.
52773         Also change use of $am_cv_sys_posix_termios
52774         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
52775         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
52776         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
52777         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
52778         in /proc/mounts until it finds one with matching device number.  This
52779         is unnecessary when the FILE argument *is* a mount point.  No stat call
52780         is necessary in that case.  So, disable the statvfs-testing code on
52781         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
52782         as RedHat bug# 84846.
52783         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
52784         to 1MB, so as not to render systems with no stack size limit (e.g.,
52785         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
52786         Include <unistd.h>.  On some systems,
52787         it is required for the definition of _SC_PAGESIZE.
52788
52789 2003-08-16  Jim Meyering  <jim@meyering.net>
52790
52791         Merge from coreutils.
52792         * lib/xstrtoimax.c: #else #if -> #elif.
52793         * lib/xstrtoumax.c: Likewise.
52794
52795 2003-08-16  Jim Meyering  <jim@meyering.net>
52796
52797         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
52798         * m4/utimes.m4: Removed.
52799         * m4/utimes-null.m4: Renamed from utimes.m4.
52800
52801         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
52802         to 1MB, so as not to render systems with no stack size limit (e.g.,
52803         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
52804         Include <unistd.h>.  On some systems,
52805         it is required for the definition of _SC_PAGESIZE.
52806
52807 2003-08-16  Jim Meyering  <jim@meyering.net>
52808         and Paul Eggert  <eggert@cs.ucla.edu>
52809
52810         Merges from coreutils, etc.
52811
52812         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
52813         using the latest version from cvs.  This avoids problems with #line
52814         directives using a vendor (Sun) compiler.
52815         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
52816         Don't set GETGROUPS_LIB here; now it's
52817         done via getgroups.m4's wrapper function.
52818         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
52819         rather than just in sh-util/configure.in, so that the
52820         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
52821         same.
52822         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
52823         AC_FUNC_GETLOADAVG where to find getloadavg.c.
52824         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
52825         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
52826         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
52827         Remove code that is now done by the newly-required macros.
52828         Append $(EXEEXT) to DF_PROG.
52829         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
52830         Do not invoke or require the following here,
52831         since prereq.m4 or some gnulib .m4 now does this for us:
52832         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
52833         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
52834         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
52835         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
52836         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
52837         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
52838         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
52839         AC_FUNC_OBSTACK.
52840         Do not replace the following functions, as this is now the job
52841         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
52842         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
52843         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
52844         atexit getpass, strdup, getpagesize.
52845         Replace 'raise'.
52846         Do not check for the following functions, as this is now the job
52847         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
52848         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
52849         setregid.
52850         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
52851         Check for sys/sysctl.h.
52852         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
52853         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
52854         of checking for ssize_t ourselves.
52855
52856         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
52857         Require every macro that gnulib/modules/* suggests for us.
52858         (jm_PREREQ_ADDEXT): New macro.
52859         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
52860         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
52861
52862         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
52863         (gl_PHYSMEM): Use it.
52864         Also check for `table' function.
52865         Check for new headers and functions.
52866         Add check for sys/sysmp.h.
52867         With suggestions from Kaveh Ghazi.
52868         Ignore headers that are present but cannot be compiled.  This
52869         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
52870         C 5.4.
52871
52872 2003-08-15  Paul Eggert  <eggert@twinsun.com>
52873
52874         Document merge from coreutils.
52875         * modules/userspec: Depend on posixver.
52876         * modules/strftime: Depend on tzset.
52877
52878 2003-08-15  Paul Eggert  <eggert@twinsun.com>
52879
52880         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
52881         rather than tab, after '#' in shell-script copyright notices.
52882         Suggested by Bruno Haible.
52883
52884 2003-08-15  Paul Eggert  <eggert@twinsun.com>
52885
52886         * config/srclist-update: Use three spaces, rather than tab, after '#'
52887         in shell-script copyright notices.  Suggested by Bruno Haible.
52888         Remove unnecessary parenthesization in regular expression.
52889
52890 2003-08-15  Jim Meyering  <jim@meyering.net>
52891
52892         Merge from coreutils.
52893         * lib/xgethostname.c: Include <stdlib.h>.
52894         (xghostname): Don't exit for anything other than memory-related
52895         failure; just return NULL.
52896         * lib/userspec.c: Include "posixver.h".
52897         (parse_user_spec): Accept `.' as a separator only
52898         in pre-POSIX-200112 mode.
52899         * lib/strtoimax.c: Use #elif rather than #else #if.
52900         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
52901         Remove function, now that we can rely on a working tzset function.
52902         [!_LIBC]: Ensure that the required autoconf test has been run.
52903         [!defined _NL_CURRENT && HAVE_STRFTIME]:
52904         Use underlying_strftime for %r.
52905         * lib/sha.c: Merge in some clean-up and optimization changes from
52906         glibc.
52907         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
52908         Ensure that it is a multiple of 64.
52909         Rearrange loop exit tests so as to avoid performing an
52910         additional fread after encountering an error or EOF.
52911         * lib/realloc.c: Update copyright date.
52912
52913 2003-08-15  Jim Meyering  <jim@meyering.net>
52914         and Paul Eggert  <eggert@twinsun.com>
52915
52916         Merge from coreutils.
52917         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
52918         member but strut utmpx does not.  Needed for AIX 4.3.3.
52919         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
52920
52921 2003-08-15  Jim Meyering  <jim@meyering.net>
52922         and Paul Eggert  <eggert@cs.ucla.edu>
52923
52924         Merges from coreutils, etc.
52925         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
52926         Require gl_FUNC_TZSET_CLOBBER.
52927         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
52928         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
52929         members.
52930
52931 2003-08-14  Paul Eggert  <eggert@twinsun.com>
52932
52933         Help the merge from coreutils.
52934         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
52935         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
52936         * m4/tzset.m4: Use it too.
52937
52938 2003-08-14  Paul Eggert  <eggert@twinsun.com>
52939
52940         * modules/tzset: New file.
52941
52942 2003-08-14  Jim Meyering  <jim@meyering.net>
52943
52944         Merges from coreutils.
52945         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
52946         variable names, rather than @FNMATCH_H@.
52947         * modules/alloca: Likewise for $(ALLOCA_H).
52948
52949         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
52950         the three copies of the literal target, `fnmatch.h'.
52951         * modules/alloca (alloca.h): Likewise.
52952
52953 2003-08-14  Jim Meyering  <jim@meyering.net>
52954
52955         Merge from coreutils.
52956         * m4/tzset.m4: New file.
52957         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
52958         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
52959         otherwise, AIX 5.1 systems would end up using the latter.
52960         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
52961         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
52962         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
52963         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
52964
52965 2003-08-14  Jim Meyering  <jim@meyering.net>
52966
52967         Merge from coreutils.
52968         * lib/obstack.h: Whitespace changes.
52969         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
52970         and xcalloc return values.
52971         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
52972         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
52973         hang on OSF/1 5.1 for DIR on both local and remote file systems.
52974         Reported by (and fix confirmed by) Nelson H. F. Beebe.
52975         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
52976         error from mntctl.
52977         Use mntctl's return value to drive the entry-processing loop, since
52978         we can't rely on the value of the vmt_length member in the last
52979         entry.  On some systems doing so could result in exhausting
52980         virtual memory.  Based in part on a patch from Mike Jetzer.
52981
52982 2003-08-14  Jim Meyering  <jim@meyering.net>
52983         and Paul Eggert  <eggert@twinsun.com>
52984
52985         Merges from coreutils, plus other fixes.
52986         * lib/physmem.c: Merge in portability changes from gcc/libiberty
52987         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
52988         for credits and details.  Thanks to Kaveh Ghazi for helping
52989         to keep these files in sync.
52990         (ARRAY_SIZE): Define it.
52991         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
52992         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
52993         (memcasecmp): Don't assume size_t fits in unsigned int.
52994         Remove casts and duplicate code.
52995         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
52996         (memcpy): Remove definition.
52997         Merge in some clean-up and optimization changes from glibc.
52998         [BLOCKSIZE]: Move definition to top of file.
52999         Ensure that it is a multiple of 64.
53000         Rearrange loop exit tests so as to avoid performing an
53001         additional fread after encountering an error or EOF.
53002         * lib/md5.h (md5_uintptr): Define.
53003         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
53004         return to the initial working directory.  Preserve errno
53005         for caller.
53006         * lib/idcache.c: Include "xalloc.h".
53007         (xmalloc, xrealloc): Remove decls.
53008         (getuser): Remove casts no longer required in C89.
53009         * lib/human.c: Include stdio.h, for sprintf.
53010         * lib/group-member.c: Include "xalloc.h".
53011         (xmalloc, xrealloc): Remove decls.
53012         (get_group_info): Remove casts no longer required in C89.
53013         * lib/getusershell.c (readname): Remove casts no longer required in
53014         C89.
53015         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
53016         * lib/getline.c: Whitespace fix, from coreutils.
53017
53018 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53019
53020         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
53021         Check for isascii.
53022
53023         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
53024         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
53025         Undo previous (whitespace-only) change.
53026
53027 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53028
53029         * lib/exclude.c: Include <ctype.h>
53030         (IN_CTYPE_DOMAIN): New macro.
53031         (is_space): New fn.
53032         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
53033         and empty lines.
53034
53035         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
53036         Undo previous (whitespace-only) change.
53037
53038 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53039
53040         * config/srclist-update: Change update back to the old behavior,
53041         leaving whitespace alone.  Use one 'sed' command rather than a
53042         pipeline.
53043         (fixlicense): Now a variable, not a function.
53044         (remove_trailing_blanks): Remove.
53045         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
53046         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
53047         Undo previous (whitespace-only) change.
53048
53049 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53050
53051         Merge from coreutils.
53052         * modules/euidaccess: Add lib_SOURCES, include for new
53053         file euidaccess.h
53054
53055 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53056
53057         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
53058         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
53059         Normalize leading white space and remove trailing white space.
53060
53061         Merge from coreutils
53062         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
53063
53064         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
53065         0.12.1.  These files are now being upgraded automatically by
53066         ../config/srclist-update.
53067
53068 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53069
53070         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
53071         Normalize leading white space and remove trailing white space.
53072         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
53073         notice, as per ../config/srclist-update.
53074
53075         Merge from coreutils.
53076         * lib/euidaccess.h: New file.
53077         * lib/euidaccess.c: Include it.
53078         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
53079         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
53080         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
53081
53082 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53083
53084         * config/srclist-update: Add copyright notice.
53085         (remove_id_lines, remove_trailing_blanks): New constants.
53086         (fixfile): Use them to normalize spacing a bit in copied files.
53087         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
53088         Normalize leading white space and remove trailing white space.
53089
53090         * config/texinfo.tex: Sync with texinfo.
53091
53092         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
53093         strtoul.c from libc, to merge coreutils whitespace changes.
53094
53095         * config/srclist.txt: Get the following m4 files from gettext:
53096         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
53097         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
53098         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
53099         wint_t.m4.
53100
53101 2003-08-12  Karl Berry  <karl@gnu.org>
53102
53103         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
53104         been made.
53105
53106 2003-08-11  Paul Eggert  <eggert@twinsun.com>
53107
53108         * modules/gnu-source, m4/gnu-source.m4:
53109         Remove; we're assuming Autoconf 2.54 or later now.
53110         Suggested by Bruno Haible.
53111         * MODULES.html.sh (func_all_modules): Remove gnu-source.
53112
53113 2003-08-11  Bruno Haible  <bruno@clisp.org>
53114
53115         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
53116
53117 2003-08-11  Bruno Haible  <bruno@clisp.org>
53118
53119         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
53120         (vasnprintf): Use it instead of wcslen.
53121
53122 2003-08-11  Bruno Haible  <bruno@clisp.org>
53123
53124         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
53125         value to ensure that _Bool promotes to int. Use #define for _Bool when
53126         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
53127
53128 2003-08-10  Karl Berry  <karl@gnu.org>
53129
53130         * lib/regex.h: update from libc (whitespace fix).
53131
53132 2003-08-09  Paul Eggert  <eggert@twinsun.com>
53133
53134         Merge some files from coreutils.  These changes were
53135         originally made by Jim Meyering.
53136         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
53137         many older Unixes require this.
53138         * lib/alloca.c (alloca): Remove cast to argument of free;
53139         no longer needed in C89.
53140         * lib/alloca_.h, regex.h: Fix white space to match
53141         what GNU indent does.
53142
53143 2003-08-09  Paul Eggert  <eggert@twinsun.com>
53144
53145         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
53146         apparently Emacs's Unicode mode got confused before my 2003-08-05
53147         checkin.
53148
53149 2003-08-08  Paul Eggert  <eggert@twinsun.com>
53150
53151         * m4/extensions.m4: New file.
53152         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
53153         Require gl_USE_SYSTEM_EXTENSIONS.
53154         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
53155         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
53156
53157 2003-08-08  Paul Eggert  <eggert@twinsun.com>
53158
53159         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
53160         * modules/extensions, modules/gnu-source: New files.
53161         * modules/timespec, modules/unlocked-io: Depend on extensions.
53162
53163 2003-08-07  Paul Eggert  <eggert@twinsun.com>
53164
53165         * modules/restrict: New file.
53166         * MODULES.html.sh (func_all_modules): Add restrict.
53167         * modules/regex: Depend on restrict.
53168
53169 2003-08-07  Paul Eggert  <eggert@twinsun.com>
53170
53171         * m4/restrict.m4: New file.
53172         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
53173
53174 2003-08-07  Bruno Haible  <bruno@clisp.org>
53175
53176         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
53177         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
53178
53179 2003-08-07  Bruno Haible  <bruno@clisp.org>
53180
53181         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
53182         makes the module 'getndelim2' compatible with the module 'getline'.
53183
53184 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53185
53186         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
53187         byte with "\201" to avoid glitches when editing that source file
53188         with multi-gnome-terminal.
53189
53190 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53191
53192         * lib/bumpalloc.h: Remove.
53193
53194 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53195
53196         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
53197         * modules/bumpalloc: Remove.
53198
53199 2003-08-04  Paul Eggert  <eggert@twinsun.com>
53200
53201         * lib/getloadavg.c: Change copyright notice and spacing to conform to
53202         GNU coding style.
53203
53204         Merge from coreutils.
53205         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
53206         1. From glibc.
53207         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
53208         from Karl Berry, implemented by Jim Meyering.
53209         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
53210         from Dmitry V. Levin.
53211         Remove anachronistic cast of xrealloc.
53212         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
53213         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
53214         type. Otherwise, it wouldn't compile with at least /bin/cc on
53215         ymp-cray-unicos9.0.2.X.
53216         Combine two mostly-identical uses of alloca into one.
53217         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
53218
53219 2003-08-04  Dave Love  <d.love@dl.ac.uk>
53220
53221         [From Emacs.]
53222
53223         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
53224         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
53225         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
53226         obsolete NLIST_NAME_UNION.
53227         [__GNU__]: Undef BSD and FSCALE.
53228         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
53229
53230 2003-08-03  Paul Eggert  <eggert@twinsun.com>
53231
53232         * lib/stdbool_.h (_Bool): Make it signed char, instead of
53233         an enum type, so that it's guaranteed to promote to int.  See:
53234         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
53235
53236 2003-08-03  Karl Berry  <karl@gnu.org>
53237
53238         * config/depcomp: update from automake.
53239
53240 2003-07-31  Paul Eggert  <eggert@twinsun.com>
53241
53242         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
53243         (strerror): Don't assume that a printable int fits in 14 bytes.
53244
53245 2003-07-31  Bruno Haible  <bruno@clisp.org>
53246
53247         * modules/getpass-gnu: New file.
53248         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
53249
53250 2003-07-31  Bruno Haible  <bruno@clisp.org>
53251
53252         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
53253
53254 2003-07-24  Karl Berry  <karl@gnu.org>
53255
53256         * config/missing: update from automake.
53257
53258 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
53259             Bruno Haible  <bruno@clisp.org>
53260
53261         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
53262         * lib/getline.c (getline, getdelim): Likewise.
53263         Remove _GNU_SOURCE define; now it's defined in config.h through
53264         m4/getline.m4.
53265
53266 2003-07-23  Karl Berry  <karl@gnu.org>
53267
53268         * config/config.sub: update from prep.
53269
53270 2003-07-22  Paul Eggert  <eggert@twinsun.com>
53271
53272         * modules/xalloc (Depends-on): Add exitfail.
53273         * modules/xmemcoll: Likewise.
53274
53275 2003-07-22  Paul Eggert  <eggert@twinsun.com>
53276
53277         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
53278         over-parenthesization in macros.
53279
53280         Sync with coreutils.
53281
53282         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
53283         required by C99.
53284
53285         Use `exit_failure' for xalloc and xmemcoll instead of their own
53286         private exit-failure variables.
53287         * lib/xalloc.h (xalloc_exit_failure): Remove.
53288         * lib/xmalloc.c: Likewise.  Include exitfail.h.
53289         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
53290         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
53291         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
53292         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
53293
53294 2003-07-20  Jim Meyering  <jim@meyering.net>
53295
53296         * modules/closeout (Depends-on): Add exitfail.
53297         Suggestion from Bruno Haible.
53298
53299 2003-07-19  Karl Berry  <karl@gnu.org>
53300
53301         * config/config.sub: update from prep.
53302
53303 2003-07-18  Paul Eggert  <eggert@twinsun.com>
53304
53305         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
53306         Remove.
53307         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
53308         to test that it can stand by itself.  Include "exitfail.h".
53309         Clients should set exit_failure instead.
53310         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
53311
53312 2003-07-18  Bruno Haible  <bruno@clisp.org>
53313
53314         * modules/getndelim2: New file.
53315         * modules/getline: Share files with module getndelim2.
53316         * modules/getnline: Depend on getndelim2 instead of sharing files with
53317         it. Add getnline.c to lib_SOURCES.
53318         * MODULES.html.sh (func_all_modules): Add getndelim2.
53319
53320 2003-07-18  Bruno Haible  <bruno@clisp.org>
53321
53322         * m4/getndelim2.m4: New file.
53323         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
53324         invoke gl_PREREQ_GETNDELIM2.
53325         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
53326         gl_PREREQ_GETNDELIM2.
53327         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
53328         gl_GETNDELIM2.
53329
53330 2003-07-18  Bruno Haible  <bruno@clisp.org>
53331
53332         * lib/getndelim2.h: New file.
53333         * lib/getndelim2.c: Make into a module of its own. Include config.h,
53334         getndelim2.h.
53335         (getndelim2): Make non-static. Change return type to ssize_t.
53336         * lib/getline.h: Change argument names.
53337         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
53338         * lib/getnline.c: Include getndelim2.h.
53339
53340 2003-07-18  Andreas Schwab  <schwab@suse.de>
53341
53342         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
53343
53344 2003-07-17  Karl Berry  <karl@gnu.org>
53345
53346         * config/config.sub: update from prep.
53347
53348 2003-07-17  Bruno Haible  <bruno@clisp.org>
53349
53350         * modules/getnline: New file.
53351         * modules/getline: Add lib/getndelim2.c to source file list.
53352         * MODULES.html.sh (func_all_modules): Add getnline.
53353
53354 2003-07-17  Bruno Haible  <bruno@clisp.org>
53355
53356         * m4/getnline.m4: New file.
53357
53358 2003-07-17  Bruno Haible  <bruno@clisp.org>
53359
53360         * m4/Makefile.am.in: Remove file.
53361         * m4/Makefile.am: Remove file.
53362         * m4/Makefile.in: Remove file.
53363
53364 2003-07-17  Bruno Haible  <bruno@clisp.org>
53365
53366         * lib/getnline.h: New file.
53367         * lib/getnline.c: New file.
53368         * lib/getndelim2.c: New file, extracted from getline.c.
53369         (getndelim2): Renamed from getdelim2, with added nmax argument.
53370         * lib/getline.c: Include getndelim2.c.
53371         (getdelim2): Moved out to getndelim2.c.
53372         (getline, getdelim): Update.
53373
53374 2003-07-17  Bruno Haible  <bruno@clisp.org>
53375
53376         * lib/Makefile.am: Remove file.
53377         * lib/Makefile.in: Remove file.
53378
53379 2003-07-17  Bruno Haible  <bruno@clisp.org>
53380
53381         * configure.in: Remove file.
53382         * Makefile.in: Remove file.
53383
53384 2003-07-17  Bruno Haible  <bruno@clisp.org>
53385
53386         * MODULES.html.sh: Put the </BODY> right before </HTML>.
53387
53388 2003-07-16  Karl Berry  <karl@gnu.org>
53389
53390         * config/srclist-update: was running fixlicense twice, which caused
53391                 texinfo.tex to be nullified for some reason.  Simplify,
53392                 $gplsrc is no longer needed as far as I can see?
53393
53394 2003-07-16  Jim Meyering  <jim@meyering.net>
53395
53396         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
53397
53398 2003-07-15  Paul Eggert  <eggert@twinsun.com>
53399
53400         * config/srclist.txt: Get the following files from gettext-runtime/intl
53401         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
53402         ref-del.sin.  From Bruno Haible.
53403         * config/srclist-update (fixfile): Change grep pattern again, since the
53404         previous fix didn't work (there was another trailing $).  Use
53405         '[$]' to escape the $s.
53406
53407 2003-07-15  Karl Berry  <karl@gnu.org>
53408
53409         * lib/vasnprintf.c: update from gettext.
53410
53411 2003-07-15  Karl Berry  <karl@gnu.org>
53412
53413         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
53414         gets expanded when surrounded by '$'.
53415
53416 2003-07-15  Jim Meyering  <jim@meyering.net>
53417
53418         * modules/save-cwd: Don't depend on error.  From Derek Price.
53419
53420 2003-07-15  Jim Meyering  <jim@meyering.net>
53421
53422         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
53423
53424 2003-07-14  Simon Josefsson  <jas@extundo.com>
53425
53426         * modules/mempcpy: New file.
53427         * MODULES.html.sh (func_all_modules): Add mempcpy.
53428
53429 2003-07-14  Simon Josefsson  <jas@extundo.com>
53430
53431         * m4/mempcpy.m4: New file.
53432
53433 2003-07-14  Simon Josefsson  <jas@extundo.com>
53434
53435         * lib/mempcpy.h: New file.
53436         * lib/mempcpy.c: New file.
53437
53438 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53439
53440         * modules/getdate, modules/posixtm: Depend on mktime.
53441
53442 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53443
53444         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
53445         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
53446         unicodeio.c, unicodeio.h, unlocked-io.h:
53447         Switch from LGPL to GPL.
53448
53449 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53450
53451         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
53452         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
53453         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
53454         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
53455         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
53456         updated automatically by ../config/srclist-update.  This changes
53457         their license from LPGL to GPL.
53458
53459 2003-07-14  Paul Eggert  <eggert@twinsun.com>
53460
53461         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
53462         assumed to refer to the root of the most recent stable gettext version.
53463         * config/srclistvars.sh: Add defaults for eggert.
53464         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
53465         Match "This program" as well as "The program".  This is needed
53466         for gettext.
53467
53468 2003-07-14  Jim Meyering  <jim@meyering.net>
53469
53470         Don't emit diagnostics.  Let callers do that.
53471         * lib/save-cwd.c: Don't include "error.h".
53472         (save_cwd): Don't call error.  Ensure that errno is valid
53473         when returning nonzero.
53474
53475         * lib/save-cwd.h (restore_cwd): Update prototype.
53476         * lib/save-cwd.c (restore_cwd): Remove two parameters.
53477         Simplify.  Don't call error upon failure.  Let callers do that.
53478         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
53479         when auditing is enabled.  But don't bother updating the #if.
53480
53481 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
53482
53483         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
53484         it breaks C++ compilation.
53485         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
53486
53487 2003-07-10  Simon Josefsson  <jas@extundo.com>
53488
53489         * modules/strchrnul (Makefile.am): Add strchrnul.h.
53490
53491 2003-07-10  Jim Meyering  <jim@meyering.net>
53492
53493         * m4/clock_time.m4: Remove trailing blank.
53494         * m4/intmax_t.m4: Likewise.
53495
53496 2003-07-10  Jim Meyering  <jim@meyering.net>
53497
53498         * lib/vasnprintf.c: Remove trailing blanks.
53499         Make cpp indentation consistent.
53500
53501 2003-07-09  Paul Eggert  <eggert@twinsun.com>
53502
53503         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
53504         posixver.c, strftime.c, strnlen.c, strverscmp.c:
53505         Switch from LGPL to GPL.
53506
53507 2003-07-09  Paul Eggert  <eggert@twinsun.com>
53508
53509         * config/srclist.txt: Sort sublists.  Add
53510         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
53511         that differ from gnulib for one reason or another; we'd like this list
53512         to be smaller but for now let's document what we have.
53513
53514 2003-07-08  Paul Eggert  <eggert@twinsun.com>
53515
53516         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
53517         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
53518         and sweeter "eval x=$x".
53519         * config/srclist.txt: Get lib/argp* from glibc.
53520
53521 2003-07-07  Paul Eggert  <eggert@twinsun.com>
53522
53523         * lib/mktime.c: Fix some boundary cases and remove need for floating
53524         point.
53525
53526         Issue a compile-time diagnostic if time_t is floating point, or if
53527         two's complement arithmetic is not in effect, or if arithmetic
53528         right shift does not propagate the sign.  These assumptions were
53529         all in the original code but they weren't checked.
53530
53531         (TIME_T_MIDPOINT, verify): New macros.
53532         (__isleap): Remove; it has integer overflow problems.
53533         (leapyear): New function, without those problems.
53534         (ydhms_tm_diff): Remove; splitting into two parts.
53535         (ydhms_diff): New function, containing the arithmetic part of
53536         the old ydhms_tm_diff function.  Issue a compile-time
53537         diagnostic if we are not using C99 integer division.
53538         Avoid casts when possible.
53539         (guess_time_tm): New function, containing the checking part of
53540         the old ydhms_tm_diff function.  Return the new value, rather than
53541         the difference between it and the old.  Accept a new argument T
53542         so that *T specifies the old value.  Check for overflow in the result.
53543
53544         (__mktime_internal): Use a time_t offset, not a long int offset.
53545         This undoes the 2003-06-04 change, which is no longer needed now
53546         that we have better overflow checking.
53547         (localtime_offset): Likewise.
53548
53549         (__mktime_internal): Avoid harmful overflow on hosts where time_t
53550         and long are 64-bit but int is only 32-bit.
53551         (ydhms_diff): Use long int to store year1 and yday1.
53552         Issue a compile-time diagnostic if long int is not wide enough.
53553
53554         (__mktime_internal): Use long int to store adjusted year and yday.
53555         Use plain C rather than preprocessor commands, if that doesn't
53556         affect efficiency.
53557         Check for overflow (and try to repair) after each probe
53558         rather than checking only at the very end.  This avoids some bugs
53559         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
53560         does not equal GMT offset at maximum time).
53561         Use integer to check for overflow rather than floating point; this
53562         is more portable to non-IEEE hosts, and is a tad faster.
53563         When we detect that we are oscillating between two values,
53564         don't check whether tm_isdst has the requested value, since
53565         we already know the answer.  When tm_isdst has the wrong value,
53566         use a different heuristic to find the right one, based on the
53567         extreme values actually observed in practice in tz2003a,
53568         rather than the (overly optimistic) "previous 3 calendar quarters".
53569
53570         (not_equal_tm, print_tm, check_result): Use "const T" rather than
53571         "T const" to accommodate glibc style.
53572         (check_result): Use less-confusing report format.  "long" -> "long int.
53573         (main): Likewise.
53574         Don't loop if the iteration overflows time_t.
53575         Allow a negative step in the iteration.
53576
53577 2003-07-06  Karl Berry  <karl@gnu.org>
53578
53579         * config/depcomp: update from automake.
53580         * config/config.sub: update from prep.
53581
53582 2003-07-03  Karl Berry  <karl@gnu.org>
53583
53584         * config/config.guess: update from prep.
53585
53586 2003-07-01  Paul Eggert  <eggert@twinsun.com>
53587
53588         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
53589         xreadlink.c now includes it unconditionally.
53590
53591 2003-07-01  Paul Eggert  <eggert@twinsun.com>
53592
53593         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
53594         having it depend on HAVE_SYS_TYPES_H.
53595
53596 2003-07-01  Bruno Haible  <bruno@clisp.org>
53597
53598         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
53599         <sys/types.h> should be sufficient.
53600         Reported by Paul Eggert.
53601
53602 2003-06-26  Karl Berry  <karl@gnu.org>
53603
53604         * config/depcomp: update from automake.
53605
53606 2003-06-26  Bruno Haible  <bruno@clisp.org>
53607
53608         * modules/human: Depend on module stdbool.
53609
53610 2003-06-25  Bruno Haible  <bruno@clisp.org>
53611
53612         * modules/readlink: New file.
53613         * modules/xreadlink: Depend on it.
53614         * MODULES.html.sh (func_all_modules): Add readlink.
53615
53616 2003-06-25  Bruno Haible  <bruno@clisp.org>
53617
53618         * m4/readlink.m4: New file.
53619
53620 2003-06-25  Bruno Haible  <bruno@clisp.org>
53621
53622         * lib/readlink.c: New file.
53623
53624 2003-06-22  Karl Berry  <karl@gnu.org>
53625
53626         * config/srclist.txt: update mkinstalldirs from automake.
53627         * config/mkinstalldirs: update.
53628
53629 2003-06-22  Bruno Haible  <bruno@clisp.org>
53630
53631         Portability to mingw32.
53632         * m4/ssize_t.m4: New file, from GNU gettext.
53633         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
53634         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
53635
53636 2003-06-22  Bruno Haible  <bruno@clisp.org>
53637
53638         * modules/safe-read: Add m4/ssize_t.m4.
53639         * modules/xreadlink: Add m4/ssize_t.m4.
53640
53641 2003-06-20  Bruno Haible  <bruno@clisp.org>
53642
53643         Assume C89, so PARAMS isn't needed.
53644         * lib/unicodeio.h (PARAMS): Remove.
53645         * lib/unicodeio.c: Don't use PARAMS.
53646
53647 2003-06-18  Karl Berry  <karl@gnu.org>
53648
53649         * config/config.{guess,sub}: update from prep.
53650
53651 2003-06-18  Jim Meyering  <jim@meyering.net>
53652
53653         Merge changes from coreutils.
53654         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
53655         Remove explicit declarations of xmalloc and realloc.
53656         Include xalloc.h.
53657         (read_utmp): Remove anachronistic cast of xmalloc.
53658
53659 2003-06-17  Paul Eggert  <eggert@twinsun.com>
53660
53661         Assume C89, so PARAMS isn't needed.
53662         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
53663         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
53664         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
53665         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
53666         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
53667         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
53668         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
53669         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
53670         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
53671         lib/xstrtod.h, lib/xstrtol.h: Likewise.
53672         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
53673         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
53674         no longer needed. Anyway, config.h should always be included before any
53675         other file.
53676
53677 2003-06-11  Simon Josefsson  <jas@extundo.com>
53678
53679         * modules/sysexits: New file.
53680         * MODULES.html.sh (func_all_modules): Add sysexits.
53681
53682 2003-06-11  Simon Josefsson  <jas@extundo.com>
53683
53684         * lib/sysexit_.h: New file.
53685
53686 2003-06-11  Derek Price  <derek@ximbiot.com>
53687
53688         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
53689         necessary.
53690
53691 2003-06-11  Bruno Haible  <bruno@clisp.org>
53692
53693         * m4/sysexits.m4: New file.
53694
53695 2003-06-10  Simon Josefsson  <jas@extundo.com>
53696
53697         * lib/argp.h: New file, from glibc.
53698         * lib/argp-ba.c: New file, from glibc.
53699         * lib/argp-eexst.c: New file, from glibc.
53700         * lib/argp-fmtstream.c: New file, from glibc.
53701         * lib/argp-fmtstream.h: New file, from glibc.
53702         * lib/argp-fs-xinl.c: New file, from glibc.
53703         * lib/argp-help.c: New file, from glibc.
53704         * lib/argp-namefrob.h: New file, from glibc.
53705         * lib/argp-parse.c: New file, from glibc.
53706         * lib/argp-pv.c: New file, from glibc.
53707         * lib/argp-pvh.c: New file, from glibc.
53708         * lib/argp-xinl.c: New file, from glibc.
53709
53710 2003-06-10  Simon Josefsson  <jas@extundo.com>
53711
53712         * modules/strchrnul: New file.
53713
53714 2003-06-10  Simon Josefsson  <jas@extundo.com>
53715
53716         * modules/argp: New file.
53717
53718 2003-06-10  Simon Josefsson  <jas@extundo.com>
53719
53720         * m4/strchrnul.m4: New file.
53721
53722 2003-06-10  Simon Josefsson  <jas@extundo.com>
53723
53724         * lib/strchrnul.h: New file.
53725         * lib/strchrnul.c: New file.
53726
53727 2003-06-10  Bruno Haible  <bruno@clisp.org>
53728
53729         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
53730
53731 2003-06-07  Karl Berry  <karl@gnu.org>
53732
53733         * config/config.{guess,sub}: update from prep.
53734
53735 2003-06-07  Jim Meyering  <jim@meyering.net>
53736
53737         * modules/strtod: Use $(...) notation, not @...@ for
53738         AC_REPLACE'd variables.
53739         * modules/localcharset: Likewise.
53740
53741 2003-06-07  Jim Meyering  <jim@meyering.net>
53742
53743         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
53744         in place of my name in the copyright comment.
53745         Remove definition and uses of __P.
53746
53747         From coreutils.
53748         * lib/stat.c: Don't declare xmalloc explicitly.
53749         Instead, include "xalloc.h".
53750         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
53751         xrealloc, and xcalloc return values.
53752         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
53753         Improve comment.
53754         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
53755
53756 2003-06-07  Bruno Haible  <bruno@clisp.org>
53757
53758         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
53759         avoid AC_CONFIG_LINKS.
53760         * modules/fnmatch (Makefile.am): Use explicit creation rule for
53761         fnmatch.h, to avoid AC_CONFIG_LINKS.
53762         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
53763
53764 2003-06-07  Bruno Haible  <bruno@clisp.org>
53765
53766         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
53767         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
53768         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
53769         directory.
53770         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
53771         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
53772         directory.
53773
53774 2003-06-06  Jim Meyering  <jim@meyering.net>
53775
53776         Merge from coreutils.
53777         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
53778         Consolidate declarations and initializations of *_base* locals.
53779
53780         Merge from coreutils.
53781         This avoids a core dump on systems without GNU putenv,
53782         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
53783         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
53784         (unsetenv): New static function, from GNU libc.
53785         (rpl_putenv): Use it.
53786
53787         * lib/modechange.c: Remove trailing blanks.
53788
53789         Merge from coreutils.
53790         * lib/fsusage.c: Remove declaration of statfs.
53791         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
53792
53793         * lib/posixtm.c: Include <stdbool.h> unconditionally.
53794
53795 2003-06-06  Jim Meyering  <jim@meyering.net>
53796
53797         * lib/stdbool_.h: Renamed from stdbool.h.in.
53798
53799 2003-06-06  Jim Meyering  <jim@meyering.net>
53800             Bruno Haible  <bruno@clisp.org>
53801
53802         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
53803         Adjust Makefile.am snippet not to redirect directly to target.
53804         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
53805
53806 2003-06-05  Paul Eggert  <eggert@twinsun.com>
53807
53808         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
53809         mismatch, look in future quarters as well as past.  This fixes a
53810         bug when processing fall-backwards gaps immediately after a long
53811         period of daylight-saving time.
53812
53813         * lib/mktime.c: Assume freestanding C89 or better.
53814         (HAVE_LIMITS_H): Remove.  Assume it's 1.
53815         (__P): Remove; not used.
53816         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
53817         (mktime, not_equal_tm, print_tm, check_result,
53818         main): Use prototypes.  Use const * where appropriate.
53819         (main): Fix typo in testing code that uncovered by above changes.
53820         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
53821
53822 2003-06-04  Paul Eggert  <eggert@twinsun.com>
53823
53824         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
53825         locale.h, localeconv.  This merges changes from coreutils.
53826
53827         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
53828         It can be removed after the next Autoconf is released.
53829         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
53830         needed.
53831
53832 2003-06-04  Paul Eggert  <eggert@twinsun.com>
53833
53834         * lib/mktime.c: Fix Debian bug 177940
53835         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
53836         (localtime_offset): Now long int, not time_t, because we want it
53837         to be guaranteed to be signed.  All uses changed.
53838         (__mktime_internal): If overflow would occur when adding offset,
53839         don't add it.
53840
53841         Merge 'human' changes from coreutils.  Rewrite to support
53842         locale-specific notations like thousands separators.
53843         * lib/human.c: Simplify authorship notice.
53844         Include human.h immediately after config.h.
53845         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
53846         <limits.h>: Do not include, since human.h does.
53847         (SIZE_MAX, UINTMAX_MAX): New macros.
53848         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
53849         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
53850         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
53851         (power_letter): Renamed from suffixes.
53852         (generate_suffix_backwards): Remove.
53853         (adjust_value): Now takes int style (because of human.h changes)
53854         and long double value (for greater precision on some platforms).
53855         (group_number): New function.
53856         (human_readable): Use it.  Use integer options, not enum.
53857         Put the options before the sizes in the arg list.
53858         Support all the new options.
53859         The old human_readable function has been removed;
53860         use inttostr.h instead.
53861         (human_readable, default_block_size, humblock):
53862         Use uintmax_t, not int, for block sizes.
53863         (human_readable_inexact, block_size_types): Remove.
53864         (block_size_opts): New constant.
53865         (human_options): Renamed from human_block_size, with new signature
53866         that allows block sizes up to UINTMAX_MAX.  All callers changed.
53867         * lib/human.h: Add copyright and authorship notice.
53868         Include <limits.h> and <stdbool.h> unconditionally.
53869         (PARAMS): Remove.  All uses removed.
53870         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
53871         (enum human_inexact_style): Remove tag; now a nameless enum.
53872         (human_floor, human_ceiling, human_round_to_even): Now have
53873         values 2, 0, 1 rather than -1, 1, 0.
53874         (human_group_digits, human_suppress_point_zero, human_autoscale,
53875         human_base_1024, human_SI, human_B): New constants.
53876         (human_readable_inexact, human_block_size): Remove.
53877         (human_readable): Size args are now uintmax_t, not int.
53878         (human_options): New decl.
53879
53880         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
53881         unnecessary now that we assume C89 or better.  This change
53882         imported from coreutils.
53883
53884         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
53885         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
53886         in the 2003-05-30 sync from glibc.
53887
53888         .h files should stand alone, but we shouldn't include <sys/types.h>
53889         if we can get away with just <stddef.h>.
53890
53891         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
53892         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
53893         rather than <sys/types.h>, as we merely need size_t.
53894         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
53895         to get size_t.
53896         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
53897         Include <stdio.h>, to get FILE.
53898         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
53899         memcasecmp.h has included <stddef.h> and all we need is size_t.
53900         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
53901         our interface, instead of including <sys/types.h>
53902
53903 2003-06-04  Paul Eggert  <eggert@twinsun.com>
53904
53905         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
53906         now, as glibc mktime is buggy on non-glibc systems.
53907
53908 2003-06-03  Karl Berry  <karl@gnu.org>
53909
53910         * config/config.sub: update from prep.
53911
53912 2003-06-02  Paul Eggert  <eggert@twinsun.com>
53913
53914         [from coreutils]
53915         Fix some minor time-related bugs with POSIX time arguments.
53916         Some valid time stamps were being rejected (notably -1, and
53917         time stamps before 1900 on 64-bit hosts).  And some invalid
53918         time stamps were being accepted, e.g. September 31.
53919
53920         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
53921         that we can return (time_t) -1 successfully.
53922         * lib/posixtm.c: Likewise.
53923         [HAVE_STDBOOL_H]: Include <stdbool.h>.
53924         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
53925         (t): Remove static var.
53926         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
53927         of static var.  All uses changed.
53928         (year): Do not reject years before 1900; they can occur with
53929         64-bit time_t.
53930         (posix_time_parse): Do not check for out-of-range components;
53931         that is now the caller's responsibility, since our checks were
53932         only approximations.
53933         (posixtime): Use mktime to check for out-of-range components,
53934         since it knows them exactly.
53935         If mktime returns (time_t) -1, check whether an error actually occurred
53936         by invoking localtime on -1.
53937         (main) [TEST_POSIXTIME]: Check for input data errors, and report
53938         posixtime failures better.
53939         Improve the test data (in comments only).
53940
53941 2003-06-02  Karl Berry  <karl@gnu.org>
53942
53943         * config/mkinstalldirs (version): new variable.
53944         (--version): new option.
53945         (usage): improve message.
53946
53947 2003-05-30  Karl Berry  <karl@gnu.org>
53948
53949         * lib/mktime.c: update from libc.
53950
53951 2003-05-30  Bruno Haible  <bruno@clisp.org>
53952
53953         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
53954         * config/config.rpath: Upgrade to gettext-0.12.1.
53955
53956 2003-05-30  Bruno Haible  <bruno@clisp.org>
53957
53958         * m4/gettext.m4: Upgrade to gettext-0.12.1.
53959         * m4/nls.m4: New file, from gettext-0.12.1.
53960         * m4/po.m4: New file, from gettext-0.12.1.
53961         * m4/progtest.m4: Upgrade to gettext-0.12.1.
53962
53963 2003-05-30  Bruno Haible  <bruno@clisp.org>
53964
53965         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
53966         * lib/localcharset.h: Likewise.
53967         * lib/localcharset.c: Likewise.
53968
53969 2003-05-29  Karl Berry  <karl@gnu.org>
53970
53971         * config/config.rpath: update from gettext.
53972
53973 2003-05-28  Paul Eggert  <eggert@twinsun.com>
53974
53975         Assume the headers required for C89 freestanding compilers.
53976         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
53977         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
53978         * m4/human.m4 (gl_HUMAN): Likewise.
53979         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
53980         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
53981         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53982         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
53983         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53984         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
53985
53986 2003-05-28  Paul Eggert  <eggert@twinsun.com>
53987
53988         Assume the headers required for C89 freestanding compilers.
53989         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
53990         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
53991         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
53992         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
53993         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
53994         define, since <limits.h> is guaranteed to do that.
53995         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
53996         * lib/exclude.c: Include <stdbool.h> unconditionally.
53997         * lib/tempname.c: Include <stddef.h> unconditionally.
53998         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
53999         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
54000         <stddef.h> does that.
54001         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
54002         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
54003         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
54004         needed.
54005         * lib/xstrtol.c: Likewise.
54006         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
54007         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
54008
54009         * lib/addext.c (addext): Use assignment rather than cast, to avoid
54010         warnings on some platforms.
54011
54012         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
54013         arbitrarily.
54014
54015 2003-05-26  Jim Meyering  <jim@meyering.net>
54016
54017         Merge in a change from coreutils:
54018         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
54019         that is guaranteed to be `no'.  Use `no_such_member' to indicate
54020         that condition, rather than `-1' which is slightly misleading.
54021         Change the name of the cache variable to have the gl_ prefix.
54022         Prompted by a patch from Richard Dawe for DJGPP.
54023
54024 2003-05-24  Karl Berry  <karl@gnu.org>
54025
54026         * config/config.guess: update from prep.
54027
54028 2003-05-22  Karl Berry  <karl@gnu.org>
54029
54030         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
54031
54032 2003-05-20  Karl Berry  <karl@gnu.org>
54033
54034         * config/config.guess: update from prep.
54035
54036 2003-05-18  Karl Berry  <karl@gnu.org>
54037
54038         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
54039         might actually be set by the user.
54040
54041         * config/depcomp, install-sh, mdate-sh: update from automake.
54042
54043 2003-05-17  Bruno Haible  <bruno@clisp.org>
54044
54045         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
54046         invalid expansion for AC_EGREP_CPP.
54047         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
54048         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
54049         Suggested by Akim Demaille <akim@epita.fr> in
54050         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
54051
54052 2003-05-12  Jim Meyering  <jim@meyering.net>
54053
54054         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
54055         the space-padded-by-default conversion specifiers, %e, %k, %l.
54056
54057 2003-05-12  Bruno Haible  <bruno@clisp.org>
54058
54059         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
54060         the string is longer than 4 KB.
54061
54062 2003-05-11  Karl Berry  <karl@gnu.org>
54063
54064         * config/config.{guess,sub}: update from prep.
54065
54066 2003-05-09  Bruno Haible  <bruno@clisp.org>
54067
54068         * modules/error: Add m4/strerror_r.m4 to file list.
54069
54070 2003-05-03  Bruno Haible  <bruno@clisp.org>
54071
54072         Upgrade to Unicode-4.0.
54073         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
54074         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
54075         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
54076         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
54077         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
54078         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
54079         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
54080         Change width of U+E0100..U+E01EF from 1 to 0.
54081
54082 2003-04-25  Jim Meyering  <jim@meyering.net>
54083
54084         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
54085         of type size_t, not int.
54086
54087 2003-04-25  Bruno Haible  <bruno@clisp.org>
54088
54089         * lib/copy-file.c: Include <stddef.h>, for size_t.
54090
54091 2003-04-21  Paul Eggert  <eggert@twinsun.com>
54092
54093         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
54094         code which expansion is under static control.  Patch imported from
54095         Akim Demaille's patch to Bison; see
54096         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
54097
54098 2003-04-14  Bruno Haible  <bruno@clisp.org>
54099
54100         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
54101
54102 2003-04-11  Jim Meyering  <jim@meyering.net>
54103
54104         Merge changes from Coreutils.
54105
54106         2003-03-22  Jim Meyering  <jim@meyering.net>
54107
54108         * lib/strftime.c (widen): Cast alloca return value to proper type.
54109
54110         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
54111
54112         From GNU libc.
54113         * lib/strftime.c (my_strftime): Handle very large width
54114         specifications for numeric values correctly.  Improve checks for
54115         overflow.
54116
54117         2003-01-19  Jim Meyering  <jim@meyering.net>
54118
54119         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
54120         definitions.
54121         (nl_get_alt_digit) [! defined my_strftime]: Define.
54122         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
54123         _nl_get_alt_digit and _nl_get_walt_digit.
54124
54125         * lib/strftime.c (my_strftime): Merge in locale-related changes from
54126         libc. These changes have no effect outside of _LIBC.
54127
54128 2003-04-10  Bruno Haible  <bruno@clisp.org>
54129
54130         * modules/findprog: New file.
54131         * MODULES.html.sh (func_all_modules): Add it.
54132
54133 2003-04-10  Bruno Haible  <bruno@clisp.org>
54134
54135         * m4/findprog.m4: New file.
54136         * m4/eaccess.m4: New file.
54137
54138 2003-04-10  Bruno Haible  <bruno@clisp.org>
54139
54140         * lib/findprog.h: New file, from GNU gettext.
54141         * lib/findprog.c: New file, from GNU gettext.
54142
54143 2003-04-05  Jim Meyering  <jim@meyering.net>
54144
54145         Merge changes from Coreutils.
54146
54147         * lib/exclude.h (PARAMS): Remove definition and uses.
54148         * lib/exclude.c: Remove uses of `PARAMS'.
54149
54150         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
54151         Add test-cases for DOS filenames. Declare program_name.
54152         (main): Set up program_name.  Patch by Rich Dawe.
54153
54154         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
54155         error from mntctl.
54156         Use mntctl's return value to drive the entry-processing loop, since
54157         we can't rely on the value of the vmt_length member in the last
54158         entry.  On some systems doing so could result in exhausting
54159         virtual memory.  Based in part on a patch from Mike Jetzer.
54160
54161 2003-04-04  Bruno Haible  <bruno@clisp.org>
54162
54163         * modules/linebreak: New file.
54164         * MODULES.html.sh (func_all_modules): Add it.
54165
54166 2003-04-04  Bruno Haible  <bruno@clisp.org>
54167
54168         * m4/linebreak.m4: New file.
54169
54170 2003-04-04  Bruno Haible  <bruno@clisp.org>
54171
54172         * lib/linebreak.h: New file, from GNU gettext.
54173         * lib/linebreak.c: New file, from GNU gettext with slight
54174         modifications.
54175         * lib/lbrkprop.h: New file, from GNU gettext.
54176
54177 2003-04-03  Bruno Haible  <bruno@clisp.org>
54178
54179         * modules/utf8-ucs4: New file.
54180         * modules/utf16-ucs4: New file.
54181         * modules/ucs4-utf8: New file.
54182         * modules/ucs4-utf16: New file.
54183         * MODULES.html.sh (func_all_modules): Add them.
54184
54185 2003-04-03  Bruno Haible  <bruno@clisp.org>
54186
54187         * m4/utf-ucs4.m4: New file.
54188         * m4/ucs4-utf.m4: New file.
54189
54190 2003-04-03  Bruno Haible  <bruno@clisp.org>
54191
54192         * lib/utf8-ucs4.h: New file, from GNU gettext.
54193         * lib/utf16-ucs4.h: New file, from GNU gettext.
54194         * lib/ucs4-utf8.h: New file, from GNU gettext.
54195         * lib/ucs4-utf16.h: New file, from GNU gettext.
54196
54197 2003-04-02  Bruno Haible  <bruno@clisp.org>
54198
54199         * modules/binary-io: New file.
54200         * MODULES.html.sh (func_all_modules): Add it.
54201
54202 2003-04-02  Bruno Haible  <bruno@clisp.org>
54203
54204         * lib/binary-io.h: New file, from GNU gettext.
54205
54206 2003-04-01  Bruno Haible  <bruno@clisp.org>
54207
54208         * modules/pathname: New file.
54209         * MODULES.html.sh (func_all_modules): Add it.
54210
54211 2003-04-01  Bruno Haible  <bruno@clisp.org>
54212
54213         * lib/pathname.h: New file, from GNU gettext.
54214         * lib/concatpath.c: New file, from GNU gettext.
54215
54216 2003-03-30  Bruno Haible  <bruno@clisp.org>
54217
54218         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
54219
54220 2003-03-30  Bruno Haible  <bruno@clisp.org>
54221
54222         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
54223         function chown() doesn't exist.
54224
54225 2003-03-28  Bruno Haible  <bruno@clisp.org>
54226
54227         * modules/copy-file: New file.
54228         * MODULES.html.sh (func_all_modules): Add it.
54229
54230 2003-03-28  Bruno Haible  <bruno@clisp.org>
54231
54232         * m4/copy-file.m4: New file.
54233
54234 2003-03-28  Bruno Haible  <bruno@clisp.org>
54235
54236         * lib/copy-file.h: New file, from GNU gettext.
54237         * lib/copy-file.c: New file, from GNU gettext.
54238
54239 2003-03-18  Jim Meyering  <jim@meyering.net>
54240
54241         * lib/quote.c (quote_n): Fix typo in comment.
54242
54243 2003-03-18  Bruno Haible  <bruno@clisp.org>
54244
54245         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
54246         checking.
54247         * m4/onceonly_2_57.m4: Likewise.
54248
54249 2003-03-17  Bruno Haible  <bruno@clisp.org>
54250
54251         * m4/onceonly.m4: Require autoconf 2.54 or newer.
54252         (m4_quote): Remove macro.
54253         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
54254
54255 2003-03-14  Jim Meyering  <jim@meyering.net>
54256
54257         Merge changes from Coreutils.
54258         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
54259         to be const, in order to avoid warnings.
54260         (obstack_room): Likewise.
54261         (obstack_empty_p): Likewise.
54262
54263 2003-03-14  Bruno Haible  <bruno@clisp.org>
54264
54265         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
54266         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
54267
54268 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54269
54270         Merge changes from Bison.
54271         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
54272         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
54273         when compiling Bison 1.875's `bitset bset = obstack_alloc
54274         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
54275         * lib/hash.c: Include <stdbool.h> unconditionally.
54276
54277 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54278
54279         * m4/onceonly.m4 (m4_quote): New macro.
54280         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
54281         Quote AC_FOREACH variable-expansions properly.
54282
54283 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54284
54285         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
54286
54287 2003-03-09  Paul Eggert  <eggert@twinsun.com>
54288
54289         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
54290         Reported by Bruce Becker; see:
54291         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
54292
54293 2003-03-03  Paul Eggert  <eggert@twinsun.com>
54294             Bruno Haible  <bruno@clisp.org>
54295
54296         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
54297         Reported by John Hughes, see
54298         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
54299
54300 2003-02-20  Bruno Haible  <bruno@clisp.org>
54301
54302         * MODULES.html.sh (func_all_modules): Add poll.
54303
54304 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
54305
54306         * modules/poll: New file.
54307
54308 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
54309
54310         * lib/poll_.h: New file.
54311         * lib/poll.c: New file.
54312
54313 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
54314
54315         * m4/poll.m4: New file.
54316
54317 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
54318
54319         * modules/mathl: New file.
54320
54321 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
54322
54323         * lib/mathl.h: New file.
54324         * lib/acosl.c: New file.
54325         * lib/asinl.c: New file.
54326         * lib/atanl.c: New file.
54327         * lib/ceill.c: New file.
54328         * lib/cosl.c: New file.
54329         * lib/expl.c: New file.
54330         * lib/floorl.c: New file.
54331         * lib/frexpl.c: New file.
54332         * lib/ldexpl.c: New file.
54333         * lib/logl.c: New file.
54334         * lib/sincosl.c: New file.
54335         * lib/sinl.c: New file.
54336         * lib/sqrtl.c: New file.
54337         * lib/tanl.c: New file.
54338         * lib/trigl.c: New file.
54339         * lib/trigl.h: New file.
54340
54341 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
54342
54343         * m4/mathl.m4: New file.
54344
54345 2003-02-18  Bruno Haible  <bruno@clisp.org>
54346
54347         * MODULES.html.sh (func_all_modules): Add mathl.
54348
54349 2003-02-17  Bruno Haible  <bruno@clisp.org>
54350
54351         * modules/mkdtemp: New module.
54352         * MODULES.html.sh (func_all_modules): Add it.
54353
54354 2003-02-17  Bruno Haible  <bruno@clisp.org>
54355
54356         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
54357
54358 2003-02-17  Bruno Haible  <bruno@clisp.org>
54359
54360         * lib/mkdtemp.h: New file, from GNU gettext.
54361         * lib/mkdtemp.c: New file, from GNU gettext.
54362
54363 2003-02-02  Jim Meyering  <jim@meyering.net>
54364
54365         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
54366         e.g. glibc-2.2.93.
54367
54368 2003-01-31  Bruno Haible  <bruno@clisp.org>
54369
54370         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
54371         'rpl_rename'.
54372         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
54373         'rpl_strnlen'.
54374         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
54375         'rpl_strtod'.
54376         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
54377         'rpl_utime'.
54378
54379 2003-01-31  Bruno Haible  <bruno@clisp.org>
54380
54381         * lib/rename.c: #undef rename before defining rpl_rename.
54382         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
54383
54384 2003-01-30  Bruno Haible  <bruno@clisp.org>
54385
54386         * modules/vasnprintf, modules/vasprintf: New modules.
54387         * MODULES.html.sh (func_all_modules): Add them.
54388
54389 2003-01-30  Bruno Haible  <bruno@clisp.org>
54390
54391         * m4/signed.m4: New file, from GNU gettext.
54392         * m4/longdouble.m4: New file, from GNU gettext.
54393         * m4/wchar_t.m4: New file, from GNU gettext.
54394         * m4/wint_t.m4: New file, from GNU gettext.
54395         * m4/vasnprintf.m4: New file.
54396         * m4/vasprintf.m4: New file.
54397
54398 2003-01-30  Bruno Haible  <bruno@clisp.org>
54399
54400         * lib/printf-args.h: New file, from GNU gettext.
54401         * lib/printf-args.c: New file, from GNU gettext.
54402         * lib/printf-parse.h: New file, from GNU gettext.
54403         * lib/printf-parse.c: New file, from GNU gettext.
54404         * lib/vasnprintf.h: New file, from GNU gettext.
54405         * lib/vasnprintf.c: New file, from GNU gettext.
54406         * lib/asnprintf.c: New file, from GNU gettext.
54407         * lib/vasprintf.h: New file, from GNU gettext with modifications.
54408         * lib/vasprintf.c: New file, from GNU gettext.
54409         * lib/asprintf.c: New file, from GNU gettext.
54410
54411 2003-01-29  Bruno Haible  <bruno@clisp.org>
54412
54413         * modules/stpncpy: New module.
54414         * MODULES.html.sh (func_all_modules): Add it.
54415
54416 2003-01-29  Bruno Haible  <bruno@clisp.org>
54417
54418         * m4/stpncpy.m4: New file.
54419
54420 2003-01-29  Bruno Haible  <bruno@clisp.org>
54421
54422         * lib/stpncpy.h: New file, from GNU gettext with modifications.
54423         * lib/stpncpy.c: New file, from GNU gettext with modifications.
54424
54425 2003-01-28  Bruno Haible  <bruno@clisp.org>
54426
54427         * modules/c-ctype: New module.
54428         * MODULES.html.sh (func_all_modules): Add it.
54429
54430 2003-01-28  Bruno Haible  <bruno@clisp.org>
54431
54432         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
54433         Paul Eggert.
54434         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
54435         Paul Eggert.
54436
54437 2003-01-27  Bruno Haible  <bruno@clisp.org>
54438
54439         * modules/xsetenv: New module.
54440         * MODULES.html.sh (func_all_modules): Add it.
54441
54442 2003-01-27  Bruno Haible  <bruno@clisp.org>
54443
54444         * lib/xsetenv.h: New file, from GNU gettext.
54445         * lib/xsetenv.c: New file, from GNU gettext.
54446
54447 2003-01-23  Jim Meyering  <jim@meyering.net>
54448
54449         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
54450         from working on systems without dirfd (at least Irix and OSF1/Tru64).
54451
54452 2003-01-23  Bruno Haible  <bruno@clisp.org>
54453
54454         * modules/minmax: New module.
54455         * MODULES.html.sh (func_all_modules): Add it.
54456
54457 2003-01-23  Bruno Haible  <bruno@clisp.org>
54458
54459         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
54460         Eggert.
54461
54462 2003-01-22  Bruno Haible  <bruno@clisp.org>
54463
54464         * modules/exit: New module.
54465         * MODULES.html.sh (func_all_modules): Add it.
54466
54467 2003-01-22  Bruno Haible  <bruno@clisp.org>
54468
54469         * lib/exit.h: New file, from GNU gettext.
54470
54471 2003-01-19  Bruno Haible  <bruno@clisp.org>
54472
54473         * gnulib-tool: Recognize option --extract-maintainer.
54474         (func_get_maintainer): New function.
54475         * modules/*: Add Maintainer entry.
54476
54477 2003-01-16  Jim Meyering  <jim@meyering.net>
54478
54479         * m4/regex.m4: The `regex' struct is both input and output.
54480         Initialize it before each use.  Patch by Tim Waugh.
54481
54482 2003-01-16  Bruno Haible  <bruno@clisp.org>
54483
54484         * MODULES.html.sh: Add a table of contents. Add the module name as
54485         leftmost column. Add hyperlinks.
54486
54487 2003-01-15  Bruno Haible  <bruno@clisp.org>
54488
54489         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
54490
54491 2003-01-15  Bruno Haible  <bruno@clisp.org>
54492
54493         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
54494         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
54495         suffix.
54496
54497 2003-01-15  Bruno Haible  <bruno@clisp.org>
54498
54499         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
54500
54501 2003-01-15  Bruno Haible  <bruno@clisp.org>
54502
54503         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
54504         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
54505
54506 2003-01-14  Jim Meyering  <jim@meyering.net>
54507
54508         * lib/same.c (same_name): Tweak a comment.
54509
54510 2003-01-14  Bruno Haible  <bruno@clisp.org>
54511
54512         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
54513         when a string comparison is sufficient.
54514
54515 2003-01-14  Bruno Haible  <bruno@clisp.org>
54516
54517         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
54518         'unsigned int'.
54519
54520 2003-01-14  Bruno Haible  <bruno@clisp.org>
54521
54522         * lib/hash-pjw.c: Add comment about low quality of this function.
54523
54524 2003-01-13  Bruno Haible  <bruno@clisp.org>
54525
54526         * modules/stpcpy: Distribute lib/stpcpy.h.
54527         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
54528
54529 2003-01-13  Bruno Haible  <bruno@clisp.org>
54530
54531         * modules/*: Add a description.
54532         * modules/strpbrk: Fix Makefile.am snippet.
54533         * modules/strtoimax: Fix dependencies.
54534         * modules/strtoumax: Likewise.
54535
54536 2003-01-13  Bruno Haible  <bruno@clisp.org>
54537
54538         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
54539         * modules/alloca (Makefile.am): All object files depend on alloca.h.
54540         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
54541
54542 2003-01-13  Bruno Haible  <bruno@clisp.org>
54543
54544         * gnulib-tool (func_create_testdir): Store config/* files in the main
54545         directory.
54546         * config.rpath: Move to ...
54547         * config/config.rpath: ... here.
54548         * modules/gettext: Contains config/config.rpath, not config.rpath.
54549         * modules/iconv: Likewise.
54550
54551 2003-01-12  Paul Eggert  <eggert@twinsun.com>
54552
54553         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
54554         to avoid collisions with libcurses and libreadline.
54555
54556         * m4/getstr.m4: Remove.
54557         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
54558
54559 2003-01-12  Paul Eggert  <eggert@twinsun.com>
54560
54561         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
54562         to avoid collisions with libcurses and libreadline.
54563
54564         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
54565         * lib/getstr.h, getstr.c: Remove.
54566         * lib/getline.c: Include "getline.h", to check interface.
54567         Move body of old getstr.c here: this defines MIN_CHUNK and
54568         declares getdelim2, which is renamed from getstr.
54569         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
54570
54571         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
54572         All uses changed.
54573         * lib/linebuffer.h: Likewise.
54574         (readline): Remove backward-compatibility macro.
54575
54576 2003-01-12  Paul Eggert  <eggert@twinsun.com>
54577
54578         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
54579         to avoid collisions with libcurses and libreadline.
54580         * getstr: Remove.
54581         * MODULES.html.sh: Remove getstr.
54582         * modules/getline: Depend on unlocked-io, not getstr.
54583
54584 2003-01-12  Jim Meyering  <jim@meyering.net>
54585
54586         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
54587
54588 2003-01-10  Bruno Haible  <bruno@clisp.org>
54589
54590         * modules/alloca: Change Makefile.am requirements. Simplify Include
54591         requirements. Add lib/alloca_.h to file list.
54592
54593 2003-01-10  Bruno Haible  <bruno@clisp.org>
54594
54595         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
54596
54597 2003-01-10  Bruno Haible  <bruno@clisp.org>
54598
54599         * lib/alloca_.h: New file.
54600         * lib/getdate.y: Unconditionally include alloca.h.
54601         * lib/makepath.c: Likewise.
54602         * lib/setenv.c: Likewise.
54603         * lib/userspec.c: Likewise.
54604
54605 2003-01-09  Karl Berry  <karl@gnu.org>
54606
54607         * MODULES.html.sh: include `dirname $0` in PATH, to find
54608         gnulib-tool.
54609
54610 2003-01-09  Bruno Haible  <bruno@clisp.org>
54611
54612         * modules/stdbool: Change configure.ac, Makefile.am requirements.
54613         Simplify Include requirements. Add lib/stdbool.h.in to file list.
54614
54615 2003-01-09  Bruno Haible  <bruno@clisp.org>
54616
54617         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
54618
54619 2003-01-09  Bruno Haible  <bruno@clisp.org>
54620
54621         * lib/stdbool.h.in: New file.
54622
54623 2003-01-09  Bruno Haible  <bruno@clisp.org>
54624
54625         * gnulib-tool (func_all_modules): Ignore files ending in ~.
54626         * MODULES.html.sh: Likewise.
54627
54628 2003-01-08  Jim Meyering  <jim@meyering.net>
54629
54630         * lib/full-write.c: Undefine and define-away `const' after inclusion
54631         of errno.h, not before.  Suggestion from Bruno Haible.
54632
54633 2003-01-08  Bruno Haible  <bruno@clisp.org>
54634
54635         * modules/full-read: Depend on full-write.
54636
54637 2003-01-08  Bruno Haible  <bruno@clisp.org>
54638
54639         * lib/safe-read.c: Include specification header first, to ensure its
54640         selfcontainedness.
54641         * lib/full-write.c: Likewise.
54642
54643 2003-01-07  Jim Meyering  <jim@meyering.net>
54644
54645         * lib/full-write.c: Rework so that it may serve to define full_read,
54646         too.
54647         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
54648
54649 2003-01-07  Bruno Haible  <bruno@clisp.org>
54650
54651         * lib/strtoimax.c: Include <stdint.h> as an alternative to
54652         <inttypes.h>.
54653         * lib/xstrtol.h: Likewise.
54654         * lib/xstrtoimax.c: Likewise.
54655         * lib/xstrtoumax.c: Likewise.
54656         * lib/human.h: Likewise.
54657
54658         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
54659         on systems that have <inttypes.h> but not <stdint.h>.
54660
54661 2003-01-07  Bruno Haible  <bruno@clisp.org>
54662
54663         * MODULES.html.sh: Add copyright notice.
54664         (missed_files): Omit CVS directory entries.
54665         (func_module): Make it work with sed-3.02.
54666         * MODULES.txt: Remove file.
54667
54668 2003-01-06  Jim Meyering  <jim@meyering.net>
54669
54670         * lib/version-etc.c: Update year in translatable copyright string.
54671
54672 2003-01-03  Karl Berry  <karl@gnu.org>
54673
54674         * config/config.{guess,sub}: update from prep.
54675
54676 2003-01-02  Karl Berry  <karl@gnu.org>
54677
54678         * doc/COPYING.DOC: belatedly updated to 1.2.
54679
54680 2003-01-01  Karl Berry  <karl@gnu.org>
54681
54682         * gnulib-tool (func_verify_module): report module name $module in
54683         error message, not $1.
54684         * gnulib-tool (create-testdir): don't complain if destdir couldn't
54685         be created, only if it doesn't exist.
54686         * gnulib-tool (last_checkin_date): don't expand the $Date here.
54687
54688 2002-12-31  Paul Eggert  <eggert@twinsun.com>
54689
54690         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
54691
54692 2002-12-31  Paul Eggert  <eggert@twinsun.com>
54693
54694         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
54695         memcmp if strcoll doesn't work.
54696
54697 2002-12-31  Bruno Haible  <bruno@clisp.org>
54698
54699         * lib/utime.c (utime_null): No need to call ftruncate if the file was
54700         nonempty.
54701
54702 2002-12-31  Bruno Haible  <bruno@clisp.org>
54703
54704         * lib/memcoll.c (STRCOLL): New macro.
54705         (memcoll): Use it.
54706
54707 2002-12-31  Bruno Haible  <bruno@clisp.org>
54708
54709         * lib/localcharset.h: New file.
54710         * lib/localcharset.c: Include it.
54711         * lib/unicodeio.c: Likewise.
54712
54713 2002-12-31  Bruno Haible  <bruno@clisp.org>
54714
54715         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
54716         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
54717
54718 2002-12-31  Bruno Haible  <bruno@clisp.org>
54719
54720         * lib/getline.h: Include <stddef.h>, for size_t.
54721
54722         * lib/unicodeio.h: Include <stddef.h>, for size_t.
54723         * lib/unicodeio.c: Don't include <stddef.h>.
54724
54725 2002-12-31  Bruno Haible  <bruno@clisp.org>
54726
54727         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
54728         HAVE_TM_ZONE.
54729
54730 2002-12-24  Karl Berry  <karl@gnu.org>
54731
54732         * config/config.guess: update from prep.
54733
54734 2002-12-24  Bruno Haible  <bruno@clisp.org>
54735
54736         General infrasructure.
54737         * m4/README: Rewritten.
54738         * m4/onceonly.m4: New file.
54739         * m4/onceonly_2_57.m4: New file.
54740
54741         Module atexit.
54742         * m4/atexit.m4: New file.
54743
54744         Module strtod.
54745         * m4/strtod.m4: New file.
54746
54747         Module strtol.
54748         * m4/strtol.m4: New file.
54749
54750         Module strtoul.
54751         * m4/strtoul.m4: New file.
54752
54753         Module memchr.
54754         * m4/memchr.m4: New file.
54755
54756         Module memcmp.
54757         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
54758         (jm_FUNC_MEMCMP): Invoke it.
54759
54760         Module memcpy.
54761         * m4/memcpy.m4: New file.
54762
54763         Module memmove.
54764         * m4/memmove.m4: New file.
54765
54766         Module memset.
54767         * m4/memset.m4: New file.
54768
54769         Module strcspn.
54770         * m4/strcspn.m4: New file.
54771
54772         Module strpbrk.
54773         * m4/strpbrk.m4: New file.
54774
54775         Module strstr.
54776         * m4/strstr.m4: New file.
54777
54778         Module strerror.
54779         * m4/strerror.m4: New file.
54780
54781         Module mktime.
54782         * m4/mktime.m4: Renamed from jm-mktime.m4.
54783         (gl_PREREQ_MKTIME): New macro.
54784         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
54785
54786         Module malloc.
54787         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
54788         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
54789         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
54790
54791         Module realloc.
54792         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
54793         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
54794         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
54795
54796         Module strftime.
54797         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
54798         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
54799         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
54800         gl_TM_GMTOFF.
54801         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
54802
54803         Module xalloc.
54804         * m4/xalloc.m4: New file.
54805
54806         Module alloca.
54807         * m4/alloca.m4: New file.
54808
54809         Module putenv.
54810         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
54811         (jm_FUNC_PUTENV): Invoke it.
54812
54813         Module setenv.
54814         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
54815         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
54816         when invoked twice.
54817         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
54818         gt_FUNC_SETENV.
54819
54820         Module memrchr.
54821         * m4/memrchr.m4: New file.
54822
54823         Module stpcpy.
54824         * m4/stpcpy.m4: New file.
54825
54826         Module strcase.
54827         * m4/strcase.m4: New file.
54828
54829         Module strdup.
54830         * m4/strdup.m4: New file.
54831
54832         Module strnlen.
54833         * m4/strnlen.m4: New file.
54834
54835         Module strndup.
54836         * m4/strndup.m4: New file.
54837
54838         Module xstrtod.
54839         * m4/xstrtod.m4: New file.
54840
54841         Module xstrtol.
54842         * m4/xstrtol.m4: New file.
54843
54844         Module getdate.
54845         * m4/getdate.m4: New file.
54846
54847         Module unlocked-io.
54848         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
54849         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
54850         * m4/jm-glibc-io.m4n: Remove file.
54851
54852         Module long-options.
54853         * m4/long-options.m4: New file.
54854
54855         Module md5.
54856         * m4/md5.m4: New file.
54857
54858         Module sha.
54859         * m4/sha.m4: New file.
54860
54861         Module getstr.
54862         * m4/getstr.m4: New file.
54863
54864         Module getline.
54865         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
54866         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
54867         <sys/types.h>, for size_t. Use the function name gnu_getline, not
54868         simply getline. Infoke gl_PREREQ_GETLINE.
54869
54870         Module obstack.
54871         * m4/obstack.m4: New file.
54872
54873         Module hash.
54874         * m4/hash.m4: New file.
54875
54876         Module readtokens.
54877         * m4/readtokens.m4: New file.
54878
54879         Module strverscmp.
54880         * m4/strverscmp.m4: New file.
54881
54882         Module stdbool.
54883         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
54884         OSF/1.
54885
54886         Module strtoll.
54887         * m4/strtoll.m4: New file.
54888
54889         Module strtoull.
54890         * m4/strtoull.m4: New file.
54891
54892         Module strtoimax.
54893         * m4/strtoimax.m4: New file.
54894
54895         Module strtoumax.
54896         * m4/strtoumax.m4: New file.
54897
54898         Module xstrtoimax.
54899         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
54900         jm_AC_PREREQ_XSTRTOIMAX.
54901         Moved the strtol prerequisites to strtol.m4.
54902         Moved the strtoll prerequisites to strtoll.m4.
54903         Moved the strtoimax prerequisites to strtoimax.m4.
54904
54905         Module xstrtoumax.
54906         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
54907         jm_AC_PREREQ_XSTRTOUMAX.
54908         Moved the strtoul prerequisites to strtoul.m4.
54909         Moved the strtoull prerequisites to strtoull.m4.
54910         Moved the strtoumax prerequisites to strtoumax.m4.
54911
54912         Module chown.
54913         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
54914         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
54915
54916         Module dup2.
54917         * m4/dup2.m4: New file.
54918
54919         Module ftruncate.
54920         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
54921         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
54922
54923         Module getgroups.
54924         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
54925         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
54926
54927         Module gettimeofday.
54928         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
54929         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
54930         gl_PREREQ_GETTIMEOFDAY.
54931
54932         Module mkdir.
54933         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
54934         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
54935
54936         Module mkstemp.
54937         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
54938         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
54939         jm_AC_TYPE_UINTMAX_T.
54940         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
54941
54942         Module stat.
54943         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
54944         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
54945
54946         Module lstat.
54947         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
54948         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
54949
54950         Module timespec.
54951         * m4/timespec.m4 (gl_TIMESPEC): New macro.
54952         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
54953         * m4/st_mtim.m4: Indentation.
54954
54955         Module nanosleep.
54956         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
54957         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
54958         gl_PREREQ_NANOSLEEP.
54959
54960         Module regex.
54961         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
54962         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
54963         (gl_REGEX): New macro.
54964
54965         Module rename.
54966         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
54967         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
54968
54969         Module rmdir.
54970         * m4/rmdir.m4: New file.
54971
54972         Module utime.
54973         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
54974         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
54975         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
54976
54977         Module dirname.
54978         * m4/dirname.m4: New file.
54979
54980         Module getopt.
54981         * m4/getopt.m4: New file.
54982
54983         Module unistd-safer.
54984         * m4/unistd-safer.m4: New file.
54985
54986         Module fnmatch.
54987         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
54988         declaration.
54989         (gl_PREREQ_FNMATCH_EXTRA): New macro.
54990         (gl_FUNC_FNMATCH_POSIX): New macro.
54991         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
54992         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
54993         simply fnmatch.
54994
54995         Module exclude.
54996         * m4/exclude.m4: New file.
54997
54998         Module human.
54999         * m4/human.m4: New file.
55000
55001         Module acl.
55002         * m4/acl.m4: Nop.
55003
55004         Module backupfile.
55005         * m4/backupfile.m4: New file.
55006         * m4/d-ino.m4: Indentation.
55007
55008         Module fsusage.
55009         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
55010         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
55011         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
55012
55013         Module dirfd.
55014         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
55015         requirements.
55016
55017         Module euidaccess.
55018         * m4/euidaccess.m4: New file.
55019
55020         Module file-type.
55021         * m4/file-type.m4: New file.
55022
55023         Module fileblocks.
55024         * m4/fileblocks.m4: New file.
55025
55026         Module filemode.
55027         * m4/filemode.m4: New file.
55028
55029         Module isdir.
55030         * m4/isdir.m4: New file.
55031
55032         Module lchown.
55033         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
55034         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
55035
55036         Module makepath.
55037         * m4/makepath.m4: New file.
55038
55039         Module modechange.
55040         * m4/modechange.m4: New file.
55041
55042         Module mountlist.
55043         * m4/mountlist.m4: New file.
55044         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
55045         Indentation.
55046
55047         Module path-concat.
55048         * m4/path-concat.m4: New file.
55049
55050         Module pathmax.
55051         * m4/pathmax.m4: New file.
55052
55053         Module same.
55054         * m4/same.m4: New file.
55055
55056         Module save-cwd.
55057         * m4/save-cwd.m4: New file.
55058
55059         Module savedir.
55060         * m4/savedir.m4: New file.
55061
55062         Module xgetcwd.
55063         * m4/xgetcwd.m4: New file.
55064         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
55065
55066         Module xreadlink.
55067         * m4/xreadlink.m4: New file.
55068
55069         Module safe-read.
55070         * m4/safe-read.m4: New file.
55071
55072         Module safe-write.
55073         * m4/safe-write.m4: New file.
55074
55075         Module closeout.
55076         * m4/closeout.m4: New file.
55077
55078         Module stdio-safer.
55079         * m4/stdio-safer.m4: New file.
55080
55081         Module getpass.
55082         * m4/getpass.m4: New file.
55083
55084         Module getugroups.
55085         * m4/getugroups.m4: New file.
55086
55087         Module group-member.
55088         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
55089         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
55090
55091         Module idcache.
55092         * m4/idcache.m4: New file.
55093
55094         Module userspec.
55095         * m4/userspec.m4: New file.
55096
55097         Module gettime.
55098         * m4/clock_time.m4: New file.
55099         * m4/gettime.m4: New file.
55100
55101         Module settime.
55102         * m4/settime.m4: New file.
55103
55104         Module posixtm.
55105         * m4/posixtm.m4: New file.
55106
55107         Module gethostname.
55108         * m4/gethostname.m4: New file.
55109
55110         Module canon-host.
55111         * m4/canon-host.m4: New file.
55112
55113         Module gettext.
55114         * m4/codeset.m4: New file, from gettext-0.11.5.
55115         * m4/gettext.m4: New file, from gettext-0.11.5.
55116         * m4/glibc21.m4: New file, from gettext-0.11.5.
55117         * m4/iconv.m4: New file, from gettext-0.11.5.
55118         * m4/intdiv0.m4: New file, from gettext-0.11.5.
55119         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
55120         * m4/inttypes.m4: New file, from gettext-0.11.5.
55121         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
55122         * m4/isc-posix.m4: New file, from gettext-0.11.5.
55123         * m4/lcmessage.m4: New file, from gettext-0.11.5.
55124         * m4/lib-ld.m4: New file, from gettext-0.11.5.
55125         * m4/lib-link.m4: New file, from gettext-0.11.5.
55126         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
55127         * m4/progtest.m4: New file, from gettext-0.11.5.
55128         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
55129         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
55130         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
55131
55132         Module localcharset.
55133         * m4/localcharset.m4: New file.
55134
55135         Module hard-locale.
55136         * m4/hard-locale.m4: New file.
55137
55138         Module mbswidth.
55139         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
55140         onceonly macros.
55141         * m4/mbrtowc.m4: Add comment.
55142
55143         Module memcasecmp.
55144         * m4/memcasecmp.m4: New file.
55145
55146         Module memcoll.
55147         * m4/memcoll.m4: New file.
55148
55149         Module unicodeio.
55150         * m4/unicodeio.m4: New file.
55151
55152         Module rpmatch.
55153         * m4/rpmatch.m4: New file.
55154
55155         Module yesno.
55156         * m4/yesno.m4: New file.
55157
55158         Module exitfail.
55159         * m4/exitfail.m4: New file.
55160
55161         Module c-stack.
55162         * m4/c-stack.m4 (gl_C_STACK): New macro.
55163         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
55164
55165         Module error.
55166         * m4/error.m4 (gl_ERROR): New macro.
55167         (jm_PREREQ_ERROR): Use onceonly macros.
55168
55169         Module fatal.
55170         * m4/fatal.m4: New file.
55171
55172         Module getloadavg.
55173         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
55174         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
55175
55176         Module getpagesize.
55177         * m4/getpagesize.m4: New file.
55178
55179         Module getusershell.
55180         * m4/getusershell.m4: New file.
55181
55182         Module physmem.
55183         * m4/physmem.m4: New file.
55184
55185         Module posixver.
55186         * m4/posixver.m4: New file.
55187
55188         Module quotearg.
55189         * m4/quotearg.m4: New file.
55190
55191         Module quote.
55192         * m4/quote.m4: New file.
55193
55194         Module readutmp.
55195         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
55196
55197         Module sig2str.
55198         * m4/sig2str.m4: New file.
55199
55200         Other.
55201         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
55202         ulonglong.m4.
55203         * m4/intmax_t.m4: New file.
55204         * m4/d-type.m4: Indentation.
55205         * m4/jm-macros.m4: Update.
55206         * m4/prereq.m4 (jm_PREREQ): Update.
55207         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
55208         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
55209         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
55210         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
55211         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
55212         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
55213         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
55214         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
55215         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
55216         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
55217         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
55218         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
55219         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
55220         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
55221         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
55222         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
55223         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
55224         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
55225         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
55226
55227 2002-12-24  Bruno Haible  <bruno@clisp.org>
55228
55229         * MODULES.txt: Update according to m4/ changes.
55230
55231         Module gettext.
55232         * config.rpath: New file, from gettext-0.11.5.
55233
55234         * modules/*: New module descriptions.
55235         * gnulib-tool: New file.
55236         * MODULES.html.sh: New file.
55237
55238 2002-12-21  Karl Berry  <karl@gnu.org>
55239
55240         * doc/fdl.texi: update to version 1.2.
55241
55242 2002-12-19  Karl Berry  <karl@gnu.org>
55243
55244         * config/config.guess: update from prep.
55245
55246 2002-12-18  Bruno Haible  <bruno@clisp.org>
55247
55248         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
55249         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
55250
55251 2002-12-17  Bruno Haible  <bruno@clisp.org>
55252
55253         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
55254         stdlib.h, string.h.
55255
55256 2002-12-17  Bruno Haible  <bruno@clisp.org>
55257
55258         * lib/canon-host.c (strdup): Remove unused declaration.
55259
55260         * lib/fsusage.c: Include full_read.h.
55261         (get_fs_usage): Use full_read instead of safe_read.
55262
55263         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
55264
55265 2002-12-12  Karl Berry  <karl@gnu.org>
55266
55267         * config/config.guess: update from prep.
55268
55269 2002-12-11  Bruno Haible  <bruno@clisp.org>
55270
55271         * m4/setenv.m4: New file, from gettext-0.11.5.
55272
55273 2002-12-11  Bruno Haible  <bruno@clisp.org>
55274
55275         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
55276         not unsetenv().
55277         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
55278         modifications:
55279
55280         2002-12-11  Bruno Haible  <bruno@clisp.org>
55281
55282                 * setenv.c (alloca): Fall back to malloc.
55283                 (freea): New macro.
55284                 (setenv): Use freea() to free memory allocated with alloca().
55285
55286         2002-11-13  Bruno Haible  <bruno@clisp.org>
55287
55288                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
55289                 function declarations.
55290                 * unsetenv.c (unsetenv): Likewise.
55291
55292         2002-03-04  Bruno Haible  <bruno@clisp.org>
55293
55294                 Portability to AIX 4.3.3.
55295                 * unsetenv.c: New file, extracted from setenv.c.
55296                 * setenv.c: Move the unsetenv() function to unsetenv.c.
55297
55298         2001-12-20  Bruno Haible  <bruno@clisp.org>
55299
55300                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
55301                 use malloc instead. For SunOS 4.
55302
55303         2001-12-11  Bruno Haible  <bruno@clisp.org>
55304
55305                 * setenv.c: Declare alloca.
55306                 (compar_fn_t): New typedef.
55307                 (KNOWN_VALUE, STORE_VALUE): Use it.
55308
55309         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
55310         setenv.h.
55311
55312 2002-12-10  Paul Eggert  <eggert@twinsun.com>
55313
55314         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
55315         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
55316         Choose values that are less likely to collide with system fnmatch
55317         options.
55318         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
55319         defined (e.g., a pure POSIX system).
55320         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
55321         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
55322
55323 2002-12-06  Paul Eggert  <eggert@twinsun.com>
55324
55325         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
55326         a pain in practice to deal with generated m4 files.  This change
55327         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
55328
55329         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
55330         and jm-glibc-io.m4, as they are no longer a special case.
55331         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
55332         kludge and the auto-generation stuff.  Check only whether the
55333         functions are declared, not whether they exist, since older hosts
55334         that don't declare the functions can't use the optimization anyway.
55335
55336 2002-12-06  Jim Meyering  <jim@meyering.net>
55337
55338         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
55339
55340         Merge in changes from libc's misc/error.c, in preparation
55341         for the merge of gnulib's changes back into libc.
55342
55343         * lib/error.c (_): Define only if not already defined.
55344         Move definition to follow all #include directives.
55345         Include unlocked-io.h only if !_LIBC.
55346         [_LIBC]: Include <libio/libioP.h>.
55347         [USE_IN_LIBIO]: Include <libio/iolibio.h>
55348         (fflush): Tweak definition to use INTUSE.
55349         (putc): Define.
55350
55351 2002-12-05  Paul Eggert  <eggert@twinsun.com>
55352
55353         * lib/alloca.c [defined emacs]: Include "lisp.h".
55354         (xalloc_die) [defined emacs]: New macro.
55355         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
55356         [! defined emacs]: Include <xalloc.h>.
55357         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
55358         (pointer): Typedef to POINTER_TYPE *.
55359         (malloc): Remove decl; we now always use xmalloc.
55360         (alloca): Use old-style definition, since Emacs needs this.
55361         Check for arithmetic overflow when computing combined size.
55362
55363 2002-12-04  Paul Eggert  <eggert@twinsun.com>
55364
55365         Do not generate unlocked-io.h automatically, since it's easier to
55366         maintain it by hand.
55367
55368         * lib/unlocked-io.h: New file, from GNU diffutils,
55369         but with proper copyright notice and attribution.
55370         * lib/gen-uio: Remove.
55371         * lib/Makefile.am: Add copyright notice.
55372         (libfetish_a_SOURCES): Add unlocked-io.h.
55373         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
55374         (DISTCLEANFILES, io_functions): Remove macros.
55375         (EXTRA_DIST): Remove gen_uio.
55376         (unlocked-io.h): Remove rule.
55377
55378 2002-12-04  Jim Meyering  <jim@meyering.net>
55379
55380         Reflect the fact that stat.c and lstat.c are no longer generated.
55381         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
55382         (DISTCLEANFILES): Likewise.
55383         (EXTRA_DIST): Likewise.
55384         (all_local): Don't depend on stat.c or lstat.c.
55385         (stat.c, lstat.c): Remove rules.
55386         (EXTRA_DIST): Remove xstat.in.
55387
55388         * lib/xstat.in: Remove file.  Contents moved into stat.c.
55389         * lib/stat.c: New file.  Contents mostly from xstat.in.
55390         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
55391         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
55392
55393         * lib/safe-read.c: Rework so that it may serve to define safe_write,
55394         too.
55395         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
55396
55397 2002-12-03  Jim Meyering  <jim@meyering.net>
55398
55399         * lib/safe-read.c, safe-write.c: Change variable names and comments,
55400         but not semantics, to minimize the differences between these two files.
55401         (safe_read): Change comment to mention SAFE_READ_ERROR.
55402
55403         * lib/safe-read.c (IS_EINTR): Define.
55404         (safe_read): Use IS_EINTR in place of in-function cpp directives.
55405
55406 2002-12-02  Jim Meyering  <jim@meyering.net>
55407
55408         * lib/safe-read.c (EINTR): Define.
55409         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
55410         (INT_MAX): Provide fallback.
55411         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
55412
55413         * lib/safe-read.h (SAFE_READ_ERROR): Define.
55414
55415 2002-12-02  Bruno Haible  <bruno@clisp.org>
55416
55417         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
55418         Define, taken from safe-read.c.
55419         (INT_MAX): Provide fallback.
55420         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
55421         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
55422
55423         * lib/safe-read.c (EINTR): Remove definition.
55424         (safe_read): Don't use EINTR if it is absent.
55425
55426 2002-12-01  Jim Meyering  <jim@meyering.net>
55427
55428         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
55429         zero.
55430         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
55431
55432 2002-11-27  Paul Eggert  <eggert@twinsun.com>
55433
55434         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
55435         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
55436         with `if (! (value < limit)) abort ();', for readability.
55437
55438 2002-11-26  Karl Berry  <karl@gnu.org>
55439
55440         * lib/strdup.c: copy from libc again, with jim's ok.
55441         * lib/.cppi-disable: re-add strdup.c
55442
55443 2002-11-25  Karl Berry  <karl@gnu.org>
55444
55445         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
55446         instead of "strtol.c".
55447
55448 2002-11-25  Karl Berry  <karl@gnu.org>
55449
55450         * config/install-sh: update from automake for variable quoting, $0 in
55451         error msgs, etc.
55452
55453         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
55454         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
55455         entry.
55456
55457 2002-11-25  Jim Meyering  <jim@meyering.net>
55458
55459         * lib/mktime.c: Sync from libc, now that it has the latest fix.
55460
55461 2002-11-24  Karl Berry  <karl@gnu.org>
55462
55463         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
55464         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
55465
55466 2002-11-24  Jim Meyering  <jim@meyering.net>
55467
55468         Update from coreutils:
55469
55470         * lib/mktime.c: Merge in changes from libc.
55471
55472         Avoid a link-time failure on some Linux systems.
55473         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
55474         (otherwise).
55475         (__mon_yday): Declare with the STATIC attribute.
55476         (__mktime_internal): Likewise.
55477         Based on a report from Greg Schafer.
55478
55479 2002-11-23  Jim Meyering  <jim@meyering.net>
55480
55481         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
55482         Use `unsigned', not `int', as type of index.
55483
55484         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
55485
55486         * lib/fsusage.c: Remove unneeded parentheses around operands of
55487         `defined'.
55488
55489 2002-11-22  Paul Eggert  <eggert@twinsun.com>
55490
55491         * lib/quotearg.h: Allow multiple inclusion by surrounding with
55492         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
55493         so that we can be included first.
55494         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
55495         * lib/quotearg.c: Include quotearg.h immediately after config.h.
55496         No need to include stddef.h or sys/types.h any more.
55497         Surround local include files with "", not "<>".
55498         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
55499         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
55500         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
55501         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
55502         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
55503         (ISPRINT): Remove; no longer needed now that we assume C89.
55504
55505         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
55506         Preserve errno.
55507
55508         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
55509         quotearg_char): Use SIZE_MAX rather than
55510         (size_t) -1 when we are talking about "infinity".
55511
55512         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
55513
55514 2002-11-22  Paul Eggert  <eggert@twinsun.com>
55515
55516         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
55517         hint that one should use `if (! x) abort ();' rather than `assert
55518         (x);', and anyway it's one less thing to worry about configuring.
55519         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
55520         hash_rehash, hash_insert): Use abort rather than assert.
55521
55522 2002-11-22  Bruno Haible  <bruno@clisp.org>
55523
55524         * lib/safe-read.h: Assume C89. Add comments.
55525         (safe_read): Change return type to size_t.
55526         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
55527         byte counts > SSIZE_MAX correctly.
55528         * lib/safe-write.h: New file.
55529         * lib/safe-write.c: New file.
55530         * lib/full-read.h: New file.
55531         * lib/full-read.c: New file.
55532         * lib/full-write.h: Assume C89. Add comments.
55533         * lib/full-write.c: Include safe-write.h.
55534         (full_write): Rewritten to use safe_write.
55535         Suggested by Jim Meyering and Paul Eggert.
55536
55537 2002-11-21  Jim Meyering  <jim@meyering.net>
55538
55539         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
55540
55541         Merge in changes from the coreutils.
55542
55543         2002-09-25  Paul Eggert  <eggert@twinsun.com>
55544         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
55545         <stdint.h>.
55546         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
55547         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
55548         int.  Work more efficiently if X is the same width as uintmax_t.
55549         Do not compare X to -1, to avoid bogus compiler warning.
55550         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
55551         Don't assume that f_frsize and f_bsize are the same type.
55552
55553         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
55554         warning on FreeBSD.
55555
55556         * lib/makepath.c (make_path): Restore umask *before* creating the final
55557         component.
55558         (make_path): Minor reformatting.
55559
55560         * lib/xmalloc.c: Adjust to work with new autoconf macros,
55561         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
55562         HAVE_MALLOC/HAVE_REALLOC.
55563
55564         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
55565         dummy ones.  At least on GNU/Linux systems, `auto' means something
55566         else.
55567         From Michael Stone.
55568
55569 2002-11-21  Bruno Haible  <bruno@clisp.org>
55570
55571         Remove case insensitive option matching.
55572         * lib/argmatch.h (argcasematch): Remove declaration.
55573         (ARGCASEMATCH): Remove macro.
55574         (__xargmatch_internal): Remove case_sensitive argument.
55575         (XARGMATCH): Update.
55576         (XARGCASEMATCH): Remove macro.
55577         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
55578         case_sensitive argument.
55579         (argcasematch): Remove function.
55580         (__xargmatch_internal): Remove case_sensitive argument.
55581         (main): Use XARGMATCH instead of XARGCASEMATCH.
55582
55583         * lib/xmalloc.c: Change compile-time error message. Add comment about
55584         required autoconf version.
55585
55586 2002-11-20  Paul Eggert  <eggert@twinsun.com>
55587
55588         Merge argmatch cleanups from Bison.  Assume C89.
55589
55590         * lib/argmatch.c: Include config.h here, not in argmatch.h.
55591         Include stdlib.h, for EXIT_FAILURE.
55592         Always include <string.h>, since we assume C89.
55593         (EXIT_FAILURE): Remove pre-C89 bug workaround.
55594         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
55595         Include <stddef.h> instead, since it's all we need for size_t.
55596         (PARAMS): Remove.  All uses removed.
55597         (ARRAY_CARDINALITY): Do not bother to #undef.
55598         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
55599         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
55600         Remove unnecessary parentheses.
55601         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
55602         Insert necessary parentheses.
55603         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
55604         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
55605
55606 2002-11-19  Bruno Haible  <bruno@clisp.org>
55607
55608         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
55609         * lib/mbswidth.h: Include <stddef.h>, for size_t.
55610
55611         * lib/mbswidth.h (PARAMS): Remove macro.
55612         (mbswidth, mbsnwidth): Use ANSI C function declarations.
55613         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
55614
55615         * lib/gcd.h (PARAMS): Remove macro.
55616         (gcd): Use ANSI C function declarations.
55617         * lib/gcd.c (gcd): Likewise.
55618
55619 2002-11-15  Bruno Haible  <bruno@clisp.org>
55620
55621         * lib/strcspn.c: Include <stddef.h>.
55622         (strcspn): Use ANSI C function declaration. Change return type to
55623         size_t. Use NULL.
55624         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
55625         (strpbrk): Use NULL.
55626         * lib/strpbrk.h (PARAMS): Remove macro.
55627         (strpbrk): Use ANSI C function declaration.
55628         * lib/strstr.c: Don't include <sys/types.h>.
55629         * lib/strstr.h (PARAMS): Remove macro.
55630         (strstr): Use ANSI C function declarations.
55631
55632 2002-11-14  Karl Berry  <karl@gnu.org>
55633
55634         * config/mkinstalldirs: `do' on separate line, instead of
55635         `for var; do'.
55636
55637 2002-11-06  Bruno Haible  <bruno@clisp.org>
55638
55639         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
55640         * lib/gcd.c (gcd): Likewise.
55641
55642 2002-11-05  Bruno Haible  <bruno@clisp.org>
55643
55644         * lib/gcd.h: New file, from gettext-0.11.5.
55645         * lib/gcd.c: New file, from gettext-0.11.5.
55646
55647 2002-11-05  Bruno Haible  <bruno@clisp.org>
55648
55649         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55650         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55651         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55652         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
55653
55654         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
55655         <libintl.h>.
55656         * lib/makepath.c: Include gettext.h instead of <locale.h> and
55657         <libintl.h>.
55658
55659         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
55660         * lib/human.c: Include gettext.h instead of <libintl.h>.
55661         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
55662         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
55663         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
55664         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
55665         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
55666         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
55667         (textdomain): Remove definition.
55668         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
55669
55670         * lib/long-options.c: Remove include of <libintl.h> and definition of
55671         _.
55672         * lib/same.c: Remove include of <libintl.h> and definition of _.
55673
55674 2002-11-04  Owen Taylor  <otaylor@redhat.com>
55675
55676         * lib/config.charset: A few additions for Solaris.
55677
55678 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
55679
55680         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
55681         * lib/localcharset.c (locale_charset): Declare as extern "C".
55682
55683 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
55684
55685         * lib/config.charset: msdos in uk_UA uses CP1125.
55686
55687 2002-11-04  Bruno Haible  <bruno@clisp.org>
55688
55689         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
55690         * lib/strcase.h: New file, from GNU gettext-0.11.5.
55691         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
55692         * lib/strstr.h: New file, from GNU gettext-0.11.5.
55693         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
55694
55695 2002-11-04  Bruno Haible  <bruno@clisp.org>
55696
55697         * lib/localcharset.c (locale_charset): Don't return an empty string.
55698
55699 2002-11-04  Bruno Haible  <bruno@clisp.org>
55700
55701         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
55702         aliases.
55703
55704 2002-11-04  Bruno Haible  <bruno@clisp.org>
55705
55706         * lib/config.charset: Update for newest glibc. Add canonical names
55707         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
55708
55709 2002-11-04  Bruno Haible  <bruno@clisp.org>
55710
55711         * lib/config.charset: Add support for NetBSD.
55712
55713 2002-11-04  Bruno Haible  <bruno@clisp.org>
55714
55715         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
55716
55717 2002-11-01  Bruno Haible  <bruno@clisp.org>
55718
55719         * configure.in: Add AC_CONFIG_AUX_DIR call.
55720         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
55721         test/Makefile.
55722         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
55723
55724 2002-09-28  Karl Berry  <karl@gnu.org>
55725
55726         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
55727         installed automake until the next release, since changes have been
55728         made.
55729
55730 2002-09-25  Karl Berry  <karl@gnu.org>
55731
55732         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
55733         * lib/getopt*: copy from libc/posix.
55734         * lib/gettext.h: copy from gettext.
55735         * lib/.cppi-disable: add strdup.c, gettext.h.
55736
55737 2002-09-25  Karl Berry  <karl@gnu.org>
55738
55739         * config/srclist.txt: enable gettext.h check.
55740         * config/config.{guess,sub}: update from prep.
55741         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
55742                 from automake 1.6.3.
55743         See srclist*.
55744
55745 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
55746
55747         * regex.c (PATFETCH): Remove the translating fetch.
55748         (PATFETCH_RAW): Rename to PATFETCH.
55749         (set_image_of_range): New fun.
55750         (SET_RANGE_TABLE_WORK_AREA): Use it.
55751         (regex_compile): Don't translate the pattern chars so eagerly.
55752         Only do it when inserting an `exactn' bytecode or when handling
55753         a char-range.
55754         (mutually_exclusive_p): Avoid empty statement.
55755
55756 2002-07-06  Jim Meyering  <meyering@lucent.com>
55757
55758         * m4/README: Don't mention Makefile.am.in.
55759         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
55760
55761 2002-07-01  Jim Meyering  <meyering@lucent.com>
55762
55763         * lib/c-stack.c: Include sys/time.h.
55764         From Volker Borchert.
55765
55766 2002-06-26  Paul Eggert  <eggert@twinsun.com>
55767
55768         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
55769
55770 2002-06-26  Paul Eggert  <eggert@twinsun.com>
55771
55772         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
55773         New macro.  Use it uniformly instead of
55774         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
55775         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
55776         reported by Vin Shelton.
55777
55778 2002-06-22  Paul Eggert  <eggert@twinsun.com>
55779
55780         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
55781         Do not assume SA_SIGINFO behavior.
55782         Bug reported by Jim Meyering on NetBSD 1.5.2.
55783
55784 2002-06-22  Jim Meyering  <meyering@lucent.com>
55785
55786         * m4/c-stack.m4: New file, from diffutils-2.8.2.
55787         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
55788
55789         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
55790         now that configure.ac uses AC_GNU_SOURCE.
55791         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
55792         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
55793
55794         Update to latest tools.  Suggestions from Paul Eggert.
55795         * m4/stdbool.m4: New file, from diffutils-2.8.2.
55796         * m4/gnu-source.m4: Update from diffutils-2.8.2.
55797         * m4/fnmatch.m4: Likewise.
55798         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
55799         to AC_HEADER_STDBOOL
55800
55801 2002-06-22  Jim Meyering  <meyering@lucent.com>
55802
55803         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
55804         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
55805
55806 2002-06-22  Jim Meyering  <meyering@lucent.com>
55807
55808         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
55809
55810         * lib/exitfail.c, exitfail.h: Likewise.
55811         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
55812
55813         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
55814         of fnmatch.h.
55815         (EXTRA_DIST): Add fnmatch_loop.c.
55816         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
55817
55818         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
55819         * lib/fnmatch.c: Update from diffutils-2.8.2.
55820         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
55821         * lib/fnmatch.h: Remove file.
55822
55823 2002-06-21  Jim Meyering  <meyering@lucent.com>
55824
55825         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
55826         * m4/mbrtowc.m4: Likewise.
55827
55828         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
55829         * m4/mbswidth.m4: Reflect name change:
55830         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
55831         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
55832
55833         * m4/lib-link.m4: Update from gettext-0.11.2.
55834         * m4/gettext.m4: Likewise.
55835
55836         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
55837         From Alfred M. Szmidt.
55838
55839 2002-06-18  Paul Eggert  <eggert@twinsun.com>
55840
55841         * lib/file-type.h: Report an error if neither S_ISREG nor
55842         S_IFREG is defined, instead of using a test specific to glibc
55843         2.2.  This should be safe, since POSIX requires S_ISREG and
55844         Unix Version 7 had S_IFREG.  We don't need to check for
55845         <sys/types.h> since we don't use any symbols that it defines.
55846
55847 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
55848
55849         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
55850         $@-t, so that each temporary file name is unique and valid in the first
55851         8 characters, for operation under DOS.
55852
55853 2002-06-15  Paul Eggert  <eggert@twinsun.com>
55854
55855         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
55856
55857 2002-06-15  Jim Meyering  <meyering@lucent.com>
55858
55859         Work even with DJGPP 2.03, which lacks support for symlinks.
55860         From Richard Dawe.
55861         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
55862         is defined.
55863         * lib/lchown.c (S_ISLNK): Likewise.
55864
55865 2002-06-15  Jim Meyering  <meyering@lucent.com>
55866
55867         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
55868         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
55869         have been included before this file.
55870
55871 2002-06-14  Jim Meyering  <meyering@lucent.com>
55872
55873         * lib/file-type.h: Use the version from diffutils-2.8.2.
55874         * lib/file-type.c: Likewise.
55875
55876 2002-06-07  Jim Meyering  <meyering@lucent.com>
55877
55878         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
55879         They're needed at least for NetBSD 1.5.2.
55880         ($statxfs_includes): Include those same headers.
55881         ($statxfs_includes): Include sys/vfs.h if available.
55882         ($statxfs_includes): Likewise for sys/statvfs.h.
55883         Check for the following members in both structs statfs and statvfs:
55884         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
55885
55886 2002-06-01  Jim Meyering  <meyering@lucent.com>
55887
55888         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
55889         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
55890
55891 2002-05-28  Jim Meyering  <meyering@lucent.com>
55892
55893         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
55894         Reported by Volker Borchert.
55895
55896 2002-05-27  Jim Meyering  <meyering@lucent.com>
55897
55898         Fix a problem seen only on nonconforming systems whereby ls.c's
55899         use of localtime, and then of gettimeofday would cause trouble:
55900         the localtime call used to initialize rpl_gettimeofday's save
55901         mechanism would clobber ls's current local time information so
55902         that in any long listing the first file would always be listed
55903         with date 1970-01-01.  Analysis by Volker Borchert.
55904
55905         * lib/gettimeofday.c (localtime): Undefine.
55906         (rpl_localtime): New function.
55907
55908 2002-05-27  Jim Meyering  <meyering@lucent.com>
55909
55910         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
55911         localtime.
55912
55913         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
55914         use the replacement function; it wouldn't resolve at link time.
55915         Reported by Volker Borchert.
55916
55917 2002-05-22  Jim Meyering  <meyering@lucent.com>
55918
55919         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
55920         file-type.h.
55921         * lib/file-type.h: New file.
55922         * lib/file-type.c (file_type): New file/function.  Extracted from
55923         diffutils.
55924
55925 2002-04-30  Jim Meyering  <meyering@lucent.com>
55926
55927         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
55928
55929 2002-04-29  Paul Eggert  <eggert@twinsun.com>
55930
55931         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
55932
55933 2002-04-29  Paul Eggert  <eggert@twinsun.com>
55934
55935         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
55936         Do not check for alloca.h (no longer used) or stdbool.h (was never
55937         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
55938
55939 2002-04-29  Paul Eggert  <eggert@twinsun.com>
55940
55941         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
55942
55943 2002-04-29  Jim Meyering  <meyering@lucent.com>
55944
55945         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
55946         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
55947         Use AC_FUNC_STRNLEN here instead.
55948
55949         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
55950         With autoconf-2.53a, it's part of AC_PROG_CC.
55951
55952 2002-04-28  Paul Eggert  <eggert@twinsun.com>
55953
55954         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
55955         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
55956
55957 2002-04-28  Paul Eggert  <eggert@twinsun.com>
55958
55959         * lib/sig2str.h, lib/sig2str.c: New files.
55960         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
55961
55962 2002-04-28  Paul Eggert  <eggert@twinsun.com>
55963
55964         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
55965         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
55966         of 127, since 64 is the largest conceivable number for ancient
55967         nonstandard hosts.
55968         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
55969
55970 2002-04-28  Jim Meyering  <meyering@lucent.com>
55971
55972         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
55973
55974 2002-04-24  Jim Meyering  <meyering@lucent.com>
55975
55976         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
55977         (jm_PREREQ): Use it.
55978
55979         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
55980         mach/mach.h fcntl.h.
55981         Check for this function: setlocale.
55982
55983 2002-04-24  Jim Meyering  <meyering@lucent.com>
55984
55985         * lib/gettext.h: New file, from Gettext.
55986         * lib/Makefile.am (INCLUDES): Remove -I../intl.
55987         (libfetish_a_SOURCES): Add gettext.h.
55988
55989 2002-04-16  Jim Meyering  <meyering@lucent.com>
55990
55991         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
55992         ut_pid, ut_id, ut_exit.
55993
55994 2002-04-16  Jim Meyering  <meyering@lucent.com>
55995
55996         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
55997         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
55998         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
55999
56000 2002-04-12  Jim Meyering  <meyering@lucent.com>
56001
56002         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
56003         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
56004         existence of the getmntinfo function.  Needed for Darwin 5.3.
56005
56006         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
56007         This is necessary at least on Darwin 5.3.
56008
56009         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
56010         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
56011         strnlen.o in the library, and that makes some versions of ranlib
56012         object.
56013
56014 2002-04-12  Jim Meyering  <meyering@lucent.com>
56015
56016         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
56017
56018 2002-04-09  Jim Meyering  <meyering@lucent.com>
56019
56020         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
56021         to be more precise.  Rather than saying we're checking whether the
56022         function `works', say what we're testing.
56023         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
56024         Reported by Bruno Haible.
56025
56026 2002-03-10  Jim Meyering  <meyering@lucent.com>
56027
56028         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
56029         Suggestion from Santiago Vila.
56030
56031 2002-03-08  Jim Meyering  <meyering@lucent.com>
56032
56033         * lib/rename.c: Mention that this wrapper is needed also on
56034         mips-dec-ultrix4.4 systems.
56035
56036 2002-03-02  Jim Meyering  <meyering@lucent.com>
56037
56038         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
56039         not HAVE_CLOCK_SETTIME.
56040
56041 2002-02-27  Paul Eggert  <eggert@twinsun.com>
56042
56043         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
56044         Check for clock_settime.
56045
56046 2002-02-27  Paul Eggert  <eggert@twinsun.com>
56047
56048         * lib/nanosleep.h: Rename to....
56049         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
56050
56051         * lib/gettime.c: New file.
56052         * lib/settime.c: New file.
56053         * lib/stime.c: Remove.
56054
56055         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
56056         timespec.h.  Remove nanosleep.h.
56057
56058 2002-02-25  Paul Eggert  <eggert@twinsun.com>
56059
56060         * m4/acl.m4: New file.
56061         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
56062         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
56063
56064 2002-02-25  Paul Eggert  <eggert@twinsun.com>
56065
56066         * lib/acl.c, lib/acl.h: New files.
56067         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
56068
56069 2002-02-24  Jim Meyering  <meyering@lucent.com>
56070
56071         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
56072         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
56073         cause trouble.  Reported by Nelson Beebe.
56074
56075 2002-02-23  Paul Eggert  <eggert@twinsun.com>
56076
56077         * lib/path-concat.c (xpath_concat): Reorder code to pacify
56078         compilers that don't know that xalloc_die never returns.
56079
56080 2002-02-20  Jim Meyering  <meyering@lucent.com>
56081
56082         * lib/getdate.c: Regenerate using bison-1.33.
56083
56084 2002-02-17  Jim Meyering  <meyering@lucent.com>
56085
56086         * config/config.guess (main): Don't use `head -1'; it's no longer
56087         portable. Use `sed 1q' instead.
56088
56089 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
56090
56091         * m4/codeset.m4: Upgrade to gettext-0.11.
56092         * m4/gettext.m4: Upgrade to gettext-0.11.
56093         * m4/glibc21.m4: Upgrade to gettext-0.11.
56094         * m4/iconv.m4: Upgrade to gettext-0.11.
56095         * m4/isc-posix.m4: Upgrade to gettext-0.11.
56096         * m4/lcmessage.m4: Upgrade to gettext-0.11.
56097         * m4/lib-ld.m4: New file, from gettext-0.11.
56098         * m4/lib-link.m4: New file, from gettext-0.11.
56099         * m4/lib-prefix.m4: New file, from gettext-0.11.
56100         * m4/progtest.m4: Upgrade to gettext-0.11.
56101
56102 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56103
56104         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
56105         (jm_PREREQ): Use it.
56106
56107 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56108
56109         * lib/posixver.c, lib/posixver.h: New files.
56110         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
56111
56112 2002-02-02  Paul Eggert  <eggert@twinsun.com>
56113             Bruno Haible  <bruno@clisp.org>
56114
56115         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
56116         (fwrite_success_callback): New declaration.
56117         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
56118         print_unicode_char. Call failure callback instead of error.
56119         (fwrite_success_callback): New function.
56120         (exit_failure_callback): New function.
56121         (fallback_failure_callback): New function.
56122         (print_unicode_char): Call unicode_to_mb.
56123
56124 2002-01-26  Jim Meyering  <meyering@lucent.com>
56125
56126         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
56127         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
56128
56129 2002-01-26  Jim Meyering  <meyering@lucent.com>
56130
56131         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
56132
56133 2002-01-22  Paul Eggert  <eggert@twinsun.com>
56134
56135         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
56136
56137 2002-01-22  Jim Meyering  <meyering@lucent.com>
56138
56139         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
56140         Otherwise, some versions of automake would omit the rule that makes
56141         Makefile from Makefile.in.
56142
56143 2002-01-21  Paul Eggert  <eggert@twinsun.com>
56144
56145         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
56146         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
56147         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
56148         (memcoll): Set errno to zero if there is no error.
56149
56150         * lib/quotearg.c (quotearg_buffer_restyled):
56151         Fix bug with quoting buffers containing NUL when backslashing escapes.
56152         This bug was exposed by the other changes in this patch.
56153         (quotearg_n_options): New arg ARGSIZE.
56154         All callers changed.
56155         (quoting_options_from_style): New function.
56156         (quotearg_n_style): Use it.
56157         (quotearg_n_style_mem): New function.
56158
56159         * lib/quotearg.h (quotearg_n_style_mem): New function.
56160
56161 2002-01-19  Jim Meyering  <meyering@lucent.com>
56162
56163         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
56164         Remove useless quotes: DF_PROG="df".
56165         * m4/strnlen.m4: New file.
56166
56167 2002-01-16  Paul Eggert  <eggert@twinsun.com>
56168
56169         * lib/backupfile.c (ISDIGIT): Comment fix.
56170         * lib/getdate.y (ISDIGIT): Likewise.
56171         * lib/posixtm.c (ISDIGIT, year): Likewise.
56172         * lib/strverscmp.c (ISDIGIT): Likewise.
56173         * lib/userspec.c (ISDIGIT): Likewise.
56174
56175 2002-01-16  Jim Meyering  <meyering@lucent.com>
56176
56177         * lib/getdate.y: Add three semicolons, each just before a closing
56178         brace. Bison (as of version 1.31) no longer papers over that mistake.
56179
56180 2002-01-05  Jim Meyering  <meyering@lucent.com>
56181
56182         * lib/version-etc.c (version_etc_copyright): Update copyright year.
56183
56184 2001-12-19  Paul Eggert  <eggert@twinsun.com>
56185
56186         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
56187         not silently exit merely because the output buffer happens to
56188         have nothing pending.
56189
56190 2001-12-18  Paul Eggert  <eggert@twinsun.com>
56191
56192         See the big note in ../ChangeLog.
56193         * lib/human.c (suffixes): Prefer K to k for 1024.
56194         (generate_suffix_backwards): New function.
56195         (human_readable_inexact): Use it.
56196         * lib/xstrtol.c (__xstrtol): If there is no number but there
56197         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
56198         Accept 'K' as well as 'k'.
56199
56200 2001-12-15  Jim Meyering  <meyering@lucent.com>
56201
56202         * lib/regex.h (__restrict_arr): Update from libc.
56203
56204         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
56205         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
56206         (STREQ): Define.
56207
56208 2001-12-14  Jim Meyering  <meyering@lucent.com>
56209
56210         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
56211         Suggestion from Bruno Haible.
56212
56213 2001-12-10  Jim Meyering  <meyering@lucent.com>
56214
56215         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
56216         xrealloc, Instead, include "xalloc.h".
56217         (initbuffer): Don't cast xmalloc return value to char*.
56218         (readline): Reword comment.
56219         Don't cast xrealloc return value to char*
56220         Return NULL, not 0.
56221
56222 2001-12-09  Jim Meyering  <meyering@lucent.com>
56223
56224         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
56225         about `signed and unsigned type in conditional expression'.
56226         * lib/posixtm.c (posix_time_parse): Likewise.
56227
56228         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
56229
56230         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
56231         to avoid a pedantic warning.
56232
56233         * lib/getstr.c: Don't include assert.h.
56234         (getstr): Remove warning-evoking assertions.
56235         Return -1 if offset parameter is out of bounds.
56236         Change the type of a local from int to size_t.
56237
56238         * lib/strftime.c (my_strftime_localtime_r): Include this function
56239         definition in the `#if ! HAVE_TM_GMTOFF' block.
56240
56241         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
56242         Include xalloc.h instead.
56243
56244 2001-12-02  Jim Meyering  <meyering@lucent.com>
56245
56246         * lib/tempname.c: Don't declare getenv, thus reverting the change of
56247         2001-11-18.  It's no longer necessary, now that stdlib.h is always
56248         included.
56249
56250         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
56251         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
56252
56253 2001-11-30  Akim Demaille  <akim@epita.fr>
56254
56255         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
56256         before being defined.
56257
56258 2001-11-27  Paul Eggert  <eggert@twinsun.com>
56259
56260         * lib/quotearg.h (quotearg_n, quotearg_n_style):
56261         First arg is int, not unsigned.
56262         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
56263         (SIZE_MAX, UINT_MAX): New macros.
56264         (quotearg_n_options): Abort if N is negative.
56265         Avoid overflow check on hosts where size_t is 64 bits and int
56266         is 32 bits, as overflow is impossible there.
56267         Fix off-by-one typo that caused unnecessary reallocation.
56268
56269 2001-11-27  Jim Meyering  <meyering@lucent.com>
56270
56271         * lib/tempname.c: Merge with version from libc.
56272         * lib/regex.c: Likewise.
56273
56274         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
56275         systems for which STDC_HEADERS is 0, it was not included, resulting in
56276         a warning about an integer-to-pointer conversion problem with getenv.
56277         Reported by Volker Borchert.
56278
56279 2001-11-26  Jim Meyering  <meyering@lucent.com>
56280
56281         * lib/gtod.h: Remove file.
56282         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
56283         * lib/gettimeofday.c: Don't include gtod.h.
56284         (GTOD_init): Remove function.
56285         (rpl_gettimeofday): Do its job here instead, rather than aborting.
56286         Suggestion from Volker Borchert.
56287
56288 2001-11-23  Jim Meyering  <meyering@lucent.com>
56289
56290         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
56291         it.
56292         * lib/hash.c (struct hash_table): Define it here instead.
56293
56294 2001-11-22  Jim Meyering  <meyering@lucent.com>
56295
56296         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
56297
56298 2001-11-20  Jim Meyering  <meyering@lucent.com>
56299
56300         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
56301         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
56302
56303 2001-11-19  Jim Meyering  <meyering@lucent.com>
56304
56305         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
56306         directory.  Use "conftestXXXXXX" as the template.
56307         Suggestion from Paul Eggert.
56308
56309         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
56310         immediately, so the test doesn't mistakenly hit the max-open-files
56311         limit.
56312
56313 2001-11-18  Paul Eggert  <eggert@twinsun.com>
56314
56315         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
56316         (TEMPORARIES): New macro.
56317         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
56318         removes an artificial limitation (e.g. HP-UX 10.20, where
56319         TMP_MAX is 17576).
56320
56321 2001-11-18  Jim Meyering  <meyering@lucent.com>
56322
56323         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
56324
56325 2001-11-18  Jim Meyering  <meyering@lucent.com>
56326
56327         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
56328         on SunOS 4.
56329
56330         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
56331         files will be created before anything else.
56332
56333 2001-11-17  Paul Eggert  <eggert@twinsun.com>
56334
56335         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
56336         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
56337
56338 2001-11-17  Jim Meyering  <meyering@lucent.com>
56339
56340         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
56341         Prompted by a report from Bob Proulx.
56342
56343         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
56344         Instead, require UTILS_FUNC_MKSTEMP.
56345
56346 2001-11-17  Jim Meyering  <meyering@lucent.com>
56347
56348         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
56349         Now, that's done as part of AC_FUNC_STRTOD.
56350
56351 2001-11-17  Jim Meyering  <meyering@lucent.com>
56352
56353         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
56354         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
56355         rather than group writable.  Patch by Juan F. Codagnone.
56356
56357         * lib/readtokens.c: Remove explicit declarations of xmalloc and
56358         xrealloc, Instead, include "xalloc.h".
56359
56360         * lib/mountlist.c: Include unlocked-io.h after all system headers.
56361         Remove explicit declarations of xmalloc, xrealloc,
56362         and xstrdup.  Instead, include "xalloc.h".
56363
56364         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
56365         unlocked-io.h.
56366         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
56367         Likewise.
56368         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
56369
56370         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
56371         Reported by Padraig Brady.
56372
56373         * lib/mkstemp.c: #undef mkstemp.
56374         Include config.h.
56375         (rpl_mkstemp): Rename from mkstemp.
56376         Protoize.
56377
56378 2001-11-16  Jim Meyering  <meyering@lucent.com>
56379
56380         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
56381         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
56382         determine the amount of total physical memory, use pstat_getstatic.
56383         HPUX-11 doesn't define _SC_PHYS_PAGES.
56384         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
56385         If sysconf couldn't be used to determine the amount of available
56386         physical memory, use both pstat_getstatic and pstat_getdynamic.
56387         Based on a patch from Bob Proulx.
56388
56389 2001-11-10  Jim Meyering  <meyering@lucent.com>
56390
56391         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
56392         (jm_PREREQ): Use it.
56393
56394 2001-11-09  Jim Meyering  <meyering@lucent.com>
56395
56396         * m4/jm-macros.m4: Require autoconf-2.52f.
56397         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
56398         Use these AC_-prefixed names, not the AM_-prefixed ones.
56399
56400         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
56401
56402 2001-11-05  Jim Meyering  <meyering@lucent.com>
56403
56404         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
56405
56406 2001-11-04  Jim Meyering  <meyering@lucent.com>
56407
56408         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
56409         $DEFS.
56410
56411 2001-11-03  Jim Meyering  <meyering@lucent.com>
56412
56413         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
56414         of AC_DEFUN.
56415
56416         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
56417         know the name of the variable in the macro definition.
56418
56419 2001-11-03  Jim Meyering  <meyering@lucent.com>
56420
56421         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
56422         in argmatch_to_argument call.
56423
56424         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
56425         argument.
56426
56427         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
56428         e.g., a fault due to an attempt to free a NULL pointer.
56429
56430 2001-11-01  Jim Meyering  <meyering@lucent.com>
56431
56432         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
56433         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
56434
56435 2001-11-01  Jim Meyering  <meyering@lucent.com>
56436
56437         * lib/dirfd.c, lib/dirfd.h: New files.
56438         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
56439
56440         * lib/hash.c (hash_print) [TESTING]: Clean up.
56441
56442 2001-10-22  Paul Eggert  <eggert@twinsun.com>
56443
56444         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
56445         to avoid a warning if -Wall.
56446
56447 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
56448
56449         * README: New file
56450         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
56451         (per RMS's instructions, this is now the canonical source)
56452         * lgpl/, gpl/: New directories.
56453
56454 2001-10-21  Paul Eggert  <eggert@twinsun.com>
56455
56456         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
56457
56458 2001-10-21  Jim Meyering  <meyering@lucent.com>
56459
56460         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
56461         this code would end up calling gettext even in packages built
56462         with --disable-nls.
56463         * lib/getopt.c (_): Likewise.
56464         * lib/regex.c (_): Likewise.
56465
56466 2001-10-20  Paul Eggert  <eggert@twinsun.com>
56467
56468         * m4/error.m4 (jm_PREREQ_ERROR):
56469         Do not invoke AC_CHECK_FUNCS with strerror_r, as
56470         AC_FUNC_STRERROR_R does that.
56471         Check for strerror declaration.
56472
56473         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
56474         are supposed to have them these days.
56475         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
56476         Merge changes from latest Autoconf CVS.
56477         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
56478         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
56479         POSIX decided to standardize on the int flavor of strerror_r.
56480
56481 2001-10-20  Paul Eggert  <eggert@twinsun.com>
56482
56483         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
56484         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
56485         Use strerror_r that is only a macro, even if it is not a function.
56486         (strerror): Check for HAVE_DECL_STRERROR before declaring.
56487         (private_strerror): Use prototypes, not old-style function definition.
56488         (print_errno_message): New function.
56489         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
56490         char*-flavored one.
56491         (error_tail, error, error_at_line): Use it.
56492
56493 2001-10-11  Jim Meyering  <meyering@lucent.com>
56494
56495         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
56496         and quote_n (1, ... to avoid clobbering a buffer.
56497
56498 2001-10-05  Jim Meyering  <meyering@lucent.com>
56499
56500         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
56501         hash-pjw.h.
56502         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
56503         * lib/hash-pjw.h: New file.
56504
56505 2001-09-30  Jim Meyering  <meyering@lucent.com>
56506
56507         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
56508         `struct fsstat' has the `f_fstypename' member.
56509         Use that to define FS_TYPE, which is now used to make
56510         the getfsstat link test tighter.
56511
56512 2001-09-30  Jim Meyering  <meyering@lucent.com>
56513
56514         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
56515         Include <sys/ucred.h>, for Apple Darwin.
56516         Include sys/mount.h and sys/fs_types.h only if available.
56517         (FS_TYPE): Define.
56518         (read_filesystem_list): Use FS_TYPE.
56519
56520 2001-09-29  Paul Eggert  <eggert@twinsun.com>
56521
56522         * lib/exclude.c (excluded_filename): 0 -> false, since it's
56523         a boolean context.
56524
56525 2001-09-29  Jim Meyering  <meyering@lucent.com>
56526
56527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
56528         [one-argument getmntent function]): Include stdio.h before mntent.h.
56529         SunOS 4.1.x needs it for the declaration of `FILE'.
56530         Patch by Volker Borchert.
56531
56532         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
56533         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
56534         sys/fs_types.h, and make the link-test for getfsstat guard #include
56535         directives with appropriate #if HAVE_*_H tests so that we can
56536         detect getfsstat on Apple Darwin1.3.7 systems.
56537         Reported by Nelson Beebe.
56538         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
56539
56540 2001-09-28  Paul Eggert  <eggert@twinsun.com>
56541
56542         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
56543         #defines strtoimax.  Also treat the other strto* functions
56544         like strtoimax.
56545
56546         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
56547         Check for strtoul and strtoumax,
56548         as those declarations are made even in the signed case.
56549         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
56550         Likewise, for strtol and strtoimax.
56551
56552 2001-09-28  Paul Eggert  <eggert@twinsun.com>
56553
56554         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
56555         #defines strtoimax.  Also treat the other strto* functions
56556         like strtoimax.
56557
56558         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
56559         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
56560         (strtoimax, strtoumax): Do not declare if already defined as a macro.
56561
56562 2001-09-26  Jim Meyering  <meyering@lucent.com>
56563
56564         Most macros in unlocked-io.h had the wrong number of arguments.
56565         * lib/gen-uio: New script.
56566         (USE_UNLOCKED_IO): Define to 1 if not already defined.
56567         * lib/unlocked-io.hin: Remove file.
56568         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
56569         rather than trying to embed it here.
56570         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
56571         Reported by Padraig Brady.
56572
56573 2001-09-25  Volker Borchert  <bt@teknon.de>
56574
56575         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
56576         `result'.
56577
56578 2001-09-24  Jim Meyering  <meyering@lucent.com>
56579
56580         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
56581
56582 2001-09-23  Jim Meyering  <meyering@lucent.com>
56583
56584         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
56585         instead of the mere test for existence of mntent.h.  The latter
56586         would get a false-positive on AIX 3.4 systems.
56587         In the outer getmntent if-block, don't die if neither of the getmntent
56588         tests succeeds.  Instead, just fall through and continue with the
56589         remaining tests.
56590
56591 2001-09-23  Jim Meyering  <meyering@lucent.com>
56592
56593         * lib/mountlist.c: Remove useless parentheses in #if directives.
56594         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
56595         the deprecated MOUNTED symbol is no longer defined in mntent.h.
56596
56597 2001-09-22  Jim Meyering  <meyering@lucent.com>
56598
56599         * m4/gettext.m4: New file.  From gettext.
56600         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
56601         * m4/progtest.m4: Likewise
56602         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
56603         * m4/glibc21.m4: Likewise.
56604
56605         * m4/libintl.m4: Remove.  No longer used.
56606
56607 2001-09-22  Jim Meyering  <meyering@lucent.com>
56608
56609         * lib/localcharset.c: Update from latest gettext.
56610         * lib/config.charset: Likewise.
56611
56612 2001-09-20  Jim Meyering  <meyering@lucent.com>
56613
56614         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
56615         strtoimax.
56616         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
56617         strtoumax.
56618
56619 2001-09-20  Jim Meyering  <meyering@lucent.com>
56620
56621         * lib/xstrtol.c (strtoimax): Guard declaration with
56622         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
56623         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
56624         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
56625         (strtoumax): Likewise, for completeness (it wasn't necessary).
56626
56627 2001-09-17  Paul Eggert  <eggert@twinsun.com>
56628
56629         * lib/strtoimax.c (HAVE_LONG_LONG):
56630         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
56631         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
56632         to work around bug in IBM C compiler.
56633
56634 2001-09-17  Jim Meyering  <meyering@lucent.com>
56635
56636         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
56637         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
56638         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
56639         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
56640         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
56641         whenever the right hand side need not be expanded by the shell.
56642
56643 2001-09-16  Paul Eggert  <eggert@twinsun.com>
56644
56645         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
56646         library.  It's not correct, as some older glibcs are buggy.
56647         fnmatch wasn't fixed until glibc 2.2.
56648
56649         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
56650         special shell magic here.
56651
56652 2001-09-16  Jim Meyering  <meyering@lucent.com>
56653
56654         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
56655         * m4/jm-macros.m4: Require it.
56656
56657 2001-09-16  Jim Meyering  <meyering@lucent.com>
56658
56659         * lib/mkdir.c: New file.
56660
56661 2001-09-15  Jim Meyering  <meyering@lucent.com>
56662
56663         * m4/jm-macros.m4: Check for help2man.
56664
56665 2001-09-11  Jim Meyering  <meyering@lucent.com>
56666
56667         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
56668         The body, by Paul Eggert, was moved here from configure.in.
56669         * m4/jm-macros.m4: Require UTILS_HOST_OS.
56670
56671 2001-09-04  Paul Eggert  <eggert@twinsun.com>
56672
56673         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
56674         (jm_PREREQ): Use it.
56675
56676 2001-09-04  Paul Eggert  <eggert@twinsun.com>
56677
56678         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
56679         Use ssize_t, not int, to store result of readlink.
56680         Check for ssize_t overflow as well as size_t overflow,
56681         as POSIX says the result of readlink is implementation-defined
56682         when ssize_t overflows.
56683         Remove unnecessary cast to char*.
56684         Use free+malloc instead of realloc, as the storage doesn't need
56685         to be preserved and it's clearer and can be more efficient that way.
56686         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
56687         * lib/xreadlink.h (xreadlink): Update prototype.
56688
56689 2001-09-04  Paul Eggert  <eggert@twinsun.com>
56690
56691         * lib/xgetcwd.c: Revert some of the previous change; intead,
56692         fix the HAVE_GETCWD_NULL code to behave more like the
56693         !HAVE_GETCWD_NULL code used to.
56694
56695         Include "xalloc.h".
56696         (xgetcwd): Do not return NULL when memory is exhausted; instead,
56697         invoke xalloc_die.
56698
56699 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56700
56701         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
56702         sys/param.h, as pathmax.h includes them.
56703
56704 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56705
56706         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
56707         (jm_PREREQ_XGETCWD): New macro.
56708
56709         * m4/getcwd.m4: New file.
56710
56711 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56712
56713         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
56714         like the HAVE_GETCWD_NULL code.
56715         Include pathmax.h if not HAVE_GETCWD.
56716         Do not include xalloc.h.
56717         (INITIAL_BUFFER_SIZE): New symbol.
56718         Do not use xmalloc / xrealloc, since the caller is responsible for
56719         handling errors.  Preserve errno around `free' during failure.
56720         Do not overrun buffer when using getwd.
56721
56722 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56723
56724         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
56725         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
56726         getcwd (NULL, 0).
56727
56728 2001-09-03  Paul Eggert  <eggert@twinsun.com>
56729
56730         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
56731         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
56732         spotted by Jim Meyering.
56733
56734 2001-09-03  Jim Meyering  <meyering@lucent.com>
56735
56736         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
56737         failure.
56738
56739 2001-09-02  Jim Meyering  <meyering@lucent.com>
56740
56741         * lib/error.c: Update from GNU libc.
56742
56743 2001-09-01  Jim Meyering  <meyering@lucent.com>
56744
56745         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
56746         Used by df.
56747
56748 2001-09-01  Jim Meyering  <meyering@lucent.com>
56749
56750         * lib/xreadlink.c: New file.
56751         * lib/xreadlink.h: New file.
56752         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
56753         xreadlink.h.
56754
56755         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
56756         doesn't conflict with sparc Solaris 7's definition in
56757         /usr/include/sys/int_types.h.
56758
56759         * lib/exclude.c: Use `""', not `<>' to #include non-system header
56760         files.
56761         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
56762         and strncasecmp as r-values.  Unixware didn't have declarations.
56763
56764 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56765
56766         * lib/xstrtol.h: Add copyright notice.
56767         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
56768         LONGINT_INVALID_SUFFIX_CHAR.
56769
56770 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56771
56772         * lib/xstrtol.c (strtoimax): New decl.
56773
56774 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56775
56776         * lib/xgetcwd.c: Don't include pathmax.h.
56777         Include stdlib.h and unistd.h if available.
56778         Include xalloc.h.
56779         (xmalloc, xstrdup, free): Remove decls.
56780         (xgetcwd): Don't assume sizes fit in unsigned.
56781         Check for overflow when computing sizes.
56782         Simplify reallocation code.
56783
56784 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56785
56786         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
56787         a directory's st_size can have an arbitrary value, so the old
56788         usage could waste an arbitrary amount of memory.  All uses
56789         changed.
56790         * lib/savedir.h: Update prototype.
56791
56792 2001-08-31  Paul Eggert  <eggert@twinsun.com>
56793
56794         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
56795
56796         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
56797         old strtoimax.c.
56798
56799         Also, make the following further changes to make this file's
56800         configuration more similar to that of strtol.c:
56801         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
56802         (strtoumax, uintmax_t, strtoull, strtol): Remove.
56803         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
56804         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
56805         changed to signed values.
56806
56807         And make the following changes as well:
56808         Fix copyright notice, as 1999 was missing.
56809         (verify): New macro.
56810         (strtoimax): Check sizes at compile-time, not run-time.
56811         Prefer strtol to strtoll if both work.
56812         (main): Remove; it was not that useful and was a pain to maintain.
56813
56814         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
56815
56816 2001-08-31  Jim Meyering  <meyering@lucent.com>
56817
56818         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
56819         Use an initial, malloc'd, buffer of length 128 rather than
56820         a statically allocated one of length 1024.
56821
56822 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56823
56824         Simplify code, partly by assuming autoconf 2.52 semantics.
56825
56826         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
56827
56828         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
56829         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
56830         All uses removed.
56831         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
56832         Move AC_REQUIRE to next-to-top level, to avoid confusion.
56833         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
56834         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
56835         jm_AC_HEADER_INTTYPES_H.
56836         * m4/jm-macros.m4 (jm_MACROS): Likewise.
56837
56838         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
56839
56840         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
56841         Quote first arg of AC_DEFUN.
56842         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
56843         since they are needed to parse the include file even if we need
56844         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
56845         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
56846         but with opposite signedness.
56847
56848 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56849
56850         Merge 'exclude' changes from tar 1.13.22.
56851         This fixes one or two unlikely storage allocation overflow bugs,
56852         but doesn't change user-visible behavior otherwise.
56853
56854 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56855
56856         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
56857         (jm_PREREQ_EXCLUDE): New macro.
56858
56859 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56860
56861         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
56862         tm to be declared.
56863
56864 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56865
56866         * lib/hash.c: Remove '2001' from copyright notice.
56867
56868 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56869
56870         * lib/full-write.h: New file.
56871         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
56872         * lib/full-write.c: Correct credits, as cccp.c no longer
56873         exists and anyway it was so heavily changed from the old cccp
56874         code as to be unrecognizable.  Include full-write.h.
56875         (full_write) Return size_t, with short writes meaning failure.
56876         All callers changed.  This fixes a bug with large buffers
56877         on 64-bit hosts.
56878         * lib/utime.c: Include full-write.h.
56879
56880 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56881
56882         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
56883         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
56884         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
56885         Include if available.
56886         (<xalloc.h>): Include
56887         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
56888         (verify): New macro.  Use it to verify that EXCLUDE macros do not
56889         collide with FNM macros.
56890         (struct patopts): New struct.
56891         (struct exclude): Use it, as exclude patterns now come with options.
56892         (new_exclude): Support above changes.
56893         (new_exclude, add_exclude_file):
56894         Initial size must now be a power of two to simplify overflow checking.
56895         (free_exclude, fnmatch_no_wildcards): New function.
56896         (excluded_filename): No longer requires options arg, as the options
56897         are determined by add_exclude.  Now returns bool, not int.
56898         (excluded_filename, add_exclude):
56899         Add support for the fancy new exclusion options.
56900         (add_exclude, add_exclude_file): Now takes int options arg.
56901         Check for arithmetic overflow when computing sizes.
56902         (add_exclude_file): xrealloc might modify errno, so don't
56903         realloc until after errno might be used.
56904
56905         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
56906         New macros.
56907         (free_exclude): New decl.
56908         (add_exclude, add_exclude_file): Now takes int options arg.
56909         (excluded_filename): No longer requires options arg, as the options
56910         are determined by add_exclude.  Now returns bool, not int.
56911
56912 2001-08-30  Paul Eggert  <eggert@twinsun.com>
56913
56914         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
56915
56916 2001-08-27  Jim Meyering  <meyering@lucent.com>
56917
56918         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
56919
56920         * lib/version-etc.c (N_): Remove definition.
56921         Revert most of last change.
56922         Instead, simply don't mark the `Copyright...' string for translation.
56923         Based on advice from Paul Eggert.
56924
56925         * lib/strtoxmax.c: Tweak comment.
56926
56927 2001-08-26  Jim Meyering  <meyering@lucent.com>
56928
56929         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
56930
56931         * m4/xstrtoimax.m4: New file.
56932         * m4/xstrtoumax.m4: Add comments explaining why we
56933         AC_REPLACE_FUNCS(strtol).
56934
56935 2001-08-26  Jim Meyering  <meyering@lucent.com>
56936
56937         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
56938         of copyright with `%s' so translators don't get an untranslated
56939         message in 2002.
56940         (COPYRIGHT_YEAR): Define.
56941         (version_etc): Use fprintf rather than fputs.
56942         Suggestion from Ulrich Drepper.
56943
56944         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
56945
56946         * lib/strtoll.c: New file, from GNU libc.
56947         * lib/xstrtoimax.c: New file.
56948
56949         * lib/xstrtol.h: Add xstrtoimax.
56950         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
56951         * lib/strtoimax.c: New file.  Likewise, but first define
56952         STRTOUXMAX_SIGNED.
56953
56954         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
56955         ...
56956         * lib/strtoxmax.c: ... then renamed to this.
56957
56958 2001-08-18  Paul Eggert  <eggert@twinsun.com>
56959
56960         * m4/inttypes.m4: Add AC_PREREQ(2.13).
56961         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
56962         (jm_AC_TYPE_INTMAX_T): New macro.
56963         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
56964
56965         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
56966
56967         * m4/longlong.m4: Renamed from ulonglong.m4.
56968         * m4/inttypes.m4: Renamed from inttypes_h.m4.
56969         * m4/uintmax_t.m4: Removed.
56970
56971 2001-08-13  Paul Eggert  <eggert@twinsun.com>
56972
56973         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
56974         Port to Solaris 8, where 'sed' requires a space after the 'r'
56975         command, and where sh dislikes "$/".  Clean up the spacing a bit.
56976         Redirect output to $tmp just once.
56977
56978 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
56979
56980         * lib/addext.c (<errno.h>): Include.
56981         (errno): Declare if not defined.
56982         (addext): Work correctly when pathconf returns -1 and leaves
56983         errno alone because there is no limit.  Also, work even if
56984         pathconf returns a value greater than SIZE_MAX.
56985
56986 2001-08-12  Jim Meyering  <meyering@lucent.com>
56987
56988         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
56989         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
56990         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
56991         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
56992         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
56993         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
56994         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
56995         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
56996         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
56997         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
56998         utime.m4, utimes.m4, xstrtoumax.m4:
56999         Quote the first argument in each use of AC_DEFUN.
57000
57001 2001-08-12  Jim Meyering  <meyering@lucent.com>
57002
57003         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
57004         Simply `return getcwd (NULL, 0);'.
57005         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
57006         Use 1300 as initial value for length, not PATH_MAX.
57007
57008         * lib/pathmax.h: Clean up cpp syntax.
57009
57010 2001-08-12  Jim Meyering  <meyering@lucent.com>
57011
57012         * lib/gettimeofday.c: New file.
57013         * lib/gtod.h: New file.
57014         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
57015
57016 2001-08-05  Jim Meyering  <meyering@lucent.com>
57017
57018         * m4/jm-macros.m4: Require autoconf-2.52.
57019
57020 2001-08-04  Jim Meyering  <meyering@lucent.com>
57021
57022         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
57023         stmt, to get in sync with glibc.
57024
57025 2001-08-03  Paul Eggert  <eggert@twinsun.com>
57026
57027         The following changes are from gettext 0.10.39 as maintained by
57028         Bruno Haible.
57029
57030         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
57031         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
57032         with inverted sense.  All uses changed.
57033
57034         * lib/mbswidth.c: Don't include <limits.h>.
57035         Include <stdlib.h> and <string.h> unconditionally.
57036         (iswcntrl, mbsinit, ISCNTRL): New macros.
57037         (mbsnwidth): Use K&R style function declarations.
57038         Don't bother checking for MB_LEN_MAX == 1, since the compiler
57039         can optimize it when MB_CUR_MAX == 1.
57040         The width of control characters is zero, not 1.
57041
57042 2001-08-03  Paul Eggert  <eggert@twinsun.com>
57043
57044         The following changes are from gettext 0.10.39 as maintained by
57045         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
57046
57047         * m4/codeset.m4: Upgrade to serial AM1.
57048         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
57049         all uses changed.  Quote first arg of AC_DEFUN.
57050         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
57051
57052         * m4/iconv.m4: Upgrade to serial AM2.
57053         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
57054         Add --with-libconv-prefix.
57055         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
57056         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
57057         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
57058         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
57059         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
57060
57061         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
57062         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
57063         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
57064         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
57065         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
57066         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
57067         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
57068         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
57069         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
57070
57071         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
57072         string.h any more.
57073
57074         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
57075         not the default value.
57076
57077         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
57078         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
57079         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
57080         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
57081         Also check for iswcntrl, used for wcwidth fallback.
57082         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
57083         to Autoconf 2.13.
57084
57085 2001-08-03  Jim Meyering  <meyering@lucent.com>
57086
57087         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
57088         as it was in the original.  Reported by Paul Eggert.
57089
57090 2001-07-16  Jim Meyering  <meyering@lucent.com>
57091
57092         * m4/gettimeofday.m4: New file.
57093         Prompted by a report from Bernhard Baehr.
57094
57095 2001-07-15  Jim Meyering  <meyering@lucent.com>
57096
57097         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
57098         stuff. Now it's in ../Makefile.cfg.
57099
57100 2001-07-15  Jim Meyering  <meyering@lucent.com>
57101
57102         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
57103         (BUILT_SOURCES): Add unlocked-io.h.
57104         (io_functions): Define.
57105         (unlocked-io.h): New rule.
57106         (DISTCLEANFILES): Add unlocked-io.h.
57107         (all-local): Depend on unlocked-io.h, to ensure it is created.
57108
57109         * lib/unlocked-io.hin: New file
57110
57111         * lib/regex.c: Update from glibc.
57112
57113 2001-07-05  Jim Meyering  <meyering@lucent.com>
57114
57115         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
57116         recommendation.
57117         (libfetish_a_SOURCES): Put all .h files here instead.
57118         Remove a thus-exposed (better checks in automake) duplicate and
57119         two unnecessary .h files.
57120
57121 2001-07-04  Jim Meyering  <meyering@lucent.com>
57122
57123         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
57124         that generates jm-glibc-io.m4 so that it doesn't trigger any make
57125         distcheck failure.
57126
57127 2001-07-02  Jim Meyering  <meyering@lucent.com>
57128
57129         The following changes were prompted by suggestions from Bruno Haible.
57130
57131         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
57132         is now generated.
57133         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
57134         definition of EXTRA_DIST.
57135         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
57136         ensure that the generated file is created/updated whenever the list
57137         of $(unlocked_functions) is changed.
57138         (jm-glibc-io.m4): New rule.
57139         (unlocked-io.h): New rule -- currently unused.
57140
57141 2001-06-24  Jim Meyering  <meyering@lucent.com>
57142
57143         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
57144         unmatched right bracket, rather than kludging it with an extra,
57145         falsely-matching quote in a comment.  Patch by Akim Demaille.
57146
57147 2001-06-11  Jim Meyering  <meyering@lucent.com>
57148
57149         * lib/regex.c: Update from GNU libc.
57150
57151 2001-05-27  Jim Meyering  <meyering@lucent.com>
57152
57153         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
57154         Check for ut_type in struct utmp.
57155
57156 2001-05-27  Jim Meyering  <meyering@lucent.com>
57157
57158         * lib/readutmp.h (UT_TYPE): Define.
57159
57160 2001-05-24  Jim Meyering  <meyering@lucent.com>
57161
57162         * lib/argmatch.c: Include "quote.h".
57163         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
57164         quote function.  Reported by Göran Uddeborg.
57165
57166 2001-05-22  Jim Meyering  <meyering@lucent.com>
57167
57168         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
57169         now that we use the package-supplied version unconditionally.
57170         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
57171
57172 2001-05-21  Jim Meyering  <meyering@lucent.com>
57173
57174         * m4/regex.m4: Change a couple backticks to single quotes to avoid
57175         shell syntax errors.
57176
57177 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
57178
57179         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
57180
57181 2001-05-20  Paul Eggert  <eggert@twinsun.com>
57182
57183         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
57184         Don't bother to check library strftime, since
57185         we'll be using our own my_strftime function anyway.
57186         Define my_strftime instead of strftime.
57187
57188 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
57189
57190         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
57191         which is not yet declared.
57192
57193 2001-05-15  Jim Meyering  <meyering@lucent.com>
57194
57195         * m4/regex.m4: Use proper quoting so brackets appear in the test
57196         program.
57197         Reported by, and with help from, Bruno Haible.
57198
57199 2001-05-13  Jim Meyering  <meyering@lucent.com>
57200
57201         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
57202         undefined.
57203
57204 2001-05-11  Paul Eggert  <eggert@twinsun.com>
57205
57206         dirname code cleanup.  base_name now behaves more compatibly
57207         with POSIX basename when given file names that have trailing
57208         slashes, and similarly for dir_name.  Add new primitives
57209         base_len and dir_len.  Put the directory-name-related decls
57210         into dirname.h.
57211
57212         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
57213         * lib/backupfile.c (base_name): Likewise.
57214         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
57215         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
57216         * lib/makepath.c (strip_trailing_slashes): Likewise.
57217         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
57218         ISSLASH): Likewise.
57219         * lib/rename.c (strip_trailing_slashes): Likewise.
57220         * lib/same.c (base_name): Likewise.
57221         * lib/stripslash.c (ISSLASH): Likewise.
57222
57223         * lib/addext.c: Include <dirname.h> after size_t is defined.
57224         * lib/backupfile.c: Likewise.
57225
57226         * lib/addext.c (addext): Use base_len to trim redundant
57227         trailing slashes instead of doing it ourselves.
57228         But do not trim the last slash if it is not redundant.
57229
57230         * lib/backupfile.c (find_backup_file_name,
57231         max_backup_version): Use base_len instead of rolling it ourselves.
57232         Handle the case of "" and (on DOS) "C:" correctly.
57233
57234         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
57235         needed. Include <string.h>, <dirname.h>.
57236         (base_name): Allow file names ending in slashes, other than names
57237         that are all slashes.  In this case, return the basename followed
57238         by the slashes.  This is more general, and can be used in places
57239         where the original base_name purposely had an assertion failure.
57240         (base_len): New function.
57241
57242         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
57243         Do not include <assert.h>; no longer needed.
57244         Include xalloc.h.
57245         (memrchr): Remove decl.
57246         (dir_name_r): Remove.
57247         (dir_len): Renamed from dirlen.  All callers changed.
57248         Rewrite in terms of base_name, for simplicity and consistency.
57249         (dir_name): Never return NULL.  All callers changed.
57250         Do not include <stdlib.h> in test program; no longer needed.
57251         return 0; is fine for test program.
57252
57253         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
57254         New macros.
57255         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
57256
57257         * lib/path-concat.c (path_concat): Use base_len to compute
57258         base length, not strlen; this means we cannot rely on memcpy
57259         to null-terminate.
57260
57261         * lib/same.c (STREQ): Remove.
57262         (same_name): Handle the case where the basename ends in trailing '/'.
57263
57264         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
57265         a slash was stripped.  Do not strip the last slash after a
57266         file system prefix.
57267
57268 2001-05-11  Paul Eggert  <eggert@twinsun.com>
57269
57270         * lib/Makefile.am (libfetish_a_SOURCES):
57271         Add strftime.c, since we now compile it on all hosts.
57272
57273         * lib/strftime.c (my_strftime):
57274         Define to nstrftime if emacs, but only if my_strftime is not defined.
57275         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
57276         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
57277         Add one more extra argument: a nanoseconds value.
57278         All uses changed.
57279         (ns): New macro.
57280         (my_strftime function): Add %N format.
57281         (emacs_strftimeu): Renamed from emacs_strftime,
57282         with extra ut argument.
57283
57284 2001-05-09  Paul Eggert  <eggert@twinsun.com>
57285
57286         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
57287
57288 2001-04-21  Jim Meyering  <meyering@lucent.com>
57289
57290         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
57291         doesn't interfere.
57292
57293 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
57294
57295         * m4/ftruncate.m4: Check for chsize.
57296         Link with ftruncate.o unconditionally if ftruncate is missing.
57297         This was required when cross-compiling to i586-mingw32msvc.
57298
57299 2001-04-08  Jim Meyering  <meyering@lucent.com>
57300
57301         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
57302         recomputed; that's necessary when the offset spans a DST transition.
57303         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
57304
57305 2001-04-02  Jim Meyering  <meyering@lucent.com>
57306
57307         * lib/regex.h, regex.c: Update from GNU libc.
57308
57309 2001-03-24  Jim Meyering  <meyering@lucent.com>
57310
57311         * m4/jm-macros.m4: Require autoconf-2.49d.
57312
57313 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
57314
57315         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
57316
57317 2001-03-19  Paul Eggert  <eggert@twinsun.com>
57318
57319         * lib/version-etc.c (version_etc_copyright): Update to 2001.
57320
57321 2001-03-17  Jim Meyering  <meyering@lucent.com>
57322
57323         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
57324         now that the version in autoconf is equivalent.
57325         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
57326
57327         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
57328         Suggestion from Akim Demaille.
57329
57330         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
57331         (jm_PREREQ_TEMPNAME): New function.
57332
57333 2001-03-16  Paul Eggert  <eggert@twinsun.com>
57334
57335         * lib/tempname.c (uint64_t): Define to uintmax_t if
57336         not defined, and if UINT64_MAX is not defined.
57337         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
57338         Reported by John David Anglin.
57339
57340 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
57341
57342         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
57343         resolve alias if codeset is empty.
57344         * lib/config.charset (BeOS): Use wildcard syntax.
57345
57346 2001-03-13  Jim Meyering  <meyering@lucent.com>
57347
57348         * lib/path-concat.c (path_concat)
57349         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
57350         concatenating e.g., `C:' and `foo'.
57351         From Bruno Haible.
57352
57353 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
57354
57355         * lib/localcharset.c (locale_charset): Don't use
57356         setlocale(LC_CTYPE,NULL). Don't return NULL.
57357         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
57358
57359 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
57360
57361         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
57362         support for DOS/DJGPP.
57363
57364 2001-03-01  Paul Eggert  <eggert@twinsun.com>
57365
57366         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
57367         lacks mkstemp.  Compile our own tempname.c if we compile our own
57368         mkstemp.c, as mkstemp relies on tempname.
57369
57370 2001-03-01  Jim Meyering  <meyering@lucent.com>
57371
57372         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
57373         AH_VERBATIM really does output its argument verbatim.
57374
57375 2001-02-28  Paul Eggert  <eggert@twinsun.com>
57376
57377         * lib/Makefile.am (libfetish_a_SOURCES):
57378         Add dup-safer.c, fopen-safer.c.
57379         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
57380
57381         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
57382         * lib/unistd-safer.h: New files.
57383
57384 2001-02-25  Paul Eggert  <eggert@twinsun.com>
57385
57386         The mkstemp replacement is taken from glibc 2.2.2, with some
57387         portability fixes for use outside glibc, as follows:
57388
57389         * lib/tempname.c (struct_stat64): New macro.
57390         (direxists, __gen_tempname): Use it.
57391         This avoids a portability problem with Solaris 8.
57392
57393         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
57394         (<stddef.h>, <stdint.h>, <string.h>):
57395         Include only if STDC_HEADERS || _LIBC.
57396         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
57397         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
57398         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
57399         (__set_errno): Define this macro if <errno.h> doesn't.
57400         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
57401         Define these macros if <stdio.h> doesn't.
57402         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
57403         Define these macros if <sys/stat.h>
57404         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
57405         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
57406         __xstat64): Define if not _LIBC.
57407         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
57408         (__gen_tempname): Invoke gettimeofday only if
57409         HAVE_GETTIMEOFDAY || _LIBC;
57410         otherwise, fall back on plain "time".
57411         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
57412
57413         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
57414
57415         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
57416
57417 2001-02-18  Paul Eggert  <eggert@twinsun.com>
57418
57419         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
57420
57421 2001-02-17  Paul Eggert  <eggert@twinsun.com>
57422
57423         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
57424         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
57425         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
57426         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
57427
57428 2001-02-17  Paul Eggert  <eggert@twinsun.com>
57429
57430         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
57431         Remove workaround macros for hosts that have mbrtowc but not
57432         mbstate_t, as we now insist on proper declarations for both
57433         before using mbrtowc.
57434
57435 2001-02-17  Jim Meyering  <meyering@lucent.com>
57436
57437         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
57438         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
57439         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
57440         UnixWare 7.1.1.
57441
57442         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
57443         rather than AC_CACHE_VAL.
57444
57445 2001-02-17  Jim Meyering  <meyering@lucent.com>
57446
57447         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
57448         around included file name.
57449
57450         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
57451
57452         * lib/strftime.c: Update from GNU libc (the only changes were to
57453         comments).
57454
57455 2001-02-17  Jim Meyering  <meyering@lucent.com>
57456
57457         * lib/regex.c: Update from libc.
57458
57459 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
57460
57461         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
57462         clash.
57463
57464 2001-02-16  Paul Eggert  <eggert@twinsun.com>
57465
57466         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
57467         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
57468         Reported by Mark Hounschell via Paul Eggert.
57469
57470 2001-02-07  Jim Meyering  <meyering@lucent.com>
57471
57472         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
57473
57474 2001-02-05  Jim Meyering  <meyering@lucent.com>
57475
57476         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
57477         it includes the patch required for `large file' support with at least
57478         HP-UX's 10.20 /bin/cc.
57479
57480 2001-02-03  Jim Meyering  <meyering@lucent.com>
57481
57482         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
57483         AS_IF, now that it works once again (mysteriously).
57484         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
57485
57486 2001-01-30  Jim Meyering  <meyering@lucent.com>
57487
57488         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
57489         * m4/chown.m4: Rename conftestchown to conftest.chown.
57490         * m4/rename.m4: s/conftestdir/conftest.d1/ and
57491         s/conftestdir2/conftest.d2/.
57492         * m4/utimes.m4: s/conftestdata/conftest.data/
57493         Inspired by Pavel Roskin's change in autoconf.
57494
57495 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
57496
57497         * lib/config.charset: Update for FreeBSD 4.2.
57498
57499 2001-01-27  Jim Meyering  <meyering@lucent.com>
57500
57501         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
57502         a use of AS_IF.
57503         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
57504
57505 2001-01-26  Jim Meyering  <meyering@lucent.com>
57506
57507         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
57508         quotearg.c includes it.
57509
57510 2001-01-26  Jim Meyering  <meyering@lucent.com>
57511
57512         * lib/quotearg.c: Include stddef.h.
57513         * lib/quote.c: Include stddef.h.
57514         Reported by Axel Kittenberger.
57515
57516         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
57517         line in double quotes so that it evokes a better diagnostic.
57518         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
57519         Reported by Axel Kittenberger.
57520
57521 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
57522
57523         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
57524         as if it was a `charset'.
57525
57526 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
57527
57528         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
57529         has const.
57530
57531 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
57532
57533         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
57534         to avoid a warning.  Add back 'const' to inptr.
57535
57536 2001-01-20  Jim Meyering  <meyering@lucent.com>
57537
57538         Be sure that headers are checked before used in code compiled
57539         for the type checks.
57540         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
57541         In place of that, invoke jm_CHECK_ALL_TYPES.
57542         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
57543         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
57544         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
57545         The check for ssize_t was mistakenly run before the test for unistd.h.
57546
57547         The configure-time check for stdbool.h was missing.
57548         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
57549         (jm_PREREQ_HASH): New function.
57550
57551 2001-01-17  Jim Meyering  <meyering@lucent.com>
57552
57553         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
57554         for autoconf-2.49c.
57555         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
57556
57557 2001-01-16  Jim Meyering  <meyering@lucent.com>
57558
57559         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
57560         From Bruno Haible.
57561
57562 2001-01-14  Jim Meyering  <meyering@lucent.com>
57563
57564         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
57565         foo and bar.  Create conftestdir/ in the script, not in the C code.
57566         Remove directories in the script, not in the C code.
57567         Remove conftestdir{,2} before trying to create the directory.
57568         Make the entire configure script fail if the mkdir fails.
57569
57570 2001-01-14  Jim Meyering  <meyering@lucent.com>
57571
57572         * lib/rename.c: New file.  From Volker Borchert.
57573         Include stdlib.h, string.h or strings.h, and xalloc.h.
57574         Use strip_trailing_slashes rather than open-coding it.
57575
57576 2001-01-03  Paul Eggert  <eggert@twinsun.com>
57577
57578         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
57579
57580 2001-01-03  Jim Meyering  <meyering@lucent.com>
57581
57582         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
57583         of local `inptr' to avoid warning with some system declarations of
57584         iconv.
57585
57586 2001-01-02  Volker Borchert  <bt@teknon.de>
57587
57588         * m4/rename.m4: New file.
57589         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
57590
57591 2001-01-01  Jim Meyering  <meyering@lucent.com>
57592
57593         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
57594         even on systems with utmpx.h.  It's necessary for the declaration of
57595         utmp's ut_user member.  Reported by Andreas Jaeger.
57596
57597         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
57598         available. They are required for the declarations of getgrgid and
57599         getpwuid resp.
57600         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
57601         Reported by Andreas Jaeger.
57602
57603 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
57604
57605         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
57606         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
57607         so `make install' also works in VPATH builds.
57608
57609 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
57610
57611         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
57612         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
57613         can be used in subdirectories.
57614
57615 2000-12-29  Paul Eggert  <eggert@twinsun.com>
57616
57617         * lib/modechange.c: Do not assume that mode_t uses the
57618         traditional octal encoding.  E.g. "chmod 1 FOO" should set
57619         the other-execute bit of FOO even if S_IXOTH != 1.
57620
57621         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
57622         WOTH, XOTH, ALLM): New macros.
57623         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
57624          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
57625         Use them.
57626         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
57627         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
57628         (mode_compile):
57629         No need to use uintmax_t; unsigned long is long enough.
57630         Don't bother to get suffix since we don't use it.
57631
57632 2000-12-26  Jim Meyering  <meyering@lucent.com>
57633
57634         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
57635         better with autoheader.
57636
57637 2000-12-24  Jim Meyering  <meyering@lucent.com>
57638
57639         * lib/hash.c (is_prime): Return explicit boolean values.
57640         (hash_get_first): Return NULL to appease Irix5.6's 89.
57641         Reported by Nelson Beebe.
57642
57643 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
57644
57645         * lib/localcharset.c (locale_charset): Add support for Win32.
57646
57647 2000-12-18  Paul Eggert  <eggert@twinsun.com>
57648
57649         * lib/physmem.h, lib/physmem.c: New files.
57650
57651         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
57652         (noinst_HEADERS): Add physmem.h.
57653
57654         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
57655         't' for compatibility with Solaris 8 sort.
57656
57657 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
57658
57659         * lib/config.charset: Add support for BeOS.
57660
57661 2000-12-17  Jim Meyering  <meyering@lucent.com>
57662
57663         * m4/dos.m4 (jm_AC_DOS): New file and macro.
57664         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
57665
57666 2000-12-16  Jim Meyering  <meyering@lucent.com>
57667
57668         This bug had a serious impact on chown: `chown N:M FILE' (for integer
57669         N and M) would have treated it like `chown N:N FILE'.
57670
57671         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
57672
57673 2000-12-16  Jim Meyering  <meyering@lucent.com>
57674
57675         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
57676         SHELLS_FILE to a file name that's useful on djgpp systems.
57677         Include stdlib.h.
57678         (ADDITIONAL_DEFAULT_SHELLS): Define.
57679         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
57680         Based mostly on a patch from Prashant TR.
57681
57682 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
57683
57684         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
57685         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
57686         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
57687
57688 2000-12-08  Andreas Schwab  <schwab@suse.de>
57689
57690         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
57691         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
57692
57693 2000-12-07  Jim Meyering  <meyering@lucent.com>
57694
57695         * lib/stripslash.c (ISSLASH): Define.
57696         (strip_trailing_slashes): Use ISSLASH rather than comparing against
57697         `/'.
57698         From Prashant TR.
57699
57700         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
57701         (dir_name_r): Declare this function as static.
57702         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
57703         manifest itself on a name containing a mix of slashes and
57704         backslashes.
57705         Make this function work with names starting with a DOS-style
57706         drive letter and colon prefix.
57707         (dir_name): Append `.' if necessary.
57708         Based mostly on patches from Prashant TR and Eli Zaretskii.
57709
57710         * lib/dirname.h (dir_name_r): Remove prototype.
57711
57712 2000-12-06  Paul Eggert  <eggert@twinsun.com>
57713
57714         * m4/off_t-format.m4: Remove this file.
57715         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
57716
57717 2000-12-06  Jim Meyering  <meyering@lucent.com>
57718
57719         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
57720         replacement strtoull, we may well need the replacement strtoul, too.
57721         Check for declarations of strtoul and strtoull.
57722         Check for strtol.  Mainly as a cue to cause automake to include
57723         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
57724         Check for limits.h -- strtol.c needs it.
57725
57726 2000-12-05  Jim Meyering  <meyering@lucent.com>
57727
57728         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
57729
57730 2000-12-04  Jim Meyering  <meyering@lucent.com>
57731
57732         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
57733         Also include memory.h, stdlib.h, unistd.h if appropriate.
57734         Reported by Andreas Jaeger (conflicting declaration of malloc).
57735
57736 2000-12-02  Jim Meyering  <meyering@lucent.com>
57737
57738         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
57739         * m4/jm-macros.m4 (jm_MACROS): require it.
57740
57741 2000-12-02  Jim Meyering  <meyering@lucent.com>
57742
57743         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
57744
57745 2000-12-01  Paul Eggert  <eggert@twinsun.com>
57746
57747         * lib/memrchr.c: Include <config.h> before any system include file.
57748
57749 2000-11-30  Jim Meyering  <meyering@lucent.com>
57750
57751         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
57752
57753 2000-11-30  Jim Meyering  <meyering@lucent.com>
57754
57755         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
57756
57757 2000-11-29  Paul Eggert  <eggert@twinsun.com>
57758
57759         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
57760
57761 2000-11-26  Jim Meyering  <meyering@lucent.com>
57762
57763         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
57764
57765 2000-11-22  Paul Eggert  <eggert@twinsun.com>
57766
57767         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
57768         size of (size_t) -1; it's not portable.
57769
57770 2000-11-17  Jim Meyering  <meyering@lucent.com>
57771
57772         * lib/strstr.c: Update from GNU libc.
57773
57774 2000-11-17  Akim Demaille  <akim@epita.fr>
57775
57776         * lib/obstack.h: Formatting changes.
57777         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
57778         prevent type checking.
57779         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
57780         cast the value to (void *): assigning a `foo *' to a `void *'
57781         variable is valid.
57782         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
57783
57784 2000-11-16  Jim Meyering  <meyering@lucent.com>
57785
57786         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
57787
57788 2000-11-11  Jim Meyering  <meyering@lucent.com>
57789
57790         * lib/error.c: Add a couple #includes, merging from GNU libc version.
57791
57792 2000-11-10  Jim Meyering  <meyering@lucent.com>
57793
57794         * lib/obstack.h: Update from GNU libc.
57795         * lib/obstack.c: Likewise.
57796
57797 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
57798
57799         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
57800
57801 2000-11-06  Paul Eggert  <eggert@twinsun.com>
57802
57803         * lib/getusershell.c (setusershell): Use rewind rather than
57804         fseek/fseeko, to avoid configuration hassles with fseeko.
57805         Don't bother opening SHELLS_FILE if shellstream is NULL;
57806         it's not necessary.
57807
57808 2000-11-05  Jim Meyering  <meyering@lucent.com>
57809
57810         * lib/makepath.h (make_dir): Declare.
57811         * lib/makepath.c (make_dir): Remove `static' attribute.
57812         Tweak a comment.
57813
57814 2000-11-04  Jim Meyering  <meyering@lucent.com>
57815
57816         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
57817
57818 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
57819
57820         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
57821         last one in a bucket, advance to the next bucket.
57822
57823 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
57824
57825         * lib/fnmatch.c: Do not comment out all the code if we are using
57826         the GNU C library, because in some cases we are replacing buggy
57827         code in the GNU C library itself.
57828
57829 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
57830
57831         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
57832         (regex_compile): Catch bogus \(\1\).
57833
57834 2000-10-30  Paul Eggert  <eggert@twinsun.com>
57835
57836         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
57837         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
57838         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
57839
57840 2000-10-30  Paul Eggert  <eggert@twinsun.com>
57841
57842         * lib/error.h, getline.h, modechange.h:
57843         Remove "2000" from Copyright line, as the file hasn't been
57844         changed this year other than in the copyright notice.
57845
57846         * lib/xalloc.h: Add "2000" to Copyright line, as this file
57847         was changed this year.
57848
57849 2000-10-29  Jim Meyering  <meyering@lucent.com>
57850
57851         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
57852         renaming.
57853         * m4/ls-mntd-fs.m4: Likewise
57854
57855 2000-10-29  Jim Meyering  <meyering@lucent.com>
57856
57857         * lib/xstat.in: Fix grammar in comment.
57858
57859 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
57860
57861         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
57862         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
57863         doesn't define __restrict_arr.
57864
57865 2000-10-28  Jim Meyering  <meyering@lucent.com>
57866
57867         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
57868         (jm_PREREQ_MEMCHR): New function.
57869
57870 2000-10-28  Jim Meyering  <meyering@lucent.com>
57871
57872         * lib/memchr.c: Update from libc.
57873         Adjust for portability:
57874         [HAVE_STDLIB_H]: Include stdlib.h.
57875         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
57876         Undef __memchr, too.
57877         [!weak_alias]: Define __memchr to memchr.
57878
57879         * lib/regex.c: Update from libc.
57880         * lib/regex.h: Likewise.
57881         * lib/getopt1.c: Likewise.
57882         * lib/memcmp.c: Likewise.
57883
57884         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
57885         Avoid using fseek, when possible -- it's broken by design.
57886         Patch by Ulrich Drepper.
57887
57888 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
57889
57890         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
57891         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
57892         Giving in to popular pressure to shut up the compiler with casts.
57893
57894 2000-10-26  Jim Meyering  <meyering@lucent.com>
57895
57896         * lib/strftime.c: Update from libc.
57897
57898 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
57899
57900         * regex.c: More `unsigned char' -> `re_char' changes.
57901         Also change several `int' into `re_wchar_t'.
57902         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
57903         (PUSH_FAILURE_POINTER): Don't cast any more.
57904         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
57905         We want GCC to complain, since this piece of code makes
57906         re_match non-reentrant, which *should* be fixed.
57907         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
57908         (EXTEND_BUFFER): Use RETALLOC.
57909         (SET_LIST_BIT): Don't cast.
57910         (re_wchar_t): New type.
57911         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
57912         that those two functions will always properly return.
57913         (IMMEDIATE_QUIT_CHECK): Cast to void.
57914         (analyse_first): Use recursion rather than an explicit stack.
57915         (re_compile_fastmap): Can't fail anymore.
57916         (re_search_2): Don't check re_compile_fastmap for failure.
57917         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
57918         Now also sets the new value (passed in a new argument).
57919         (re_match_2_internal): Use it.
57920         Also, use a new var `reg' of type size_t when looping through regs
57921         rather than reuse the inappropriate `mcnt'.
57922
57923 2000-10-25  Jim Meyering  <meyering@lucent.com>
57924
57925         * lib/obstack.c: Update from libc.
57926
57927 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
57928
57929         * regex.c (regex_compile): Change the way of handling a range from
57930         a char less than 256 to a char not less than 256.
57931
57932 2000-10-24  Andrew Innes  <andrewi@gnu.org>
57933
57934         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
57935         NT-Emacs only.
57936         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
57937         so that re_search functions only quit when callers expect them to.
57938
57939 2000-10-23  Jim Meyering  <meyering@lucent.com>
57940
57941         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
57942         wrong.  That set_locale call must not have any side effects.
57943         From Paul Eggert.
57944
57945 2000-10-22  Jim Meyering  <meyering@lucent.com>
57946
57947         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
57948         [CYCLIC]: Remove now-unused definition.
57949
57950         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
57951         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
57952         Suggestion from Ulrich Drepper.
57953
57954 2000-10-21  Jim Meyering  <meyering@lucent.com>
57955
57956         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
57957         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
57958         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
57959
57960 2000-10-21  Jim Meyering  <meyering@lucent.com>
57961
57962         * lib/dirname.c (memrchr): Declare if necessary.
57963         (dir_name): Remove the restriction that there be no
57964         trailing slashes.  Now, this code skips past them, effectively
57965         ignoring them.
57966         [TEST_DIRNAME] (main): New unit tests.
57967
57968         * lib/memrchr.c: New file from GNU libc.
57969         Undef __memrchr, too.
57970         [!weak_alias]: Define __memrchr to memrchr.
57971         Guard weak_alias use with `#ifdef weak_alias'.
57972
57973 2000-10-21  Jim Meyering  <meyering@lucent.com>
57974
57975         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
57976         (dir_name): Use dir_name_r.
57977         * lib/dirname.h (dir_name_r): Declare it.
57978
57979 2000-10-17  Jim Meyering  <meyering@lucent.com>
57980
57981         * lib/quote.h (PARAMS): Define and use.
57982         Reported by Akim Demaille.
57983
57984         * lib/getopt.c: Update from libc.
57985
57986 2000-10-16  Jim Meyering  <meyering@lucent.com>
57987
57988         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
57989         setlocale.
57990         From Jan Fedak.
57991
57992 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
57993
57994         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
57995
57996 2000-09-25  Jim Meyering  <meyering@lucent.com>
57997
57998         * lib/md5.h (rol): Define (from GnuPG).
57999
58000         * lib/sha.c: Give credit (GnuPG) where due.
58001         (M): Use rol rather than open-coding it.
58002         Add a FIXME comment.
58003
58004 2000-09-21  Jim Meyering  <meyering@lucent.com>
58005
58006         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
58007         Reported by Michael Stone.
58008
58009 2000-09-20  Jim Meyering  <meyering@lucent.com>
58010
58011         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
58012         (noinst_HEADERS): Add sha.h.
58013         Based on code from Scott G. Miller and from GnuPG.
58014
58015 2000-09-18  Jim Meyering  <meyering@lucent.com>
58016
58017         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
58018         LIBS. Otherwise, everyone ends up linking with -lelf for some
58019         configurations.
58020         Reported by Mike Stone.
58021
58022 2000-09-15  Jim Meyering  <meyering@lucent.com>
58023
58024         * lib/regex.c: Update from libc.
58025
58026 2000-09-10  Jim Meyering  <meyering@lucent.com>
58027
58028         * lib/getopt.c (_getopt_internal): Update from glibc.
58029
58030 2000-09-09  Jim Meyering  <meyering@lucent.com>
58031
58032         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
58033         think it should be used as a general replacement for isascii.
58034         * lib/fnmatch.c: Likewise.
58035         * lib/mbswidth.c: Likewise
58036         * lib/regex.c: Likewise.
58037
58038         Don't use atoi.
58039         * lib/userspec.c: Include sys/param.h and limits.h.
58040         Include xstrtol.h.
58041         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
58042         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
58043         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
58044         UID, GID.  Check range.
58045
58046 2000-09-06  Jim Meyering  <meyering@lucent.com>
58047
58048         * lib/getopt.c (_getopt_internal): Update from glibc.
58049
58050 2000-08-30  Jim Meyering  <meyering@lucent.com>
58051
58052         * lib/strftime.c: Merge in changes from GNU libc.
58053
58054 2000-08-26  Jim Meyering  <meyering@lucent.com>
58055
58056         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
58057         * m4/fpending.m4: New file.
58058
58059 2000-08-26  Jim Meyering  <meyering@lucent.com>
58060
58061         * lib/closeout.c: Include "__fpending.h".
58062         (close_stdout_status): Return right away if there's nothing to flush.
58063
58064         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
58065         * lib/__fpending.c: New file.
58066         * lib/__fpending.h: New file.
58067
58068 2000-08-20  Jim Meyering  <meyering@lucent.com>
58069
58070         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
58071         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
58072         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
58073
58074 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
58075
58076         Improve fileutils installation on systems where running
58077         programs (like install) can't be unlinked.
58078         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
58079         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
58080
58081 2000-08-07  Paul Eggert  <eggert@twinsun.com>
58082
58083         Standardize on "memory exhausted" instead of "Memory exhausted"
58084         or "virtual memory exhausted".
58085         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
58086         "virtual memory exhausted".
58087         * lib/same.c (same_name): Invoke xalloc_die instead of printing
58088         our own message.
58089         * lib/userspec.c (parse_user_spec): Likewise.
58090         * lib/bumpalloc.h: comment fix
58091         * lib/same.c, userspec.c: Include xalloc.h.
58092
58093         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
58094         not char *const and pointing to a constant array.
58095         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
58096         (xrealloc): Comment fix.
58097
58098         * lib/userspec.c (parse_user_spec):
58099         Don't translate a message until just before returning,
58100         to avoid unnecessary translation.
58101
58102 2000-08-07  Jim Meyering  <meyering@lucent.com>
58103
58104         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
58105         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
58106         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
58107         getgroups.c, gethostname.c, getopt.h, group-member.c,
58108         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
58109         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
58110         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
58111         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
58112         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
58113         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
58114         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
58115         yesno.c: Back out Copyright date changes for each file with no change
58116         this year.  This eases coordination with other programs using the same
58117         source code modules.  From Paul Eggert.
58118
58119 2000-08-06  Paul Eggert  <eggert@twinsun.com>
58120
58121         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
58122         not char, for compatibility with glibc 2.1.3 strftime.c.
58123
58124 2000-08-03  Greg McGary  <greg@mcgary.org>
58125
58126         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
58127         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
58128         (EXTEND_BUFFER): Use them.
58129
58130 2000-08-01  Jim Meyering  <meyering@lucent.com>
58131
58132         * lib/dirname.c (ISSLASH): Define.
58133         (BACKSLASH_IS_PATH_SEPARATOR): Define.
58134         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
58135         both `\' and `/' may be use as path separators.
58136         Based on a patch from Prashant TR.
58137
58138 2000-07-31  Paul Eggert  <eggert@twinsun.com>
58139
58140         * lib/quotearg.c (quotearg_n_options): Don't make the initial
58141         slot vector a constant, since it might get modified.
58142
58143 2000-07-31  Jim Meyering  <meyering@lucent.com>
58144
58145         * lib/xmalloc.c: Use `virtual memory exhausted', not
58146         `Memory exhausted'.
58147         * lib/obstack.c (print_and_abort): Likewise.
58148
58149 2000-07-30  Paul Eggert  <eggert@twinsun.com>
58150
58151         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
58152         buffer, so that the caller can always quote one small
58153         component of a "memory exhausted" message in slot 0.
58154         From a suggestion by Jim Meyering.
58155
58156 2000-07-30  Jim Meyering  <meyering@lucent.com>
58157
58158         * lib/makepath.c (make_path): Quote the other instance, too.
58159
58160         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
58161         (STATIC_BUF_SIZE): Define.
58162         (quotearg_n_options): Use only statically allocated storage when
58163         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
58164         than STATIC_BUF_SIZE.
58165
58166 2000-07-29  Jim Meyering  <meyering@lucent.com>
58167
58168         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
58169         * lib/dirname.c (dir_name): Likewise.
58170
58171         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
58172         `/'.
58173
58174         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
58175         (dir_name): Assert that there are no trailing slashes.
58176
58177 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
58178
58179         * lib/mbswidth.h (mbswidth): Add a flags argument.
58180         (mbswidth): New declaration.
58181         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
58182         * lib/mbswidth.c (mbswidth): Add a flags argument.
58183         (mbsnwidth): New function.
58184
58185 2000-07-24  Jim Meyering  <meyering@lucent.com>
58186
58187         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
58188
58189 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58190
58191         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
58192
58193 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58194
58195         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
58196         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
58197         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
58198         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
58199         invoke multibyte primitives.
58200
58201 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58202
58203         * lib/quotearg.c:
58204         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
58205         so that mbstate_t is always defined.
58206
58207         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
58208         be 1 in at least one GCC installation, and this configuration
58209         error is likely to be common.  Ignoring MB_LEN_MAX hurts
58210         performance on hosts that have mbrtowc but have only unibyte
58211         locales, but I assume these hosts are rare.
58212
58213 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58214
58215         * lib/mbswidth.c (_XOPEN_SOURCE):
58216         Don't define; this causes problems on Solaris 7.
58217         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
58218
58219 2000-07-23  Jim Meyering  <meyering@lucent.com>
58220
58221         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
58222         too: getgrgid, getpwuid, getuid.
58223
58224 2000-07-23  Jim Meyering  <meyering@lucent.com>
58225
58226         * lib/basename.c (base_name): Add an assertion.
58227
58228 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
58229
58230         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
58231         shadow its mbsinit function.
58232
58233 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
58234
58235         * lib/mbswidth.h: New file.
58236         * lib/mbswidth.c: New file.
58237         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
58238         (noinst_HEADERS): Add mbswidth.h.
58239
58240 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
58241
58242         * lib/config.charset: Add support for FreeBSD. Improve support for
58243         HP-UX and IRIX 6.
58244
58245 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
58246
58247         * m4/mbswidth.m4: New file.
58248         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
58249
58250 2000-07-15  Jim Meyering  <meyering@lucent.com>
58251
58252         * lib/makepath.c: Include quote.h.
58253         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
58254         corresponding argument in a `quote (...)' call.
58255         Give better diagnostics.
58256
58257         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
58258         (noinst_HEADERS): Add quote.h.
58259
58260         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
58261         from tar's src/misc.c.
58262         * lib/quote.h: New file.  Prototypes for same.
58263
58264 2000-07-14  Paul Eggert  <eggert@twinsun.com>
58265
58266         From a suggestion by Bruno Haible.
58267         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
58268         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
58269         to decide whether to define the BeOS workaround macro;
58270         this adjusts to the change to AC_MBSTATE_T.
58271
58272 2000-07-14  Jim Meyering  <meyering@lucent.com>
58273
58274         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
58275         jm_AC_TYPE_UINTMAX_T.
58276
58277 2000-07-13  Paul Eggert  <eggert@twinsun.com>
58278
58279         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
58280
58281         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
58282         quotearg_buffer_restyled): Add support for
58283         clocale_quoting_style.  Undo previous change to
58284         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
58285         and "{RIGHT QUOTATION MARK}" msgids.
58286
58287 2000-07-10  Paul Eggert  <eggert@twinsun.com>
58288
58289         From a suggestion by Bruno Haible.
58290         * m4/mbstate_t.m4 (AC_MBSTATE_T):
58291         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
58292         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
58293         and mbstate_t, to a single-part test that simply defines mbstate_t.
58294         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
58295         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
58296
58297 2000-07-10  Jim Meyering  <meyering@lucent.com>
58298
58299         * m4/strerror_r.m4: Mirror the correction made in autoconf.
58300
58301         * m4/gnu-source.m4: Output to confdefs.h directly.
58302         Suggestion from Akim Demaille.
58303
58304 2000-07-09  Paul Eggert  <eggert@twinsun.com>
58305
58306         The old behavior of quoting `like this' doesn't look good with
58307         newer, ISO-style fonts.  See:
58308         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
58309
58310         Instead, quote "like this" by default.  Let the translator
58311         tailor the locale-specific quoting behavior by providing
58312         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
58313
58314         * lib/quotearg.c (N_): New macro.
58315         (gettext_default): New function.
58316         (quotearg_buffer_restyled): Use
58317         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
58318         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
58319
58320 2000-07-09  Jim Meyering  <meyering@lucent.com>
58321
58322         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
58323         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
58324
58325         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
58326         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
58327
58328 2000-07-09  Jim Meyering  <meyering@lucent.com>
58329
58330         * lib/Most files: Update copyright dates to include 2000.
58331
58332 2000-07-08  Jim Meyering  <meyering@lucent.com>
58333
58334         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
58335         if not defined.
58336         (xgethostname): Remove now-unnecessary #ifdef.
58337         Move declaration of `err' into loop where it's used.
58338
58339 2000-07-05  Paul Eggert  <eggert@twinsun.com>
58340         and Bruno Haible  <haible@clisp.cons.org>
58341
58342         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
58343         only if the test for an object-type mbstate_t fails.  This
58344         prevents us from mistakenly reporting that mbstate_t is a
58345         system object type after we "#define mbstate_t int" to work
58346         around its lack.
58347
58348 2000-07-05  Paul Eggert  <eggert@twinsun.com>
58349         and Bruno Haible  <haible@clisp.cons.org>
58350
58351         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
58352
58353 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
58354
58355         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
58356         to strerror_r.
58357         Include <ctype.h> for use of isalpha.
58358
58359 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
58360
58361         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
58362         by allocating a larger buffer. Test the gethostname return value for
58363         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
58364         returns an error and ENAMETOOLONG isn't defined.
58365
58366 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
58367
58368         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
58369         dimension.
58370
58371 2000-07-04  Jim Meyering  <meyering@lucent.com>
58372
58373         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
58374         of the deprecated AC_CHECKING.
58375
58376 2000-07-04  Jim Meyering  <meyering@lucent.com>
58377
58378         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
58379         Reported by Bruno Haible.
58380
58381 2000-07-04  Jim Meyering  <meyering@lucent.com>
58382
58383         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
58384         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
58385         lacks mbrtowc.
58386
58387 2000-07-03  Paul Eggert  <eggert@twinsun.com>
58388
58389         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
58390         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
58391
58392 2000-07-03  Paul Eggert  <eggert@twinsun.com>
58393         and Bruno Haible  <haible@clisp.cons.org>
58394
58395         * lib/quotearg.c (mbrtowc):
58396         Assign to *pwc, and return 1 only if result is nonzero.
58397         (iswprint): Use ISPRINT when substituting our own mbrtowc.
58398
58399 2000-07-03  Jim Meyering  <meyering@lucent.com>
58400
58401         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
58402
58403 2000-07-03  Jim Meyering  <meyering@lucent.com>
58404
58405         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
58406         This is necessary to get a definition of e.g., UTMP_FILE on
58407         HP-UX 10.20.
58408         From Bob Proulx.
58409
58410 2000-07-02  Jim Meyering  <meyering@lucent.com>
58411
58412         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
58413
58414         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
58415         AC_LIBOBJ(function_name).
58416         * m4/chown.m4: Likewise.
58417         * m4/fnmatch.m4: Likewise.
58418         * m4/ftruncate.m4: Likewise.
58419         * m4/getgroups.m4: Likewise.
58420         * m4/getline.m4: Likewise.
58421         * m4/group-member.m4: Likewise.
58422         * m4/jm-macros.m4: Likewise.
58423         * m4/lstat.m4: Likewise.
58424         * m4/malloc.m4: Likewise.
58425         * m4/memcmp.m4: Likewise.
58426         * m4/nanosleep.m4: Likewise.
58427         * m4/putenv.m4: Likewise.
58428         * m4/realloc.m4: Likewise.
58429         * m4/regex.m4: Likewise.
58430         * m4/stat.m4: Likewise.
58431         * m4/strftime.m4: Likewise.
58432
58433 2000-07-02  Jim Meyering  <meyering@lucent.com>
58434
58435         * lib/quotearg.c (mbstate_t): Don't define here.
58436
58437 2000-07-02  Jim Meyering  <meyering@lucent.com>
58438
58439         * lib/nanosleep.c (SIGCONT): Define if not already defined.
58440
58441 2000-07-01  Jim Meyering  <meyering@lucent.com>
58442
58443         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
58444
58445 2000-07-01  Jim Meyering  <meyering@lucent.com>
58446
58447         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
58448         problem.
58449
58450 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
58451
58452         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
58453         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
58454
58455 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
58456
58457         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
58458         per change in ../m4/ls-mntd-fs.m4.
58459         (read_filesystem_list): Ignore symbolic links.
58460
58461 2000-06-29  Jim Meyering  <meyering@lucent.com>
58462
58463         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
58464         for declaration of strcmp.
58465
58466         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
58467
58468         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
58469         Avoid warning by casting result to `char *' to remove `const'.
58470
58471 2000-06-28  Jim Meyering  <meyering@lucent.com>
58472
58473         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
58474         included by quotearg.c, for which we perform this test.  From
58475         Bruno Haible.
58476
58477 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
58478
58479         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
58480         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
58481         <utmpx.h> exists, put readutmp.o into LIBOBJS.
58482
58483 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
58484
58485         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
58486
58487 2000-06-26  Paul Eggert  <eggert@twinsun.com>
58488
58489         savedir now sets errno on failure and invokes xmalloc to get memory.
58490         Fix a couple of other minor bugs while we're at it.
58491
58492         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
58493         (NAMLEN): Remove macro.
58494         (malloc, realloc): Remove decls.
58495         (stpcpy): Likewise.
58496         ("xalloc.h"): Include.
58497         (NAME_SIZE_DEFAULT): New macro.
58498         (savedir): Use xmalloc / xrealloc to allocate memory.
58499         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
58500         Skip "" directory entries.
58501         Use strlen to calculate directory entry length, since the old method
58502         is rarely used these days and isn't worth supporting.
58503         Don't use a pointer after freeing it.
58504         Check for integer overflow when calculating allocation size.
58505         Use memcpy to copy entries, instead of stpcpy.
58506         Set errno properly when returning NULL.
58507         Check for readdir error.
58508
58509 2000-06-26  Jim Meyering  <meyering@lucent.com>
58510
58511         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
58512
58513 2000-06-25  Jim Meyering  <meyering@lucent.com>
58514
58515         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
58516         Linux header bug when _XOPEN_SOURCE is defined to 500.
58517
58518 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
58519
58520         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
58521         deficiency.
58522
58523 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
58524
58525         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
58526         Include xalloc.h.
58527         Don't include <stdlib.h>.  Don't declare malloc, realloc.
58528
58529 2000-06-24  Jim Meyering  <meyering@lucent.com>
58530
58531         * m4/strerror_r.m4: Revive this file -- to try out an experimental
58532         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
58533         for which strerror does return char*, but which lacks a conveniently
58534         accessible declaration of the function.  If the compile-test says
58535         strerror_r doesn't work, then resort to a `run'-test that works on
58536         BeOS and segfaults on DEC Unix.
58537
58538 2000-06-24  Jim Meyering  <meyering@lucent.com>
58539
58540         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
58541
58542 2000-06-23  Paul Eggert  <eggert@twinsun.com>
58543
58544         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
58545         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
58546
58547 2000-06-23  Paul Eggert  <eggert@twinsun.com>
58548
58549         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
58550         (mbrtowc, mbstate_t): Define substitutes if
58551         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
58552         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
58553         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
58554
58555 2000-06-23  Jim Meyering  <meyering@lucent.com>
58556
58557         * m4/afs.m4: Add missing AC_MSG_RESULT.
58558         Reported by Bruno Haible.
58559
58560         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
58561         Suggestion from Bruno Haible.
58562
58563 2000-06-23  Jim Meyering  <meyering@lucent.com>
58564
58565         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
58566
58567 2000-06-21  Jim Meyering  <meyering@lucent.com>
58568
58569         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
58570
58571 2000-06-21  Jim Meyering  <meyering@lucent.com>
58572
58573         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
58574         (noinst_HEADERS): Add getstr.h.
58575
58576         * lib/getline.c (getstr): Move into a separate file.
58577         * lib/getstr.c (getstr): New file, extracted from getline.c, with
58578         the following changes: new parameter, delim2; both delim[12]
58579         parameters have type `int', not `char'.  The latter would lose
58580         with 8-bit delimiters.
58581         * lib/getstr.h: New file.
58582
58583 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
58584
58585         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
58586         than 1024, return a memory chunk of least possible size, instead
58587         of size PATH_MAX + 2. In the loop, increment the size proportionally.
58588         Use free/xmalloc instead of xrealloc to avoid copying for very long
58589         paths.
58590
58591 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
58592
58593         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
58594         the empty string.
58595
58596 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
58597
58598         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
58599         address, not strdup.  Include <stdlib.h> and don't declare free().
58600
58601 2000-06-19  Jim Meyering  <meyering@lucent.com>
58602
58603         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
58604
58605 2000-06-18  Jim Meyering  <meyering@lucent.com>
58606
58607         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
58608
58609         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
58610         `checking whether...' message to be consistent with that of the
58611         lstat test.
58612
58613 2000-06-18  Jim Meyering  <meyering@lucent.com>
58614
58615         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
58616         Besides, these days every porting target provides a mkdir function.
58617
58618         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
58619         needed. (this snippet comes from src/system.h).
58620
58621 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
58622
58623         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
58624
58625 2000-06-15  Paul Eggert  <eggert@twinsun.com>
58626
58627         * lib/human.c (adjust_value): New function.
58628         (human_readable_inexact): Apply rounding style even when
58629         printing approximate values.
58630
58631 2000-06-14  Paul Eggert  <eggert@twinsun.com>
58632
58633         * lib/human.c (human_readable_inexact): Allow an input block
58634         size that is not a multiple of the output block size, and vice versa.
58635         Reported by Piergiorgio Sartor.
58636
58637 2000-06-14  Paul Eggert  <eggert@twinsun.com>
58638
58639         * lib/getdate.y (get_date): Apply relative times after time
58640         zone indicator, not before.  Reported by Todd A. Jacobs.
58641
58642 2000-06-13  Jim Meyering  <meyering@lucent.com>
58643
58644         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
58645
58646         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
58647
58648 2000-06-12  Paul Eggert  <eggert@twinsun.com>
58649
58650         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
58651
58652 2000-06-12  Jim Meyering  <meyering@lucent.com>
58653
58654         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
58655         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
58656         optional argument.
58657         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
58658         the optional argument, `lib'.
58659
58660 2000-06-08  Jim Meyering  <meyering@lucent.com>
58661
58662         * m4/largefile.m4: Remove file (now that it's part of autoconf).
58663
58664 2000-06-04  Paul Eggert  <eggert@twinsun.com>
58665
58666         Rewrite largefile configuration so that we don't need to run
58667         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
58668         AC_CANONICAL_HOST in configure.in -- jmm]
58669
58670         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
58671         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
58672         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
58673         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
58674         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
58675         All uses changed.
58676         Instead of inspecting the output of getconf, try to compile the
58677         test program without and with the macro definition.
58678         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
58679         for getconf.  Instead, check for the needed flags by compiling
58680         test programs.
58681
58682 2000-06-04  Paul Eggert  <eggert@twinsun.com>
58683
58684         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
58685
58686 2000-06-04  Jim Meyering  <meyering@lucent.com>
58687
58688         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
58689         SunOS 4.1.4 for which gid_t is an unsigned type.
58690
58691 2000-06-03  Jim Meyering  <meyering@lucent.com>
58692
58693         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
58694         now that autoconf requires that.
58695
58696         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
58697         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
58698         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
58699
58700 2000-06-03  Jim Meyering  <meyering@lucent.com>
58701
58702         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
58703
58704 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
58705
58706         * m4/glibc21.m4: New file.
58707         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
58708
58709 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
58710
58711         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
58712         newer, don't install charset.alias.
58713         * lib/config.charset: Change the Linux/glibc rules so they become empty
58714         on glibc-2.1 or newer.
58715
58716 2000-06-02  Jim Meyering  <meyering@lucent.com>
58717
58718         * lib/mountlist.c: Back out last change.  Instead, do this...
58719         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
58720         me_dummy member using the same `ignore'-testing code.
58721         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
58722         fs_type strings.
58723         From Mark D. Roth.
58724
58725 2000-05-29  Jim Meyering  <meyering@lucent.com>
58726
58727         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
58728         mounts with the `ignore' attribute.  Based on a patch from
58729         Mark D. Roth.
58730
58731 2000-05-28  Jim Meyering  <meyering@lucent.com>
58732
58733         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
58734         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
58735         * m4/stat.m4: Likewise.
58736         * m4/lstat.m4: Likewise.
58737         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
58738
58739         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
58740         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
58741
58742 2000-05-26  Jim Meyering  <meyering@lucent.com>
58743
58744         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
58745
58746 2000-05-24  Jim Meyering  <meyering@lucent.com>
58747
58748         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
58749         autoconf requires that.
58750         * m4/lib-check.m4: Likewise.
58751         * m4/jm-macros.m4: Likewise.
58752         * m4/strftime.m4: Likewise.
58753
58754         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
58755         AC_CHECK_DECLS, now that autoconf requires that.
58756
58757 2000-05-22  Jim Meyering  <meyering@lucent.com>
58758
58759         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
58760         * m4/lstat.m4: Likewise.
58761
58762 2000-05-22  Jim Meyering  <meyering@lucent.com>
58763
58764         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
58765
58766 2000-05-20  Jim Meyering  <meyering@lucent.com>
58767
58768         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
58769         (jm_PREREQ): Use it.
58770
58771 2000-05-18  Jim Meyering  <meyering@lucent.com>
58772
58773         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
58774         back, too, since it may have been modified by allocate_entry.
58775         (hash_delete): Rewrite to use neither the assignment operator
58776         nor the comma operator in an if-expression.
58777
58778 2000-05-15  Paul Eggert  <eggert@twinsun.com>
58779
58780         * lib/closeout.c:
58781         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
58782         Remove; no longer needed.
58783         "quotearg.h": Add include.
58784         (file_name): Do not bother to explicitly initialize to NULL; it's less
58785         efficient on some hosts.
58786         (close_stdout_status): Remove test as to whether stdout was already
58787         closed; it breaks for the case "echo x | sort >&-".
58788         Quote file name colons.
58789         Do not assume that _("write error") lacks format strings.
58790
58791 2000-05-15  Jim Meyering  <meyering@lucent.com>
58792
58793         * lib/version-etc.c (version_etc_copyright): Update the copyright
58794         string used in all --version output.
58795
58796 2000-05-14  Jim Meyering  <meyering@lucent.com>
58797
58798         * lib/closeout.c (close_stdout_set_file_name): New function.
58799         (close_stdout_status): Use new file-scoped global.
58800         Return right away if fstat says the stdout file descriptor is invalid.
58801         * lib/closeout.h (close_stdout_set_file_name): Declare.
58802
58803 2000-05-10  Jim Meyering  <meyering@lucent.com>
58804
58805         * lib/closeout.c [default_exit_status]: New file-scoped variable.
58806         (close_stdout_set_status): New function.
58807         * lib/closeout.h (close_stdout_set_status): Declare.
58808
58809 2000-05-09  Jim Meyering  <meyering@lucent.com>
58810
58811         * m4/gettext.m4: Rename this...
58812         * m4/libintl.m4: ...to this.
58813
58814 2000-05-08  Jim Meyering  <meyering@lucent.com>
58815
58816         * lib/long-options.c: Don't include closeout.h.
58817         (parse_long_options): Don't call close_stdout for --version.
58818
58819 2000-05-06  Paul Eggert  <eggert@twinsun.com>
58820
58821         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
58822         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
58823         2.1.3 bug.  This avoids a clash when files like regex.c define
58824         _GNU_SOURCE.
58825
58826 2000-05-06  Jim Meyering  <meyering@lucent.com>
58827
58828         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
58829         (AC_REPLACE_FUNCS): Add strnlen.
58830
58831         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
58832         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
58833
58834         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
58835         AC_SEARCH_LIBS call for nanosleep.
58836         (LIB_NANOSLEEP): Set and AC_SUBST.
58837
58838 2000-05-06  Jim Meyering  <meyering@lucent.com>
58839
58840         * lib/strnlen.c: Undefine __strnlen and strnlen.
58841         [!weak_alias]: Define __strnlen to strnlen.
58842
58843         * lib/atexit.c: New file, from libiberty.
58844
58845 2000-05-06  Jim Meyering  <meyering@lucent.com>
58846
58847         * lib/closeout.c (close_stdout_status): Also check for errors on the
58848         stderr stream.
58849
58850 2000-05-05  Jim Meyering  <meyering@lucent.com>
58851
58852         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
58853         AC_SEARCH_LIBS call for clock_gettime.
58854         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
58855
58856         * m4/search-libs.m4: Update from autoconf.
58857
58858         su doesn't work on Solaris 2.6.
58859         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
58860         <shadow.h>.  Reported by Dragos Harabor.
58861
58862 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
58863
58864         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
58865         memcpy instead of xmalloc, xrealloc, path_concat.
58866         (locale_charset): Treat empty environment variables as absent.
58867         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
58868
58869 2000-05-04  Jim Meyering  <meyering@lucent.com>
58870
58871         * lib/getopt.c: Update from glibc.
58872         * lib/obstack.c: Likewise.
58873         * lib/obstack.h: Likewise.
58874         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
58875         file
58876
58877         * lib/regex.h: Likewise.
58878         * lib/strndup.c: Likewise.
58879         * lib/strnlen.c: New file, from glibc.
58880
58881 2000-05-03  Jim Meyering  <meyering@lucent.com>
58882
58883         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
58884
58885 2000-05-02  Paul Eggert  <eggert@twinsun.com>
58886
58887         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
58888         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
58889         compile-time test, rather than inspecting host and OS, to
58890         decide whether to define _LARGEFILE_SOURCE.
58891
58892 2000-05-01  Jim Meyering  <meyering@lucent.com>
58893
58894         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
58895
58896         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
58897         Based on a patch from Bruno Haible.
58898
58899 2000-05-01  Jim Meyering  <meyering@lucent.com>
58900
58901         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
58902
58903 2000-04-29  Jim Meyering  <meyering@lucent.com>
58904
58905         * lib/path-concat.c: Declare strdup only if it's not defined.
58906         * lib/canon-host.c: Likewise.
58907
58908 2000-04-28  Jim Meyering  <meyering@lucent.com>
58909
58910         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
58911         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
58912         is included first, then limits.h is included by locale.h by libintl.h.
58913         From John David Anglin.
58914
58915 2000-04-25  Jim Meyering  <meyering@lucent.com>
58916
58917         * lib/makepath.c (S_IRWXUGO): Define.
58918         (make_path): Always perform explicit chmod if MODE specifies any
58919         of the `special' permission bits.  Prompted by a bug report against
58920         install from Mate Wierdl and Joost van Baal.
58921
58922 2000-04-18  Jim Meyering  <meyering@lucent.com>
58923
58924         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
58925         (jm_PREREQ): Use it.
58926
58927 2000-04-18  Jim Meyering  <meyering@lucent.com>
58928
58929         * lib/README: New file.
58930
58931         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
58932         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
58933
58934 2000-04-17  Jim Meyering  <meyering@lucent.com>
58935
58936         Get it right :-)
58937         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
58938         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
58939         Suggestion from Akim Demaille.
58940
58941 2000-04-17  Jim Meyering  <meyering@lucent.com>
58942
58943         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
58944         the definition of it to rpl_strftime also defined-away the system's
58945         declaration.
58946
58947 2000-04-15  Jim Meyering  <meyering@lucent.com>
58948
58949         Use `C' to denote so-called `contiguous' files, the same way
58950         that tar does.
58951         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
58952         (ftypelet): Use S_ISCTG.
58953         From Michael Deutschmann.
58954
58955 2000-04-14  Jim Meyering  <meyering@lucent.com>
58956
58957         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
58958         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
58959         clobbered.
58960
58961 2000-04-14  Jim Meyering  <meyering@lucent.com>
58962
58963         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
58964
58965 2000-04-13  Jim Meyering  <meyering@lucent.com>
58966
58967         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
58968         AH_VERBATIM to insert required #ifndef into config.h.in.
58969         Suggestion from Akim Demaille.
58970
58971 2000-04-12  Jim Meyering  <meyering@lucent.com>
58972
58973         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
58974         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
58975         Christian Krackowizer.
58976
58977         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
58978         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
58979         (AC_SYS_LARGEFILE): Require.
58980         (AM_C_PROTOTYPES): Require.
58981
58982 2000-04-08  Jim Meyering  <meyering@lucent.com>
58983
58984         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
58985         names don't conflict.  Reported by Eli Zaretskii.
58986
58987 2000-04-07  Jim Meyering  <meyering@lucent.com>
58988
58989         * lib/putenv.c: Move inclusion of errno.h so it follows that of
58990         sys/types.h, to work around system header problems on AIX 3.2.5.
58991         From Bruno Haible.
58992
58993 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
58994
58995         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
58996         bug.  Deal with the different error behavior of Irix iconv.
58997
58998 2000-04-05  Paul Eggert  <eggert@twinsun.com>
58999
59000         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
59001         IRIX if the installer said otherwise.
59002
59003 2000-04-05  Jim Meyering  <meyering@lucent.com>
59004
59005         Portability tweaks required for ultrix4.3.
59006         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
59007         (jm_CHECK_DECLS): Add getutent to the list of functions.
59008         (_jm_DECL_HEADERS): Add utmpx.h.
59009         From John David Anglin.
59010
59011         * m4/strftime.m4: Back out the 2000-04-02 change.
59012         Instead of that change, simply undefine putenv in the test program.
59013
59014 2000-04-05  Jim Meyering  <meyering@lucent.com>
59015
59016         Portability tweaks required for ultrix4.3.
59017         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
59018         getutent.
59019         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
59020         * lib/canon-host.c: Declare strdup.
59021         * lib/path-concat.c: Likewise.
59022         From John David Anglin.
59023
59024 2000-04-04  Jim Meyering  <meyering@lucent.com>
59025
59026         Be more DOS 8.3-friendly.
59027         * lib/ref-add.sin: Renamed from ref-add.sed.in.
59028         * lib/ref-del.sin: Renamed from ref-del.sed.in.
59029         * lib/Makefile.am: Reflect renaming.
59030         Reported by Eli Zaretskii.
59031
59032         Use a temporary file name that won't clash with `charset.alias'
59033         in the DOS 8.3 name space.
59034         * lib/Makefile.am (charset_tmp): Define.
59035         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
59036         (uninstall-local): Likewise.
59037         Reported by Eli Zaretskii.
59038
59039 2000-04-03  Jim Meyering  <meyering@lucent.com>
59040
59041         * m4/gettext.m4: Fix typo in comment.
59042
59043         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
59044         textutils/configure.in).  Suggestion from Paul Eggert.
59045         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
59046
59047 2000-04-02  Paul Eggert  <eggert@twinsun.com>
59048
59049         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
59050         variable in the shell rather than using putenv, which isn't
59051         portable.  This avoids the configure-time inter-test dependency
59052         on the potentially-renamed putenv function.
59053
59054 2000-03-30  Paul Eggert  <eggert@twinsun.com>
59055
59056         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
59057         before checking struct stat.st_blksize, so that
59058         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
59059
59060 2000-03-29  Paul Eggert  <eggert@twinsun.com>
59061
59062         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
59063         since strftime.c uses HAVE_STRFTIME to decide whether to use
59064         the underlying strftime.
59065
59066 2000-03-29  Paul Eggert  <eggert@twinsun.com>
59067
59068         * lib/time/strftime.c (my_strftime): Make sure we call the system
59069         strftime, not ourselves, when invoking the underlying strftime.
59070
59071 2000-03-24  Jim Meyering  <meyering@lucent.com>
59072
59073         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
59074         (charset_alias): Define.
59075         (install-exec-local): Factor out common code.
59076         (uninstall-local): Split lines longer than 80.
59077         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
59078         (SUFFIXES): Define.
59079         (.sed.in.sed): New rule.  Don't redirect directly to $@.
59080         (CLEANFILES): Add ref-add.sed and ref-del.sed.
59081
59082 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
59083
59084         * lib/config.charset: Output a line containing "Packages using this
59085         file".
59086         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
59087         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
59088         ref-del.sed): New rules.
59089
59090 2000-03-17  Jim Meyering  <meyering@lucent.com>
59091
59092         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
59093         Otherwise, include <strings.h>
59094
59095 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
59096
59097         * lib/unicodeio.c (utf8_wctomb): New function.
59098         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
59099         format instead of in UCS-4 with platform dependent endianness.
59100
59101 2000-03-10  Jim Meyering  <meyering@lucent.com>
59102
59103         * m4/lib-check.m4: Look for getspnam in -lgen, too.
59104         From Marco Franzen.
59105
59106 2000-03-07  Paul Eggert  <eggert@twinsun.com>
59107
59108         * lib/savedir.c (savedir): Work even if directory size is
59109         negative; this can happen with some screwy NFS configurations.
59110
59111 2000-03-06  Jim Meyering  <meyering@lucent.com>
59112
59113         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
59114         if it's NULL (because we ran out of memory).  From Bruno Haible.
59115
59116 2000-03-05  Jim Meyering  <meyering@lucent.com>
59117
59118         * lib/localcharset.c ("path-concat.h"): Include.
59119         (get_charset_aliases): Use path_concat instead of ANSI string
59120         concatenation.
59121
59122         * lib/unicodeio.h (PARAMS): Define.
59123         Use it to guard prototype.
59124
59125 2000-03-04  Jim Meyering  <meyering@lucent.com>
59126
59127         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
59128         for lib/localcharset.c.
59129
59130 2000-03-04  Jim Meyering  <meyering@lucent.com>
59131
59132         * lib/Makefile.am (install-exec-local): Create $(libdir) before
59133         installing into it.
59134         (uninstall-local): Uncomment this rule so `make distcheck' works
59135         once again.
59136
59137         * lib/unicodeio.c (<errno.h>): Include it.
59138         (errno): Declare if not defined.
59139
59140         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
59141
59142         * lib/config.charset: New version, incorporating remarks from a linux
59143         i18n mailing list.  From Bruno Haible.
59144
59145 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
59146
59147         * m4/codeset.m4: New file.
59148         * m4/iconv.m4: New file.
59149         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
59150
59151 2000-03-03  Jim Meyering  <meyering@lucent.com>
59152
59153         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
59154
59155 2000-03-02  Jim Meyering  <meyering@lucent.com>
59156
59157         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
59158         the messages come out on separate lines.
59159
59160         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
59161         rather than jm_CHECK_DECLARATIONS.
59162         * m4/decl.m4: Remove now-unused file.
59163
59164         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
59165         geteuid.
59166
59167 2000-03-02  Jim Meyering  <meyering@lucent.com>
59168
59169         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
59170
59171 2000-03-01  Jim Meyering  <meyering@lucent.com>
59172
59173         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
59174         * lib/unicodeio.c: Likewise.
59175
59176 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
59177
59178         * lib/config.charset: New file.
59179         * lib/localcharset.c: New file.
59180         * lib/unicodeio.h, lib/unicodeio.c: New files.
59181         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
59182         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
59183         (noinst_HEADERS): Add unicodeio.h.
59184         (all-local, install-exec-local, charset.alias): New targets.
59185
59186 2000-02-28  Paul Eggert  <eggert@twinsun.com>
59187
59188         * lib/quotearg.c (ALERT_CHAR): New macro.
59189         (quotearg_buffer_restyled): Use it.
59190
59191 2000-02-27  Jim Meyering  <meyering@lucent.com>
59192
59193         * m4/check-decl.m4: Add getenv to the list.
59194
59195 2000-02-27  Jim Meyering  <meyering@lucent.com>
59196
59197         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
59198         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
59199
59200         * lib/backupfile.c: Guard inclusion of stdlib.h with
59201         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
59202         Declare malloc if needed.
59203
59204         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
59205         `#ifndef HAVE_DECL..'
59206         now that autoconf always defines the HAVE_DECL_ symbols.
59207         * lib/human.c: Likewise.
59208         * lib/same.c: Likewise.
59209         * lib/strtoumax.c: Likewise.
59210
59211         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
59212         declaration check was not run.
59213         * lib/hash.c: Likewise.
59214         * lib/human.c: Likewise.
59215         * lib/same.c: Likewise.
59216         * lib/strtoumax.c: Likewise.
59217
59218         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
59219         `.', then first look up the entire `.'-containing string as a login
59220         name.
59221
59222 2000-02-23  Jim Meyering  <meyering@lucent.com>
59223
59224         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
59225         in place of my hack.
59226
59227 2000-02-18  Paul Eggert  <eggert@twinsun.com>
59228
59229         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
59230         (textint): New typedef.
59231         (parser_control): Member year changed from int to textint.
59232         All uses changed.
59233         (YYSTYPE): Removed; replaced by %union with int and textint members.
59234         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
59235         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
59236         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
59237         (tSNUMBER, tUNUMBER): Now of type <textintval>.
59238         (date, number, to_year): Use width of number in digits, not its value,
59239         to determine whether it's a 2-digit year, or a 2-digit time.
59240         (yylex): Store number of digits of numeric tokens.
59241         Reported by John Kendall.
59242
59243         (parser_control): Changed from struct parser_control to typedef (for
59244         consistency).  All uses changed.
59245
59246         (tID): Removed; not used.
59247         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
59248
59249 2000-02-14  Paul Eggert  <eggert@twinsun.com>
59250
59251         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
59252         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
59253
59254 2000-02-12  Jim Meyering  <meyering@lucent.com>
59255
59256         * lib/userspec.c (ISDIGIT): Define it.
59257         (isdigit): Remove definition.
59258         (is_number): Use ISDIGIT, not isdigit.
59259         <libintl.h>: Include.
59260         (_ and N_): Define.
59261         (parse_user_spec): Mark translatable strings.
59262
59263 2000-02-10  Jim Meyering  <meyering@lucent.com>
59264
59265         With these changes, nanosleep.[ch] are finally enough like the other
59266         lib/* replacement files to compile on a few more losing systems.
59267
59268         * lib/nanosleep.h: Don't include config.h.
59269         Remove prototype from declaration of nanosleep.
59270         (PARAMS): Remove now-unneeded definition.
59271         * lib/nanosleep.c: #undef nanosleep.
59272         (rpl_nanosleep): Rename from nanosleep.
59273
59274 2000-02-10  Jim Meyering  <meyering@lucent.com>
59275
59276         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
59277         gnu_nanosleep to rpl_nanosleep.
59278
59279 2000-02-09  Jim Meyering  <meyering@lucent.com>
59280
59281         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
59282         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
59283
59284 2000-02-08  Akim Demaille  <akim@epita.fr>
59285
59286         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
59287         `[' and `]' and remove uses of `changequote'.
59288         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
59289         (AC_SYS_LARGEFILE): Likewise.
59290         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
59291         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
59292         of changequote.
59293         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
59294         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
59295         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
59296         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
59297
59298 2000-02-05  Jim Meyering  <meyering@lucent.com>
59299
59300         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
59301         Remove explicit use of AC_HEADER_TIME.  It is required by
59302         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
59303         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
59304         in autoconf whereby the expansion of the latter ended up preceding
59305         the expansion of its prerequisite, AC_HEADER_TIME.
59306         Reported by Volker Borchert.
59307
59308 2000-02-03  Jim Meyering  <meyering@lucent.com>
59309
59310         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
59311
59312 2000-02-03  Jim Meyering  <meyering@lucent.com>
59313
59314         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
59315         rather than with `#if HAVE_UTMPNAME'.
59316
59317 2000-02-02  Jim Meyering  <meyering@lucent.com>
59318
59319         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
59320         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
59321         Reported by Eli Zaretskii.
59322
59323 2000-02-01  Jim Meyering  <meyering@lucent.com>
59324
59325         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
59326
59327 2000-01-31  Jim Meyering  <meyering@lucent.com>
59328
59329         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
59330         functions.  Add the time.h and sys/time.h headers along with the
59331         AC_REQUIRE'ment of AC_HEADER_TIME.
59332
59333 2000-01-31  Jim Meyering  <meyering@lucent.com>
59334
59335         * lib/nanosleep.h (nanosleep): Guard declaration with
59336         `#if ! HAVE_DECL_NANOSLEEP'.
59337         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
59338         the declaration in that vendor's sys/timers.h.
59339         Reported by Christian Krackowizer.
59340
59341         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
59342         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
59343         (ISPRINT): Likewise.
59344         Reported by Tom Tromey.
59345
59346 2000-01-30  Jim Meyering  <meyering@lucent.com>
59347
59348         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
59349
59350         * m4/prereq.m4 (utmp_includes): Define.
59351         Check for ut_user and ut_name members in both struct utmpx
59352         and struct utmp.
59353
59354 2000-01-30  Jim Meyering  <meyering@lucent.com>
59355
59356         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
59357         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
59358         header files where only utmpx.ut_user is declared.
59359
59360         * lib/readutmp.h (UT_USER): Define.
59361
59362 2000-01-29  Jim Meyering  <meyering@lucent.com>
59363
59364         * m4/lib-check.m4: New file containing library-related checks from
59365         fileutils and sh-utils (textutils had none).
59366
59367 2000-01-28  Jim Meyering  <meyering@lucent.com>
59368
59369         * m4/perl.m4: Change format of warning message to look more like that
59370         from the missing script.  Suggestion from François Pinard.
59371
59372 2000-01-25  Jim Meyering  <meyering@lucent.com>
59373
59374         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
59375         well as time.h in the compile check.
59376         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
59377         Fix typo in cross-compiling case: s/yes/no/.
59378
59379 2000-01-23  Jim Meyering  <meyering@lucent.com>
59380
59381         * m4/jm-macros.m4: Move df-related tests here from
59382         fileutils/configure.in
59383
59384         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
59385         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
59386
59387         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
59388         s/space/ac_fsusage_space/.
59389         (jm_FILE_SYSTEM_USAGE): Take two parameters.
59390
59391         * m4/ftruncate.m4: New file (derived from part of
59392         fileutils/configure.in).
59393         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
59394         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
59395
59396         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
59397         AC_SUBST these here, rather than just in sh-util/configure.in, so
59398         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
59399         all the same.
59400         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
59401         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
59402         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
59403         (AC_SUBST(POW_LIBM)): Likewise.
59404         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
59405
59406 2000-01-23  Jim Meyering  <meyering@lucent.com>
59407
59408         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
59409         obstack.c.
59410
59411 2000-01-22  Jim Meyering  <meyering@lucent.com>
59412
59413         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
59414
59415         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
59416
59417         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
59418         configure.in
59419         (AC_CHECK_HEADERS): Likewise for sh-utils.
59420         (AC_CHECK_HEADERS): Likewise for textutils.
59421         Merge the three lists of headers.
59422
59423         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
59424         from fileutils' configure.in.
59425
59426         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
59427         code. Moved tests into their own function (_jm_DECL_HEADERS) in
59428         check-decl.m4.
59429
59430         * m4/check-decl.m4: Use #if rather than #ifdef.
59431         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
59432         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
59433         (_jm_DECL_HEADERS): Define new function.
59434         (jm_CHECK_DECLARATIONS): Require it.
59435
59436 2000-01-22  Jim Meyering  <meyering@lucent.com>
59437
59438         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
59439         [! HAVE_DECL_STRTOULL]: Declare strtoull.
59440         Required for some AIX systems.  Reported by Christian Krackowizer.
59441         [TESTING] (main): New function.
59442
59443         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
59444         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
59445         letters.
59446
59447         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
59448         iswprint.
59449
59450         * lib/strverscmp.c (ISDIGIT): Define.
59451         (strverscmp): Use ISDIGIT, not isdigit.
59452
59453 2000-01-19  Jim Meyering  <meyering@lucent.com>
59454
59455         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
59456         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
59457         defines `struct timespec' in <sys/time.h>
59458
59459         * m4/c-bs-a.m4: Remove uses of changequote altogether.
59460         Thanks to Akim for explaining.
59461
59462 2000-01-17  Paul Eggert  <eggert@twinsun.com>
59463
59464         * lib/nanosleep.c (nanosleep):
59465         Don't use SA_INTERRUPT to decide whether to call sigaction, as
59466         POSIX.1 doesn't require SA_INTERRUPT and some systems
59467         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
59468         it's been part of POSIX.1 since day 1 (in 1988).
59469
59470 2000-01-17  Jim Meyering  <meyering@lucent.com>
59471
59472         * lib/interlock: Remove unused file.  Reported by François Pinard.
59473
59474 2000-01-16  Paul Eggert  <eggert@twinsun.com>
59475
59476         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
59477         alert, backslash, formfeed, and vertical tab unnecessarily in
59478         shell quoting style.
59479
59480 2000-01-16  Jim Meyering  <meyering@lucent.com>
59481
59482         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
59483         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
59484         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
59485         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
59486
59487 2000-01-16  Jim Meyering  <meyering@lucent.com>
59488
59489         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
59490         because the latter didn't work.
59491
59492 2000-01-15  Jim Meyering  <meyering@lucent.com>
59493
59494         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
59495         (AC_REPLACE_FUNCS): Add memcpy and memset.
59496         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
59497         Add strpbrk.
59498         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
59499
59500 2000-01-12  Jim Meyering  <meyering@lucent.com>
59501
59502         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
59503         (jm_PREREQ): Use it.
59504         (jm_PREREQ_READUTMP): New macro.
59505         (jm_PREREQ): Use it.
59506
59507 2000-01-11  Paul Eggert  <eggert@twinsun.com>
59508
59509         Quote multibyte characters correctly.
59510         * m4/c-bs-a.m4: New file.
59511         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
59512         (jm_PREREQ): Use it.
59513
59514 2000-01-11  Paul Eggert  <eggert@twinsun.com>
59515
59516         * m4/uintmax_t.m4: Port to autoconf 2.13.
59517
59518 2000-01-08  Jim Meyering  <meyering@ascend.com>
59519
59520         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
59521         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
59522
59523 2000-01-04  Jim Meyering  <meyering@ascend.com>
59524
59525         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
59526         jm_STRUCT_DIRENT_D_TYPE.
59527         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
59528         jm_STRUCT_DIRENT_D_INO.
59529         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
59530         jm_STRUCT_UTIMBUF.
59531         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
59532         renamings.
59533         * m4/utime.m4: Likewise.
59534
59535         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
59536         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
59537
59538 2000-01-03  Paul Eggert  <eggert@twinsun.com>
59539
59540         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
59541         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
59542
59543 2000-01-02  Jim Meyering  <meyering@ascend.com>
59544
59545         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
59546         remember if this is necessary.
59547
59548 1999-12-26  Jim Meyering  <meyering@ascend.com>
59549
59550         * m4/jm-macros.m4: Use it here.
59551         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
59552
59553 1999-12-23  Jim Meyering  <meyering@ascend.com>
59554
59555         * m4/jm-macros.m4: Check for clock_gettime (moved from
59556         fileutils/configure.in)
59557         Check for gettimeofday.
59558
59559 1999-12-20  Jim Meyering  <meyering@ascend.com>
59560
59561         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
59562         autoconf-2.14a-1999-12-20.
59563
59564 1999-12-19  Jim Meyering  <meyering@ascend.com>
59565
59566         * m4/lstat-slash.m4: New file.
59567         * m4/jm-macros.m4: Use the new macro:
59568         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59569
59570 1999-12-07  Jim Meyering  <meyering@ascend.com>
59571
59572         * m4/perl.m4: Require that File::Compare be available, too.
59573         Too many systems seem to lack it.
59574
59575         * m4/strftime.m4: Add checks for most of the cpp macros tested in
59576         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
59577
59578 1999-11-18  Paul Eggert  <eggert@twinsun.com>
59579
59580         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
59581         problem with the QNX 4.25 shell, which doesn't propagate exit
59582         status of failed commands inside shell assignments.
59583
59584 1999-11-17  Jim Meyering  <meyering@ascend.com>
59585
59586         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
59587
59588 1999-11-07  Jim Meyering  <meyering@ascend.com>
59589
59590         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
59591
59592 1999-11-06  Jim Meyering  <meyering@ascend.com>
59593
59594         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
59595         * m4/jm-macros.m4 (jm_MACROS): Use it here.
59596
59597 1999-11-05  Jim Meyering  <meyering@ascend.com>
59598
59599         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
59600         configure.in of textutils, fileutils, and sh-utils into this one
59601         (shared between those packages) file.
59602         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
59603         AC_STRUCT_ST_BLKSIZE.
59604
59605 1999-11-03  Jim Meyering  <meyering@ascend.com>
59606
59607         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
59608         of AC_CHECK_TYPE checks includes unistd.h.
59609         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
59610         Suggestion from Akim Demaille.
59611
59612 1999-10-30  Jim Meyering  <meyering@ascend.com>
59613
59614         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
59615         m4-quoted string.
59616         * m4/ls-mntd-fs.m4: Likewise.
59617         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
59618         * m4/jm-winsz1.m4: Likewise.
59619
59620         * m4/const.m4: Remove file, since the fix made it into the experimental
59621         version of autoconf.
59622         * m4/mktime.m4: Likewise.
59623
59624         * m4/check-type.m4: Remove file, now that the latest version of
59625         AC_CHECK_TYPE takes a third arg to specify additional #includes.
59626
59627         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
59628         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
59629         AC_CHECK_TYPE.
59630
59631 1999-10-04  Jim Meyering  <meyering@ascend.com>
59632
59633         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
59634
59635 1999-09-22  Paul Eggert  <eggert@twinsun.com>
59636
59637         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
59638         2.95.1 bug with HP-UX 10.20.
59639
59640 1999-09-17  Jim Meyering  <meyering@ascend.com>
59641
59642         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
59643         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
59644         due to missing strdup (against sh-utils-2.0).
59645
59646 1999-08-29  Jim Meyering  <meyering@ascend.com>
59647
59648         * m4/jm-macros.m4: Require jm_BISON.
59649         * m4/bison.m4: New file.
59650
59651 1999-08-17  Paul Eggert  <eggert@twinsun.com>
59652
59653         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
59654         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
59655
59656 1999-08-05  Jim Meyering  <meyering@ascend.com>
59657
59658         * m4/getline.m4: Rename test file from conftestdata to conftest.data
59659         to avoid conflicts with `conftest' on 8+3 filesystems.
59660         Suggestion from Eli Zaretskii.
59661
59662 1999-08-04  Jim Meyering  <meyering@ascend.com>
59663
59664         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
59665         fileutils and sh-utils (textutils's getline test was inadequate).
59666         (AM_FUNC_GETLINE): Run this test.
59667         (AC_CHECK_FUNCS): Check for getdelim.
59668         Reported by Bob Proulx.
59669
59670 1999-08-02  Jim Meyering  <meyering@ascend.com>
59671
59672         * m4/jm-macros.m4: Add a comment.
59673
59674 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59675
59676         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
59677         <inttypes.h> defines strtoumax as a macro (and not as a
59678         function).
59679
59680 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59681
59682         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
59683         that we can shift, multiply and divide unsigned long long
59684         values; Ultrix cc can't do it.
59685
59686 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59687
59688         * m4/mktime.m4: New file, which is a preview of what should appear
59689         in the next public autoconf release.
59690
59691 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59692
59693         * m4/lfs.m4: Remove this file.
59694         * m4/largefile.m4: New file.  It contains the old contents of
59695         lfs.m4, except that all names with prefix AC_LFS have been
59696         changed to use the prefix AC_SYS_LARGEFILE instead, to be
59697         compatible with future autoconf versions.  Also, some minor m4
59698         quoting problems have been fixed.
59699
59700 1999-08-01  Paul Eggert  <eggert@twinsun.com>
59701
59702         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
59703         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
59704         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
59705         and simplify the shell code.
59706
59707 1999-08-01  Jim Meyering  <meyering@ascend.com>
59708
59709         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
59710         m4.
59711
59712 1999-07-20  Jim Meyering  <meyering@ascend.com>
59713
59714         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
59715
59716 1999-07-15  Jim Meyering  <meyering@ascend.com>
59717
59718         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
59719
59720 1999-05-22  Jim Meyering  <meyering@ascend.com>
59721
59722         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
59723
59724 1999-05-20  Jim Meyering  <meyering@ascend.com>
59725
59726         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
59727         Add a colon after each `then' in case $4 is empty.
59728
59729 1999-05-16  Jim Meyering  <meyering@ascend.com>
59730
59731         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
59732
59733 1999-05-10  Jim Meyering  <meyering@ascend.com>
59734
59735         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
59736
59737         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
59738         AC_FUNC_MKTIME.
59739
59740 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
59741
59742         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
59743
59744 1999-05-04  Paul Eggert  <eggert@twinsun.com>
59745
59746         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
59747         not CPPFLAGS, so that linking works correctly in IRIX.
59748
59749 1999-04-30  Paul Eggert  <eggert@twinsun.com>
59750
59751         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
59752
59753 1999-04-20  Paul Eggert  <eggert@twinsun.com>
59754
59755         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
59756         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
59757         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
59758         jm_AC_TYPE_UNSIGNED_LONG_LONG.
59759         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
59760
59761         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
59762
59763 1999-04-20  Jim Meyering  <meyering@ascend.com>
59764
59765         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
59766         AC_REPLACE xstroull if necessary.  From Paul Eggert.
59767         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
59768
59769 1999-04-18  Jim Meyering  <meyering@ascend.com>
59770
59771         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
59772         * m4/jm-macros.m4: Use it.
59773
59774 1999-04-06  Jim Meyering  <meyering@ascend.com>
59775
59776         * m4/strftime.m4: Remove test for %f.
59777
59778 1999-03-29  Jim Meyering  <meyering@ascend.com>
59779
59780         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
59781         superset of the AC_TYPE_* checks in the textutils, fileutils,
59782         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
59783         AC_TYPE_PID_T.
59784
59785 1999-03-28  Jim Meyering  <meyering@ascend.com>
59786
59787         * m4/jm-macros.m4: Define GNU_PACKAGE here.
59788         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
59789         replaced e.g., in the *.sh files of the sh-utils.
59790
59791 1999-03-20  Jim Meyering  <meyering@ascend.com>
59792
59793         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
59794         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
59795         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
59796
59797 1999-03-19  Jim Meyering  <meyering@ascend.com>
59798
59799         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
59800
59801 1999-03-12  Jim Meyering  <meyering@ascend.com>
59802
59803         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
59804
59805 1999-03-07  Jim Meyering  <meyering@ascend.com>
59806
59807         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
59808         declared.
59809
59810 1999-02-17  Jim Meyering  <meyering@ascend.com>
59811
59812         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
59813         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
59814
59815 1999-02-07  Jim Meyering  <meyering@ascend.com>
59816
59817         * m4/group-member.m4: New file -- extracted from sh-utils'
59818         configure.in.
59819
59820         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
59821         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
59822
59823 1999-02-06  Jim Meyering  <meyering@ascend.com>
59824
59825         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
59826         * m4/fnmatch.m4: Likewise.
59827         * m4/getgroups.m4: Likewise.
59828         * m4/lstat.m4: Likewise.
59829         * m4/malloc.m4: Likewise.
59830         * m4/putenv.m4: Likewise.
59831         * m4/realloc.m4: Likewise.
59832         * m4/regex.m4: Likewise.
59833         * m4/stat.m4: Likewise.
59834         * m4/strftime.m4: Likewise.
59835         Suggestion from Alain Magloire.
59836
59837         * m4/chown.m4: Use `.$ac_objext', not `.o'.
59838         * m4/fnmatch.m4: Likewise.
59839         * m4/getgroups.m4: Likewise.
59840         * m4/getline.m4: Likewise.
59841         * m4/lstat.m4: Likewise.
59842         * m4/malloc.m4: Likewise.
59843         * m4/memcmp.m4: Likewise.
59844         * m4/putenv.m4: Likewise.
59845         * m4/realloc.m4: Likewise.
59846         * m4/regex.m4: Likewise.
59847         * m4/stat.m4: Likewise.
59848         * m4/strftime.m4: Likewise.
59849         Suggestion from Alain Magloire.
59850
59851         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
59852         an argument.
59853
59854         * m4/regex.m4: Add a run-time Test for proper operation of
59855         re_compile_pattern.
59856
59857 1999-01-31  Jim Meyering  <meyering@ascend.com>
59858
59859         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
59860
59861 1999-01-30  Jim Meyering  <meyering@ascend.com>
59862
59863         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
59864
59865         * m4/jm-mktime.m4: Make this a wrapper around the official
59866         AM_FUNC_MKTIME rather than my private copy, now that the official one
59867         is up to date.
59868         * m4/mktime.m4: Remove file.
59869
59870         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
59871         * m4/uptime.m4: Likewise.
59872         * m4/uintmax_t.m4: Likewise.
59873
59874 1999-01-28  Jim Meyering  <meyering@ascend.com>
59875
59876         * m4/jm-macros.m4: Use jm_AFS.
59877         * m4/afs.m4: New file (from fileutils' configure.in).
59878
59879         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
59880         * m4/chown.m4: Likewise.
59881         * m4/d-ino.m4: Likewise.
59882         * m4/d-type.m4: Likewise.
59883         * m4/fnmatch.m4: Likewise.
59884         * m4/getgroups.m4: Likewise.
59885         * m4/gettext.m4: Likewise.
59886         * m4/jm-mktime.m4: Likewise.
59887         * m4/jm-winsz2.m4: Likewise.
59888         * m4/lcmessage.m4: Likewise.
59889         * m4/ls-mntd-fs.m4: Likewise.
59890         * m4/malloc.m4: Likewise.
59891         * m4/memcmp.m4: Likewise.
59892         * m4/putenv.m4: Likewise.
59893         * m4/realloc.m4: Likewise.
59894         * m4/st_mtim.m4: Likewise.
59895         * m4/strftime.m4: Likewise.
59896
59897 1999-01-16  Jim Meyering  <meyering@ascend.com>
59898
59899         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
59900         (ARGMATCH_DIE_DECL): Define.
59901
59902 1999-01-12  Jim Meyering  <meyering@ascend.com>
59903
59904         * m4/Makefile.am.in: Rewrite to avoid using fmt.
59905         Reported by Lars Hecking.
59906
59907 1999-01-10  Jim Meyering  <meyering@ascend.com>
59908
59909         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
59910         gross kludge.
59911         * m4/inttypes_h.m4: Likewise.
59912         * m4/lstat.m4: Likewise.
59913         * m4/malloc.m4: Likewise.
59914         * m4/readdir.m4: Likewise.
59915         * m4/realloc.m4: Likewise.
59916         * m4/st_dm_mode.m4: Likewise.
59917         * m4/stat.m4: Likewise.
59918         * m4/utimbuf.m4: Likewise.
59919         * m4/utimes.m4: Likewise.
59920
59921         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
59922         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
59923         comments in config.h.in are meaningful.
59924
59925         * m4/jm-macros.m4: Require autoconf-2.13 here.
59926
59927         * m4/regex.m4: By default, don't use the included regex.c on systems
59928         with glibc 2.  Suggestion from Uli Drepper.
59929
59930 1999-01-02  Jim Meyering  <meyering@ascend.com>
59931
59932         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
59933
59934 1998-12-18  Jim Meyering  <meyering@ascend.com>
59935
59936         * m4/Makefile.am.in (Makefile.am): Simplify rule.
59937         Based on a suggestion from Lars Hecking.
59938
59939 1998-11-16  Paul Eggert  <eggert@twinsun.com>
59940
59941         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
59942
59943 1998-11-16  Jim Meyering  <meyering@ascend.com>
59944
59945         * m4/lfs.m4: Double-quote the `uname...` expression.
59946
59947 1998-11-14  Jim Meyering  <meyering@ascend.com>
59948
59949         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
59950         * m4/stat.m4: Likewise.
59951
59952 1998-11-03  Jim Meyering  <meyering@ascend.com>
59953
59954         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
59955         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
59956
59957 1998-10-18  Jim Meyering  <meyering@ascend.com>
59958
59959         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
59960
59961 1998-10-17  Jim Meyering  <meyering@ascend.com>
59962
59963         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
59964         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
59965         calls for those previously hard-coded headers.  Instead, take a new
59966         parameter.
59967         (jm_CHECK_DECLARATIONS): Reflect interface change.
59968         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
59969         (jm_CHECK_DECL_LOCALTIME_R): New macro.
59970
59971         * m4/mktime.m4: Test for spring-forward gap before long-running test.
59972
59973 1998-10-14  Jim Meyering  <meyering@ascend.com>
59974
59975         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
59976         instead of "TZ=America/Vancouver".  From Paul Eggert.
59977
59978 1998-10-11  Jim Meyering  <meyering@ascend.com>
59979
59980         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
59981         This adds a test for a recently added compatibility fix for mktime.c.
59982         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
59983
59984 1998-09-27  Jim Meyering  <meyering@ascend.com>
59985
59986         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
59987
59988         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
59989         ../configure.in, including a change from Gordon Matzigkeit to allow
59990         cross-compiling for the Hurd.
59991
59992         * m4/glibc.m4: New file/macro to test for the GNU C Library
59993         versions 1 and 2.  From Gordon Matzigkeit.
59994         Indent.
59995
59996 1998-09-21  Jim Meyering  <meyering@ascend.com>
59997
59998         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
59999
60000 1998-08-18  Paul Eggert  <eggert@twinsun.com>
60001
60002         Port nanosecond-resolution times to UnixWare 2.1.2 and
60003         pedantic Solaris 2.6.
60004
60005         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
60006         AC_STRUCT_ST_MTIM.
60007         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
60008         Generate name of ns member, instead of just 1 or undef.
60009         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
60010
60011 1998-08-15  Jim Meyering  <meyering@ascend.com>
60012
60013         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
60014         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
60015         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
60016         instead of jm_TYPE_SSIZE_T.
60017
60018 1998-08-12  Jim Meyering  <meyering@ascend.com>
60019
60020         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
60021
60022 1998-08-02  Jim Meyering  <meyering@ascend.com>
60023
60024         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
60025         in acconfig.h manually.
60026
60027 1998-07-31  Paul Eggert  <eggert@twinsun.com>
60028
60029         * m4/st_mtim.m4: New file.
60030
60031 1998-07-28  Jim Meyering  <meyering@ascend.com>
60032
60033         * m4/utimes.m4: Undef stat.
60034
60035 1998-07-25  Jim Meyering  <meyering@ascend.com>
60036
60037         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
60038         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
60039
60040 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
60041
60042         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
60043         uid and gid actually remain unchanged.
60044
60045 1998-07-07  Jim Meyering  <meyering@ascend.com>
60046
60047         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
60048
60049 1998-07-04  Jim Meyering  <meyering@ascend.com>
60050
60051         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
60052         to prove that this macro can be used in packages without regex.c.
60053
60054 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
60055
60056         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
60057         is to be used.
60058
60059 1998-07-03  Jim Meyering  <meyering@ascend.com>
60060
60061         * m4/gettext.m4: Add -lintl if it's found to be necessary.
60062
60063         * m4/gettext.m4: New file -- from gettext-0.10.35.
60064         * m4/lcmessage.m4: Likewise.
60065         * m4/progtest.m4: Likewise.
60066
60067         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
60068         * m4/jm-macros.m4: Require the new macro.
60069
60070 1998-06-29  Jim Meyering  <meyering@ascend.com>
60071
60072         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
60073         for the definition of NGROUPS (used in a system header included
60074         by sys/mount.h).
60075
60076 1998-06-28  Jim Meyering  <meyering@ascend.com>
60077
60078         * m4/ls-mntd-fs.m4: New file.
60079         * m4/fstypename.m4: New file.
60080
60081         * m4/jm-macros.m4: Require the new macro.
60082         * m4/jm-glibc-io.m4: New file.
60083
60084 1998-05-19  Jim Meyering  <meyering@ascend.com>
60085
60086         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
60087         * m4/lchown.m4: New file.
60088
60089         * m4/Makefile.am.in: New file.
60090         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
60091
60092 1998-05-14  Jim Meyering  <meyering@ascend.com>
60093
60094         * m4/Makefile.am (EXTRA_DIST): Add them.
60095         * m4/jm-macros.m4: New file.
60096         * m4/utimbuf.m4: New file.
60097
60098 1998-05-12  Jim Meyering  <meyering@ascend.com>
60099
60100         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
60101
60102 1998-05-11  Jim Meyering  <meyering@ascend.com>
60103
60104         * m4/isc-posix.m4: New file.
60105
60106 1998-05-10  Jim Meyering  <meyering@ascend.com>
60107
60108         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
60109
60110 1998-05-09  Jim Meyering  <meyering@ascend.com>
60111
60112         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
60113         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
60114         with automake.
60115
60116         * m4/ssize_t.m4: New file.
60117         * m4/mktime.m4: Remove file -- the new automake has this now.
60118
60119 1998-04-26  Jim Meyering  <meyering@ascend.com>
60120
60121         * m4/assert.m4: New file.
60122         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
60123
60124 1998-04-05  Jim Meyering  <meyering@ascend.com>
60125
60126         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
60127         (jm_PREREQ): Use it here.
60128
60129 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
60130
60131         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
60132         in acconfig.h.
60133
60134 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
60135
60136         * m4/prereq.m4: New file.
60137         * m4/error.m4: New file.
60138         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
60139
60140 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
60141
60142         * m4/getline.m4: Don't set am_cv_func_working_getline before the
60143         cache-check for the same variable -- that defeated the purpose of
60144         the test; the test program was never run.  This was a problem only
60145         on systems with losing getline functions -- HP-UX 10.20 is one.
60146         Reported by Bjorn Helgaas.
60147
60148 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
60149
60150         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
60151
60152 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
60153
60154         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
60155
60156         * m4/const.m4: New file.  Use an initializer in this declaration
60157         typedef int charset[2]; const charset x;
60158         Reported by Bob Glickstein.
60159
60160 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
60161
60162         * m4/chown.m4: Fix reversed types on -1 args to chown.
60163         From Kaveh Ghazi.
60164
60165 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
60166
60167         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
60168         Add lseek and memchr.
60169
60170         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
60171         T.E.Dickey <dickey@clark.net> said that some older preprocessors
60172         have a 20-character limit on names.
60173
60174 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
60175
60176         * m4/inttypes_h.m4: New file.
60177         * m4/uintmax_t.m4: New file.
60178         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
60179
60180
60181         -----
60182
60183         Local Variables:
60184         coding: utf-8
60185         End:
60186
60187         Copyright (C) 1997-2009 Free Software Foundation, Inc.
60188
60189         Copying and distribution of this file, with or without
60190         modification, are permitted provided the copyright notice
60191         and this notice are preserved.